@import url(http://fast.fonts.net/t/1.css?apiType=css&projectid=eb22bf3f-945b-4302-a807-6bd845036b88);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap);*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){-webkit-filter:blur(10px);filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms !important;animation-duration:.01ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;-webkit-transition-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 0.8125rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 2.75rem;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 0.875rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 2.1875rem;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 0.875rem;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset "UTF-8";
@font-face {
  font-family: Avenir-35-Light;
  src: url("../fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
}
@font-face {
  font-family: Avenir-45-Book;
  src: url("../fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"), url("../fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff");
}
@font-face {
  font-family: Avenir-55-Roman;
  src: url("../fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("../fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff");
}
@font-face {
  font-family: Avenir-65-Medium;
  src: url("../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}
@font-face {
  font-family: Avenir-85-Heavy;
  src: url("../fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("../fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
}
@font-face {
  font-family: Avenir-95-Black;
  src: url("../fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff");
}
.btn.primary {
  fill: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}

h3 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}

h4 {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}

h5 {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}

h6 {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}

p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

ul {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

body {
  margin: 0;
  background-color: #fafafa;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body {
    padding-top: 108px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body {
    padding-top: 108px;
  }
}
@media screen and (min-width: 1920px) {
  body {
    padding-top: 108px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-top: 75px;
  }
}
body > h1 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  width: 100%;
  max-width: calc(1250px + 186px);
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 599px) {
  body > h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  body > h1 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h1 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 35px;
  }
}
body > h1 a {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h1 a {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h1 a {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
body > h2 {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  width: 100%;
  max-width: calc(1250px + 186px);
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body > h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (max-width: 599px) {
  body > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > h2 a {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h2 a {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h2 a {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
body > h3 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body > h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  body > h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > h3 a {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h3 a {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h3 a {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
body > h4 {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body > h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (max-width: 599px) {
  body > h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > h4 a {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h4 a {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h4 a {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
body > h5 {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body > h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (max-width: 599px) {
  body > h5 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h5 {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 15px;
  }
}
body > h5 a {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h5 a {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h5 a {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
body > h6 {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body > h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  body > h6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > h6 a {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #440099;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  body > h6 a {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > h6 a {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
body > p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 599px) {
  body > p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > p a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  body > p a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > p a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  max-width: calc(1250px + 186px);
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #440099;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 599px) {
  body > a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > ul {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 113px;
  padding-right: 93px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body > ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > ul {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
  }
}
body > ul a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  body > ul a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > ul li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 599px) {
  body > ul li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > ul li {
    padding-right: 20px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul li {
    padding-right: 20px;
    margin: 0 auto 10px;
  }
}
body > ul li a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  body > ul li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ul li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > ol {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 113px;
  padding-right: 93px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  body > ol {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > ol {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
  }
}
body > ol a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  body > ol a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > ol li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  max-width: calc(1250px + 186px);
  width: 100%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 599px) {
  body > ol li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  body > ol li {
    padding-right: 20px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol li {
    padding-right: 20px;
    margin: 0 auto 10px;
  }
}
body > ol li a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  body > ol li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > ol li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > figure {
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 599px) {
  body > figure {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > figure {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 30px;
  }
}
body > figure img {
  width: 100%;
  height: auto;
}
body > figure figcaption {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  body > figure figcaption {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > figure figcaption {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > hr {
  max-width: calc(1250px + 186px);
  width: 60%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 1920px) {
  body > hr {
    max-width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  body > hr {
    width: 91%;
  }
}
body > iframe {
  max-width: 100% !important;
  padding-left: calc(50% - 212.5px);
}
@media (max-width: 465px) {
  body > iframe {
    padding: 0 20px;
  }
}
body > .dbox-donation-button {
  width: auto;
  margin-left: calc(50% - 90.5px) !important;
}
@media screen and (max-width: 599px) {
  body > .dbox-donation-button {
    width: 90vw;
    margin-left: 20px !important;
    margin-right: 20px;
  }
}
body > .wp-block-group {
  max-width: calc(1250px + 186px);
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 599px) {
  body > .wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > .wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > blockquote {
  max-width: calc(1250px + 186px);
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-style: italic;
  color: #440099;
  padding-left: 93px;
  padding-right: 93px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 599px) {
  body > blockquote {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > blockquote {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > blockquote p {
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-style: italic;
  color: #440099;
  padding-left: 55px;
}
@media screen and (max-width: 599px) {
  body > blockquote p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > blockquote p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
body > blockquote p::before {
  content: "";
  background-image: url(/app/themes/world-wide-roar/images/icons/quotes.png);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: 40px 35px;
  background-repeat: no-repeat;
}
body > blockquote cite {
  padding-left: 55px;
}
@media screen and (max-width: 599px) {
  body > blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body > blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 30px;
  }
}

h1 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}

h3 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}

h4 {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}

h5 {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}

h6 {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}

p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

ul {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.wysiwyg--product {
  margin: 0 auto 90px;
  max-width: calc(720px + 180px);
}
@media screen and (min-width: 1920px) {
  .wysiwyg--product {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .wysiwyg--product {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg--product {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg--product {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg--product {
    margin: 0 auto 75px;
  }
}
.wysiwyg h1 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .wysiwyg h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h1 {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
.wysiwyg h2 {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h2 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
.wysiwyg h3 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h3 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.wysiwyg h4 {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
.wysiwyg h5 {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.wysiwyg h6 {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .wysiwyg h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg h6 {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.wysiwyg p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.wysiwyg a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.wysiwyg ul {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
  padding: 0 0 0 37px;
}
@media screen and (max-width: 599px) {
  .wysiwyg ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.wysiwyg li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.wysiwyg li::before {
  content: "";
  background: #1c1c1c;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 11px;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion {
  margin: 0;
  padding: 0;
}
.accordion__row {
  list-style: none;
  height: 48px;
  overflow: hidden;
}
.accordion__row--active {
  height: auto;
}
.accordion__title {
  height: 48px;
  width: 100%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1001;
}
.modal-overlay--active {
  opacity: 1;
  pointer-events: all;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  padding: 30px;
  background: #fff;
  z-index: 1002;
  width: 100%;
  border: 1px solid #440099;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  .modal {
    width: 100%;
    max-width: calc(100% - 40px);
    max-height: 90vh;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal {
    max-width: calc(100% - 40px);
    max-height: 90vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .modal {
    width: calc(100vw - 186px);
    max-width: 1250px;
  }
}
@media screen and (min-width: 1920px) {
  .modal {
    max-width: 1250px;
  }
}
.modal--active {
  display: block;
}
.modal--login {
  max-width: 400px;
}
.modal__close {
  position: absolute;
  border: 0;
  background: none;
  height: 15px;
  width: 15px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .modal__close {
    top: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .modal__close {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .modal__close {
    top: 7.5px;
    right: 7.5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal__close {
    top: 7.5px;
    right: 7.5px;
  }
}
.modal__close::before {
  content: "\2715";
  color: #440099;
  line-height: 1.25rem;
  font-size: 1.125rem;
}
.modal__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal__content {
    max-height: calc(80vh - (2 * 30px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .modal__content {
    max-height: calc(80vh - (2 * 30px));
  }
}
@media screen and (min-width: 1920px) {
  .modal__content {
    max-height: calc(80vh - (2 * 30px));
  }
}
@media screen and (max-width: 599px) {
  .modal__content {
    max-height: calc(90vh - (2 * 30px));
  }
}
@media screen and (max-width: 599px) {
  .modal__content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal__content {
    flex-wrap: wrap;
  }
}
.modal__title {
  border-bottom: 1px solid #8a8a8a;
  padding: 0 0 10px;
  margin: 0 0 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
}
.modal__title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .modal__image {
    width: calc(50% - 15px);
  }
  .modal__image:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 15px) * 1 + 30px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .modal__image {
    width: calc(50% - 15px);
  }
  .modal__image:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 15px) * 1 + 30px) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .modal__image {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal__image {
    display: none;
  }
}
.modal__image img {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.modal__downloads {
  overflow: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .modal__downloads {
    width: calc(50% - 15px);
  }
  .modal__downloads:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 15px) * 1 + 30px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .modal__downloads {
    width: calc(50% - 15px);
  }
  .modal__downloads:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 15px) * 1 + 30px) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .modal__downloads {
    width: 100%;
    height: 100%;
    max-height: calc(80vh - (2 * 30px));
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .modal__downloads {
    width: 100%;
    height: 100%;
    max-height: calc(80vh - (2 * 30px));
  }
}
.modal__downloads ul {
  padding: 0;
}
.modal__downloads ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px;
}
.modal__downloads ul li p {
  margin: 0;
}
.modal__downloads ul li a {
  text-decoration: none;
}

.select {
  position: relative;
  border: 1px solid #000;
  height: 40px;
  line-height: 2.5rem;
  margin: 0 auto;
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.select--active {
  display: block;
}
.select--active::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.select--active .select__options {
  display: block;
}
.select__value {
  pointer-events: none;
}
.select__input, .select input {
  display: none;
}
.select__options {
  display: none;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  top: 100%;
  left: -1px;
  right: -1px;
  position: absolute;
}
.select__option {
  list-style: none;
}
.select__option--current {
  background: #000;
}

.tab__tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  padding: 0;
}
.tab__tab {
  list-style: none;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  position: relative;
  font-size: 1.5rem;
  border: 0;
}
.tab__tab--active {
  text-decoration: underline;
}
.tab__contents {
  margin: 0;
  padding: 0;
}
.tab__content {
  list-style: none;
  display: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.tab__content--active {
  display: -webkit-box;
  display: flex;
}
.tab__content p {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: inline-block;
  margin: 0;
}

.box {
  width: 100%;
}
.box:not(:nth-last-child(1)) {
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .box:not(:nth-last-child(1)) {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .box:not(:nth-last-child(1)) {
    max-width: none;
    width: 100%;
  }
}
.box:nth-last-child(1) {
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .box:nth-last-child(1) {
    max-width: none;
  }
}
.box.box--small {
  max-width: 370px;
  padding: 96px 0 0;
  margin: 0 auto 230px;
}
.box.box--promo {
  margin: 0;
  width: 100%;
  max-width: 365px;
}
@media screen and (max-width: 599px) {
  .box.box--promo {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.box.box--promo input {
  margin: 0 10px 15px 0;
  height: 35px;
}
.box__title {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.06938rem;
  color: #1c1c1c;
  text-align: center;
  padding: 0 0 11px;
  margin: -7px 0 30px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 599px) {
  .box__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .box__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.box--cart .box__title {
  text-align: left;
}
.box--promo .box__title {
  border-bottom: 0;
}
.box__title--payment {
  text-align: left;
}
.box a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .box a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .box a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.box p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .box p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .box p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.box--small.box button {
  width: 100%;
}

.box--promo.box button[type=submit] {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #8a8a8a;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #dbdbdb;
  border: 0;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 1.25rem;
  height: 36px;
}
.box--promo.box button[type=submit]:hover {
  border-color: #440099;
  background: #440099;
}
.box--promo.box button[type=submit]:active, .box--promo.box button[type=submit]:focus {
  border-color: #d6cce2;
}
.box--promo.box button[type=submit][disabled] {
  border-color: #d6cce2;
  color: #fff;
}

.boxes {
  margin: 110px auto;
}
@media screen and (min-width: 1920px) {
  .boxes {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .boxes {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .boxes {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .boxes {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.boxes--vertical {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .boxes--vertical {
    margin: 50px auto;
  }
}
@media screen and (max-width: 599px) {
  .boxes--vertical {
    margin: 50px auto;
  }
}
@media screen and (max-width: 599px) {
  .boxes--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.boxes--vertical::before {
  content: "";
  border-right: 1px solid #8a8a8a;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .boxes--vertical::before {
    content: initial;
  }
}
.boxes--vertical .box {
  width: 50%;
  max-width: 370px;
  border-bottom: 0;
}
@media screen and (max-width: 599px) {
  .boxes--vertical .box {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .boxes--vertical .box:first-of-type {
    padding-right: 20px;
  }
  .boxes--vertical .box:last-of-type {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .boxes--vertical .box:first-of-type {
    padding-right: 20px;
  }
  .boxes--vertical .box:last-of-type {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .boxes--vertical .box:first-of-type {
    padding-right: 20px;
  }
  .boxes--vertical .box:last-of-type {
    padding-left: 20px;
  }
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.block {
  width: 100%;
  list-style: none;
  border: 2px solid #efefef;
  background-color: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.block:hover {
  border: 2px solid #440099;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .block:last-child {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .block {
    width: calc(25% - 20.25px);
    margin: 0 0 20px;
  }
  .block:nth-child(4n+1):last-child {
    margin: 0 calc(((25%) - 20.25px) * 3 + 81px) 0 0;
  }
  .block:nth-child(4n+2):last-child {
    margin: 0 calc(((25%) - 20.25px) * 2 + 54px) 0 0;
  }
  .block:nth-child(4n+3):last-child {
    margin: 0 calc(((25%) - 20.25px) * 1 + 27px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .block {
    width: calc(25% - 20.25px);
    margin: 0 0 20px;
  }
  .block:nth-child(4n+1):last-child {
    margin: 0 calc(((25%) - 20.25px) * 3 + 81px) 0 0;
  }
  .block:nth-child(4n+2):last-child {
    margin: 0 calc(((25%) - 20.25px) * 2 + 54px) 0 0;
  }
  .block:nth-child(4n+3):last-child {
    margin: 0 calc(((25%) - 20.25px) * 1 + 27px) 0 0;
  }
}
@media (max-width: 1250px) {
  .block {
    width: calc(50% - 10px);
  }
  .block:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .block:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .block {
    width: calc(100% - 0px);
    margin: 0 0 20px;
  }
  .block:nth-child(1n+1):last-child {
    margin: 0 calc(((100%) - 0px) * 0 + 0px) 0 0;
  }
  .block:nth-child(1n+0):last-child {
    margin: 0 calc(((100%) - 0px) * 1 + 20px) 0 0;
  }
}
.block__link {
  text-decoration: none;
  padding: 30px 40px 24px;
  display: block;
  height: 100%;
}
.block__header {
  display: -webkit-box;
  display: flex;
  margin: 0 0 15px;
}
.block__icon {
  width: 27px;
  height: 25px;
  margin: 0 10px 0 0;
}
.block__icon img {
  width: 100%;
  height: 100%;
}
.block__title {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .block__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.block__description {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-weight: 700;
  color: #8a8a8a;
  margin: 0;
  letter-spacing: 0.02625rem;
}
@media screen and (max-width: 599px) {
  .block__description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block__description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.slide.tab__tab * {
  pointer-events: none;
}

.img-acc {
  display: -webkit-box;
  display: flex;
  background: #440099;
}
@media screen and (max-width: 599px) {
  .img-acc {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc {
    flex-wrap: wrap;
  }
}
.img-acc__acc {
  padding: 70px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc__acc {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 70px 0 70px 20px;
  }
}
@media screen and (max-width: 599px) {
  .img-acc__acc {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding: 24px 0 40px 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .img-acc__acc {
    -webkit-box-flex: 0;
            flex: 0 0 63%;
  }
}
@media screen and (min-width: 1920px) {
  .img-acc__acc {
    -webkit-box-flex: 0;
            flex: 0 0 63%;
  }
}
.img-acc__container {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .img-acc__container {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    padding-left: 93px;
  }
}
@media screen and (min-width: 1920px) {
  .img-acc__container {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    margin-left: calc((100vw - 1250px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .img-acc__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .img-acc__container {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc__container {
    padding: 0 50px 0 20px;
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .img-acc__container {
    display: block;
    padding-right: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .img-acc__container {
    display: block;
    padding-right: 95px;
  }
}
.img-acc__title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  color: #d6cce2;
  margin-bottom: 46px;
}
@media screen and (max-width: 599px) {
  .img-acc__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (max-width: 599px) {
  .img-acc__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .img-acc__img {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc__img {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    height: 65vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .img-acc__img {
    -webkit-box-flex: 0;
            flex: 0 0 37%;
  }
}
@media screen and (min-width: 1920px) {
  .img-acc__img {
    -webkit-box-flex: 0;
            flex: 0 0 37%;
  }
}
.img-acc__img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.img-acc .accordion__row {
  min-height: 34px;
  height: unset;
  overflow: visible;
  margin: 0 0 10px;
  cursor: pointer;
}
.img-acc .accordion__row--active {
  height: auto;
}
.img-acc .accordion__row--active .accordion__title::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 11px;
}
.img-acc .accordion__row--active .accordion__text {
  display: block;
}
.img-acc .accordion__title {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #d6cce2;
  height: unset;
  position: relative;
  border-bottom: 1px solid #d6cce2;
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 599px) {
  .img-acc .accordion__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc .accordion__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.img-acc .accordion__title::before {
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: -25px;
}
.img-acc .accordion__text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #d6cce2;
  margin: 0 0 20px;
  display: none;
}
@media screen and (max-width: 599px) {
  .img-acc .accordion__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc .accordion__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.img-acc .accordion__text > * {
  color: #fff;
}
.img-acc .accordion__text p a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .img-acc .accordion__text p a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .img-acc .accordion__text p a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.icon-banner {
  margin-bottom: 115px;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 1200px) {
  .icon-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner {
    padding-top: 60px;
    margin: 0;
  }
}
.icon-banner__container {
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .icon-banner__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.icon-banner__title {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .icon-banner__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.icon-banner__text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-weight: 700;
  width: 65%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 599px) {
  .icon-banner__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__text {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__text {
    width: 100%;
  }
}
.icon-banner__icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .icon-banner__icons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__icons {
    flex-wrap: wrap;
  }
}
.icon-banner__icon {
  position: relative;
  height: 0;
  margin: 0 2% 75px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner__icon {
    max-width: 115px;
    width: 115px;
    height: 80px;
    margin: 0 1.3% 75px;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner__icon {
    max-width: 115px;
    width: 115px;
    height: 80px;
    margin: 0 1.3% 75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__icon {
    width: 20%;
    padding-top: 4.2%;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__icon {
    width: 46%;
    margin-bottom: 75px;
    padding-top: 10%;
  }
}
.icon-banner__icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.products-carousel {
  margin: 0 0 20px;
}
.products-carousel__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .products-carousel__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .products-carousel__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__container {
    flex-wrap: wrap;
  }
}
.products-carousel__fixed {
  width: 27%;
}
@media screen and (max-width: 599px) {
  .products-carousel__fixed {
    width: 100%;
    margin: 0 0 40px;
  }
}
.products-carousel__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-carousel__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.products-carousel__button:active, .products-carousel__button:focus {
  border-color: #d6cce2;
}
.products-carousel__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .products-carousel__button--desktop {
    display: none;
  }
}
.products-carousel__button--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .products-carousel__button--mobile {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.products-carousel__slides {
  position: relative;
  width: 71%;
  outline: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel__slides {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .products-carousel__slides {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1920px) {
  .products-carousel__slides {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__slides {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 45px;
  }
}
.products-carousel__slide {
  position: relative;
  width: calc((100% / 3) - 20px);
  margin: 0 10px;
}
.products-carousel__slide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel__slide {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__slide {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__content {
    margin: 0;
  }
}
.products-carousel__image {
  margin: 0 auto;
  height: 0;
  width: 75%;
  padding-top: 70%;
  position: relative;
}
.products-carousel__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.products-carousel__text-block {
  background-color: #f7f5fa;
  padding: 20px 30px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel__text-block {
    padding: 20px 13%;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__text-block {
    padding: 20px 12%;
  }
}
.products-carousel__text-block::before {
  content: "";
  width: 100%;
  height: 230px;
  background-color: #f7f5fa;
  top: 90px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel__text-block::before {
    top: 120px;
    height: 170px;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel__text-block::before {
    top: 150px;
    height: 220px;
  }
}
.products-carousel .flickity-viewport {
  overflow: hidden;
}
.products-carousel .flickity-prev-next-button {
  position: absolute;
  display: block;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .products-carousel .flickity-prev-next-button {
    width: 35px;
    height: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel .flickity-prev-next-button {
    width: 35px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .products-carousel .flickity-prev-next-button {
    width: 51px;
    height: 43px;
  }
}
@media screen and (min-width: 1920px) {
  .products-carousel .flickity-prev-next-button {
    width: 51px;
    height: 43px;
  }
}
@media screen and (max-width: 599px) {
  .products-carousel .flickity-prev-next-button.next {
    right: -13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .products-carousel .flickity-prev-next-button.next {
    right: -5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .products-carousel .flickity-prev-next-button.next {
    right: -50px;
  }
}
@media screen and (min-width: 1920px) {
  .products-carousel .flickity-prev-next-button.next {
    right: -50px;
  }
}
.products-carousel .flickity-prev-next-button.previous {
  display: none;
}
.products-carousel .flickity-prev-next-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #440099;
}

.featured-post {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post {
    margin: 0 0 90px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post {
    margin: 0 0 90px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post {
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post {
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post {
    margin: 0 0 60px;
  }
}
.featured-post__block {
  position: relative;
  position: relative;
}
.featured-post__block a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.featured-post__block--large {
  width: 100%;
}
.featured-post__block--small {
  height: 44.46vh;
  width: 100%;
}
.featured-post__block--small:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__block--small:first-of-type {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__block--small:first-of-type {
    max-height: none;
  }
}
.featured-post__slides {
  width: 100%;
  position: relative;
  outline: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__slides {
    -webkit-box-flex: 0;
            flex: 0 0 calc(65% - 5px);
    max-width: calc(65% - 5px);
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__slides {
    -webkit-box-flex: 0;
            flex: 0 0 calc(65% - 5px);
    max-width: calc(65% - 5px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__slides {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__slides {
    margin: 0 0 15px;
  }
}
.featured-post__slides > .featured-post__block {
  display: none;
}
.featured-post__slides > .featured-post__block:first-child {
  display: block !important;
}
.featured-post__slide {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__slide {
    height: 90vh;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__slide {
    height: 90vh;
  }
}
.featured-post__slide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.featured-post__slide .featured-post__image {
  position: relative;
  height: 90vh;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__slide .featured-post__image {
    padding-top: 50%;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__slide .featured-post__image {
    padding: 0;
    height: 245px;
  }
}
.featured-post__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(45%, rgba(28, 28, 28, 0.88)), to(#1c1c1c));
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.88) 45%, #1c1c1c 100%);
  z-index: 1;
  pointer-events: none;
}
.featured-post__block--small .featured-post__image {
  height: 44.46vh;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__block--small .featured-post__image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__image {
    height: 245px;
  }
}
.featured-post__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-post__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  width: 70%;
}
.featured-post__content--slider {
  margin-bottom: 60px;
}
.featured-post__block--large .featured-post__content {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__block--large .featured-post__content {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    padding-left: 93px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__block--large .featured-post__content {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    margin-left: calc((100vw - 1250px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .featured-post__content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__content {
    position: relative;
    background-color: #1c1c1c;
    width: 100%;
    padding: 23px 20px;
    margin: 0;
  }
}
.featured-post__block--small .featured-post__content {
  margin-bottom: 0;
  padding-left: 20px;
  width: 100%;
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__block--small .featured-post__content {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    padding-right: 93px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__block--small .featured-post__content {
    max-width: calc((100% - ((100vw - 1250px) / 2)) + 93px);
    margin-right: calc((100vw - 1250px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__block--small .featured-post__content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__content {
    position: relative;
    background-color: #440099;
    padding: 14px 20px;
  }
}
.featured-post__title {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #fff;
  margin-bottom: 19px;
}
@media screen and (max-width: 599px) {
  .featured-post__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__title {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__title {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.featured-post__block--small .featured-post__title {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__block--small .featured-post__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__title {
    font-weight: 700;
  }
}
.featured-post__text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .featured-post__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__text {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__text {
    width: 70%;
  }
}
.featured-post__block--small .featured-post__text {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__text {
    display: none;
  }
}
.featured-post__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 35px;
}
.featured-post__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.featured-post__button:active, .featured-post__button:focus {
  border-color: #d6cce2;
}
.featured-post__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .featured-post__button {
    width: 100%;
  }
}
.featured-post__block--small .featured-post__button {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .featured-post__block--small .featured-post__button {
    display: none;
  }
}
.featured-post__hr {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #fff;
  bottom: 17px;
  z-index: 1;
  margin: 0 0 53px;
  left: 59.5%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post__blocks {
    min-width: calc(35% - 5px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(35% - 5px);
  }
}
@media screen and (min-width: 1920px) {
  .featured-post__blocks {
    min-width: calc(35% - 5px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(35% - 5px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post__blocks {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .featured-post__blocks {
    width: 100%;
  }
}
.featured-post .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post .flickity-prev-next-button {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post .flickity-prev-next-button {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post .flickity-prev-next-button {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (max-width: 599px) {
  .featured-post .flickity-prev-next-button {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    left: 50%;
  }
}
.featured-post .flickity-prev-next-button svg {
  fill: transparent;
}
.featured-post .flickity-viewport {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post .flickity-viewport {
    max-height: 90vh;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post .previous {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post .previous {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post .previous {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    left: 90%;
  }
}
@media screen and (max-width: 599px) {
  .featured-post .previous {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    left: 50%;
  }
}
.featured-post .previous::before {
  content: "Previous";
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  pointer-events: visible;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  left: -240%;
}
@media screen and (max-width: 599px) {
  .featured-post .previous::before {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post .previous::before {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .featured-post .previous::before {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    left: -53%;
  }
}
.featured-post .previous::after {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 10px;
  background: white;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post .previous::after {
    left: -56px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured-post .previous::after {
    left: -56px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-post .previous::after {
    left: -56px;
  }
}
@media screen and (max-width: 599px) {
  .featured-post .previous::after {
    left: 3px;
  }
}
.featured-post .next::after {
  content: "Next";
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  pointer-events: visible;
}
@media screen and (max-width: 599px) {
  .featured-post .next::after {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured-post .next::after {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .featured-post .next::after {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    left: 30%;
  }
}

.contact-form {
  background-color: #f7f5fa;
  padding: 65px 0;
  position: relative;
}
.contact-form__container {
  position: relative;
}
@media screen and (min-width: 1920px) {
  .contact-form__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact-form__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__container {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__container {
    margin: 0 auto 60px;
  }
}
.contact-form__top {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .contact-form__top {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__top {
    width: 100%;
  }
}
.contact-form__title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .contact-form__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
.contact-form__text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin-bottom: 58px;
}
@media screen and (max-width: 599px) {
  .contact-form__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact-form__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .contact-form__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__image {
    position: relative;
    height: 0;
    padding-top: 40%;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__image {
    position: relative;
    height: 0;
    padding-top: 65%;
  }
}
.contact-form__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 599px) {
  .contact-form__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: top;
       object-position: top;
  }
}
.contact-form .gform_body .gfield_error {
  background-color: transparent;
  border: 0;
}
.contact-form .gform_body .gfield_error input {
  border-color: #8a8a8a;
}
.contact-form .gform_body .gfield_error input::-webkit-input-placeholder {
  color: #8a8a8a;
}
.contact-form .gform_body .gfield_error input::-moz-placeholder {
  color: #8a8a8a;
}
.contact-form .gform_body .gfield_error input:-ms-input-placeholder {
  color: #8a8a8a;
}
.contact-form .gform_body .gfield_error input::-ms-input-placeholder {
  color: #8a8a8a;
}
.contact-form .gform_body .gfield_error input::placeholder {
  color: #8a8a8a;
}
.contact-form .gform_body .gfield_error textarea,
.contact-form .gform_body .gfield_error input[type=checkbox],
.contact-form .gform_body .gfield_error select {
  border-color: #8a8a8a !important;
}
.contact-form .gform_body .gfield_error textarea::-webkit-input-placeholder, .contact-form .gform_body .gfield_error input[type=checkbox]::-webkit-input-placeholder, .contact-form .gform_body .gfield_error select::-webkit-input-placeholder {
  color: #8a8a8a !important;
}
.contact-form .gform_body .gfield_error textarea::-moz-placeholder, .contact-form .gform_body .gfield_error input[type=checkbox]::-moz-placeholder, .contact-form .gform_body .gfield_error select::-moz-placeholder {
  color: #8a8a8a !important;
}
.contact-form .gform_body .gfield_error textarea:-ms-input-placeholder, .contact-form .gform_body .gfield_error input[type=checkbox]:-ms-input-placeholder, .contact-form .gform_body .gfield_error select:-ms-input-placeholder {
  color: #8a8a8a !important;
}
.contact-form .gform_body .gfield_error textarea::-ms-input-placeholder, .contact-form .gform_body .gfield_error input[type=checkbox]::-ms-input-placeholder, .contact-form .gform_body .gfield_error select::-ms-input-placeholder {
  color: #8a8a8a !important;
}
.contact-form .gform_body .gfield_error textarea::placeholder,
.contact-form .gform_body .gfield_error input[type=checkbox]::placeholder,
.contact-form .gform_body .gfield_error select::placeholder {
  color: #8a8a8a !important;
}
.contact-form .gform_body .validation_error {
  color: #cd1e1e;
}
.contact-form .gform_wrapper {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .contact-form .gform_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gform_wrapper {
    width: 100%;
  }
}
.contact-form .gform_confirmation_wrapper {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .contact-form .gform_confirmation_wrapper {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gform_confirmation_wrapper {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .gform_fields {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.contact-form .gform_button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 9px 26px 10px;
  max-width: none;
  width: 228px;
  font-size: 1.125rem;
  -webkit-appearance: none;
}
.contact-form .gform_button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.contact-form .gform_button:active, .contact-form .gform_button:focus {
  border-color: #d6cce2;
}
.contact-form .gform_button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.contact-form .gform_button:focus {
  outline: 2px solid #8a8a8a;
}
@media screen and (max-width: 599px) {
  .contact-form .gform_button {
    max-width: none;
    height: 40px;
    width: 100%;
    font-size: 0.875rem;
    border-radius: 0;
  }
}
.contact-form .gfield {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .contact-form .gfield {
    width: 100%;
  }
}
.contact-form .gfield:last-of-type {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield:last-of-type {
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact-form .gfield:last-of-type {
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .contact-form .gfield:last-of-type {
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
}
.contact-form .gfield .validation_message {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #cd1e1e;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .contact-form .gfield .validation_message {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield .validation_message {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .gfield .gfield {
  width: 100%;
}
.contact-form .gfield .gfield_required {
  display: none;
}
.contact-form .gfield .gfield_label {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 599px) {
  .contact-form .gfield .gfield_label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield .gfield_label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .gfield .gfield_consent_label {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-style: italic;
  padding-top: 0;
  height: auto;
  display: block;
  padding-left: 32px;
}
@media screen and (max-width: 599px) {
  .contact-form .gfield .gfield_consent_label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield .gfield_consent_label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .gfield .gfield_consent_label a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .contact-form .gfield .gfield_consent_label a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield .gfield_consent_label a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-form .gfield .gfield_consent_label {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gfield .gfield_consent_label {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-form .gfield .gfield_consent_description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  color: #000;
  font-style: italic;
  font-weight: 300;
  width: 90%;
}
.contact-form .gfield .gfield_checkbox {
  list-style-type: none;
  color: #440099;
}
.contact-form .ginput_container {
  margin: 0 0 20px;
  margin: 0 0 10px;
}
.contact-form .ginput_container input[type=checkbox] {
  display: none;
}
.contact-form .ginput_container input[type=checkbox]:checked + label::before {
  background-color: #fff;
  color: #fff;
}
.contact-form .ginput_container input[type=checkbox]:checked + label::after {
  content: "";
}
.contact-form .ginput_container input[type=checkbox][disabled] {
  color: #8a8a8a;
}
.contact-form .ginput_container input[type=checkbox][disabled] + label::before {
  border-color: #8a8a8a;
}
.contact-form .ginput_container input[type=checkbox][disabled] + label:hover::before {
  border-color: #8a8a8a;
}
.contact-form .ginput_container label {
  padding-left: 37.5px;
  position: relative;
  height: 22px;
  display: block;
}
.contact-form .ginput_container label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8a8a8a;
  height: 25px;
  width: 25px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.contact-form .ginput_container label::after {
  position: absolute;
  top: 3.4px;
  left: 9px;
  width: 6.75px;
  height: 14.75px;
  border-bottom: 2.25px solid #000;
  border-right: 2.25px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-form .ginput_container label:hover:before {
  border-color: #8a8a8a;
}
.contact-form .ginput_container input {
  height: 40px;
  width: 100%;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.contact-form .ginput_container input:focus {
  outline: 2px solid #8a8a8a;
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container input {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .ginput_container input {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .ginput_container input::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.025rem;
  color: #8a8a8a;
}
.contact-form .ginput_container input::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.025rem;
  color: #8a8a8a;
}
.contact-form .ginput_container input:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.025rem;
  color: #8a8a8a;
}
.contact-form .ginput_container input::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.025rem;
  color: #8a8a8a;
}
.contact-form .ginput_container input::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.025rem;
  color: #8a8a8a;
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .ginput_container input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container input::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container input {
    padding: 10px;
  }
}
.contact-form .ginput_container label {
  padding-top: 5px;
}
.contact-form .ginput_container_textarea {
  width: 100%;
  line-height: 0;
}
.contact-form .ginput_container_textarea textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.contact-form .ginput_container_textarea textarea:focus {
  outline: 2px solid #8a8a8a;
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container_textarea textarea {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .ginput_container_textarea textarea {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .ginput_container_textarea textarea::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #8a8a8a;
}
.contact-form .ginput_container_textarea textarea::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #8a8a8a;
}
.contact-form .ginput_container_textarea textarea:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #8a8a8a;
}
.contact-form .ginput_container_textarea textarea::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #8a8a8a;
}
.contact-form .ginput_container_textarea textarea::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #8a8a8a;
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container_textarea textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .ginput_container_textarea textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .contact-form .ginput_container_textarea textarea::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container_textarea textarea {
    padding: 10px;
  }
}
.contact-form .ginput_container_consent {
  margin-right: 15px;
  height: 44px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .contact-form .ginput_container_consent {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .ginput_container_consent {
    margin: 0 15px 0 0;
  }
}
.contact-form .validation_error {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #cd1e1e;
}
@media screen and (max-width: 599px) {
  .contact-form .validation_error {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .validation_error {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.contact-form .validation_message {
  margin: 0 !important;
  color: #440099;
}
.contact-form .gform_body .gform_fields {
  width: 100%;
}
.contact-form .gform_body .gform_fields .gfield {
  display: inline-block;
  width: 49%;
}
.contact-form .gform_body .gform_fields .gfield.textarea {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .contact-form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gform_body .gform_fields .gfield {
    width: 100%;
  }
}
.contact-form .gform_body .gform_fields .gfield:nth-last-of-type(2) {
  width: 100%;
}
.contact-form .gform_body .gform_fields .gfield:last-of-type {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact-form .gform_body .gform_fields .gfield:last-of-type {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form .gform_body .gform_fields .gfield:last-of-type {
    margin-bottom: 20px;
  }
}
.contact-form .gform_body .gform_fields .gfield .ginput_container_textarea {
  width: 100%;
}
.contact-form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  height: 100px;
}
.contact-form .gform_body .gform_fields .gfield .ginput_container input {
  width: 100%;
}

.redirect {
  width: 100%;
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  .redirect {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1920px) {
  .redirect__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .redirect__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .redirect__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.redirect__text {
  margin: 0 0 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.redirect__title {
  margin: 0 auto 10px;
  text-align: center;
}
.redirect__wysiwyg *:last-of-type {
  margin-bottom: 0;
}
.redirect__buttons {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .redirect__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
.redirect__button {
  margin: 0 15px 20px;
}
@media screen and (max-width: 599px) {
  .redirect__button {
    margin: 0 auto 20px;
    max-width: 280px;
    width: 100%;
  }
}
.redirect__button a {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  min-width: 230px;
  font-size: 16px;
}
.redirect__button a:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.redirect__button a:active, .redirect__button a:focus {
  border-color: #d6cce2;
}
.redirect__button a[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .redirect__button a {
    min-width: initial;
    width: 100%;
  }
}

.site-footer {
  background-color: #000;
  padding: 32px 0 26px;
}
@media screen and (min-width: 1920px) {
  .site-footer__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .site-footer__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.site-footer__form-text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  width: 314px;
}
@media screen and (max-width: 599px) {
  .site-footer__form-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__form-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__form-text {
    width: 100%;
  }
}
.site-footer form {
  display: -webkit-box;
  display: flex;
  margin: 0 0 49px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .site-footer form {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .site-footer form {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .site-footer form {
    flex-wrap: wrap;
  }
}
.site-footer form li {
  margin: 0;
}
.site-footer form label {
  display: none;
}
@media screen and (max-width: 599px) {
  .site-footer form .gform_body {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer form .gform_body {
    width: 100%;
  }
}
.site-footer form .gform_footer {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .site-footer form .gform_footer {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer form .gform_footer {
    margin: 0 0 0 auto;
  }
}
.site-footer form .gform_footer input {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.125rem;
}
.site-footer form .gform_footer input:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.site-footer form .gform_footer input:active, .site-footer form .gform_footer input:focus {
  border-color: #d6cce2;
}
.site-footer form .gform_footer input[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.site-footer form .gform_fields {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .site-footer form .gform_fields {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  .site-footer form .gform_fields {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .site-footer form .ginput_container {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer form .ginput_container {
    margin-bottom: 10px;
  }
}
.site-footer form .ginput_container input {
  width: 271px;
  height: 35px;
  margin: 0 10px 0 0;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .site-footer form .ginput_container input {
    width: 100%;
  }
}
.site-footer__main {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .site-footer__main {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__main {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .site-footer__main {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .site-footer__main {
    margin: 0 0 20px;
  }
}
.site-footer__menus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__menus {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__menus {
    flex-wrap: wrap;
  }
}
.site-footer__social {
  width: 241px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__social {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__social {
    margin: 0 0 60px;
  }
}
.site-footer__social p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 599px) {
  .site-footer__social p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__social p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.site-footer__social-icon {
  width: auto;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
}
.site-footer__social-icon:first-of-type {
  margin-right: 18px;
}
.site-footer__social-icon img {
  height: 100%;
}
.site-footer__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .site-footer__bottom {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__bottom {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__bottom {
    margin-bottom: 0;
  }
}
.site-footer__currencies {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__currencies {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__currencies {
    width: 100%;
    margin: 0 0 50px 15px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.site-footer__currency {
  position: relative;
}
.site-footer__currency a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.site-footer__currency--color .site-footer__currency-image img, .site-footer__currency:hover .site-footer__currency-image img {
  -webkit-filter: unset !important;
          filter: unset !important;
}
.site-footer__currency-image {
  margin: 0 15px -22px 0;
  width: 63px;
}
.site-footer__currency-image img {
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(0) contrast(0.5);
          filter: saturate(0) contrast(0.5);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.site-footer__currency-image p {
  color: #fff;
  font-size: 0.6875rem;
  white-space: nowrap;
  margin: 0;
}
.site-footer__details {
  display: -webkit-box;
  display: flex;
  margin-bottom: -21px;
}
@media screen and (max-width: 599px) {
  .site-footer__details {
    -webkit-box-ordinal-group: 3;
            order: 2;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__details {
    -webkit-box-ordinal-group: 3;
            order: 2;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.site-footer__copyright {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 0.6875rem;
  color: #fff;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 599px) {
  .site-footer__copyright {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__copyright {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__copyright {
    font-size: 0.6875rem;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__copyright {
    font-size: 0.6875rem;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.site-footer__appeal {
  font-size: 0.6875rem;
}
.site-footer__appeal svg {
  margin: 0 4px -3px;
}
.site-footer__payments {
  width: 212px;
  height: 18px;
  margin-bottom: -16px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer__payments {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media screen and (max-width: 599px) {
  .site-footer__payments {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 0 auto 15px;
  }
}
.site-footer__payments img {
  width: 100%;
  height: 100%;
}
.site-footer ul {
  padding: 0;
}
.site-footer li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer a {
  border: 0;
  color: #fff;
  text-decoration: none;
}
.site-footer h4 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .site-footer h4 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .site-footer h4 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.site-footer .menu-item-has-children {
  margin-right: 117px;
}
@media screen and (max-width: 599px) {
  .site-footer .menu-item-has-children {
    width: 50%;
    margin: 0 0 40px;
  }
}
.site-footer .menu-item-has-children:first-of-type {
  margin-right: 70px;
}
@media screen and (max-width: 599px) {
  .site-footer .menu-item-has-children:first-of-type {
    width: 100%;
    margin: 0 0 40px;
  }
}
.site-footer .menu-item-has-children a {
  pointer-events: none;
  margin: 0 0 11px;
  font-weight: 700;
  display: inline-block;
}
.site-footer .menu-item-has-children .sub-menu {
  cursor: pointer;
}
.site-footer .menu-item-has-children .sub-menu li a {
  pointer-events: all;
  font-weight: 400;
  margin: 0;
  font-size: 0.75rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}
.navbar__form {
  display: -webkit-box;
  display: flex;
  width: 824px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__form {
    max-width: 824px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__form {
    max-width: 824px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__form {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__form {
    width: 100%;
    flex-wrap: wrap;
  }
}
.navbar input[type=text] {
  font-size: inherit;
}
.navbar__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8a8a8a;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
@media screen and (max-width: 599px) {
  .navbar__input {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__input {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__input {
    max-width: 596px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__input {
    max-width: 596px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.navbar__button--submit {
  margin: 0 auto;
}
.navbar__button--submit button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  max-width: 228px;
  line-height: 1.25rem;
  width: 228px;
}
.navbar__button--submit button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.navbar__button--submit button:active, .navbar__button--submit button:focus {
  border-color: #d6cce2;
}
.navbar__button--submit button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .navbar__button--submit button {
    width: 100%;
  }
}
.navbar__inner {
  display: -webkit-box;
  display: flex;
  padding: 0;
}
@media screen and (min-width: 1920px) {
  .navbar__inner {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__inner {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__inner {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__inner {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .navbar__inner {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__inner {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.navbar__inner a {
  text-decoration: none;
}
.navbar a {
  border: 0;
}
.navbar__right {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__right {
    margin: 0 0 0 auto;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__right {
    margin: 0 0 0 auto;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .navbar__right {
    width: 230px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .navbar__right {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__right {
    width: none;
    max-width: 70px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__right {
    width: none;
    max-width: 70px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__right a {
    width: 19px;
  }
  .navbar__right a:first-of-type {
    margin-right: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__right a {
    width: 19px;
  }
  .navbar__right a:first-of-type {
    margin-right: 5px;
  }
}
.navbar__right > :first-child {
  margin: 0;
}
.navbar__menu {
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__menu {
    display: -webkit-box;
    display: flex;
    height: 68px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__menu {
    display: -webkit-box;
    display: flex;
    height: 68px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .navbar__menu {
    position: fixed;
    top: 45px;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    background: #f7f5fa;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__menu {
    position: fixed;
    top: 45px;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    background: #f7f5fa;
  }
}
@media screen and (max-width: 599px) {
  .navbar--nav-active .navbar__menu {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar--nav-active .navbar__menu {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.navbar__item {
  margin-bottom: 0;
}
@media (max-width: 1275px) {
  .navbar__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .navbar__item {
    background-color: #fafafa;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__item {
    background-color: #fafafa;
  }
}
.navbar__item > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #000;
  height: 100%;
  border-bottom: 0;
  width: 100%;
  padding: 0 30px;
  padding: 0 min(2vw, 30px);
  text-decoration: none;
  cursor: default;
  font-weight: 300;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__item > a {
    text-transform: uppercase;
    font-family: Avenir-95-Black, Avenir, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.0775rem;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__item > a {
    text-transform: uppercase;
    font-family: Avenir-95-Black, Avenir, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.0775rem;
  }
}
@media screen and (max-width: 599px) {
  .navbar__item > a {
    font-family: Avenir-65-Medium, Avenir, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.0775rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__item > a {
    font-family: Avenir-65-Medium, Avenir, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.0775rem;
  }
}
.navbar__item > a:hover {
  text-decoration: none !important;
}
.navbar__item > a[href] {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .navbar__item > a {
    font-size: 1rem;
    display: block;
    height: auto;
    letter-spacing: 0.08875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__item > a {
    font-size: 1rem;
    display: block;
    height: auto;
    letter-spacing: 0.08875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__item > a {
    padding: 16px 20px 14px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__item > a {
    padding: 16px 20px 16px;
  }
}
.navbar__item > a span {
  display: block;
  font-weight: 400;
}
.navbar__item > a svg {
  margin: 0 0 0 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 8px;
  width: auto;
}
.navbar__item--has-dropdown > a span img {
  height: 8px;
  margin: 6px 0 0 7px;
}
@media screen and (max-width: 599px) {
  .navbar__item--has-dropdown > a {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__item--has-dropdown > a {
    display: none;
  }
}
.navbar__item--has-dropdown > a > img {
  margin-left: 10px;
}
.navbar__item:hover {
  background: #fafafa;
}
.navbar__logo {
  height: 68px;
  max-width: 185px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__logo {
    height: 45px;
    max-width: 62px;
  }
  .navbar__logo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .navbar__logo {
    height: 45px;
    max-width: 62px;
  }
  .navbar__logo img {
    max-width: 100%;
    height: auto;
  }
}
.navbar__logo img {
  max-height: 100%;
}
.navbar__hamburger {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 65px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__hamburger {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__hamburger {
    display: none;
  }
}
.navbar__link-button {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 4.25rem;
  letter-spacing: 0;
  color: #8a8a8a;
  position: relative;
  margin-left: 30px;
  text-transform: uppercase;
  line-height: 1.25rem;
}
@media screen and (max-width: 599px) {
  .navbar__link-button {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .navbar__link-button {
    white-space: nowrap;
  }
}
.navbar__link-button--search img {
  display: inline-block !important;
  width: 21px !important;
}
.navbar__link-button img {
  cursor: pointer;
  width: 21px;
  height: 21px;
  max-width: unset;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link-button {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link-button {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button:last-of-type img {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button:last-of-type img {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button {
    margin-left: 10px;
  }
}
.navbar__link-button--basket {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .navbar__link-button--basket {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button--basket {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button--basket {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link-button--cart {
    margin-right: 0;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link-button--cart {
    margin-right: 0;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .navbar__link-button--cart {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button--cart {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link-button > img {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link-button > img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar__link-button > img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .navbar__link-button > img {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button > span:not(#cart-count) {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button > span:not(#cart-count) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .navbar__link-button > span:not(#cart-count) {
    display: none;
  }
}
.navbar__link-button:hover .basket, .navbar__link-button--active .basket {
  z-index: 10;
  pointer-events: all;
  opacity: 1;
  overflow: auto;
  max-height: 90vh;
}
.navbar__link-button:hover .basket__action, .navbar__link-button--active .basket__action {
  width: 50%;
}
.navbar__link-button--cart {
  padding-right: 23px;
  text-transform: uppercase;
}
.navbar__link-button--cart #cart-count {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #fff;
  background: #cd1e1e;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .navbar__link-button--cart #cart-count {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button--cart #cart-count {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link-button--cart #cart-count {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 41%;
    left: 77%;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link-button--cart #cart-count {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 41%;
    left: 77%;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link-button--cart #cart-count {
    top: 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link-button--cart #cart-count {
    top: 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
.navbar__link-button--cart:hover {
  position: relative;
}
.navbar__link-button--cart:hover::before {
  content: "";
  display: block;
  background: transparent;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar__lower-dropdown {
  display: none;
  margin: 0;
  list-style-type: none;
  position: absolute;
  background-color: #f7f5fa;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__lower-dropdown {
    width: 100%;
    padding: 0;
    display: block;
    right: -200%;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
  }
}
@media screen and (max-width: 599px) {
  .navbar__lower-dropdown {
    width: 100%;
    padding: 0;
    display: block;
    right: -200%;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__lower-dropdown--active {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__lower-dropdown--active {
    display: block;
  }
}
.navbar__lower-dropdown-item {
  margin-bottom: 0;
  padding: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__lower-dropdown-item {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .navbar__lower-dropdown-item {
    padding: 0;
  }
}
.navbar__lower-dropdown-item > a {
  font-size: 1rem;
  letter-spacing: 0.0225rem;
  color: #2f2f2f;
  line-height: 1.6;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__lower-dropdown-item > a {
    padding: 10px 20px;
    display: block;
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .navbar__lower-dropdown-item > a {
    padding: 10px 20px;
    display: block;
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown-item--touch-active .navbar__lower-dropdown {
    right: 0;
    z-index: 999;
  }
  .navbar__dropdown-item--touch-active .navbar__lower-dropdown a {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown-item--touch-active .navbar__lower-dropdown {
    right: 0;
    z-index: 999;
  }
  .navbar__dropdown-item--touch-active .navbar__lower-dropdown a {
    display: -webkit-box;
    display: flex;
  }
}
.navbar__dropdown {
  top: 68px;
  max-width: 1061px;
  z-index: 9999;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 15px;
  background-color: #fafafa;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__dropdown {
    margin: 0 auto;
    padding: 17px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    display: none;
    position: absolute;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__dropdown {
    margin: 0 auto;
    padding: 17px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    display: none;
    position: absolute;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown {
    padding: 15px;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown {
    padding: 15px;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__dropdown--active {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__dropdown--active {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .navbar__menu-item--touch-active .navbar__dropdown {
    left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__menu-item--touch-active .navbar__dropdown {
    left: 0;
  }
}
.navbar__dropdown-title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  margin: 0;
  position: relative;
  padding: 8px 10px 8px 40px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__dropdown-title {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__dropdown-title {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown-title {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown-title {
    display: block;
  }
}
.navbar__dropdown-title::before {
  content: "";
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  height: 10px;
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  left: 20px;
  top: 50%;
}
.navbar__dropdown-item {
  margin-bottom: 0;
  padding: 8px;
}
.navbar__dropdown-item:hover {
  background-color: #f7f5fa;
}
.navbar__dropdown-item > a {
  color: #2f2f2f;
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.0225rem;
  line-height: 1.6;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.navbar__dropdown-item > a svg {
  margin: 0 0 0 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 8px;
  width: auto;
}
.navbar__dropdown-item > a > img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  height: 9px;
  width: 13px;
  margin-top: 9px;
  margin-left: 7px;
}
.navbar__dropdown-item:last-of-type {
  margin-top: 20px;
  margin: 0;
  position: relative;
}
.navbar__dropdown-item:last-of-type::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  display: block;
  height: 1px;
  max-width: 200px;
  width: 100%;
  background: #efefef;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .navbar__dropdown-item:last-of-type::before {
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown-item:last-of-type::before {
    max-width: 100%;
  }
}
.navbar__dropdown-item:nth-last-child(2) {
  margin-bottom: 20px;
}
.navbar__dropdown-menu {
  position: relative;
  width: 41%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown-menu {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown-menu {
    position: static;
    width: 100%;
  }
}
.navbar__dropdown-menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__dropdown-menu > ul {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .navbar__dropdown-menu > ul {
    width: 100%;
  }
}
.navbar__dropdown__header {
  color: #fff;
  font-family: Avenir-35-Light, Avenir, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.04188rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 20px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__dropdown__header {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__dropdown__header {
    display: none;
  }
}
.navbar__dropdown__header * {
  pointer-events: none;
}
.navbar__dropdown__header .navbar__back-button {
  color: #fff;
  margin: 0 10px 0 0;
}
.navbar__dropdown__header .navbar__back-button svg {
  padding-bottom: 3px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 6px;
  height: 100%;
}
.navbar__dropdown__header .navbar__back-button svg * {
  stroke: #fff;
}
.navbar__cards {
  width: 59%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .navbar__cards {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__cards {
    display: none;
  }
}
.navbar__cards-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.navbar__card {
  max-width: 50%;
  -webkit-box-flex: 50%;
          flex: 50% 0 0;
  padding-left: 25px;
  display: -webkit-box;
  display: flex;
}
.navbar__card-image {
  position: relative;
  height: 0;
  padding-top: 89.95%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.navbar__card-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__card-image img {
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__card-image img {
    right: 0;
    bottom: 0;
  }
}
.navbar__card-inner {
  background-color: #f7f5fa;
  height: 100%;
  width: 100%;
  position: relative;
}
.navbar__card-inner a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.navbar__card-inner a::after {
  z-index: 2;
}
.navbar__card-title {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03563rem;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .navbar__card-title {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__card-title {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
.navbar__card-content {
  padding: 15px;
}
.navbar__card-content p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.02125rem;
  line-height: 1.25rem;
}
.navbar__container--search {
  display: none;
}
.navbar__container--search.is-active {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__container--form {
    margin: 52px auto;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__container--form {
    margin: 52px auto;
  }
}
@media screen and (max-width: 599px) {
  .navbar__container--form {
    margin: 52px 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__container--form {
    margin: 52px 0;
    width: 100%;
  }
}

.header-banner {
  background: #e6e3e9;
  height: 40px;
  position: relative;
  z-index: -1;
}
.header-banner__inner {
  position: relative;
  max-width: 515px;
  margin: 0 auto;
}
.header-banner__carousel {
  max-width: 515px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .header-banner__carousel {
    margin: 0 40px;
  }
}
.header-banner__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: -5px;
  bottom: 0;
  padding-top: 6px;
  z-index: 10;
  cursor: pointer;
}
.header-banner__button * {
  pointer-events: none;
}
.header-banner__button--right {
  right: 0;
}
@media screen and (max-width: 599px) {
  .header-banner__button--right {
    right: 9px;
  }
}
.header-banner__button--left {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 599px) {
  .header-banner__button--left {
    left: 9px;
  }
}
.header-banner__item {
  margin: 0 auto;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.header-banner__item,
.header-banner__item p {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-align: center;
  color: #440099;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .header-banner__item,
.header-banner__item p {
    font-size: 0.75rem;
  }
}
.header-banner__item strong {
  font-weight: 600;
}
.header-banner__image {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 0;
  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: 0.15s;
          transition-duration: 0.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: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.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) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.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) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -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);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.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, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.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, -16px, 0) rotate(270deg);
          transform: translate3d(0, -16px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.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 !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
          transform: translate3d(50px, 50px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
          transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.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 !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  -webkit-transform: translate3d(50px, -50px, 0) rotate(-45deg);
          transform: translate3d(50px, -50px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  -webkit-transform: translate3d(-50px, -50px, 0) rotate(45deg);
          transform: translate3d(-50px, -50px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -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: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -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: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
          transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.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(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -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);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.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(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -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);
}

.hamburger {
  display: block;
  margin: 0 auto 0 0;
}
.hamburger.is-active span.hamburger-inner {
  width: 25px;
}
.hamburger span {
  pointer-events: none;
}
.hamburger span.hamburger-inner {
  width: 15px;
}

.search-results-page {
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .search-results-page {
    padding-top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page {
    padding-top: 30px;
  }
}
.search-results-page__no-results {
  text-align: center;
  padding-bottom: 200px;
}
@media screen and (min-width: 1920px) {
  .search-results-page__no-results {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .search-results-page__no-results {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page__no-results {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .search-results-page__no-results {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .search-results-page__no-results {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page__no-results {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .search-results-page__header {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .search-results-page__header {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page__header {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .search-results-page__header {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.search-results-page h1 {
  padding-bottom: 23px;
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .search-results-page h1 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page h1 {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (max-width: 599px) {
  .search-results-page h1 {
    margin-bottom: 20px;
  }
}
.search-results-page h2 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .search-results-page h2 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .search-results-page h2 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) {
  .page-search {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .page-search {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-search {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .page-search {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.page-search__list h3 {
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  color: #1c1c1c;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .page-search__list h3 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-search__list h3 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02625rem;
  }
}
.page-search__list p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .page-search__list p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-search__list p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.page-search__list a {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 228px;
  margin-bottom: 60px;
}
.page-search__list a:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.page-search__list a:active, .page-search__list a:focus {
  border-color: #d6cce2;
}
.page-search__list a[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .page-search__list a {
    width: 100%;
  }
}

.email_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  display: none;
}
.email_modal--active {
  display: -webkit-box;
  display: flex;
}
.email_modal__container {
  position: relative;
  min-height: 420px;
  margin: auto;
  padding: 65px 35px 45px;
  max-width: 730px;
  width: 100%;
}
@media (max-width: 550px) {
  .email_modal__container {
    padding: 15px;
  }
}
.email_modal__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (max-width: 780px) {
  .email_modal__image {
    position: relative;
  }
}
.email_modal__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 50%;
}
@media (max-width: 780px) {
  .email_modal__image img {
    width: 100%;
  }
}
.email_modal__content {
  position: relative;
  margin-left: 59%;
}
@media (max-width: 780px) {
  .email_modal__content {
    margin-left: 0;
    width: 48%;
  }
}
@media (max-width: 728px) {
  .email_modal__content {
    width: 100%;
  }
}
.email_modal__title {
  font-family: "barlow semi condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05188rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
  color: #000;
}
@media (max-width: 728px) {
  .email_modal__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}
.email_modal__subtitle {
  font-family: "barlow semi condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.07125rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 35px;
  color: #000;
}
.email_modal__text {
  font-family: "barlow", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 0 20px;
  color: #fff;
  max-width: 320px;
  color: #000;
}
@media (max-width: 728px) {
  .email_modal__text {
    max-width: 100%;
  }
}
.email_modal__button {
  width: 500px;
  height: 25px;
  color: #000;
  background: transparent;
  font-family: "barlow semi condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  width: auto;
  border: none;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 780px) {
  .email_modal__button {
    top: 75px;
    right: 45px;
    color: #fff;
  }
}
@media (max-width: 550px) {
  .email_modal__button {
    top: 25px;
    right: 25px;
    color: #fff;
  }
}
@media (max-width: 780px) {
  .email_modal__form-container {
    margin-left: 0;
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    padding: 45px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 728px) {
  .email_modal__form-container {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.email_modal__form {
  position: relative;
  max-width: 250px;
  margin-left: 59%;
}
@media (max-width: 780px) {
  .email_modal__form {
    margin-left: 0;
    display: inline-block;
    width: 50%;
    margin-top: -18px;
  }
}
@media (max-width: 728px) {
  .email_modal__form {
    width: 100%;
    max-width: 100%;
  }
}
.email_modal__form .gform_confirmation_wrapper {
  font-family: "barlow semi condensed", sans-serif;
}
.email_modal__form .validation_error, .email_modal__form .validation_message {
  font-family: "barlow", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: red;
  font-weight: 700;
}
.email_modal__form .validation_error {
  margin: 0 0 15px;
}
.email_modal__form .gform_footer {
  text-align: center;
}
.email_modal__form .gform_footer input {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 16px;
  padding: 9px 31px;
  height: 48px;
  -webkit-appearance: none;
}
.email_modal__form .gform_footer input:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.email_modal__form .gform_footer input:active, .email_modal__form .gform_footer input:focus {
  border-color: #d6cce2;
}
.email_modal__form .gform_footer input[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.email_modal__form .gform_footer .gform_ajax_spinner {
  width: 32px;
  margin-top: 15px;
}
.email_modal__form .gform_body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.email_modal__form .gform_body .gfield_label {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "barlow semi condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.055rem;
  line-height: 1rem;
}
@media (max-width: 728px) {
  .email_modal__form .gfield {
    margin: 0 0 15px;
  }
}
.email_modal__form input,
.email_modal__form select {
  width: 100%;
  height: 34px;
  padding: 0px 8px;
  border: 1px solid #c0c0c0;
  font-size: 0.9375rem;
  font-family: "barlow semi condensed";
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .email_modal__form input,
.email_modal__form select {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .email_modal__form input,
.email_modal__form select {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.email_modal__form input::-webkit-input-placeholder,
.email_modal__form select::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .email_modal__form input::-webkit-input-placeholder,
.email_modal__form select::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .email_modal__form input::-webkit-input-placeholder,
.email_modal__form select::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.email_modal__form .ginput_container {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .email_modal__form .ginput_container {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .email_modal__form .ginput_container {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.email_modal__form .ginput_container::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.email_modal__form .ginput_container::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.email_modal__form .ginput_container:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.email_modal__form .ginput_container::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.email_modal__form .ginput_container::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .email_modal__form .ginput_container::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .email_modal__form .ginput_container::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .email_modal__form .ginput_container::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.email_modal__form .ginput_container input {
  height: 40px;
}
.email_modal__form .ginput_container_select {
  position: relative;
  width: 100%;
  height: 34px;
  display: inline-block;
}
.email_modal__form .ginput_container_select::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  height: 0;
  width: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}
.email_modal__form select {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  width: 100%;
  color: #bababa;
  background-color: white;
}
@media (max-width: 814px) {
  .email_modal__form select {
    margin: 5px 0px;
    width: 100%;
  }
}
.email_modal__form textarea {
  width: 99.7%;
  height: 137px;
  resize: none;
  padding: 10px;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  font-size: 0.9375rem;
  font-family: "barlow semi condensed";
}
.email_modal__form textarea::-webkit-input-placeholder {
  color: #bababa;
  font-size: 0.9375rem;
  font-family: "barlow semi condensed";
}
.email_modal__form textarea:focus {
  outline: none;
}
.email_modal__form .form-left {
  width: 48.5%;
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
@media (max-width: 814px) {
  .email_modal__form .form-left {
    margin: 5px 0px;
    width: 100%;
  }
}
.email_modal__form .form-right {
  width: 48.5%;
  display: inline-block;
  margin: 5px 0px 5px 5px;
}
@media (max-width: 814px) {
  .email_modal__form .form-right {
    margin: 5px 0px;
    width: 100%;
  }
}
.email_modal__form #selectbox-placeholder {
  color: #bababa;
}

.more-posts {
  width: 100%;
  padding-top: 140px;
  margin-bottom: 90px;
}
@media screen and (max-width: 599px) {
  .more-posts {
    padding-top: 100px;
  }
}
.more-posts--search {
  margin-bottom: 100px;
}
.more-posts__container {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .more-posts__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .more-posts__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .more-posts__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .more-posts__container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__container {
    flex-wrap: wrap;
  }
}
.more-posts__post {
  position: relative;
  cursor: pointer;
  width: 23%;
  border-bottom: 0;
  margin-bottom: 90px;
  width: calc(33.3333333333% - 17.3333333333px);
}
.more-posts__post a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.more-posts__post:nth-child(3n+1):last-child {
  margin: 0 calc(((33.3333333333%) - 17.3333333333px) * 2 + 52px) 0 0;
}
.more-posts__post:nth-child(3n+2):last-child {
  margin: 0 calc(((33.3333333333%) - 17.3333333333px) * 1 + 26px) 0 0;
}
.more-posts__post:nth-child(3n+1), .more-posts__post:last-child {
  margin-right: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__post {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .more-posts__post {
    width: 100%;
    margin-bottom: 50px;
  }
}
.more-posts__image {
  position: relative;
  height: 0;
  padding-top: 70%;
  margin-bottom: 10px;
}
.more-posts__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.more-posts__category {
  background-color: #1c1c1c;
  border-radius: 18px;
  display: inline-block;
  margin-bottom: 20px !important;
  padding: 0;
}
.more-posts__category-text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 15px;
}
@media screen and (max-width: 599px) {
  .more-posts__category-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__category-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.more-posts__title {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .more-posts__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.more-posts__content {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .more-posts__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .more-posts__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.single-post .more-posts__container {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.post-image {
  width: 100%;
  height: 0;
  padding-top: 38.2%;
  max-height: 685px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .post-image {
    padding-top: 73%;
  }
}
.post-image img {
  width: 100%;
  height: 100%;
  max-height: 685px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.post-feed {
  margin-bottom: 60px;
}
.post-feed--search {
  margin-bottom: 0;
}
.post-feed__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .post-feed__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.post-feed__top {
  display: -webkit-box;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .post-feed__top {
    flex-wrap: wrap;
    margin-bottom: 59px;
  }
}
.post-feed__image {
  height: 0;
  position: relative;
  padding-top: 68%;
}
.post-feed__image--large {
  max-height: 806px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .post-feed__image--large {
    position: relative;
    height: 0;
    padding-top: 93%;
  }
}
.post-feed__image--large img {
  max-height: 806px;
}
.post-feed__image--mini {
  padding-top: 87%;
}
.post-feed__image--mini img {
  max-height: 403px;
}
@media screen and (max-width: 599px) {
  .post-feed__image--mini {
    padding-top: 69%;
  }
}
.post-feed__wide-block .post-feed__image {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__wide-block .post-feed__image {
    -webkit-box-flex: 0;
            flex: 0 0 48%;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__wide-block .post-feed__image {
    -webkit-box-flex: 0;
            flex: 0 0 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__wide-block .post-feed__image {
    position: relative;
    height: 0;
    padding-top: 70%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__wide-block .post-feed__image {
    position: relative;
    height: 0;
    padding-top: 70%;
    margin-bottom: 10px;
  }
}
.post-feed__double--reverse .post-feed__wide-block .post-feed__image {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.post-feed__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.post-feed__date {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .post-feed__date {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__date {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.post-feed__date--post {
  color: #440099;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: -20px;
  margin-bottom: 30px;
}
.post-feed__text {
  left: 0;
  right: 0;
  margin-top: 20px;
}
.post-feed__text--large {
  width: 100%;
  margin-left: auto;
  margin: 0 0 20px 93px;
}
@media screen and (max-width: 599px) {
  .post-feed__text--large {
    position: relative;
    background-color: #000;
    padding: 31px 20px;
    margin: 0;
  }
}
.post-feed__text--mini {
  width: 100%;
  margin-right: auto;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 599px) {
  .post-feed__text--mini {
    position: relative;
    background-color: #440099;
    padding: 14px 20px;
    margin: 0;
  }
}
.post-feed__wide-block .post-feed__text {
  position: relative;
  margin-left: 26px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__wide-block .post-feed__text {
    padding-top: 55px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__wide-block .post-feed__text {
    padding-top: 55px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__wide-block .post-feed__text {
    margin: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__wide-block .post-feed__text {
    margin: 0 10px;
  }
}
.post-feed__text--wide {
  position: relative;
  margin-left: 26px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__text--wide {
    padding-top: 55px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__text--wide {
    padding-top: 55px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__text--wide {
    margin: 0 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__text--wide {
    margin: 0 10px;
  }
}
.post-feed__large {
  position: relative;
  width: 89%;
  position: relative;
  border-bottom: 0;
  margin-right: 15px;
  display: block;
  cursor: pointer;
}
.post-feed__large a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .post-feed__large {
    width: 100%;
    margin: 0 0 15px;
  }
}
.post-feed__mini-blocks {
  position: relative;
}
.post-feed__mini-blocks a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__mini-blocks {
    width: 40%;
    max-height: 806px;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__mini-blocks {
    width: 40%;
    max-height: 806px;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__mini-blocks {
    width: 100%;
  }
}
.post-feed__mini {
  position: relative;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.post-feed__mini a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__mini {
    max-height: 403px;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__mini {
    max-height: 403px;
  }
}
.post-feed__mini:first-of-type {
  margin: 0 0 11px;
  overflow: hidden;
}
.post-feed__triple {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .post-feed__triple {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__triple {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__triple {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__triple {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__triple {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__triple {
    flex-wrap: wrap;
  }
}
.post-feed__text--large .post-feed__title {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .post-feed__text--large .post-feed__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__text--large .post-feed__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__text--large .post-feed__title {
    line-height: 2.5rem;
    margin: 0 0 15px;
  }
}
.post-feed__text--mini .post-feed__title {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .post-feed__text--mini .post-feed__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__text--mini .post-feed__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__text--mini .post-feed__title {
    margin: 0 0 5px;
  }
}
.post-feed__title {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .post-feed__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.post-feed__content {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .post-feed__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__content {
    margin: 0 0 25px;
  }
}
.post-feed__double {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .post-feed__double {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__double {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__double {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__double {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.post-feed__wide-block {
  position: relative;
  border: 1px solid #8a8a8a;
  width: 66%;
  cursor: pointer;
  margin-bottom: 90px;
}
.post-feed__wide-block a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .post-feed__wide-block {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  .post-feed__wide-block {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .post-feed__wide-block {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .post-feed__wide-block {
    width: 100%;
    margin: 0 0 50px;
  }
}
.post-feed__double--reverse .post-feed__wide-block {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.post-feed ul li {
  list-style-type: none;
}

.full-width-image {
  margin: 0;
}
.full-width-image--post {
  margin: -32px 0 30px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--post {
    margin: -55px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image--post {
    margin: -69px 0 30px;
  }
}
.full-width-image--product {
  margin: 0 0 70px;
}
@media screen and (max-width: 599px) {
  .full-width-image--product {
    margin: 0 0 40px;
  }
}
.full-width-image__container {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 50%;
}
@media (min-width: 1350px) {
  .full-width-image__container {
    height: 680px;
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image__container {
    padding-top: 70%;
  }
}
.full-width-image__play {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.full-width-image__play svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .full-width-image__play {
    width: 57px;
    height: 57px;
  }
}
.full-width-image__play:active, .full-width-image__play:focus {
  outline: 0;
}
.full-width-image--play .full-width-image__play {
  opacity: 0;
  visibility: hidden;
}
.full-width-image__video {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .full-width-image__video {
    padding-top: 72%;
  }
}
.full-width-image__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.full-width-image__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 1;
  -webkit-transition: opacity, visibility 1s;
  transition: opacity, visibility 1s;
}
.full-width-image__image img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.full-width-image__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(45%, rgba(28, 28, 28, 0.45)), to(#1c1c1c));
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.45) 45%, #1c1c1c 100%);
  z-index: 1;
  pointer-events: none;
}
.full-width-image--play .full-width-image__image {
  opacity: 0;
  visibility: hidden;
}
.full-width-image__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40% 0 25px;
  -webkit-transition: opacity, visibility 1s;
  transition: opacity, visibility 1s;
}
@media screen and (min-width: 1920px) {
  .full-width-image__text {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image__text {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image__text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image__text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.full-width-image--play .full-width-image__text {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 599px) {
  .full-width-image__text {
    padding: 53% 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image--video .full-width-image__text {
    padding: 20px 0 25px;
  }
}
.full-width-image__content {
  position: relative;
  width: 100%;
  max-width: 720px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .full-width-image__content {
    display: none;
  }
}
.full-width-image__content--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .full-width-image__content--mobile {
    display: block;
  }
}
.full-width-image__content.wysiwyg * {
  color: #fff;
}
.full-width-image__content.wysiwyg *:last-of-type {
  margin: 0;
}
.full-width-image__content.wysiwyg h3, .full-width-image__content.wysiwyg h2 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  letter-spacing: 0.0125rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 599px) {
  .full-width-image__content.wysiwyg h3, .full-width-image__content.wysiwyg h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image__content.wysiwyg h3, .full-width-image__content.wysiwyg h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image__content.wysiwyg h3, .full-width-image__content.wysiwyg h2 {
    font-size: 1.25rem;
    letter-spacing: 0.00563rem;
    line-height: 1.5625rem;
  }
}

.text-image {
  margin-bottom: 95px;
}
.text-image--featured {
  background: #e6e3e9;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image--featured {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-image--featured {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1920px) {
  .text-image--featured {
    padding: 60px 0;
  }
}
@media screen and (max-width: 599px) {
  .text-image--featured {
    padding: 0 0 60px;
  }
}
.text-image__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1920px) {
  .text-image__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-image__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .text-image__container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__container {
    flex-wrap: wrap;
  }
}
.text-image__image {
  width: 49%;
  position: relative;
  height: 0;
  padding-top: 30%;
  max-height: 371px;
}
@media screen and (max-width: 599px) {
  .text-image__image {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__image {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 50%;
  }
}
.text-image--reverse .text-image__image {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media screen and (max-width: 599px) {
  .text-image--reverse .text-image__image {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image--reverse .text-image__image {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.text-image__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.text-image__text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .text-image__text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-image--reverse .text-image__text {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
@media screen and (max-width: 599px) {
  .text-image--reverse .text-image__text {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image--reverse .text-image__text {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-image__text-container {
    max-width: 504px;
    margin-left: 107px;
  }
}
@media screen and (min-width: 1920px) {
  .text-image__text-container {
    max-width: 504px;
    margin-left: 107px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-image--reverse .text-image__text-container {
    margin-left: 0;
    margin-right: 107px;
  }
}
@media screen and (min-width: 1920px) {
  .text-image--reverse .text-image__text-container {
    margin-left: 0;
    margin-right: 107px;
  }
}
.text-image__title {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 5px;
}
@media screen and (max-width: 599px) {
  .text-image__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.text-image__subtitle {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #440099;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .text-image__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.text-image__content {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin-bottom: 45px;
  white-space: pre-wrap;
}
@media screen and (max-width: 599px) {
  .text-image__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.text-image__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.text-image__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.text-image__button:active, .text-image__button:focus {
  border-color: #d6cce2;
}
.text-image__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-image__button {
    max-width: 228px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-image__button {
    max-width: 228px;
  }
}
@media screen and (min-width: 1920px) {
  .text-image__button {
    max-width: 228px;
  }
}
@media screen and (max-width: 599px) {
  .text-image__button {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .button-block {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .button-block {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .button-block {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .button-block {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.button-block__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-block__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.button-block__button:active, .button-block__button:focus {
  border-color: #d6cce2;
}
.button-block__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}

.breadcrumbs {
  text-transform: uppercase;
  margin: 70px auto 40px !important;
}
@media screen and (min-width: 1920px) {
  .breadcrumbs {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .breadcrumbs {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .breadcrumbs {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .breadcrumbs {
    margin: 60px auto 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin: 50px auto 30px !important;
  }
}
.archive .breadcrumbs {
  margin: -20px auto 62px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .archive .breadcrumbs {
    margin: -20px auto 40px;
  }
}
@media screen and (max-width: 599px) {
  .archive .breadcrumbs {
    margin: 10px auto 30px;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs ul li {
  list-style: none;
}
.breadcrumbs li, .breadcrumbs a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #282828;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .breadcrumbs li, .breadcrumbs a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .breadcrumbs li, .breadcrumbs a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.breadcrumbs li:first-of-type, .breadcrumbs a:first-of-type {
  font-weight: 700;
}
.breadcrumbs__delimiter {
  margin: 0 5px !important;
  color: #282828;
  font-weight: 700;
}
.breadcrumbs a {
  color: #8a8a8a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .breadcrumbs a {
    font-size: 0.875rem;
    letter-spacing: 0.04875rem;
    line-height: 1.5rem;
  }
}

.form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.form.box {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .form.box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .form {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form {
    display: -webkit-box;
    display: flex;
  }
}
.form--container {
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .form--container {
    max-width: 805px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form--container {
    max-width: 805px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .form--container {
    max-width: 805px;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  .form--container {
    max-width: 805px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .woocommerce-account .form--container {
    margin: 0 auto 140px;
  }
}
@media screen and (min-width: 1920px) {
  .woocommerce-account .form--container {
    margin: 0 auto 140px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-account .form--container {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-account .form--container {
    margin: 0 auto 30px;
  }
}
.form__container {
  padding: 0;
  width: 100%;
}
.form__container .box {
  margin-bottom: 10px;
}
.form__container .box:first-of-type {
  margin-bottom: 40px;
}
.form__title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin: 0 0 36px;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .form__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.form__edit {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  margin: 0 0 0 auto;
  cursor: pointer;
  text-decoration: underline;
  font-style: italic;
  display: none;
}
@media screen and (max-width: 599px) {
  .form__edit {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__edit {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.form__row {
  margin: 0 0 20px;
  width: 100%;
  min-height: 40px;
}
.form__row:last-child {
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__row--half {
    width: calc((100% / 2) - 10px);
  }
  .form__row--half:last-child {
    margin: 0;
  }
  .form__row--half:last-child + .form__row:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .form__row--half {
    width: calc((100% / 2) - 10px);
  }
  .form__row--half:last-child {
    margin: 0;
  }
  .form__row--half:last-child + .form__row:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .form__row--half {
    width: calc((100% / 2) - 10px);
  }
  .form__row--half:last-child {
    margin: 0;
  }
  .form__row--half:last-child + .form__row:last-child {
    margin: 0;
  }
}
.form__row--third {
  width: calc((100% / 3) - 13.3333333333px);
}
.form__row--sidebyside {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__row--sidebyside {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .form__row--sidebyside {
    display: block;
  }
}
.form__row--sidebyside .button {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #8a8a8a;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
  max-width: 280px;
  line-height: 2.5rem;
}
.form__row--sidebyside .button:hover {
  border-color: #440099;
  background: #440099;
}
.form__row--sidebyside .button:active, .form__row--sidebyside .button:focus {
  border-color: #d6cce2;
}
.form__row--sidebyside .button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__row--sidebyside .button {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .form__row--sidebyside .button {
    display: block;
    max-width: 100%;
  }
}
.form__row--hidden {
  display: none !important;
}
.form__input, .form__select,
.form #billing_state {
  width: 100%;
  height: 35px;
  line-height: 2.1875rem;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #efefef;
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border: 1px solid #2f2f2f;
  margin-bottom: 21px;
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form #billing_state::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form #billing_state::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form #billing_state:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form #billing_state::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.form__input::placeholder, .form__select::placeholder,
.form #billing_state::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form #billing_state::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::-moz-placeholder, .form__select::-moz-placeholder, .form #billing_state::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form #billing_state:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form #billing_state::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::placeholder, .form__select::placeholder,
.form #billing_state::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form #billing_state::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::-moz-placeholder, .form__select::-moz-placeholder, .form #billing_state::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form #billing_state:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form #billing_state::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .form__input::placeholder, .form__select::placeholder,
.form #billing_state::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.form__input:focus, .form__select:focus,
.form #billing_state:focus {
  outline: 0;
}
.form__input--error, .form__select--error,
.form #billing_state--error {
  border-color: #cd1e1e;
}
.form__input--error + .form__error, .form__select--error + .form__error,
.form #billing_state--error + .form__error {
  display: block;
}
.form__error {
  display: none;
  color: #cd1e1e;
  padding: 10px 0 0;
  margin: 0 0 5px;
}
.form__notification {
  padding: 10px 0 0;
  margin: 0 0 5px;
  color: #cd1e1e;
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.form__submit {
  display: block;
  width: 100%;
  border: 0;
}
.form__after {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 765px;
}
.form__checkbox {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .form__checkbox {
    padding: 0 0 20px 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form__checkbox {
    padding: 0 0 20px 45px;
  }
}
.form__checkbox--full {
  width: 100%;
  margin: 0 0 20px;
}
.form__checkbox input {
  display: none;
}
.form__checkbox input:checked + label::after {
  opacity: 1;
}
.form__checkbox--shipping input:checked + label::after {
  opacity: 0;
}
.form__checkbox--shipping input + label::after {
  opacity: 1;
}
.form__checkbox label {
  line-height: 2.1875rem;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-style: italic;
  font-weight: 300;
  white-space: nowrap;
}
.form__checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #2f2f2f;
  background-color: #fff;
}
.form__checkbox label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  width: 6px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form button {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #8a8a8a;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form button:hover {
  border-color: #440099;
  background: #440099;
}
.form button:active, .form button:focus {
  border-color: #d6cce2;
}
.form button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.form button[type=submit] {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  height: 40px;
  margin-bottom: 10px;
}
.form button[type=submit]:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.form button[type=submit]:active, .form button[type=submit]:focus {
  border-color: #d6cce2;
}
.form button[type=submit][disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .form button[type=submit] {
    width: 100%;
  }
}
.form p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .form p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.box {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .box {
    margin-bottom: 80px;
  }
}

.woocommerce {
  padding-top: 70px;
}
.woocommerce-notices-wrapper {
  margin: 0 auto;
  max-width: 765px;
  width: 100%;
}
.woocommerce-message {
  padding: 10px;
  margin: 0 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 599px) {
  .woocommerce-message {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-message {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.woocommerce-message a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-error {
  margin: 0;
  padding: 0;
}
.woocommerce-error li {
  list-style: none;
  padding: 10px;
  margin: 0 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-align: center;
  background-color: #cd1e1e;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .woocommerce-error li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-error li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.order__status {
  font-weight: 700;
}
.order__status--processing {
  font-style: italic;
  font-weight: 400;
}
.order__status--cancelled {
  color: #cd1e1e;
}
.order__status--refunded {
  color: #cd1e1e;
}
.order__status--failed {
  color: #cd1e1e;
}

@media screen and (min-width: 1920px) {
  .woocommerce-order {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .woocommerce-order {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-order {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-order {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.woocommerce-order p {
  text-align: center;
}

.woocommerce-order-downloads {
  padding-top: 50px;
}
@media screen and (min-width: 1920px) {
  .woocommerce-order-downloads {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .woocommerce-order-downloads {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-order-downloads {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .woocommerce-order-downloads {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.woocommerce-order-downloads table {
  width: 100%;
}
.woocommerce-order-downloads table th {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .woocommerce-order-downloads table th {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-order-downloads table th {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.woocommerce-order-downloads table td {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .woocommerce-order-downloads table td {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-order-downloads table td {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.woocommerce-order-downloads table td a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .woocommerce-order-downloads table td a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .woocommerce-order-downloads table td a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.table {
  margin: 0 auto 180px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .table {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .table__body {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__body {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .table__body {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__body {
    margin: 0 0 20px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .table__header {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__header {
    display: none;
  }
}
.table__row {
  height: 62px;
  border: 1px solid #efefef;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .table__row {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .table__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 120px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .table__row {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
  }
  .table__row a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .table__row {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 0;
    position: relative;
  }
  .table__row a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.table__row th,
.table__row td {
  padding: 0 20px;
  text-align: left;
}
.table__row th:nth-child(1),
.table__row td:nth-child(1) {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 599px) {
  .table__row th:nth-child(1),
.table__row td:nth-child(1) {
    padding: 0 20px 0 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row th:nth-child(1),
.table__row td:nth-child(1) {
    padding: 0 20px 0 20px;
  }
}
.table__row th:nth-last-child(1),
.table__row td:nth-last-child(1) {
  padding: 0 40px 0 20px;
  display: none;
}
.table__row th {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}
.table__row td {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .table__row td[data-title=Order] {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .table__row td[data-title=Date] {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .table__row td[data-title=Total] {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .table__row td[data-title=Status] {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .table__row td[data-title="Tracking No."] {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .table__row td::before {
    content: attr(data-title);
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    margin: 0 5px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row td[data-title=Order] {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .table__row td[data-title=Date] {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .table__row td[data-title=Total] {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .table__row td[data-title=Status] {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .table__row td[data-title="Tracking No."] {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .table__row td::before {
    content: attr(data-title);
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .table__row td {
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 599px) {
  .table__row td:nth-child(2n) {
    width: 55%;
  }
  .table__row td:nth-child(2n+1) {
    width: 45%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row td:nth-child(2n) {
    width: 55%;
  }
  .table__row td:nth-child(2n+1) {
    width: 45%;
  }
}
.table__row td a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .table__row td a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row td a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.table__row--header {
  background-color: #e6e3e9;
  position: relative;
  height: 62px;
}
.table__row--header .th {
  display: none;
}
@media screen and (max-width: 599px) {
  .table__row--header {
    height: 64px;
  }
  .table__row--header::after {
    content: "Order History";
    position: absolute;
    font-size: 1.125rem;
    font-weight: 400;
    color: black;
    text-align: center;
    top: -40%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row--header {
    height: 64px;
  }
  .table__row--header::after {
    content: "Order History";
    position: absolute;
    font-size: 1.125rem;
    font-weight: 400;
    color: black;
    text-align: center;
    top: -40%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.table__row--blank {
  height: 20px;
  border: 0;
}
@media screen and (max-width: 599px) {
  .table__row--blank {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .table__row--blank {
    display: none;
  }
}

.cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1920px) {
  .cart {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .cart {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart {
    padding: 71px 93px;
  }
}
@media screen and (min-width: 1920px) {
  .cart {
    padding: 71px 93px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart {
    flex-wrap: wrap;
    padding: 71px 20px;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .cart {
    max-width: 1160px;
    padding: 0 20px 71px;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .cart.cart--placed {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart.cart--placed {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart.cart--placed {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .cart.cart--placed {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.cart.cart--placed .order-again {
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .cart.cart--placed .order-again {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart.cart--placed .order-again {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.cart.cart--placed .order-again a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .cart.cart--placed .order-again a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart.cart--placed .order-again a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .cart.cart--placed {
    width: 100%;
    padding: 0 0 71px;
  }
}
@media screen and (min-width: 1920px) {
  .cart__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .cart__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.cart__container--titles {
  padding-right: 0;
}
.cart__titles {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #979797;
  padding: 0 0 12px;
}
@media screen and (max-width: 599px) {
  .cart__titles {
    display: none;
  }
}
.cart__titles--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .cart__titles--mobile {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 6px;
  }
}
.cart__title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  width: 100%;
  margin: 0 0 35px;
  color: #2f2f2f;
}
@media screen and (max-width: 599px) {
  .cart__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
.cart__title--mini {
  margin: 0;
  max-width: 60px;
  display: inline-block;
}
.cart__title--mini p {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: normal;
  margin: 0;
}
.cart__title--quantity {
  margin: 0 10px;
}
.cart__form {
  width: 100%;
  -webkit-box-flex: 1;
          flex: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart__form {
    max-width: calc(100% - (352px + 32px));
  }
}
@media screen and (min-width: 1920px) {
  .cart__form {
    max-width: calc(100% - (352px + 32px));
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__form {
    max-width: calc(100% - (262px + 20px));
  }
}
@media screen and (max-width: 599px) {
  .cart__form {
    max-width: 100%;
  }
}
.cart__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  min-width: 360px;
  padding-left: 136px;
}
@media screen and (max-width: 599px) {
  .cart__container {
    min-width: initial;
  }
  .cart__container:first-of-type {
    margin-right: 80px;
    display: none;
  }
}
.cart__container--titles {
  width: 100%;
  max-width: 300px;
  min-width: initial;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .cart__container--titles {
    max-width: none;
    margin-left: 0;
  }
}
.cart__products {
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 0 45px;
}
@media screen and (max-width: 599px) {
  .cart__products {
    margin: 0;
  }
}
.cart__products--confirm {
  width: 65%;
}
@media screen and (max-width: 599px) {
  .cart__products--confirm {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__products--confirm {
    width: 100%;
  }
}
.cart__product {
  border-bottom: 1px solid #979797;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .cart__product {
    border: 0;
  }
}
.cart__remove {
  color: #8a8a8a;
  position: absolute;
  bottom: 28px;
  right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .cart__remove {
    bottom: 10px;
  }
}
.cart__remove::before {
  content: "\2715";
  color: inherit;
  line-height: 1.3125rem;
  font-size: 0.625rem;
  margin: 0 10px 0 0;
}
.cart__remove a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .cart__remove a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__remove a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.cart__summary {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart__summary {
    max-width: 352px;
  }
}
@media screen and (min-width: 1920px) {
  .cart__summary {
    max-width: 352px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__summary {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .cart__summary {
    max-width: 100%;
  }
}
.cart__form {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cart__form {
    max-width: calc(100% - (352px + 32px));
  }
}
@media screen and (min-width: 1920px) {
  .cart__form {
    max-width: calc(100% - (352px + 32px));
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__form {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .cart__form {
    max-width: 100%;
  }
}
.cart__form a.button:nth-last-child(2) {
  display: none;
}
@media screen and (max-width: 599px) {
  .cart__form .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.cart__form .form__row .button {
  max-width: 100%;
  margin: 20px 0;
}
.cart__submit {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 0;
}
.cart__submit:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.cart__submit:active, .cart__submit:focus {
  border-color: #d6cce2;
}
.cart__submit[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .cart__submit {
    white-space: nowrap;
    margin-bottom: 55px;
    display: block;
    width: 100%;
  }
}
.cart__login {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
.cart__login svg {
  vertical-align: text-top;
  margin: 0 15px 0 0;
  height: 20px;
}
.cart__login p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .cart__login p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__login p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.cart__login a {
  display: inline-block;
}
.cart__login button {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .cart__login button {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart__login button {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.cart .wcppec-checkout-buttons {
  display: none;
}
.cart .cart-empty {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .cart .cart-empty {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cart .cart-empty {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

@media screen and (max-width: 599px) {
  .confirmation {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .confirmation {
    padding: 60px 20px 0;
  }
}
@media screen and (min-width: 1920px) {
  .confirmation {
    padding: 60px 20px 0;
  }
}
.confirmation__title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1875rem;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .confirmation__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (max-width: 599px) {
  .confirmation__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .confirmation__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .confirmation__title {
    font-size: 2.5rem;
  }
}
.confirmation__subtitle {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-align: center;
  margin: 0 0 55px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .confirmation__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.confirmation__info {
  margin: 0;
}
.confirmation__order {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .confirmation__order {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__order {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.confirmation__details {
  font-weight: 300;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 15px;
  line-height: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.025;
}
@media screen and (max-width: 599px) {
  .confirmation__details {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .confirmation__details {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .confirmation__details {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .confirmation__details {
    font-size: 1rem;
  }
}
.confirmation__print {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
}
.confirmation p {
  text-align: center;
}

.payment__methods {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.payment__method {
  list-style: none;
  display: inline-block;
  width: calc((100% / 2) - 10.5px);
}
.payment__method:nth-child(2n):last-of-type {
  margin: 0 auto 0 20px;
}
.payment__method--na {
  width: 100%;
}
.payment__box {
  display: none !important;
  padding: 20px 0 0 0;
  width: 100%;
  -webkit-box-ordinal-group: 100000;
          order: 99999;
}
.payment__box--active {
  display: block !important;
}
.payment__box--stripe div > p:nth-child(1) {
  display: none;
}
.payment__box--stripe div fieldset {
  border: 0;
  padding: 0;
  margin: -10px;
}
.payment__box--stripe div .form-row {
  width: calc(50% - 20px);
  float: left;
}
.payment__box--stripe div .form-row:not(.woocommerce-SavedPaymentMethods-saveNew) {
  margin: 0 10px;
}
.payment__box--stripe div .form-row.woocommerce-SavedPaymentMethods-saveNew {
  margin-top: 20px;
}
.payment__box--stripe div .form-row label {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .payment__box--stripe div .form-row label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .payment__box--stripe div .form-row label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}

.woocommerce-SavedPaymentMethods {
  margin: 0;
  padding: 0;
}
.woocommerce-SavedPaymentMethods-new, .woocommerce-SavedPaymentMethods-saveNew {
  list-style: none;
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;
}
.woocommerce-SavedPaymentMethods-new input, .woocommerce-SavedPaymentMethods-saveNew input {
  display: none;
}
.woocommerce-SavedPaymentMethods-new input:checked + label::after, .woocommerce-SavedPaymentMethods-saveNew input:checked + label::after {
  opacity: 1;
}
.woocommerce-SavedPaymentMethods-new label, .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 2.1875rem;
  font-size: 0.875rem;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
.woocommerce-SavedPaymentMethods-new label::before, .woocommerce-SavedPaymentMethods-saveNew label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #2f2f2f;
}
.woocommerce-SavedPaymentMethods-new label::after, .woocommerce-SavedPaymentMethods-saveNew label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  width: 6px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.wc-stripe-elements-field {
  width: 100%;
  height: 35px;
  line-height: 1.375rem;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #efefef;
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border: 1px solid #2f2f2f;
  margin-bottom: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.wc-stripe-elements-field::-webkit-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.wc-stripe-elements-field::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.wc-stripe-elements-field:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.wc-stripe-elements-field::-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
.wc-stripe-elements-field::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .wc-stripe-elements-field::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .wc-stripe-elements-field::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
  .wc-stripe-elements-field::placeholder {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.wc-stripe-elements-field > div {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .summary {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .summary {
    width: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .summary {
    width: 30%;
  }
}
.summary__title {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  padding: 0 0 7px;
  border-bottom: 1px solid #979797;
  margin: 0 0 32px;
  display: block;
}
@media screen and (max-width: 599px) {
  .summary__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .summary__title {
    margin: 0 0 20px;
  }
}
.summary__header {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #1c1c1c;
  border-bottom: 1px solid #8a8a8a;
  padding: 0 0 5px;
  margin: 0 0 40px;
}
@media screen and (max-width: 599px) {
  .summary__header {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__header {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.summary__totals {
  margin: 0 0 21px;
}
.summary__total {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.summary__total--product {
  padding: 27px 0 17px;
}
.summary--placed .summary__total {
  border-top: 0;
}
.summary__name {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .summary__name {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__name {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.summary--placed .summary__name {
  color: #000;
}
.summary__value {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .summary__value {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__value {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.summary__value > span {
  margin: 5px 0 0;
  display: inline-block;
}
.summary__total--product .summary__value {
  line-height: 1rem;
  vertical-align: top;
}
.summary--placed .summary__value {
  color: #000;
}
.summary__value > strong {
  font-weight: inherit;
}
.summary__value--text {
  margin: 0 0 0 15px;
  line-height: 1.2em;
  font-size: 1rem;
  color: #1c1c1c;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
}
.summary__subtext {
  color: #1c1c1c;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 60px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__buttons {
    width: 365px;
  }
}
.summary__buttons .button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.summary__buttons .button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.summary__buttons .button:active, .summary__buttons .button:focus {
  border-color: #d6cce2;
}
.summary__buttons .button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.summary--empty .summary__buttons .button {
  pointer-events: none;
  color: rgba(138, 138, 138, 0.5);
}
.summary__buttons p,
.summary__buttons a:not(.button) {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.025rem;
  color: #440099;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .summary__buttons p,
.summary__buttons a:not(.button) {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__buttons p,
.summary__buttons a:not(.button) {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.summary__buttons .wcppec-checkout-buttons {
  margin: 0;
}
.summary__buttons .wcppec-checkout-buttons__separator {
  opacity: 1;
  font-size: 0;
  margin: 0;
}
.summary__buttons .wcppec-checkout-buttons__separator::after {
  content: "or";
  width: 100%;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 600;
  margin: 0;
}
.summary__payments {
  padding-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.summary__payments img {
  width: 100%;
  height: auto;
}
.summary__qty {
  display: inline-block;
  color: inherit;
  margin: 0;
  vertical-align: top;
  font-weight: 600;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: 0;
  line-height: 1rem;
}
.summary__details {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0;
}
.summary__details span {
  width: 100%;
  display: block;
  line-height: 1rem;
  text-transform: none;
}
.summary__details span:nth-child(1) {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .summary__details span:nth-child(1) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .summary__details span:nth-child(1) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.summary__details span:nth-child(2) {
  font-size: 1rem;
  color: #1c1c1c;
  font-weight: 400;
  letter-spacing: 0;
}
.summary__details span:nth-child(3) {
  font-size: 1rem;
  color: #1c1c1c;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 5px;
}
.summary__secure p {
  display: inline-block;
}
.summary__hidden {
  display: none;
}
.summary .cards__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.summary .cards p {
  margin: 0;
}
.summary .cards svg {
  margin-right: 8px;
}
.summary__coupon-remove {
  background: none;
  border: 0;
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}
.summary__coupon-remove::before, .summary__coupon-remove::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #440099;
  display: block;
  position: absolute;
  margin: auto;
  pointer-events: none;
}
.summary__coupon-remove::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.summary__coupon-remove::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quantity {
  padding: 16px 10px;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  margin: 0 0 20px;
  position: relative;
}
.quantity__selected {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-transform: uppercase;
  pointer-events: none;
  display: block;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .quantity__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .quantity__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.quantity__selected::after {
  content: "";
  border-bottom: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  height: 8px;
  width: 8px;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 16px;
  top: 50%;
}
.quantity__selected--hide::after {
  content: initial;
}
.quantity select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}

.basket {
  position: absolute;
  top: 68px;
  right: 0;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 15px;
  max-height: 100vh;
}
@media screen and (max-width: 599px) {
  .basket {
    top: 36px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .basket {
    top: 36px;
  }
}
.basket--mini {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  top: 21px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .basket--mini {
    top: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .basket--mini {
    top: 35px;
  }
}
.basket__title {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #8a8a8a;
  font-size: 0.75rem;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .basket__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .basket__title {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.basket__subtotal {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  margin: 0 0 15px;
}
.basket__subtotal span {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  line0height: 19px;
}
@media screen and (max-width: 599px) {
  .basket__subtotal span {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .basket__subtotal span {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.basket__subtotal span:first-child {
  color: #1c1c1c;
}
.basket__subtotal span:last-child {
  color: #440099;
}
.basket__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.basket__action--cart {
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #1c1c1c;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: 100%;
  max-width: 210px;
  width: calc(50% - 5px);
  font-size: 0.75rem;
  padding: 9px 5px;
}
.basket__action--cart:hover {
  background: #440099;
}
.basket__action--cart[disabled] {
  color: #fff;
}
.basket__action--cart:nth-child(2n+1):last-child {
  margin: 0 calc(((50%) - 5px) * 1 + 10px) 0 0;
}
.basket__action--checkout {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(50% - 5px);
  font-size: 0.75rem;
  padding: 9px 5px;
}
.basket__action--checkout:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.basket__action--checkout:active, .basket__action--checkout:focus {
  border-color: #d6cce2;
}
.basket__action--checkout[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.basket__action--checkout:nth-child(2n+1):last-child {
  margin: 0 calc(((50%) - 5px) * 1 + 10px) 0 0;
}

.account {
  background-color: #fafafa;
  padding-bottom: 150px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .account {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1920px) {
  .account {
    margin-top: -50px;
  }
}
@media screen and (max-width: 599px) {
  .account {
    margin-top: -70px;
    margin-bottom: 70px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account {
    margin-top: -70px;
    margin-bottom: 70px;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .account {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.account--inner {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .account--inner {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account--inner {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .account__header {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .account__header {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__header {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .account__header {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .account__header {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .account__header {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .account__header {
    margin-bottom: 20px;
  }
}
.account__header--downloads {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
.account__header hr {
  margin: 0;
  width: 100%;
}
.account__help {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  text-decoration: none;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 599px) {
  .account__help {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__help {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.account__title {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .account__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__title {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
.account__subtitle {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 11px;
}
@media screen and (max-width: 599px) {
  .account__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.account__subtitle span {
  margin: 0 0 0 9px;
  font-size: 0.875rem;
}
.account__subtitle span a {
  font-style: italic;
  font-size: 1rem;
}
.account__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 145px;
}
@media screen and (max-width: 599px) {
  .account__container {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__container {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin: 0 0 70px;
  }
}
.account__sidebar {
  width: 366px;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  padding: 34px 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__sidebar {
    margin-bottom: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .account__sidebar {
    width: 100%;
  }
}
.account__links {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
  margin: 0 0 50px;
}
.account__links li {
  list-style: none;
}
.account__link {
  border-bottom: 1px solid #000;
  line-height: 1.4375rem;
  margin: 0;
  padding: 10px;
}
.account__link a {
  color: #1c1c1c;
  text-decoration: none;
  border-bottom: 0;
}
.account__link--active a {
  color: #440099;
  font-weight: 600;
}
.account__main {
  width: calc(100% - 427px);
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
@media screen and (max-width: 599px) {
  .account__main {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__main {
    width: 100%;
  }
}
.account__content {
  padding: 24px 0 0;
  margin-bottom: 80px !important;
}
@media screen and (min-width: 1920px) {
  .account__content {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .account__content {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .account__content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__content {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .account__content {
    margin-bottom: 60px;
  }
}
.account__logout {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #8a8a8a;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account__logout:hover {
  border-color: #440099;
  background: #440099;
}
.account__logout:active, .account__logout:focus {
  border-color: #d6cce2;
}
.account__logout[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.account__footer {
  margin: 0 auto 75px !important;
}
@media screen and (min-width: 1920px) {
  .account__footer {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .account__footer {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__footer {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .account__footer {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .account__footer {
    margin: 0 auto 45px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .account__footer {
    margin: 0 auto 45px !important;
  }
}
.account__blocks {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 340px;
}
@media screen and (max-width: 599px) {
  .account__blocks {
    width: 100%;
  }
}
.account__filters {
  display: -webkit-box;
  display: flex;
}
.account__filter {
  border: 0;
  margin: auto 0 27px;
  padding-right: 30px;
  height: 20px;
}
.account__filter .select__selected {
  margin: 0;
}
.account__filter .select__options {
  margin-top: 27px;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-bottom: 0;
}
.account__filter .select__option {
  padding: 5px;
  border-bottom: 1px solid #1c1c1c;
  line-height: 1.875rem;
  margin: 0;
  cursor: pointer;
}
.account__filter .select__option--active {
  font-weight: 700;
}

.woocommerce-account {
  background-color: #fafafa;
}

.category > h2 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .category > h2 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .category > h2 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.category__button {
  width: 100%;
  text-align: center;
  margin-bottom: 110px;
  margin-top: -30px;
}
@media screen and (max-width: 599px) {
  .category__button {
    margin-top: -20px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .category__button {
    margin-top: -20px;
    margin-bottom: 80px;
  }
}
.category__button a {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category__button a:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.category__button a:active, .category__button a:focus {
  border-color: #d6cce2;
}
.category__button a[disabled] {
  border-color: #d6cce2;
  color: #fff;
}

.download {
  position: relative;
  margin: 0 10px 30px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  scroll-snap-align: start;
}
.download a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .download {
    width: calc(25% - 15px);
  }
  .download:nth-child(4n+1):last-child {
    margin: 0 calc(((25%) - 15px) * 3 + 60px) 0 0;
  }
  .download:nth-child(4n+2):last-child {
    margin: 0 calc(((25%) - 15px) * 2 + 40px) 0 0;
  }
  .download:nth-child(4n+3):last-child {
    margin: 0 calc(((25%) - 15px) * 1 + 20px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .download {
    width: calc(25% - 15px);
  }
  .download:nth-child(4n+1):last-child {
    margin: 0 calc(((25%) - 15px) * 3 + 60px) 0 0;
  }
  .download:nth-child(4n+2):last-child {
    margin: 0 calc(((25%) - 15px) * 2 + 40px) 0 0;
  }
  .download:nth-child(4n+3):last-child {
    margin: 0 calc(((25%) - 15px) * 1 + 20px) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .download {
    width: calc(50% - 10px);
  }
  .download:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .download {
    width: calc(50% - 10px);
  }
  .download:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
.download:first-child {
  margin-left: 0;
}
.download:last-child {
  margin-right: 0;
}
.download__image {
  height: 0;
  width: 100%;
  padding-top: 64.2857142857%;
  position: relative;
  margin: 0 0 15px;
}
.download__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.download__image::before {
  content: "";
  background: rgba(28, 28, 28, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.download:hover .download__image::before {
  opacity: 1;
}
.download__name {
  font-family: Avenir-55-Roman, Avenir, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02813rem;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .download__name {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .download__name {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.02563rem;
  }
}
.download__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.download__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.download__button:active, .download__button:focus {
  border-color: #d6cce2;
}
.download__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
.download:hover .download__button {
  opacity: 1;
}

.downloads {
  margin: 0 0 90px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.downloads--loading {
  padding: 0 0 100px;
  position: relative;
}
.downloads--loading::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
  border-radius: 50%;
  border: 1px solid #440099;
  border-bottom-width: 3px;
}
.downloads__category {
  position: relative;
}
.downloads__category::before, .downloads__category::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 1920px) {
  .downloads__category::before, .downloads__category::after {
    width: 93px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .downloads__category::before, .downloads__category::after {
    width: 93px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .downloads__category::before, .downloads__category::after {
    width: 20px;
  }
}
@media screen and (max-width: 599px) {
  .downloads__category::before, .downloads__category::after {
    width: 20px;
  }
}
.downloads__category::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(30%, rgba(250, 250, 250, 0.8)), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0.8) 30%, rgba(250, 250, 250, 0) 100%);
}
.downloads__category::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fafafa), color-stop(30%, rgba(250, 250, 250, 0.8)), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(-90deg, #fafafa 0%, rgba(250, 250, 250, 0.8) 30%, rgba(250, 250, 250, 0) 100%);
}
.downloads__slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: scroll;
}
.downloads__slider::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1920px) {
  .downloads__slider {
    margin: 0 -93px;
    padding: 0 0 0 93px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .downloads__slider {
    margin: 0 -93px;
    padding: 0 0 0 93px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .downloads__slider {
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .downloads__slider {
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
}
.downloads__downloads {
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1920px) {
  .downloads__downloads {
    padding: 0 93px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .downloads__downloads {
    padding: 0 93px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .downloads__downloads {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .downloads__downloads {
    padding: 0 20px 0 0;
  }
}
.downloads__slidebar {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #efefef;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 3px;
  margin: 0;
}
.downloads__slidebar:hover {
  opacity: 1;
}
.downloads__slidebar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25%;
  height: 3px;
  background: #1c1c1c;
  border-radius: 3px;
  cursor: pointer;
}
.downloads__slidebar::-moz-range-thumb {
  width: 25%;
  height: 3px;
  background: #1c1c1c;
  border-radius: 3px;
  cursor: pointer;
}
.downloads__arrow {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .downloads__arrow {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .downloads__arrow {
    display: none;
  }
}
.downloads__arrow::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 2px solid #440099;
  border-right: 2px solid #440099;
  position: absolute;
  top: 50%;
  left: 50%;
}
.downloads__arrow--start {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.downloads__arrow--start::before {
  -webkit-transform: rotate(-135deg) translate(25%, 25%);
          transform: rotate(-135deg) translate(25%, 25%);
}
.downloads__arrow--end {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.downloads__arrow--end::before {
  -webkit-transform: rotate(45deg) translate(-50%, -25%);
          transform: rotate(45deg) translate(-50%, -25%);
}

.featured {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 26px;
}
@media screen and (max-width: 599px) {
  .featured {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured {
    flex-wrap: wrap;
  }
}
.featured__slider--main {
  width: calc(75% - 7px);
  height: 500px;
}
@media screen and (max-width: 599px) {
  .featured__slider--main {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slider--main {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.featured__slider--main .slide__image {
  height: 500px;
}
.featured__slider--main .slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -webkit-filter: none;
          filter: none;
}
.featured__slider--micro {
  width: calc(25% - 21px);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slider--micro {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .featured__slider--micro {
    width: 100%;
  }
}
.featured__slider--micro .slide__image {
  height: 150px;
}
.featured__slider--micro .slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -webkit-filter: none;
          filter: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured__slides {
    height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .featured__slides {
    height: 500px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slides {
    display: -webkit-box;
    display: flex;
  }
}
.featured__slide {
  height: 500px;
}
@media screen and (max-width: 599px) {
  .featured__slide {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slide {
    width: 100%;
  }
}
.featured__slider--micro .featured__slide {
  height: 150px;
  margin: 0 0 25px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slider--micro .featured__slide:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__slider--micro .featured__slide {
    width: 30%;
    margin-right: 20px;
    height: 165px;
  }
}
@media screen and (max-width: 599px) {
  .featured__slider--micro .featured__slide {
    width: 100%;
    height: 45%;
  }
}
.featured__slider--micro .featured__slide .slide__subtitle {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
}
.featured .slide {
  position: relative;
}
.featured .slide__image {
  overflow: hidden;
  width: 100%;
}
.featured .slide__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(87%, #1c1c1c));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #1c1c1c 87%);
  pointer-events: none;
}
.featured .slide__container {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 40px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .featured .slide__container {
    padding: 0 20px;
  }
}
.featured .slide__title-container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .featured .slide__title-container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__title-container {
    flex-wrap: wrap;
  }
}
.featured .slide__title {
  z-index: 1;
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #1c1c1c;
  font-size: 2.625rem;
  line-height: 2.375rem;
  color: #fff;
  display: inline-block;
  width: 55%;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 599px) {
  .featured .slide__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__title {
    font-size: 2.375rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .featured .slide__title {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__title {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
.featured .slide__subtitle {
  z-index: 1;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .featured .slide__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .featured .slide__buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.featured .slide__button {
  z-index: 1;
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 158px;
}
.featured .slide__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.featured .slide__button:active, .featured .slide__button:focus {
  border-color: #d6cce2;
}
.featured .slide__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .featured .slide__button {
    width: 100%;
  }
}
.featured .slide__button a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .featured .slide__button a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured .slide__button a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.featured .slide__button:last-of-type {
  background-color: transparent;
  border-color: #fff;
}
.featured .slide__button:last-of-type:hover {
  background-color: #000;
  border-color: #000;
}
.featured .slide__button:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .featured .slide__button:first-of-type {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.p-mini--shop {
  position: relative;
  margin: 0 0 71px;
}
.p-mini--shop a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .p-mini--shop {
    width: calc(50% - 16px);
  }
  .p-mini--shop:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 16px) * 1 + 32px) 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--shop {
    width: calc(50% - 16px);
  }
  .p-mini--shop:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 16px) * 1 + 32px) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .p-mini--shop {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-mini--shop {
    width: calc(33.3333333333% - 21.3333333333px);
  }
  .p-mini--shop:nth-child(3n+1):last-child {
    margin: 0 calc(((33.3333333333%) - 21.3333333333px) * 2 + 64px) 0 0;
  }
  .p-mini--shop:nth-child(3n+2):last-child {
    margin: 0 calc(((33.3333333333%) - 21.3333333333px) * 1 + 32px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-mini--shop {
    width: calc(33.3333333333% - 21.3333333333px);
  }
  .p-mini--shop:nth-child(3n+1):last-child {
    margin: 0 calc(((33.3333333333%) - 21.3333333333px) * 2 + 64px) 0 0;
  }
  .p-mini--shop:nth-child(3n+2):last-child {
    margin: 0 calc(((33.3333333333%) - 21.3333333333px) * 1 + 32px) 0 0;
  }
}
.p-mini--related {
  position: relative;
}
.p-mini--related a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .p-mini--related {
    width: calc(50% - 10px);
  }
  .p-mini--related:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--related {
    width: calc(50% - 10px);
  }
  .p-mini--related:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 10px) * 1 + 20px) 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-mini--related {
    width: calc(50% - 25px);
  }
  .p-mini--related:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 25px) * 1 + 50px) 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-mini--related {
    width: calc(50% - 25px);
  }
  .p-mini--related:nth-child(2n+1):last-child {
    margin: 0 calc(((50%) - 25px) * 1 + 50px) 0 0;
  }
}
.p-mini--cart {
  width: 100%;
  padding-right: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-mini--cart {
    flex-wrap: wrap;
    border-top: 1px solid #979797;
    padding: 20px 0;
  }
}
.p-mini--basket {
  display: -webkit-box;
  display: flex;
  margin: 0 0 30px;
  position: relative;
  text-transform: none;
}
.p-mini--basket a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-mini--cart .p-mini__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  min-width: 330px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__container {
    min-width: initial;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 11px;
  }
}
.p-mini--cart .p-mini__container--prices {
  width: 100%;
  max-width: 300px;
  min-width: initial;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__container--prices {
    max-width: none;
    border-top: 0;
  }
}
.p-mini--basket .p-mini__details {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: calc(100% - 120px);
}
.p-mini--cart .p-mini__details {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__details {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #979797;
    margin-bottom: 45px;
    position: relative;
  }
}
.p-mini__details--cart {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-mini__details--cart {
    margin-bottom: 15px;
  }
}
.p-mini--shop .p-mini__name {
  width: 100%;
  margin: 0 0 10px;
}
.p-mini--cart .p-mini__name {
  margin: 0;
  width: 100%;
  max-width: 380px;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  letter-spacing: 0.028em;
}
.p-mini--cart .p-mini__name a {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  color: #1c1c1c;
  font-size: 1.25rem;
  letter-spacing: 0.03563rem;
  text-decoration: none;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__name a {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--cart .p-mini__name a {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.p-mini--basket .p-mini__name {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #1c1c1c;
  white-space: normal;
}
@media screen and (max-width: 599px) {
  .p-mini--basket .p-mini__name {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--basket .p-mini__name {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-mini__name--confirmation {
    display: none;
  }
}
.p-mini__name--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-mini__name--mobile {
    display: inline-block;
    width: 60%;
  }
}
.p-mini__image {
  position: relative;
}
.p-mini__image img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-mini--basket .p-mini__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  font-family: "object-fit: contain; object-position: top center";
  height: auto;
}
.p-mini--shop .p-mini__image {
  margin: 0 0 12px;
  padding-top: 68%;
  height: 0;
  background: -webkit-gradient(linear, left top, right top, from(#efefef), to(#f3f3f3));
  background: linear-gradient(to right, #efefef, #f3f3f3);
}
.p-mini--shop .p-mini__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-mini--related .p-mini__image {
  margin: 0 0 13px;
  padding-top: 56%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#efefef), to(#f3f3f3));
  background-image: linear-gradient(to right, #efefef 0%, #f3f3f3 100%);
}
@media screen and (max-width: 599px) {
  .p-mini--related .p-mini__image {
    padding-top: 76%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--related .p-mini__image {
    padding-top: 76%;
  }
}
.p-mini--cart .p-mini__image {
  margin: 0 20px 0 0;
  width: 106px;
  height: 78px;
  background-color: #dbdbdb;
  min-width: 106px;
  width: 106px;
  height: 78px;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__image {
    margin: 0 20px 10px 0;
  }
}
.p-mini--basket .p-mini__image {
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.p-mini--related .p-mini__title {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 10px;
  color: #2f2f2f;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02813rem;
}
@media screen and (max-width: 599px) {
  .p-mini--related .p-mini__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--related .p-mini__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mini__prices {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini__prices {
    margin-top: 10px;
  }
}
.p-mini--shop .p-mini__prices {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.6875rem;
  letter-spacing: 0.025rem;
  color: #440099;
  margin: 0 20px 0 0;
  line-height: 27px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-mini--shop .p-mini__prices {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--shop .p-mini__prices {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mini--shop .p-mini__prices {
    margin: 0 20px 10px 0;
  }
}
.p-mini--shop .p-mini__prices span:nth-child(2) {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.025rem;
  color: #7e7e7e;
  font-style: italic;
  text-decoration: line-through;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 599px) {
  .p-mini--shop .p-mini__prices span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--shop .p-mini__prices span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.p-mini--shop .p-mini__prices--no-stock {
  color: #440099;
  text-transform: uppercase;
}
.p-mini--related .p-mini__prices {
  display: -webkit-box;
  display: flex;
}
.p-mini--cart .p-mini__prices {
  min-width: 60px;
}
.p-mini--cart .p-mini__price {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.03563rem;
  text-transform: uppercase;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__price {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--cart .p-mini__price {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.p-mini--basket .p-mini__price {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #440099;
  line0height: 19px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-mini--basket .p-mini__price {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--basket .p-mini__price {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-mini__price--unit {
    line-height: 2.5rem !important;
    margin: 0;
  }
}
.p-mini--related .p-mini__sale {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 3px 0 0;
  color: #440099;
  font-size: 1.25rem;
  letter-spacing: 0.03563rem;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .p-mini--related .p-mini__sale {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--related .p-mini__sale {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.p-mini--related .p-mini__rrp {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #7e7e7e;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: line-through;
}
@media screen and (max-width: 599px) {
  .p-mini--related .p-mini__rrp {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--related .p-mini__rrp {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.p-mini--cart .p-mini__attributes {
  min-width: 90px;
}
.p-mini--cart .p-mini__attributes p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  line-height: 1.375rem;
}
@media screen and (max-width: 599px) {
  .p-mini--cart .p-mini__attributes p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--cart .p-mini__attributes p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.p-mini--cart .p-mini__qty {
  margin: 9px 17px 0 0;
}
.p-mini--cart .p-mini__quantity {
  max-height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 60px;
  width: 60px;
  margin: 0 10px;
  position: relative;
  height: 100%;
  border: none;
  background: #efefef;
}
.p-mini--cart .p-mini__quantity::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1c1c1c;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 10px;
  top: 41%;
  pointer-events: none;
}
.p-mini--cart .p-mini__quantity select {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 10px;
  background: #efefef;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.p-mini--shop .p-mini__tag {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.1875rem;
  letter-spacing: 0.025rem;
  color: #fff;
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  padding: 4px 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .p-mini--shop .p-mini__tag {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-mini--shop .p-mini__tag {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .p-mini--shop .p-mini__tag {
    font-size: 0.625rem;
    padding: 2px 8px;
  }
}

.shop--loading {
  padding: 0 0 100px;
  position: relative;
}
.shop--loading::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
  border-radius: 50%;
  border: 1px solid #440099;
  border-bottom-width: 3px;
}
@media screen and (min-width: 1920px) {
  .shop__actions {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .shop__actions {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .shop__actions {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .shop__actions {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .shop__categories {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .shop__categories {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .shop__categories {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .shop__categories {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.shop__products {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
.shop__products--loading {
  padding: 0 0 100px;
  position: relative;
}
.shop__products--loading::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
  border-radius: 50%;
  border: 1px solid #440099;
  border-bottom-width: 3px;
}
.shop__products--search {
  margin: 0 0 100px;
}
@media screen and (max-width: 599px) {
  .shop__products--search {
    margin: 0 0 70px;
  }
}
.shop__details {
  margin-bottom: 89px !important;
}
@media screen and (min-width: 1920px) {
  .shop__details {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .shop__details {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .shop__details {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .shop__details {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.shop__details h1 {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 12px;
}
@media screen and (max-width: 599px) {
  .shop__details h1 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .shop__details h1 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
.actions {
  margin-bottom: 20px;
}
.actions__bar {
  border-bottom: 1px solid #8a8a8a;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .actions__bar {
    flex-wrap: wrap;
  }
}
.actions__bar.tab__content {
  display: none;
  position: relative;
}
.actions__bar.tab__content--active {
  display: -webkit-box;
  display: flex;
}
.actions__bar ~ .actions__bar,
.actions__bar + div > .actions__bar {
  border-bottom: 0px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.actions__bar--start .actions__arrow--end {
  display: block;
  opacity: 1;
}
.actions__bar--end .actions__arrow--start {
  display: block;
  opacity: 1;
}
.actions__content {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .actions__content {
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
  }
  .actions__content::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .actions__arrow {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 10;
  }
  .actions__arrow::before {
    content: "";
    border-bottom: 2px solid #440099;
    border-left: 2px solid #440099;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    top: 35px;
  }
  .actions__arrow--start {
    left: 0;
  }
  .actions__arrow--start::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 2px;
  }
  .actions__arrow--end {
    right: 0;
  }
  .actions__arrow--end::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    right: 2px;
  }
}
.actions__results {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .actions__results {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__results {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .actions__results {
    margin: 0 0 25px;
  }
}
.actions__actions {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__actions {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .actions__actions {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1920px) {
  .actions__actions {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .actions__actions {
    width: 100%;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.actions__action {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  line-hight: 19px;
  margin: 0 0 0 39px;
  padding: 0 20px 0 0;
  position: relative;
  background: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .actions__action {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__action {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .actions__action {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }
  .actions__action:first-child {
    margin: 0;
  }
}
.actions__action:focus, .actions__action:active, .actions__action:hover {
  outline: 0;
}
.actions__action::before, .actions__action::after {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  top: 50%;
  right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.actions__action::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border-bottom: 2px solid #000;
}
.actions__action::after {
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  border-bottom: 2px solid #000;
}
.actions__action.tab__tab--active::before, .actions__action.tab__tab--active::after {
  height: 6px;
  width: 6px;
  right: 5px;
}
.actions__action.tab__tab--active::before {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}
.actions__action.tab__tab--active::after {
  -webkit-transform: rotate(0deg) translate(50%, -50%);
          transform: rotate(0deg) translate(50%, -50%);
}
.actions__options {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
}
.actions__options li {
  list-style: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__options {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .actions__options {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .actions__options {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.actions__option {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  margin: 0 0 20px;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .actions__option {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__option {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.actions__option input[type=radio], .actions__option input[type=checkbox] {
  display: none;
}
.actions__option input[type=radio]:checked + label::before, .actions__option input[type=checkbox]:checked + label::before {
  background-color: #fff;
  color: #fff;
}
.actions__option input[type=radio]:checked + label::after, .actions__option input[type=checkbox]:checked + label::after {
  content: "";
}
.actions__option input[type=radio][disabled], .actions__option input[type=checkbox][disabled] {
  color: #8a8a8a;
}
.actions__option input[type=radio][disabled] + label::before, .actions__option input[type=checkbox][disabled] + label::before {
  border-color: #8a8a8a;
}
.actions__option input[type=radio][disabled] + label:hover::before, .actions__option input[type=checkbox][disabled] + label:hover::before {
  border-color: #8a8a8a;
}
.actions__option label {
  padding-left: 33px;
  position: relative;
  height: 22px;
  display: block;
}
.actions__option label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.actions__option label::after {
  position: absolute;
  top: 2.992px;
  left: 2.992px;
  width: 15.84px;
  height: 15.84px;
  border-radius: 50%;
  background: #440099;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.actions__option label:hover:before {
  border-color: #8a8a8a;
}
@media screen and (max-width: 599px) {
  .actions__option {
    margin: 0 0 0 40px;
  }
  .actions__option:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .actions__option {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .actions__option {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .actions__option {
    margin: 0;
  }
}
.actions__option label {
  white-space: nowrap;
  overflow: hidden;
}

.category__header {
  margin: 0 0 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.category__title {
  display: inline-block;
}
.category__products {
  display: inline-block;
}

.attributes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.attributes--container {
  width: 100%;
}
.attributes__label {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.1875rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 8px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .attributes__label {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .attributes__label {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.attributes__variable {
  margin: 0 0 8px;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
}
.attributes__attribute {
  padding: 9px 15px;
  margin: 0 0 35px;
  position: relative;
  background-color: #efefef;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .attributes__attribute {
    min-width: 190px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .attributes__attribute {
    min-width: 190px;
  }
}
@media screen and (min-width: 1920px) {
  .attributes__attribute {
    min-width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .attributes__attribute {
    margin: 0 0 25px;
    width: 100%;
  }
}
.attributes__attribute select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.attributes__selected {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-transform: uppercase;
  pointer-events: none;
  display: block;
  margin: 0;
  text-transform: capitalize;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .attributes__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .attributes__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.attributes__selected::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1c1c1c;
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  pointer-events: none;
}

.carousel {
  overflow: hidden;
  list-style: none;
}
.carousel:focus {
  outline: 0;
}
.carousel.carousel--main {
  margin: 0 0 22px;
  padding: 0;
}
.carousel.carousel--micro {
  padding: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .carousel.carousel--micro {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 1920px) {
  .carousel.carousel--micro {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .carousel.carousel--micro {
    margin: 0 0 55px;
  }
}
@media screen and (max-width: 599px) {
  .carousel.carousel--micro {
    margin: 0 0 45px;
  }
}
.carousel__slide {
  height: 0;
  position: relative;
}
.carousel--main .carousel__slide {
  padding: 100% 0 0;
  width: 100%;
  margin: 0;
}
.carousel--micro .carousel__slide {
  padding-top: 20%;
  width: 20%;
  margin: 0 20px 0 0;
}
.carousel--micro .carousel__slide.is-nav-selected img {
  border-color: #440099;
}
.carousel__slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel--micro .carousel__slide img {
  padding: 5px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}

.delivery {
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  padding: 16px 10px;
  margin: 0 0 20px;
}
.delivery__title {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .delivery__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .delivery__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.delivery__title::before {
  content: "";
  top: 50%;
  height: 11px;
  width: 1px;
  background-color: #1c1c1c;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.delivery--active .delivery__title::before {
  opacity: 0;
}
.delivery__title::after {
  content: "";
  top: 50%;
  height: 1px;
  width: 11px;
  background-color: #1c1c1c;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.delivery__content {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  display: none;
}
@media screen and (max-width: 599px) {
  .delivery__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .delivery__content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.delivery--active .delivery__content {
  display: block;
}

@media screen and (min-width: 1920px) {
  .product {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .product {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product {
    display: grid;
    grid-column-gap: 28px;
    grid-template-areas: "carousel details" "related details";
    grid-template-columns: 1fr 504px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    overflow: hidden;
  }
}
@media screen and (min-width: 1920px) {
  .product {
    display: grid;
    grid-column-gap: 28px;
    grid-template-areas: "carousel details" "related details";
    grid-template-columns: 1fr 504px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__carousel {
    grid-area: carousel;
    grid-row: 1;
  }
}
@media screen and (min-width: 1920px) {
  .product__carousel {
    grid-area: carousel;
    grid-row: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__carousel {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .product__carousel {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__info {
    grid-area: details;
    grid-row: 1;
  }
}
@media screen and (min-width: 1920px) {
  .product__info {
    grid-area: details;
    grid-row: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__info {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .product__info {
    width: 100%;
  }
}
.product__related {
  margin: 0 0 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .product__related {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__related {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .product__related {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__details {
    grid-area: details;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (min-width: 1920px) {
  .product__details {
    grid-area: details;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.product__attributes--container {
  width: 100%;
}
.product__variable {
  margin: 0 0 8px;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 599px) {
  .product__variable {
    width: 100%;
  }
}
.product__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 599px) {
  .product__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
.product__name {
  font-family: Avenir-65-Medium, Avenir, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.875rem;
  letter-spacing: 0.07563rem;
  color: #1c1c1c;
  margin: 0 0 20px;
  font-family: Avenir-45-Book, Avenir, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.07938rem;
  line-height: 2.375rem;
}
@media screen and (max-width: 599px) {
  .product__name {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__name {
    font-size: 1.875rem;
    line-height: 2.5625rem;
    letter-spacing: 0.06688rem;
  }
}
@media screen and (max-width: 599px) {
  .product__name {
    margin: 0 0 25px;
  }
}
.product__stock {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: 0;
  color: #cd1e1e;
  margin: 10px 0 20px;
}
@media screen and (max-width: 599px) {
  .product__stock {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__stock {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.product__prices {
  display: -webkit-inline-box;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 0 0;
}
.product__prices--hidden {
  display: none;
}
.product__prices .product__price {
  margin: 0 10px 20px 0;
}
.product__tags {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.product__tag {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.1875rem;
  letter-spacing: 0.025rem;
  color: #fff;
  min-height: 27px;
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  padding: 4px 8px;
  text-transform: uppercase;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 599px) {
  .product__tag {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__tag {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__price {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 30px;
  color: #440099;
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03563rem;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .product__price {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__price {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.product__price--hidden {
  display: none;
}
.product__price--sale {
  color: #cd1e1e;
}
.product__price--sale .amount {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  margin: 0 0 30px;
  color: #440099;
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03563rem;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .product__price--sale .amount {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__price--sale .amount {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
.product__price--rrp .amount {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  text-decoration: line-through;
  color: #7e7e7e;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 599px) {
  .product__price--rrp .amount {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__price--rrp .amount {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__description {
  margin: 0 0 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .product__description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 599px) {
  .product__description {
    margin: 0;
  }
}
.product__description span {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .product__description span {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description span {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__description p > a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
}
@media screen and (max-width: 599px) {
  .product__description p > a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description p > a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__description p > a:hover {
  text-decoration: none;
}
.product__description ol,
.product__description ul {
  padding-left: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .product__description ol,
.product__description ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description ol,
.product__description ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description ol,
.product__description ul {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__description ol,
.product__description ul {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 1920px) {
  .product__description ol,
.product__description ul {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description ol,
.product__description ul {
    padding-left: 35px;
  }
}
@media screen and (max-width: 599px) {
  .product__description ol,
.product__description ul {
    margin: 0 auto 170px;
    padding-left: 17px;
  }
}
.product__description ol li,
.product__description ul li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .product__description ol li,
.product__description ul li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description ol li,
.product__description ul li {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__description ol li a,
.product__description ul li a {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #440099;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 599px) {
  .product__description ol li a,
.product__description ul li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__description ol li a,
.product__description ul li a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__description.wysiwyg ul,
.product__description.wysiwyg ol {
  padding-left: 30px;
  margin: 0 0 25px;
}
.product__description.wysiwyg li {
  margin: 0 0 3px;
}
.product__description.wysiwyg p:last-of-type {
  margin: 0 0 15px;
}
.product__colours {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0 0 0;
  margin: 0 0 30px;
}
.product__color {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background-color: currentColor;
  position: relative;
  margin: 0 14px 4px 4px;
}
.product__color::before {
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  position: absolute;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
}
.product__color--current::before {
  border-color: #1c1c1c;
}
.product__protection label {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: unset;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
}
@media screen and (max-width: 599px) {
  .product__protection label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__protection label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .product__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.product__actions > * {
  width: calc(50% - 25px);
}
@media screen and (max-width: 599px) {
  .product__actions > * {
    width: 100%;
  }
  .product__actions > *:first-of-type {
    margin-bottom: 10px;
  }
}
.product__actions > * * {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .product__actions {
    flex-wrap: wrap;
  }
}
.product__atc {
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background: #1c1c1c;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: 100%;
  max-width: 210px;
  margin: 0 13px 0 0;
  letter-spacing: 0.0375rem;
  font-family: 800;
}
.product__atc:hover {
  background: #440099;
}
.product__atc[disabled] {
  color: #fff;
}
.product__atc--buy {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  font-size: 16px;
}
.product__atc--buy:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.product__atc--buy:active, .product__atc--buy:focus {
  border-color: #d6cce2;
}
.product__atc--buy[disabled] {
  border-color: #d6cce2;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .product__atc {
    max-width: 100%;
  }
}
.product .woocommerce-variation,
.product .woocommerce-variation-add-to-cart,
.product .single_variation {
  display: none;
}
.product .quantity__selected {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  color: #1c1c1c;
  font-size: 0.875rem;
  letter-spacing: 0.03313rem;
}
@media screen and (max-width: 599px) {
  .product .quantity__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product .quantity__selected {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
.product .quantity__selected::after {
  content: initial;
}
.product__quantity {
  width: 60px;
  margin: 0 15px 0 0;
  position: relative;
  height: 100%;
  border: none;
  background: #efefef;
}
@media screen and (max-width: 599px) {
  .product__quantity {
    display: none;
  }
}
.product__quantity--mobile {
  margin: 30px 0 25px 15px;
  padding: 9px 10px;
  position: relative;
  border: none;
  background: #efefef;
  min-width: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__quantity--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__quantity--mobile {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .product__quantity--mobile {
    display: none;
  }
}
.product__quantity--mobile::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1c1c1c;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 7px;
  top: 41%;
  pointer-events: none;
}
.product__quantity::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1c1c1c;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 10px;
  top: 41%;
  pointer-events: none;
}
.product__quantity--container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .product__quantity--container {
    margin: 0 0 20px;
  }
}
.product__quantity select {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 10px;
  background: #efefef;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.product__taxnote {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  color: #1c1c1c;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .product__taxnote {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__taxnote {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .product__accordion {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 1920px) {
  .product__accordion {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .product__accordion {
    width: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .product__accordion {
    width: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 0 0 60px;
  }
}
.product__accordion .accordion {
  margin: 0;
  padding: 0;
  width: 100%;
}
.product__accordion .accordion__row {
  list-style: none;
  height: 48px;
  overflow: hidden;
  margin: 0 0 8px;
  position: relative;
}
.product__accordion .accordion__row::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 2px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product__accordion .accordion__row--active {
  height: auto;
}
.product__accordion .accordion__row--active .accordion__content {
  border: none;
}
.product__accordion .accordion__row--active::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.product__accordion .accordion__row--active:last-of-type {
  border-bottom: 1px solid #979797;
}
.product__accordion .accordion__title {
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  padding: 18px 25px;
  font-size: 1.125rem;
  color: #1c1c1c;
  letter-spacing: 0.03188rem;
  line-height: initial;
  margin: 0;
  height: auto;
  border-top: 1px solid #979797;
}
.product__accordion .accordion__content {
  margin: 0;
  padding: 0 25px 25px;
  border-bottom: 1px solid #979797;
}
.product__accordion .accordion__content p {
  margin: 0 0 8px;
}
.product__accordion .accordion__content p:last-child {
  margin: 0;
}

.protection {
  margin: 0 0 20px;
  line-height: 1.625rem;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  padding: 12px 10px 12px 54px;
  margin: 0 0 30px;
  position: relative;
}
.protection input[type=checkbox] {
  display: none;
}
.protection input[type=checkbox]:checked + label::before {
  background-color: #fff;
  color: #fff;
}
.protection input[type=checkbox]:checked + label::after {
  content: "";
}
.protection input[type=checkbox][disabled] {
  color: #8a8a8a;
}
.protection input[type=checkbox][disabled] + label::before {
  border-color: #8a8a8a;
}
.protection input[type=checkbox][disabled] + label:hover::before {
  border-color: #8a8a8a;
}
.protection label {
  padding-left: 39px;
  position: relative;
  height: 22px;
  display: block;
}
.protection label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8a8a8a;
  height: 26px;
  width: 26px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.protection label::after {
  position: absolute;
  top: 3.536px;
  left: 9.36px;
  width: 7.02px;
  height: 15.34px;
  border-bottom: 2.34px solid #000;
  border-right: 2.34px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.protection label:hover:before {
  border-color: #8a8a8a;
}
.protection svg {
  height: 32px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel {
    margin: 0 0 79px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel {
    margin: 0 0 79px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel {
    padding: 70px 0 0;
    margin: 0 0 90px;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel {
    padding: 40px 0 0;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel__container {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel__container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-carousel__title {
  font-family: Avenir-95-Black, Avenir, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #1c1c1c;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-carousel__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel__title {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel__title {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel__title {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel__title {
    margin: 0 0 27px;
  }
}
.p-carousel__products {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  outline: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel__products {
    padding: 0 91px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel__products {
    padding: 0 91px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel__products {
    padding: 0 55px;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel__products {
    padding: 0 35px;
  }
}
.p-carousel .flickity-viewport {
  width: 100%;
  overflow: hidden;
}
.p-carousel .flickity-button {
  position: absolute;
  top: 42.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  padding: 0;
  background: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel .flickity-button.previous {
    left: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel .flickity-button.previous {
    left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel .flickity-button.previous {
    left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel .flickity-button.previous {
    left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .p-carousel .flickity-button.next {
    right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .p-carousel .flickity-button.next {
    right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-carousel .flickity-button.next {
    right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .p-carousel .flickity-button.next {
    right: 0;
  }
}
.p-carousel .flickity-button svg {
  display: block;
  height: 20px;
  width: 20px;
}

.sample__button {
  border: 1px solid #440099;
  font-size: 1rem;
  font-weight: 700;
  font-family: Avenir-85-Heavy, Avenir, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #440099;
  padding: 9px 31px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sample__button:hover {
  border-color: #d6cce2;
  background: #d6cce2;
}
.sample__button:active, .sample__button:focus {
  border-color: #d6cce2;
}
.sample__button[disabled] {
  border-color: #d6cce2;
  color: #fff;
}

.dev--on {
  height: calc(100% + 2px);
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 9999;
  top: -1px;
  bottom: -1px;
}
@media screen and (min-width: 1920px) {
  .dev--on {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .dev--on {
    width: 100%;
    max-width: calc(1250px + 186px);
    padding-left: 93px;
    padding-right: 93px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .dev--on {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .dev--on {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.dev--on:before {
  content: "";
  background-color: rgba(10, 170, 0, 0.1);
  border: 1px solid #0aaa00;
  width: 100%;
  display: block;
  height: 100%;
}
/*# sourceMappingURL=style.css.map*/