/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;

    text-align: left;

    color: #212529;
    background-color: #fff;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

hr {
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;

    color: #007bff;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;

    color: #0056b3;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;

    border-style: none;
}

svg {
    overflow: hidden;

    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom;

    text-align: left;

    color: #6c757d;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;

    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;

    border-style: none;
}

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;

    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}

progress {
    vertical-align: baseline;
}

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

[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;

    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */
@font-face {
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;
    font-display: swap;

    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-right: auto;
    margin-left: auto;
    padding: 0;

    list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;

    display: flex;

    box-sizing: content-box;
    width: 100%;
    height: 100%;

    transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;

    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;

    transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    position: relative;

    width: 100%;
    height: 100%;

    transition-property: transform;

    flex-shrink: 0;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    transition-property: transform, height;

    align-items: flex-start;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;

    display: flex;

    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));

    cursor: pointer;

    color: var(--swiper-navigation-color, var(--swiper-theme-color));

    align-items: center;
    justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;

    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none !important;
    text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;

    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;

    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;

    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;

    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.swiper-pagination-bullet {
    display: inline-block;

    width: 8px;
    height: 8px;

    opacity: .2;
    border-radius: 50%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;

    border: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;

    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;

    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;

    width: 8px;

    transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;

    transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;

    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    position: absolute;

    background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: scale(0);
    transform-origin: left top;

    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;

    border-radius: 10px;
    background: rgba(0, 0, 0, .1);

    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;

    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;

    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    justify-content: center;
    align-items: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;

    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;

    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;

    pointer-events: none;

    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;

    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
}

.swiper-container-cube .swiper-cube-shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: #000;

    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;

    pointer-events: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: 1s;
    animation-duration: var(--animate-duration);

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: 1s;
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
    .animate__animated {
        transition-duration: 1ms !important;
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }

    .animate__animated[class*=Out] {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        transform: translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,
    43% {
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70% {
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        transform: translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,
    43% {
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70% {
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.animate__bounce {
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scaleX(1);
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shakeX {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}

@-webkit-keyframes shakeY {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes shakeY {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.animate__headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.animate__swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        transform: translateZ(0);
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        transform: translateZ(0);
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.animate__jello {
    transform-origin: center;
    -webkit-animation-name: jello;
    animation-name: jello;
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

@-webkit-keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);

        opacity: .7;
    }
    80% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateY(700px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutDown {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateY(700px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutRight {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateY(-700px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutUp {
    0% {
        transform: scale(1);

        opacity: 1;
    }
    20% {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to {
        transform: translateY(-700px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        transform: scale3d(1.03, 1.03, 1.03);

        opacity: 1;
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        transform: scaleX(1);

        opacity: 1;
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        transform: scale3d(1.03, 1.03, 1.03);

        opacity: 1;
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        transform: scaleX(1);

        opacity: 1;
    }
}

.animate__bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(0, -3000px, 0) scaleY(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(0, 25px, 0) scaleY(.9);

        opacity: 1;
    }
    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(0, -3000px, 0) scaleY(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(0, 25px, 0) scaleY(.9);

        opacity: 1;
    }
    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(-3000px, 0, 0) scaleX(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(25px, 0, 0) scaleX(1);

        opacity: 1;
    }
    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }
    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(-3000px, 0, 0) scaleX(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(25px, 0, 0) scaleX(1);

        opacity: 1;
    }
    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }
    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(3000px, 0, 0) scaleX(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(-25px, 0, 0) scaleX(1);

        opacity: 1;
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(3000px, 0, 0) scaleX(3);

        opacity: 0;
    }
    60% {
        transform: translate3d(-25px, 0, 0) scaleX(1);

        opacity: 1;
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(0, 3000px, 0) scaleY(5);

        opacity: 0;
    }
    60% {
        transform: translate3d(0, -20px, 0) scaleY(.9);

        opacity: 1;
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        transform: translate3d(0, 3000px, 0) scaleY(5);

        opacity: 0;
    }
    60% {
        transform: translate3d(0, -20px, 0) scaleY(.9);

        opacity: 1;
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        transform: scale3d(1.1, 1.1, 1.1);

        opacity: 1;
    }
    to {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        transform: scale3d(1.1, 1.1, 1.1);

        opacity: 1;
    }
    to {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
}

.animate__bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }
    40%,
    45% {
        transform: translate3d(0, -20px, 0) scaleY(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(0, 2000px, 0) scaleY(3);

        opacity: 0;
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }
    40%,
    45% {
        transform: translate3d(0, -20px, 0) scaleY(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(0, 2000px, 0) scaleY(3);

        opacity: 0;
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        transform: translate3d(20px, 0, 0) scaleX(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(-2000px, 0, 0) scaleX(2);

        opacity: 0;
    }
}

@keyframes bounceOutLeft {
    20% {
        transform: translate3d(20px, 0, 0) scaleX(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(-2000px, 0, 0) scaleX(2);

        opacity: 0;
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        transform: translate3d(-20px, 0, 0) scaleX(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(2000px, 0, 0) scaleX(2);

        opacity: 0;
    }
}

@keyframes bounceOutRight {
    20% {
        transform: translate3d(-20px, 0, 0) scaleX(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(2000px, 0, 0) scaleX(2);

        opacity: 0;
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }
    40%,
    45% {
        transform: translate3d(0, 20px, 0) scaleY(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(0, -2000px, 0) scaleY(3);

        opacity: 0;
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }
    40%,
    45% {
        transform: translate3d(0, 20px, 0) scaleY(.9);

        opacity: 1;
    }
    to {
        transform: translate3d(0, -2000px, 0) scaleY(3);

        opacity: 0;
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInDownBig {
    0% {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInLeftBig {
    0% {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInRightBig {
    0% {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInUpBig {
    0% {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        transform: translate3d(-100%, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInTopLeft {
    0% {
        transform: translate3d(-100%, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
    0% {
        transform: translate3d(100%, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInTopRight {
    0% {
        transform: translate3d(100%, -100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        transform: translate3d(-100%, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInBottomLeft {
    0% {
        transform: translate3d(-100%, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        transform: translate3d(100%, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes fadeInBottomRight {
    0% {
        transform: translate3d(100%, 100%, 0);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(-100%, -100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutTopLeft {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(-100%, -100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(100%, -100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutTopRight {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(100%, -100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(100%, 100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutBottomRight {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(100%, 100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 100%, 0);

        opacity: 0;
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        transform: translateZ(0);

        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 100%, 0);

        opacity: 0;
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animate__animated.animate__flip {
    -webkit-animation-name: flip;
    animation-name: flip;

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;

        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);

        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;

        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);

        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.animate__flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;

    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;

        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);

        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;

        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);

        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.animate__flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;

    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);

        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);

        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
}

.animate__flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);

    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);

        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);

        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
}

.animate__flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);

    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
    60% {
        transform: skewX(20deg);

        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
    60% {
        transform: skewX(20deg);

        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
    60% {
        transform: skewX(-20deg);

        opacity: 1;
    }
    80% {
        transform: skewX(5deg);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
    60% {
        transform: skewX(-20deg);

        opacity: 1;
    }
    80% {
        transform: skewX(5deg);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        transform: rotate(-200deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateIn {
    transform-origin: center;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInDownLeft {
    transform-origin: left bottom;
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInDownRight {
    transform-origin: right bottom;
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInUpLeft {
    transform-origin: left bottom;
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInUpRight {
    transform-origin: right bottom;
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(200deg);

        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(200deg);

        opacity: 0;
    }
}

.animate__rotateOut {
    transform-origin: center;
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(45deg);

        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(45deg);

        opacity: 0;
    }
}

.animate__rotateOutDownLeft {
    transform-origin: left bottom;
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

.animate__rotateOutDownRight {
    transform-origin: right bottom;
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

.animate__rotateOutUpLeft {
    transform-origin: left bottom;
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(90deg);

        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }
    to {
        transform: rotate(90deg);

        opacity: 0;
    }
}

.animate__rotateOutUpRight {
    transform-origin: right bottom;
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);

        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);

        opacity: 0;
    }
}

.animate__hinge {
    transform-origin: top left;
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
}

@-webkit-keyframes jackInTheBox {
    0% {
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;

        opacity: 0;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes jackInTheBox {
    0% {
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;

        opacity: 0;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        transform: translate3d(-100%, 0, 0) rotate(-120deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rollIn {
    0% {
        transform: translate3d(-100%, 0, 0) rotate(-120deg);

        opacity: 0;
    }
    to {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) rotate(120deg);

        opacity: 0;
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) rotate(120deg);

        opacity: 0;
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

@keyframes zoomInLeft {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

@keyframes zoomInRight {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

@keyframes zoomInUp {
    0% {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    to {
        opacity: 0;
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

.animate__zoomOutDown {
    transform-origin: center bottom;
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

@keyframes zoomOutLeft {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

.animate__zoomOutLeft {
    transform-origin: left center;
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

@keyframes zoomOutRight {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

        opacity: 1;
    }
    to {
        transform: scale(.1) translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

.animate__zoomOutRight {
    transform-origin: right center;
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

@keyframes zoomOutUp {
    40% {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    to {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

.animate__zoomOutUp {
    transform-origin: center bottom;
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;

        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;

        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;

        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;

        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;

        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;

        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;

        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;

        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(0, 100%, 0);
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(-100%, 0, 0);
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(100%, 0, 0);
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;

        transform: translate3d(0, -100%, 0);
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@font-face {
    font-family: 'Mont';
    font-weight: 350;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 350;
    font-style: italic;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-BookItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 400;
    font-style: italic;

    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-RegularItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Mont';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('/wp-content/themes/dr-theiss/assets/fonts/Mont/Mont-BoldItalic.woff2') format('woff2');
}

html {
    font-size: 16px;
}

html,
body {
    min-height: 100vh;
}

body {
    font-family: 'Mont', sans-serif;
    font-size: 1rem;
    font-weight: 350;

    color: #303030;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

::-moz-selection {
    color: #fff;
    background-color: #303030;
}

::selection {
    color: #fff;
    background-color: #303030;
}

a {
    transition: all .35s ease 0s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style: none;
}

.no-scroll {
    overflow: hidden;
}

.page {
    display: flex;
    flex-direction: column;

    min-height: 100vh;
}

.page-main {
    flex: 1;
}

._rst {
    margin: 0;
    padding: 0;

    resize: none;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

._rst:focus {
    outline-width: 0;
}

.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 80.625rem;
    margin: 0 auto;
    padding: 0 3.75rem;
}

@media (max-width: 62rem) {
    .container {
        padding: 0 1.875rem;
    }
}

.btn {
    display: inline-flex;

    text-align: center;

    align-items: center;
    justify-content: center;
}

.btn__text {
    position: relative;
    z-index: 2;
}

.btn--fill {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.54;

    padding: 1.1875rem 2.5rem;

    color: #fff;
    border-radius: 1.875rem;
    background-color: #d94b06;
}

.btn--fill:hover {
    color: #fff;
    background-color: #f59400;
}

.title {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.3;

    margin-bottom: 0;

    color: #303030;
}

@media (max-width: 62rem) {
    .title {
        font-size: 2.125rem;
    }
}

@media (max-width: 48rem) {
    .title {
        font-size: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .title {
        font-size: 1.625rem;
    }
}

.title:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .title:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

@media (max-width: 36rem) {
    .title:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.img-cover {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.img-width {
    width: 100%;
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
    object-fit: contain;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-weight: 600;
    line-height: 1.3;

    margin-bottom: 0;

    color: #303030;
}

.text-block h1 {
    font-size: 2rem;
}

@media (max-width: 36rem) {
    .text-block h1 {
        font-size: 1.75rem;
    }
}

.text-block h1:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 36rem) {
    .text-block h1:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block h2 {
    font-size: 1.75rem;
}

@media (max-width: 36rem) {
    .text-block h2 {
        font-size: 1.5625rem;
    }
}

.text-block h2:not(:last-child) {
    margin-bottom: 2.1875rem;
}

@media (max-width: 36rem) {
    .text-block h2:not(:last-child) {
        margin-bottom: 1.125rem;
    }
}

.text-block h3 {
    font-size: 1.5rem;
}

@media (max-width: 36rem) {
    .text-block h3 {
        font-size: 1.375rem;
    }
}

.text-block h3:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block h3:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.text-block h4 {
    font-size: 1.25rem;
}

@media (max-width: 36rem) {
    .text-block h4 {
        font-size: 1.125rem;
    }
}

.text-block h4:not(:last-child) {
    margin-bottom: 1.5625rem;
}

@media (max-width: 36rem) {
    .text-block h4:not(:last-child) {
        margin-bottom: .875rem;
    }
}

.text-block h5 {
    font-size: 1rem;
}

@media (max-width: 36rem) {
    .text-block h5 {
        font-size: .875rem;
    }
}

.text-block h5:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 36rem) {
    .text-block h5:not(:last-child) {
        margin-bottom: .75rem;
    }
}

.text-block h6 {
    font-size: .75rem;
}

@media (max-width: 36rem) {
    .text-block h6 {
        font-size: .625rem;
    }
}

.text-block h6:not(:last-child) {
    margin-bottom: .9375rem;
}

@media (max-width: 36rem) {
    .text-block h6:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.text-block p {
    line-height: 1.6;

    margin-bottom: 0;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .text-block p {
        font-size: .875rem;
    }
}

.text-block p span {
    color: #303030;
}

.text-block p:not(:last-child) {
    margin-bottom: 1.9375rem;
}

@media (max-width: 36rem) {
    .text-block p:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block a:not(.btn) {
    text-decoration: underline;

    color: #303030;
}

.text-block a:not(.btn):hover {
    text-decoration: underline;

    color: #ffaa29;
}

.text-block ul {
    margin-bottom: 0;
}

.text-block ul:not(:last-child) {
    margin-bottom: 1.9375rem;
}

@media (max-width: 36rem) {
    .text-block ul:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block ul > li {
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.6;

    position: relative;

    margin-bottom: 0;
    padding-left: 2.4375rem;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .text-block ul > li {
        font-size: .875rem;

        padding-left: 1.875rem;
    }
}

.text-block ul > li::before {
    position: absolute;
    top: -1px;
    left: 0;

    display: block;

    width: 1.5rem;
    height: 1.4375rem;

    content: '';

    background-image: url('/wp-content/themes/dr-theiss/assets/img/icons/checked.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

@media (max-width: 36rem) {
    .text-block ul > li::before {
        width: 1.25rem;
    }
}

.text-block ul > li:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block ul > li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.text-block ol {
    margin-bottom: 0;

    counter-reset: myCounter;
}

.text-block ol:not(:last-child) {
    margin-bottom: 1.9375rem;
}

@media (max-width: 36rem) {
    .text-block ol:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block ol > li {
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.6;

    position: relative;

    margin-bottom: 0;
    padding-left: 1.25rem;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .text-block ol > li {
        font-size: .875rem;

        padding-left: 1rem;
    }
}

.text-block ol > li::before {
    font-weight: 600;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: counter(myCounter) '.';
    counter-increment: myCounter;

    color: #d94b06;
}

.text-block ol > li:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block ol > li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

/* header start */
.header {
    position: relative;
    z-index: 6;

    padding-top: 2.8125rem;
}

@media (max-width: 62rem) {
    .header {
        padding-top: 1.5625rem;
    }
}

@media (max-width: 36rem) {
    .header {
        padding-top: .9375rem;
    }
}

.header__row {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 62rem) {
    .header__row {
        align-items: center;
    }
}

.header__logo {
    display: block;

    width: 100%;
    max-width: 15.625rem;
    height: auto;
    margin-right: 1.125rem;

    transition: opacity .35s ease 0s;

    opacity: 1;

    -o-object-fit: contain;
    object-fit: contain;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 74.75rem) {
    .header__logo {
        max-width: 12.5rem;
        margin-right: 0;
    }
}

@media (max-width: 36rem) {
    .header__logo {
        max-width: 10.625rem;
    }
}

@media (max-width: 25rem) {
    .header__logo {
        max-width: 9.375rem;
    }
}

.header__logo:hover {
    opacity: .85;
}

.header__menu {
    margin: 0 1.875rem;
    padding-bottom: .25rem;
}

@media (max-width: 62rem) {
    .header__menu {
        margin: 0;
        padding: 0;
    }
}

.header__langs {
    padding-bottom: .25rem;

    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 62rem) {
    .header__langs {
        margin-left: auto;
        padding-bottom: 0;
    }
}

.header__toggle {
    position: relative;

    display: none;

    width: 20px;
    height: 14px;
    margin-left: 1.875rem;

    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 62rem) {
    .header__toggle {
        display: block;
    }
}

.header__toggle span {
    position: absolute;
    left: 0;

    visibility: visible;

    width: 100%;
    height: 2px;

    transition: all .35s ease 0s;
    transform: rotate(0deg);

    opacity: 1;
    background-color: #303030;
}

.header__toggle span:nth-child(1) {
    top: 0;
}

.header__toggle span:nth-child(2) {
    top: 6px;
}

.header__toggle span:nth-child(3) {
    top: 12px;
}

.header__toggle._active span {
    top: 6px;
}

.header__toggle._active span:nth-child(1) {
    transform: rotate(135deg);
}

.header__toggle._active span:nth-child(2) {
    left: 50%;

    visibility: hidden;

    width: 0;

    opacity: 0;
}

.header__toggle._active span:nth-child(3) {
    transform: rotate(-135deg);
}

/* header end */
/* menu start */
@media (max-width: 62rem) {
    .menu {
        position: fixed;
        top: 4.875rem;
        left: 0;

        visibility: hidden;
        overflow: auto;

        width: 100%;
        height: calc(100vh - 4.875rem);
        padding: 5rem 1.875rem 3.125rem;

        transition: all .35s ease 0s;
        transform: translateX(-100%);

        opacity: 0;
        background-color: #fff;
    }

    .menu._active {
        visibility: visible;

        transform: translateX(0);

        opacity: 1;
    }
}

@media (max-width: 36rem) {
    .menu {
        top: 3.8125rem;

        height: calc(100vh - 3.8125rem);
    }
}

.menu__list {
    display: flex;
}

@media (max-width: 62rem) {
    .menu__list {
        display: block;
    }
}

.menu__item {
    display: flex;
}

@media (max-width: 62rem) {
    .menu__item {
        text-align: center;

        justify-content: center;
    }
}

.menu__item:not(:last-child) {
    margin-right: 3.4375rem;
}

@media (max-width: 74.75rem) {
    .menu__item:not(:last-child) {
        margin-right: 2.5rem;
    }
}

@media (max-width: 62rem) {
    .menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.25rem;
    }
}

.menu__link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 125%;

    position: relative;

    transition: color .35s ease 0s;

    color: #303030;
}

@media (max-width: 74.75rem) {
    .menu__link {
        font-size: .9375rem;
    }
}

@media (max-width: 62rem) {
    .menu__link {
        font-size: 1.125rem;
    }
}

.menu__link::after {
    position: absolute;
    top: 100%;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 1px;

    content: '';
    transition: all .35s ease 0s;
    transform: translateY(1.25rem);
    pointer-events: none;

    opacity: 0;
    background-color: #d94b06;
}

.menu__link:hover {
    color: #d94b06;
}

.menu__link:hover::after {
    visibility: visible;

    transform: translateY(0);

    opacity: 1;
}

/* menu end */
/* langs start */
.langs {
    position: relative;

    display: flex;
}

.langs__current {
    display: inline-flex;

    transition: color .35s ease 0s;

    color: #303030;

    align-items: center;
}

.langs__current:hover {
    color: #d94b06;
}

.langs__current-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 125%;
}

@media (max-width: 74.75rem) {
    .langs__current-text {
        font-size: .9375rem;
    }
}

.langs__current-arrow {
    position: relative;

    display: block;

    width: 100%;
    max-width: 6px;
    height: auto;
    margin-left: 2px;

    transition: all .35s ease 0s;
    transform: scaleY(1);

    flex-grow: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.langs__current._active {
    color: #d94b06;
}

.langs__current._active .langs__current-arrow {
    transform: scaleY(-1);
}

.langs__block {
    position: absolute;
    top: 100%;
    left: 50%;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: auto;
    padding: .625rem .625rem;

    transition: all .35s ease 0s;
    transform: translate(-50%, 1.875rem);
    text-align: center;

    opacity: 0;
    border-radius: .625rem;
    background-color: #d94b06;

    align-items: center;
}

.langs__block._active {
    visibility: visible;

    transform: translate(-50%, .3125rem);

    opacity: 1;
}

.langs__block-item {
    font-size: 1rem;
    font-weight: 400;

    text-align: center;

    color: #fff;

    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 74.75rem) {
    .langs__block-item {
        font-size: .9375rem;
    }
}

.langs__block-item:hover {
    text-decoration: underline;

    color: #fff;
}

/* langs end */
/* bread start */
.bread__list {
    display: block;

    padding: 1.5rem 0;
}

@media (max-width: 36rem) {
    .bread__list {
        padding: .9375rem 0;
    }
}

.bread__link {
    font-size: .875rem;
    font-weight: 350;
    line-height: 1.6;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .bread__link {
        font-size: .75rem;
    }
}

.bread__link:hover {
    text-decoration: underline;

    color: #ffaa29;
}

.bread__separate {
    position: relative;
    top: -2px;

    display: inline-block;

    width: .25rem;
    height: .25rem;
    margin: 0 .4375rem 0 .625rem;

    border-radius: 50%;
    background-color: #f49a21;
}

@media (max-width: 36rem) {
    .bread__separate {
        margin: 0 .3125rem 0 .5rem;
    }
}

/* bread end */
/* footer start */
.footer {
    padding: 4.6875rem 0 1rem;

    border-top: 2px solid rgba(236, 236, 236, .6);
}

@media (max-width: 74.75rem) {
    .footer {
        padding-top: 3.75rem;
    }
}

@media (max-width: 62rem) {
    .footer {
        padding: 3.125rem 0 .9375rem;
    }
}

@media (max-width: 48rem) {
    .footer {
        padding: 2.5rem 0 .9375rem;
    }
}

@media (max-width: 36rem) {
    .footer {
        padding: 1.875rem 0 .625rem;
    }
}

.footer__row {
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media (max-width: 62rem) {
    .footer__row {
        flex-direction: column;
    }
}

.footer__row:not(:last-child) {
    margin-bottom: 3.5625rem;
}

@media (max-width: 74.75rem) {
    .footer__row:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 62rem) {
    .footer__row:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 48rem) {
    .footer__row:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .footer__row:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

.footer__logo {
    display: block;

    width: 100%;
    max-width: 13.3125rem;
    height: auto;

    transition: opacity .35s ease 0s;

    opacity: 1;

    -o-object-fit: contain;
    object-fit: contain;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 74.75rem) {
    .footer__logo {
        max-width: 11.875rem;
    }
}

@media (max-width: 62rem) {
    .footer__logo {
        max-width: 12.5rem;
        margin-bottom: 1.875rem;
    }
}

.footer__logo:hover {
    opacity: .85;
}

.footer__menu {
    display: flex;

    margin: 0 1.875rem;
}

@media (max-width: 62rem) {
    .footer__menu {
        flex-direction: column;

        margin: 0 0 1.875rem;

        text-align: center;

        align-items: center;
    }
}

.footer__menu-item {
    display: flex;
}

.footer__menu-item:not(:last-child) {
    margin-right: 3.75rem;
}

@media (max-width: 74.75rem) {
    .footer__menu-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: .75rem;
    }
}

.footer__menu-link {
    font-size: .875rem;
    font-weight: 700;
    line-height: 128.57143%;

    position: relative;

    transition: color .35s ease 0s,
    background-size .35s ease 0s;

    color: #303030;
    background-image: linear-gradient(transparent calc(100% - 2px), #d94b06 2px);
    background-repeat: no-repeat;
    background-size: 0;
}

@media (max-width: 74.75rem) {
    .footer__menu-link {
        font-size: .8125rem;
    }
}

@media (max-width: 62rem) {
    .footer__menu-link {
        font-size: .875rem;
    }
}

.footer__menu-link:hover {
    color: #d94b06;
    background-size: 100%;
}

.footer__copyright {
    font-size: .625rem;
    font-weight: 350;
    line-height: 130%;

    display: block;

    margin: 0;

    color: #47484f;
}

@media (max-width: 62rem) {
    .footer__copyright {
        display: block;

        text-align: center;
    }
}

/* footer end */
/* pagination start */
.pagination {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.pagination__link, .pagination .page-numbers {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;

    display: flex;

    width: 3.75rem;
    height: 3.75rem;
    margin: 0 .3125rem;

    text-align: center;

    color: #5c5c5c;
    border-radius: 50%;
    background-color: #efefef;

    align-items: center;
    justify-content: center;
}

@media (max-width: 48rem) {
    .pagination__link, .pagination .page-numbers {
        font-size: .875rem;

        width: 2.5rem;
        height: 2.5rem;
        margin: 0 .1875rem;
    }
}

.pagination__link:hover, .pagination .page-numbers:hover {
    color: #303030;
    background-color: #c9c9c9;
}

.pagination__link._active, .pagination .page-numbers.current {
    color: #fff;
    background-color: #f49a21;
}

/* pagination end */
/* _tag start */
._tag {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;

    padding: .6875rem 1.25rem;

    color: #fff;
    border-radius: 1.25rem;
    background-color: var(--bg-color);
}

@media (max-width: 36rem) {
    ._tag {
        font-size: .75rem;

        padding: .5rem .875rem;
    }
}

._tag:hover {
    color: #fff;

    filter: brightness(1.15);
}

/* _tag end */
/* l-item start */
.l-item {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;

    align-items: flex-start;
}

.l-item__pic {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.l-item__pic:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .l-item__pic:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.l-item__pic::before {
    display: block;

    padding-bottom: 73%;

    content: '';
}

.l-item__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.l-item__tag {
    position: absolute;
    z-index: 2;
    top: 1.25rem;
    left: 1.25rem;
}

@media (max-width: 36rem) {
    .l-item__tag {
        top: .625rem;
        left: .625rem;
    }
}

.l-item__name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;

    transition: color .35s ease 0s,
    background-size .35s ease 0s;

    color: #303030;
    background-image: linear-gradient(transparent calc(100% - 2px), #d94b06 2px);
    background-repeat: no-repeat;
    background-size: 0;
}

@media (max-width: 36rem) {
    .l-item__name {
        font-size: 1rem;
    }
}

.l-item__name:hover {
    color: #d94b06;
    background-size: 100%;
}

.l-item__name:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 36rem) {
    .l-item__name:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.l-item__desc {
    font-size: .875rem;
    font-weight: 350;
    line-height: 1.6;

    display: block;

    margin: 0;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .l-item__desc {
        font-size: .8125rem;
    }
}

/* l-item end */
/* hero start */
.hero {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 100%;
    padding: 6.1875rem 0 4.25rem;
}

@media (max-width: 62rem) {
    .hero {
        padding: 4.375rem 0 3.125rem;
    }
}

@media (max-width: 48rem) {
    .hero {
        padding: 2.8125rem 0 2.5rem;
    }
}

@media (max-width: 36rem) {
    .hero {
        padding-bottom: 1.875rem;
    }
}

.hero__anim {
    position: absolute !important;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.hero__circle {
    position: absolute !important;
    z-index: 1;

    display: block;

    height: auto;

    border-radius: 50%;
    background: rgba(255, 170, 41, .4);

    filter: blur(3.4375rem);
}

.hero__circle::before {
    display: block;

    padding-bottom: 100%;

    content: '';
}

.hero__circle--1 {
    top: -3.58% !important;
    right: 6.72% !important;
    left: auto !important;

    width: 10.05%;
}

@media (max-width: 48rem) {
    .hero__circle--1 {
        width: 30%;
    }
}

.hero__circle--2 {
    top: 3.41% !important;
    left: 26.2% !important;

    width: 5.52%;
}

@media (max-width: 48rem) {
    .hero__circle--2 {
        top: 30% !important;

        width: 15%;
    }
}

.hero__circle--3 {
    top: 46.67% !important;
    left: 8.33% !important;

    width: 8.4%;
}

@media (max-width: 48rem) {
    .hero__circle--3 {
        top: 80% !important;

        width: 18%;
    }
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero__row {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 48rem) {
    .hero__row {
        display: block;
    }
}

.hero__content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 25.3125rem;
    height: auto;
    padding-top: 2.9375rem;
}

@media (max-width: 62rem) {
    .hero__content {
        padding-top: 0;
    }
}

@media (max-width: 48rem) {
    .hero__content {
        max-width: 100%;
        margin-bottom: 1.875rem;
    }
}

.hero__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;

    margin-bottom: 0;

    color: #303030;
}

@media (max-width: 62rem) {
    .hero__title {
        font-size: 3.375rem;
    }
}

@media (max-width: 48rem) {
    .hero__title {
        font-size: 2.75rem;
    }
}

@media (max-width: 36rem) {
    .hero__title {
        font-size: 2.125rem;
    }
}

.hero__title:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 48rem) {
    .hero__title:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

@media (max-width: 36rem) {
    .hero__title:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.hero__sub-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.54;

    display: block;

    margin-bottom: 0;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .hero__sub-title {
        font-size: .875rem;
    }
}

.hero__sub-title:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .hero__sub-title:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .hero__sub-title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .hero__sub-title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.hero__media {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 45.875rem;
    margin-left: 3.125rem;
    padding-bottom: 3.125rem;
}

@media (max-width: 48rem) {
    .hero__media {
        max-width: 100%;
        margin-left: 0;
        padding-bottom: 1.875rem;
        padding-left: 1.875rem;
    }
}

.hero__pic {
    position: relative;
    z-index: 1;

    display: block;
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.hero__img {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -26.7%;

    display: block;

    width: 100%;
    max-width: 46.86%;
    height: auto;

    pointer-events: none;
}

@media (max-width: 48rem) {
    .hero__img {
        left: -.625rem;

        max-width: 40%;
    }
}

.hero__img img {
    position: relative;
    z-index: 2;
}

.hero__img img.hero__img-overflow {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;

    width: 100%;
    max-width: 100%;
    height: auto;

    transform: scaleY(-1);

    opacity: .1;

    -o-object-fit: contain;
    object-fit: contain;
}

.hero__img::after {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.31%, #fff 30.62%);
}

/* hero end */
/* list start */
.list {
    padding: 2.8125rem 0 8.125rem;
}

@media (max-width: 62rem) {
    .list {
        padding: 2.1875rem 0 7.1875rem;
    }
}

@media (max-width: 48rem) {
    .list {
        padding: 1.5625rem 0 5.9375rem;
    }
}

@media (max-width: 36rem) {
    .list {
        padding: .9375rem 0 5rem;
    }
}

.list__tags {
    display: flex;

    margin-bottom: -.625rem;

    flex-flow: row wrap;
}

@media (max-width: 36rem) {
    .list__tags {
        margin-bottom: -.375rem;
    }
}

.list__tags:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 3.125rem;
}

@media (max-width: 62rem) {
    .list__tags:not(:last-child) {
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 48rem) {
    .list__tags:not(:last-child) {
        padding-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .list__tags:not(:last-child) {
        padding-bottom: 1.25rem;
    }
}

.list__tags-item {
    margin-bottom: .625rem;
}

@media (max-width: 36rem) {
    .list__tags-item {
        margin-bottom: .375rem;
    }
}

.list__tags-item:not(:last-child) {
    margin-right: .625rem;
}

@media (max-width: 36rem) {
    .list__tags-item:not(:last-child) {
        margin-right: .375rem;
    }
}

.list__grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 1.875rem;
}

@media (max-width: 62rem) {
    .list__grid {
        gap: 2.5rem 1.5625rem;
    }
}

@media (max-width: 48rem) {
    .list__grid {
        gap: 2.1875rem 1.25rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 36rem) {
    .list__grid {
        gap: 1.5625rem .625rem;
        grid-template-columns: repeat(1, 1fr);
    }
}

.list__grid:not(:last-child) {
    margin-bottom: 4.375rem;
}

@media (max-width: 62rem) {
    .list__grid:not(:last-child) {
        margin-bottom: 3.4375rem;
    }
}

@media (max-width: 48rem) {
    .list__grid:not(:last-child) {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 36rem) {
    .list__grid:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

/* list end */
/* lists start */
.lists {
    padding: 3.125rem 0 8.125rem;
}

@media (max-width: 62rem) {
    .lists {
        padding: 2.8125rem 0 6.875rem;
    }
}

@media (max-width: 48rem) {
    .lists {
        padding: 2.1875rem 0 5.9375rem;
    }
}

@media (max-width: 36rem) {
    .lists {
        padding: 1.875rem 0 5rem;
    }
}

.lists__title {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;

    display: block;

    margin-bottom: 0;

    color: #303030;
}

@media (max-width: 62rem) {
    .lists__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 48rem) {
    .lists__title {
        font-size: 2rem;
    }
}

@media (max-width: 36rem) {
    .lists__title {
        font-size: 1.625rem;
    }
}

.lists__title span {
    font-weight: 700;

    display: block;
}

.lists__title:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 62rem) {
    .lists__title:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 48rem) {
    .lists__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .lists__title:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.lists__wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .lists__wrapper:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .lists__wrapper:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .lists__wrapper:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

.lists__more {
    display: flex;

    text-align: center;

    justify-content: center;
}

/* lists end */
/* services start */
.services {
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    max-width: 100%;
    padding: 4.3125rem 0 3.125rem;
}

@media (max-width: 62rem) {
    .services {
        padding: 3.4375rem 0 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .services {
        padding: 2.8125rem 0 2.5rem;
    }
}

@media (max-width: 36rem) {
    .services {
        padding: 1.875rem 0;
    }
}

.services__item {
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media (max-width: 48rem) {
    .services__item {
        display: block;
    }
}

@media screen and (min-width: 48.0625rem) {
    .services__item:nth-child(even) {
        flex-flow: row-reverse;
    }

    .services__item:nth-child(even) .services__content {
        margin-right: 0;
        margin-left: 1.875rem;
    }
}

.services__item:not(:last-child) {
    margin-bottom: 6.25rem;
}

@media (max-width: 62rem) {
    .services__item:not(:last-child) {
        margin-bottom: 5rem;
    }
}

@media (max-width: 48rem) {
    .services__item:not(:last-child) {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 36rem) {
    .services__item:not(:last-child) {
        margin-bottom: 2.8125rem;
    }
}

.services__content {
    width: 100%;
    max-width: 35.6875rem;
    margin-right: 3.125rem;
}

@media (max-width: 48rem) {
    .services__content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1.5625rem;
    }
}

.services__title {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.3;

    display: block;

    margin-bottom: 0;

    color: #303030;
}

@media (max-width: 62rem) {
    .services__title {
        font-size: 2.25rem;
    }
}

@media (max-width: 48rem) {
    .services__title {
        font-size: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .services__title {
        font-size: 1.625rem;
    }
}

.services__title span {
    font-weight: 600;

    color: #ffaa29;
}

.services__title:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .services__title:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .services__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .services__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.services__text {
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.6;

    display: block;

    margin-bottom: 0;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .services__text {
        font-size: .875rem;
    }
}

.services__text:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 48rem) {
    .services__text:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.services__media {
    position: relative;

    display: flex;

    width: 100%;
    max-width: 31.25rem;

    justify-content: center;
}

@media (max-width: 48rem) {
    .services__media {
        margin: 0 auto;
    }
}

.services__media-first {
    position: relative;

    width: 100%;
    max-width: 24.375rem;
}

.services__media-decor {
    position: absolute;
    z-index: 2;

    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
    object-fit: contain;
}

.services__media-decor--1 {
    top: -13.08%;
    right: -2.56%;

    max-width: 48.97%;
}

@media (max-width: 48rem) {
    .services__media-decor--1 {
        top: -5%;
    }
}

.services__media-decor--2 {
    top: 26.15%;
    left: -9.23%;

    max-width: 45.64%;
}

.services__media-decor--3 {
    right: 28.72%;
    bottom: 10.26%;

    max-width: 28.72%;
}

.services__media-last {
    position: relative;

    width: 100%;
    max-width: 31.1875rem;
}

.services__media-link {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;

    position: absolute;
    z-index: 2;

    width: auto;
    height: auto;
    padding: 1.1875rem 4.625rem 1.1875rem 2.5rem;

    transition: all .35s ease 0s;

    color: #303030;
    border-radius: 3.125rem;
    background-color: #fff;
    box-shadow: 0 .8125rem 4.5625rem rgba(156, 156, 156, .29);
}

@media (max-width: 62rem) {
    .services__media-link {
        font-size: .875rem;

        padding: .75rem 3.125rem .75rem 1.5625rem;
    }
}

.services__media-link::before {
    position: absolute;
    top: 50%;
    right: 1.875rem;

    width: .875rem;
    height: .875rem;

    content: '';
    transition: all .35s ease 0s;
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: #ffaa29;
    box-shadow: 0 0 1.25rem #ffaa29;
}

@media (max-width: 62rem) {
    .services__media-link::before {
        right: 1.25rem;

        width: .625rem;
        height: .625rem;
    }
}

.services__media-link:hover {
    color: #ffaa29;
    box-shadow: 0 0 3.3125rem rgba(156, 156, 156, .29);
}

.services__media-link:hover::before {
    background-color: #d94b06;
    box-shadow: 0 0 1.5625rem #d94b06;
}

.services__media-link--right {
    padding: 1.1875rem 2.5rem 1.1875rem 4.625rem;
}

@media (max-width: 62rem) {
    .services__media-link--right {
        padding: .75rem 1.5625rem .75rem 3.125rem;
    }
}

.services__media-link--right::before {
    right: auto;
    left: 1.875rem;
}

@media (max-width: 62rem) {
    .services__media-link--right::before {
        left: 1.25rem;
    }
}

.services__media-link--1 {
    top: 10%;
    left: 35%;
}

.services__media-link--2 {
    top: 30.97%;
    left: 1.6%;
}

.services__media-link--3 {
    top: 53.19%;
    right: -8.2%;
}

@media (max-width: 48rem) {
    .services__media-link--3 {
        top: 49%;
        right: 0;
    }
}

.services__media-link--4 {
    top: 63.19%;
    left: 7.2%;
}

.services__pic {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.services__pic--1 {
    max-width: 24.375rem;
}

.services__pic--2 {
    max-width: 27.0625rem;
}

.services__pic--3 {
    max-width: 31.1875rem;
}

.services__pic--3 img {
    position: relative;
    z-index: 1;
}

.services__pic--3::before,
.services__pic--3::after {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 100%;
    height: 19.86%;

    content: '';
}

.services__pic--3::before {
    top: 0;

    background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.services__pic--3::after {
    bottom: 0;

    background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* services end */
/* video start */
.video {
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    padding: 3.125rem 0 4.75rem;
}

@media (max-width: 62rem) {
    .video {
        padding: 2.5rem 0 3.75rem;
    }

    .video .container {
        padding: 0;
    }
}

@media (max-width: 48rem) {
    .video {
        padding: 2.1875rem 0 3.125rem;
    }
}

@media (max-width: 36rem) {
    .video {
        padding: 1.875rem 0 2.5rem;
    }
}

.video__pic {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.video__pic::before {
    display: block;

    padding-bottom: 51.84%;

    content: '';
}

.video__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

/* video end */
/* rec start */
.rec {
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    padding: 4.75rem 0 6rem;
}

@media (max-width: 62rem) {
    .rec {
        padding: 3.75rem 0 4.375rem;
    }
}

@media (max-width: 48rem) {
    .rec {
        padding: 3.125rem 0 3.4375rem;
    }
}

@media (max-width: 36rem) {
    .rec {
        padding: 2.5rem 0;
    }
}

.rec__row {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 62rem) {
    .rec__row {
        display: block;
    }
}

.rec__content {
    width: 100%;
    max-width: 31.9375rem;
}

@media (max-width: 62rem) {
    .rec__content {
        max-width: 100%;
        margin-bottom: 1.875rem;
    }
}

.rec__title {
    font-size: 3rem;
    font-weight: 350;
    line-height: 1.3;

    max-width: 30.625rem;
    margin-bottom: 0;
}

@media (max-width: 74.75rem) {
    .rec__title {
        font-size: 2.625rem;
    }
}

@media (max-width: 62rem) {
    .rec__title {
        max-width: 100%;
    }
}

@media (max-width: 48rem) {
    .rec__title {
        font-size: 2.25rem;
    }
}

@media (max-width: 36rem) {
    .rec__title {
        font-size: 1.875rem;
    }
}

.rec__title span {
    font-weight: 600;
    white-space: nowrap;
    color: #ffaa29;
}

.rec__title:not(:last-child) {
    margin-bottom: .9375rem;
}

@media (max-width: 36rem) {
    .rec__title:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.rec__text:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .rec__text:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.rec__text p {
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.6;

    margin-bottom: 0;

    color: #5c5c5c;
}

@media (max-width: 36rem) {
    .rec__text p {
        font-size: .875rem;
    }
}

.rec__text p span {
    font-weight: 600;
}

.rec__text p:not(:last-child) {
    margin-bottom: 1.3125rem;
}

@media (max-width: 36rem) {
    .rec__text p:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.rec__media {
    position: relative;

    width: 100%;
    max-width: 27.625rem;
    margin-left: 8.625rem;
    padding-top: 8.6875rem;

    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 62rem) {
    .rec__media {
        margin: 0 auto;
    }
}

@media (max-width: 48rem) {
    .rec__media {
        padding-top: 0;
    }
}

@media (max-width: 48rem) {
    .rec__media-block {
        position: relative;

        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
}

.rec__line {
    position: absolute;

    display: block;

    width: 1px;
    height: 107px;

    background-color: #809db2;
}

@media (max-width: 48rem) {
    .rec__line {
        display: none;
    }
}

.rec__line::after {
    position: absolute;
    top: 100%;
    left: 50%;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background-color: #809db2;
}

.rec__number {
    position: absolute;
    z-index: 3;

    display: flex;

    align-items: center;
}

@media (max-width: 48rem) {
    .rec__number {
        display: none;
    }
}

@media screen and (min-width: 48.0625rem) {
    .rec__number--1 {
        top: 0;
        right: 0;
    }

    .rec__number--1 .rec__line {
        top: 5.625rem;
        left: 9.25rem;

        transform: rotate(45deg);
    }

    .rec__number--2 {
        top: 11.5rem;
        left: -8.625rem;
    }

    .rec__number--2 .rec__line {
        top: -4.3125rem;
        left: 9rem;

        transform: rotate(-125deg);
    }
}

.rec__number-count {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.3;

    display: block;

    margin-right: 1.125rem;

    color: #ffaa29;
}

@media (max-width: 48rem) {
    .rec__number-count {
        font-size: 4.75rem;
    }
}

.rec__number-text {
    font-size: .875rem;
    font-weight: 350;
    line-height: 1.6;

    width: 100%;
    max-width: 8.9375rem;

    color: #5c5c5c;
}

@media (max-width: 48rem) {
    .rec__number-text {
        display: block;
    }
}

.rec__number-text span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;

    display: block;

    width: 100%;
    max-width: 5.25rem;
    margin-bottom: .625rem;

    color: #303030;
}

@media (max-width: 48rem) {
    .rec__number-text span {
        max-width: 100%;
        margin-bottom: .1875rem;
    }
}

.rec__img {
    position: absolute;
    z-index: 2;

    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
    object-fit: contain;
}

.rec__img--1 {
    top: 2.48%;
    left: -26.47%;

    max-width: 34.39%;

    transform: rotate(39deg);
}

.rec__img--2 {
    top: -9.29%;
    left: -3.85%;

    max-width: 26.7%;

    transform: rotate(-101deg);
}

.rec__img--3 {
    top: 20.1%;
    left: 0;

    max-width: 22.17%;

    transform: rotate(49deg);
}

.rec__pic {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    pointer-events: none;
}

@media (max-width: 48rem) {
    .rec__pic {
        max-width: 100%;
    }
}

.rec__pic img {
    position: relative;
    z-index: 2;
}

.rec__pic img.rec__pic-overflow {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;

    width: 100%;
    max-width: 100%;
    height: auto;

    transform: translateY(-27px) scaleY(-1);

    opacity: .1;
}

.rec__pic::after {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transform: translateY(-27px);

    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20.31%, #fff 40.62%);
}

/* rec end */
/* about start */
.about {
    padding: 2.125rem 0 3.125rem;
}

@media (max-width: 62rem) {
    .about {
        padding: 1.875rem 0 2.5rem;
    }
}

@media (max-width: 48rem) {
    .about {
        padding: 1.5625rem 0 2.1875rem;
    }
}

@media (max-width: 36rem) {
    .about {
        padding: .9375rem 0 1.875rem;
    }
}

.about__row {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 48rem) {
    .about__row {
        display: block;
    }
}

.about__row:not(:last-child) {
    margin-bottom: 4.375rem;
}

@media (max-width: 62rem) {
    .about__row:not(:last-child) {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 48rem) {
    .about__row:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 36rem) {
    .about__row:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

.about__content {
    width: 100%;
    max-width: 100%;
    margin-right: 1.875rem;
}

@media (max-width: 48rem) {
    .about__content {
        margin-right: 0;
        margin-bottom: 1.5625rem;
    }
}

.about__title:not(:last-child) {
    margin-bottom: .1875rem;
}

.about__title span {
    white-space: nowrap;
}

.about__sub-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;

    display: block;

    margin-bottom: 0;

    color: #303030;
}

@media (max-width: 48rem) {
    .about__sub-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 36rem) {
    .about__sub-title {
        font-size: 1rem;
    }
}

.about__sub-title:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 48rem) {
    .about__sub-title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .about__sub-title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.about__text-block:not(:last-child) {
    margin-bottom: 3.125rem;
}

@media (max-width: 62rem) {
    .about__text-block:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 48rem) {
    .about__text-block:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .about__text-block:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.about__text-block p:not(:last-child) {
    margin-bottom: 1.1875rem;
}

@media (max-width: 36rem) {
    .about__text-block p:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.about__text-block ul:not(:last-child),
.about__text-block ol:not(:last-child) {
    margin-bottom: 1.0625rem;
}

@media (max-width: 36rem) {
    .about__text-block ul:not(:last-child),
    .about__text-block ol:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.about__text-block ul li:not(:last-child),
.about__text-block ol li:not(:last-child) {
    margin-bottom: .5rem;
}

@media (max-width: 36rem) {
    .about__text-block ul li:not(:last-child),
    .about__text-block ol li:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.about__pic {
    display: block;

    width: 100%;
    max-width: 45.9%;
    height: auto;
    margin-right: -1.875rem;

    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 62rem) {
    .about__pic {
        margin-right: 0;
    }
}

@media (max-width: 48rem) {
    .about__pic {
        max-width: 30rem;
        margin: 0 auto;
    }
}

.about__why {
    position: relative;

    display: flex;
    overflow: hidden;

    padding: 8.875rem 4.1875rem 8.875rem 3.1875rem;

    background-color: #fff6e9;

    align-items: center;
    justify-content: space-between;
}

@media (max-width: 62rem) {
    .about__why {
        width: calc(100% + 3.75rem);
        margin-left: -1.875rem;
        padding: 5.625rem 2.5rem;
    }
}

@media (max-width: 48rem) {
    .about__why {
        display: block;

        padding: 5rem 1.875rem;
    }
}

@media (max-width: 36rem) {
    .about__why {
        padding: 3.125rem 1.875rem;
    }
}

.about__why-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.3;

    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    max-width: 34.75rem;
    margin-bottom: 0;

    text-align: center;

    color: #f49a21;
}

@media (max-width: 62rem) {
    .about__why-title {
        font-size: 3.375rem;

        max-width: calc(50% - 1.875rem);
    }
}

@media (max-width: 48rem) {
    .about__why-title {
        font-size: 2.75rem;

        max-width: 100%;
        margin-bottom: 1.875rem;

        text-align: left;
    }
}

@media (max-width: 36rem) {
    .about__why-title {
        font-size: 2.125rem;

        margin-bottom: 1.5625rem;
    }
}

.about__why-title span {
    font-weight: 700;
}

.about__why-list {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 29.125rem;
    height: auto;
    margin-left: 1.875rem;

    align-items: flex-start;
}

@media (max-width: 62rem) {
    .about__why-list {
        max-width: 50%;
    }
}

@media (max-width: 48rem) {
    .about__why-list {
        max-width: 100%;
        margin-left: 0;
    }
}

.about__why-list li {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;

    position: relative;

    padding: 1.1875rem 2.25rem 1.1875rem 5.25rem;

    color: #303030;
    border-radius: 3.875rem;
    background-color: #fff;
    box-shadow: 0 .8125rem 4.5625rem rgba(156, 156, 156, .29);
}

@media (max-width: 48rem) {
    .about__why-list li {
        padding: .75rem 1.25rem .75rem 3.125rem;
    }
}

@media (max-width: 36rem) {
    .about__why-list li {
        font-size: .875rem;

        padding: .5rem .9375rem .5rem 2.5rem;
    }
}

.about__why-list li::before {
    position: absolute;
    top: 50%;
    left: 2.5rem;

    width: .875rem;
    height: .875rem;

    content: '';
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: #ffaa29;
    box-shadow: 0 0 1.25rem #ffaa29;
}

@media (max-width: 48rem) {
    .about__why-list li::before {
        left: 1.375rem;

        width: .625rem;
        height: .625rem;
    }
}

@media (max-width: 36rem) {
    .about__why-list li::before {
        left: 1rem;
    }
}

.about__why-list li:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 48rem) {
    .about__why-list li:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.about__why-circle {
    position: absolute;
    z-index: 1;

    display: block;

    height: auto;

    border-radius: 50%;
    background: rgba(255, 170, 41, .25);

    filter: blur(3.4375rem);
}

.about__why-circle::before {
    display: block;

    padding-bottom: 100%;

    content: '';
}

.about__why-circle--1 {
    top: -5.37%;
    left: -3.25%;

    width: 24.7%;
}

.about__why-circle--2 {
    top: -20.93%;
    left: 64.53%;

    width: 23.5%;
}

.about__why-circle--3 {
    top: 75.56%;
    left: 86.84%;

    width: 14.19%;
}

/* about end */
/* article start */
.article {
    padding: 1.5625rem 0 4.0625rem;
}

@media (max-width: 62rem) {
    .article {
        padding: 1.25rem 0 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .article {
        padding: .9375rem 0 2.1875rem;
    }
}

@media (max-width: 36rem) {
    .article {
        padding: .625rem 0 1.5625rem;
    }
}

.article__main {
    width: 100%;
    max-width: 48.125rem;
    margin: 0 auto;
}

.article__banner {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.article__banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.article__banner::before {
    display: block;

    padding-bottom: 56.10%;

    content: '';
}

.article__banner:not(:last-child) {
    margin-bottom: 1.9375rem;
}

@media (max-width: 62rem) {
    .article__banner:not(:last-child) {
        margin-bottom: 1.625rem;
    }
}

@media (max-width: 48rem) {
    .article__banner:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .article__banner:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.article__tags {
    display: flex;

    margin-bottom: -.625rem;

    flex-flow: row wrap;
}

@media (max-width: 36rem) {
    .article__tags {
        margin-bottom: -.375rem;
    }
}

.article__tags:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .article__tags:not(:last-child) {
        padding-bottom: .9375rem;
    }
}

@media (max-width: 48rem) {
    .article__tags:not(:last-child) {
        padding-bottom: .625rem;
    }
}

@media (max-width: 36rem) {
    .article__tags:not(:last-child) {
        padding-bottom: .25rem;
    }
}

.article__tags-item {
    margin-bottom: .625rem;
}

@media (max-width: 36rem) {
    .article__tags-item {
        margin-bottom: .375rem;
    }
}

.article__tags-item:not(:last-child) {
    margin-right: .625rem;
}

@media (max-width: 36rem) {
    .article__tags-item:not(:last-child) {
        margin-right: .375rem;
    }
}

.article__text-block:not(:last-child) {
    margin-bottom: 3.125rem;
}

@media (max-width: 62rem) {
    .article__text-block:not(:last-child) {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .article__text-block:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 36rem) {
    .article__text-block:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

.article__benefits {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media (max-width: 36rem) {
    .article__benefits {
        margin-bottom: -.625rem;

        justify-content: space-around;
    }
}

.article__benefits:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: .625rem;
}

.article__benefits-item {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: calc(20% - 1.5rem);

    text-align: center;

    align-items: center;
}

@media (max-width: 62rem) {
    .article__benefits-item {
        max-width: calc(20% - 1rem);
    }
}

@media (max-width: 36rem) {
    .article__benefits-item {
        max-width: calc(50% - 1.875rem);
        margin-bottom: .625rem;
    }
}

.article__benefits-item:nth-child(2) .article__benefits-pic {
    background-color: #fdb140;
}

.article__benefits-item:nth-child(3) .article__benefits-pic {
    background-color: #f9913d;
}

.article__benefits-item:nth-child(4) .article__benefits-pic {
    background-color: #f6724c;
}

.article__benefits-item:nth-child(5) .article__benefits-pic {
    background-color: #e95637;
}

.article__benefits-pic {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;

    border-radius: 50%;
    background-color: #f9db5c;
}

.article__benefits-pic:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .article__benefits-pic:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.article__benefits-pic::before {
    display: block;

    padding-bottom: 100%;

    content: '';
}

.article__benefits-img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 55.38%;
    height: auto;

    transform: translate(-50%, -50%);

    -o-object-fit: contain;
    object-fit: contain;
}

.article__benefits-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;

    display: block;

    width: 100%;
    max-width: 8.1875rem;
    margin: 0;

    text-align: center;

    color: #303030;
}

@media (max-width: 62rem) {
    .article__benefits-text {
        font-size: .9375rem;
    }
}

@media (max-width: 48rem) {
    .article__benefits-text {
        font-size: .875rem;
    }
}

@media (max-width: 36rem) {
    .article__benefits-text {
        font-size: .8125rem;
    }
}

/* article end */
/* r-article start */
.r-article {
    padding: 4.0625rem 0 2.1875rem;
}

@media (max-width: 62rem) {
    .r-article {
        padding-top: 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .r-article {
        padding-top: 2.1875rem;
    }
}

@media (max-width: 36rem) {
    .r-article {
        padding: 1.5625rem 0 2.8125rem;
    }
}

.r-article__title:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .r-article__title:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .r-article__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .r-article__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

/* r-article end */

/* WP Themes */
.bread__item {
    display: inline-block;
}
