/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #252525;
  margin: 0;
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}

/*This is to manage the checkbox and trash can icons on the left of the filmstrip */
.photo-options-menu .options button svg {
  max-width: none;
}

img {
  display: block;
}

h1,
h2,
h3 {
  line-height: 1;
}

button,
input[type=submit] {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  padding: 0;
}

a {
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select {
  appearance: none;
  border-radius: 3px;
  font-family: inherit;
  font-size: 16px;
  padding: 0.3em 0.5em;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  background-color: rgba(160.0375, 160.0375, 160.0375, 0.3);
  border-color: rgba(221, 221, 221, 0.3);
  box-shadow: none;
  pointer-events: none;
}

input[type=color]:focus-visible, input[type=date]:focus-visible, input[type=datetime]:focus-visible, input[type=datetime-local]:focus-visible, input[type=email]:focus-visible, input[type=month]:focus-visible, input[type=number]:focus-visible, input[type=password]:focus-visible, input[type=search]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, input[type=time]:focus-visible, input[type=url]:focus-visible, input[type=week]:focus-visible, input:not([type]):focus-visible, textarea:focus-visible {
  outline: none;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #00a7e1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

/*!
* 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;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  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;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

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

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

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

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

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

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

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

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

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

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

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

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    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;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    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% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.wos_container {
  width: calc(100vw - calc(100vw - 100%));
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.wos_container.show-catalog-selector {
  height: auto;
}

.wos_stage {
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px - 50px - 84px);
  top: calc(60px + 50px);
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .wos_stage {
    width: calc(100vw - 470px - calc(100vw - 100%));
    height: 100%;
    margin-top: 0;
    top: 0;
  }
}

.wos_stage_lower {
  position: fixed;
  bottom: 84px;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1025px) {
  .wos_stage_lower {
    position: relative;
    bottom: 0;
  }
}

.main_content {
  display: flex;
  flex-direction: row;
  background-color: #252525;
  height: calc(100% - 60px);
}
.show-site-message .main_content {
  height: calc(100% - 60px - 44px);
}

.hideBranding .price,
.hideBranding .branding,
.hideBranding .logo,
.hideBranding .panel_option_price,
.hideBranding .panel_selected_price,
.hideBranding .header-links {
  display: none !important;
}

#main {
  min-height: 100vh;
  background: #252525;
}
#main .mmv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#main .mmv button {
  width: 40px;
}
#main:has(.gallery-container) {
  max-height: calc(100vh - 60px);
  overflow: hidden;
}

.checkout {
  background: #252525;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 60px);
  width: 100%;
}
@media (min-width: 1025px) {
  .checkout {
    flex-wrap: nowrap;
  }
}
.checkout > .spinner {
  margin: auto;
}
.checkout form,
.checkout fieldset {
  width: 100%;
}
.checkout .modal .modal-content {
  box-shadow: 0 0 0 2px #00a7e1;
}
.checkout .modal .modal-content .modal-header,
.checkout .modal .modal-content .modal-body,
.checkout .modal .modal-content .modal-footer {
  background: #252525;
  color: #fff;
}
.checkout .modal .button.icon.dark {
  color: #fff !important;
}
.checkout .content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 14px 28px 14px;
  position: relative;
}
.checkout .content > .spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 50px auto;
}
.checkout .checkout-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}
.checkout .checkout-row .input {
  margin-right: 10px;
  flex: 1;
}
.checkout .checkout-row .input:last-child {
  margin-right: 0;
}
.checkout .checkout-row .input select {
  max-width: 250px;
}
.checkout .address-with-radio {
  border: 2px solid #00a7e1;
  border-radius: 3px;
  background-color: rgba(0, 167, 225, 0.1);
  display: flex;
  min-width: 200px;
}
.checkout .address-with-radio:hover, .checkout .address-with-radio:focus-within {
  background-color: rgba(0, 167, 225, 0.2);
  box-shadow: 0 0 0 1px #0081ae;
  border-color: #0081ae;
}
.checkout .address-with-radio .address-title {
  font-weight: 600;
}
.checkout .address-with-radio label {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
.checkout .address-with-radio .radio-container {
  align-items: center;
  display: flex;
  padding-left: 10px;
  width: 15%;
}
.checkout .address-with-radio label,
.checkout .address-with-radio input {
  cursor: pointer;
}
.checkout .address-with-radio input {
  margin: 0;
}
.checkout .confirm-address-modal {
  min-width: auto;
  min-height: auto;
  width: auto;
}
.checkout .confirm-address-modal .modal-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: auto;
  position: relative;
  padding: 20px 40px;
}
.checkout .confirm-address-modal .modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.checkout .confirm-address-modal .spinner {
  margin: auto;
}
.checkout .confirm-address-modal ul {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 1025px) {
  .checkout .confirm-address-modal ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.checkout .tab-bar {
  margin-bottom: 50px;
}
.checkout .panel {
  margin-top: 20px;
}
.checkout .panel .title {
  font-size: 2em;
  margin: 15px 0;
}
.checkout .panel > .button .svg-inline--fa {
  margin-right: 5px;
}
.checkout .checkout-continue-button {
  font-size: 1.2em;
  margin-top: 20px;
  width: 100%;
}
.checkout .checkout-continue-button .svg-inline--fa {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .checkout .checkout-continue-button {
    width: 50%;
  }
}

.link_generator {
  background-color: #252525;
}
.link_generator .main {
  color: #fff;
  font-size: 1.4em;
  height: 100%;
}
.link_generator .container {
  padding: 40px;
}
.link_generator th,
.link_generator td {
  padding: 5px;
  text-align: left;
}
.link_generator td a {
  display: block;
}
.link_generator .link-generator-header {
  display: flex;
  align-items: center;
}
.link_generator .link-generator-header h1 {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
}
.link_generator .tab-bar {
  margin: 20px 0;
}
.link_generator .link-generator-controls {
  display: flex;
  margin: 20px 0;
}
.link_generator .link-generator-controls label {
  margin-right: 10px;
  font-size: 16px;
}
.link_generator .link-generator-controls .select-group {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 33%;
}
.link_generator .link-generator-controls .select-group.option-select-group {
  width: 66%;
}
.link_generator .link-generator-controls fieldset {
  display: flex;
  flex-direction: column;
}
.link_generator .link-generator-controls .switch {
  margin-right: 20px;
}
.link_generator .react-select-option,
.link_generator .react-select-option-group {
  color: black;
  font-size: 16px;
}
.link_generator .react-select-option input:focus,
.link_generator .react-select-option input:hover,
.link_generator .react-select-option-group input:focus,
.link_generator .react-select-option-group input:hover {
  box-shadow: none;
}
.link_generator table {
  margin-top: 20px;
}
.link_generator table th,
.link_generator table td {
  border: 1px solid white;
  min-width: 200px;
  text-align: center;
}
.link_generator table thead {
  font-weight: 600;
}
.link_generator table thead .react-select-option {
  font-weight: 400;
}
.link_generator table tbody {
  font-size: 16px;
}

.dev-only-selector {
  margin: 50px 0;
  padding: 30px;
  color: #e74c3c;
  background-color: rgb(52.3, 52.3, 52.3);
}
.dev-only-selector h1 {
  font-size: 30px;
  font-weight: 600;
}
.dev-only-selector select {
  width: 300px;
  padding: 20px;
  margin-top: 20px;
}

.catalog_selector_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #252525;
}
.catalog_selector_container .close {
  position: absolute;
  right: 0;
}

.catalog-selector-header {
  display: none;
}
@media (min-width: 720px) {
  .catalog-selector-header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 5px;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
}

.icon-dark {
  color: #555;
  height: 12px;
}

.scrollspy-nav {
  display: flex;
  align-items: center;
  height: 60px;
}
.scrollspy-nav__item {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.scrollspy-nav__item.link.isCurrent {
  color: #444;
}
.scrollspy-nav__item.link.isCurrent:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  margin-left: -6px;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #1b1d25;
  bottom: 0;
}

.online-ordering-grid {
  display: flex;
  flex-wrap: wrap;
}

.online-ordering-grid-item {
  margin-bottom: 0px;
}
@media (min-width: 720px) {
  .online-ordering-grid-item {
    margin-bottom: 12px;
  }
}
.online-ordering-grid-item .description-content,
.online-ordering-grid-item .description-button {
  color: #fff;
}
.online-ordering-grid-item .description-content {
  margin-top: 0.3em;
  height: 2.9em;
  max-height: 2.9em;
  overflow-y: hidden;
  transition: all 0.2s;
}
.online-ordering-grid-item .description-content.show-more {
  height: fit-content;
  max-height: 100em;
  overflow-y: unset;
}
.online-ordering-grid-item .description-button {
  text-align: right;
  width: 100%;
  font-weight: bold;
}
.online-ordering-grid-item .show-more-span,
.online-ordering-grid-item .show-less-span {
  display: inline-block;
  font-weight: bold;
  color: #00a7e1;
  font-size: 14px;
  text-align: left;
}
.online-ordering-grid-item .show-more-span:hover,
.online-ordering-grid-item .show-less-span:hover {
  color: #0081ae;
}
.online-ordering-grid-item .show-more-span {
  position: relative;
  right: 0;
  bottom: 1.7em;
  background-color: #252525;
  padding-left: 10px;
  width: 100px;
}
@media (min-width: 720px) {
  .online-ordering-grid-item .show-more-span {
    bottom: 1.5em;
  }
}
.online-ordering-grid-item .show-less-span {
  padding-bottom: 15px;
}
.online-ordering-grid-item .hide {
  display: none;
}
@media (max-width: 719px) {
  .online-ordering-grid-item {
    flex: 49% 0 0;
    margin-right: 2%;
  }
  .online-ordering-grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .online-ordering-grid-item {
    flex: 32% 0 0;
    margin-right: 2%;
  }
  .online-ordering-grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .online-ordering-grid-item {
    flex: 23.5% 0 0;
    margin-right: 2%;
  }
  .online-ordering-grid-item:nth-child(4n) {
    margin-right: 0;
  }
}
.online-ordering-grid-item:hover .catalog-section__footer {
  border-color: #00a7e1;
}

.catalog-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: none !important;
}
.catalog-section__section-header {
  padding-top: 60px;
}
.catalog-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.catalog-section__header {
  margin-bottom: 3em;
  text-align: center;
}
.catalog-section__title {
  font-size: 28px;
  font-weight: bold;
  line-height: inherit;
  margin: 0;
  color: white;
}
.catalog-section__subtitle {
  padding: 0 0 0.5em 0;
  margin-bottom: 15px;
  font-size: 15px;
  color: #888;
}
.catalog-section__header .catalog-section__title {
  text-transform: uppercase;
}
.catalog-section__header .catalog-section__subtitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #666;
}
.catalog-section img {
  background-color: #223240;
}
.catalog-section__footer {
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #2c4c77;
  transition: border-color 0.25s;
}
.catalog-section__footer .title {
  margin: 10px 0 0;
  font-size: 14 px;
  font-weight: bold;
  color: #fff;
}
.catalog-section__footer .tab-info {
  margin: 5px 0 0;
  background: none !important;
  text-align: center;
}
.catalog-section__footer .tab-info a {
  font-size: 16px;
  margin-left: 5px;
}

.catalog-section__bay-roes {
  padding-top: 60px;
  padding-bottom: 120px;
}

.scrollDown_backToTop {
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (min-width: 800px) {
  .site-main {
    padding-bottom: 120px;
  }
  .scrollDown_backToTop {
    height: 120px;
  }
}
.scrollDown_backToTop a.button {
  transition: background-color 0.3s;
  background-color: transparent;
}

.scrollDown_backToTop .svg-inline--fa {
  transition: 0.3s;
  transform: rotate(0deg);
}

.scrollDown_backToTop--active {
  pointer-events: auto;
}

.scrollDown_backToTop--active a.button {
  background-color: #00a7e1;
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.5);
}

.scrollDown_backToTop--active .svg-inline--fa {
  transform: rotate(180deg);
}

.cart_page,
.cart-page-empty {
  background: #252525;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-height: calc(100vh - 60px);
  overflow: auto;
}
.cart_page.site-message-active,
.cart-page-empty.site-message-active {
  margin-top: 20px;
}
.cart_page .content,
.cart-page-empty .content {
  width: 100%;
  height: fit-content;
  flex: 1;
}
.cart_page .content .cart_container,
.cart-page-empty .content .cart_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 14px 28px 14px;
}
.cart_page .content .cart_container .cart_product.dropping,
.cart-page-empty .content .cart_container .cart_product.dropping {
  opacity: 0.2;
}
.cart_page .pagination-projects-container,
.cart-page-empty .pagination-projects-container {
  align-items: baseline;
  display: flex;
  position: relative;
  margin-bottom: 5px;
}
.cart_page .projects-menu,
.cart-page-empty .projects-menu {
  margin-left: auto;
}
.cart_page .projects-menu.menu-container,
.cart_page .projects-menu .menu-trigger,
.cart-page-empty .projects-menu.menu-container,
.cart-page-empty .projects-menu .menu-trigger {
  background-color: transparent;
}

.cart-page-empty {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-page-empty .legend {
  font-size: 2em;
  color: white;
  margin-bottom: 0.9375em;
}
.cart-page-empty .empty-cart-actions {
  align-items: baseline;
  display: flex;
}
.cart-page-empty .empty-cart-actions .link {
  font-size: 18px;
}
.cart-page-empty .empty-cart-actions span {
  margin: 0 10px;
}

.modal-content.edit-cart-product .modal-body {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.modal-content.edit-cart-product .spinner {
  margin-bottom: 20px;
}

.checkout-review-container .checkout-sidebar {
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .checkout-review-container .checkout-sidebar {
    display: none;
  }
}
.checkout-review-container .checkout-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgb(52.3, 52.3, 52.3);
  border-radius: 3px;
}
@media (min-width: 760px) {
  .checkout-review-container .checkout-summary {
    flex-direction: row;
  }
}
.checkout-review-container .checkout-summary > div {
  flex: 1;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .checkout-review-container .checkout-summary > div {
    margin-bottom: 0;
  }
}
.checkout-review-container .checkout-summary .summary-header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.checkout-review-container .checkout-summary h2 {
  font-size: 20px;
  font-weight: 600;
}
.checkout-review-container .edit-section {
  opacity: 1;
  margin-bottom: 40px;
  max-height: 1500px;
  padding: 20px;
  border: 1px solid rgb(52.3, 52.3, 52.3);
  border-radius: 3px;
}
.checkout-review-container .edit-section.fade {
  opacity: 0;
  max-height: 0px;
  margin: 0;
  transition: all 0.4s;
}
.checkout-review-container .confirmation-details {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgb(52.3, 52.3, 52.3);
  border-radius: 3px;
}
.checkout-review-container .confirmation-details .confirmation-item-container {
  flex: 1;
}
.checkout-review-container .confirmation-details .confirmation-item-container .input {
  margin-top: 10px;
  width: 90%;
}
.checkout-review-container .confirmation-details .confirmation-item-container p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.checkout-review-container .confirmation-details .confirmation-item-container small {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
.checkout-review-container .confirmation-details .button,
.checkout-review-container .confirmation-details .saved-status {
  margin-left: 10px;
}
.checkout-review-container .confirmation-details .saved-status {
  color: #2ecb71;
}
.checkout-review-container .summary-header-edit-button {
  margin-left: 5px;
  padding: 0.3em 0.5em;
}
.checkout-review-container .review-edit-title {
  padding: 1em 20px 1em 0;
}
.checkout-review-container .review-order-options {
  margin: 20px 0;
}
.checkout-review-container .review-order-options h3 {
  font-size: 20px;
  font-weight: 600;
}
.checkout-review-container .review-order-options .price {
  font-family: monospace;
  margin-left: 20px;
}
.checkout-review-container .cart-products-container .spinner {
  margin-top: 20px;
}
.checkout-review-container .cart-products-container h2 {
  font-size: 24px;
}
.checkout-review-container .cart-products-container .color-correct-message {
  margin: 10px 0;
}
.checkout-review-container .cart-products-container .color-correct-message strong {
  font-weight: 600;
}
.checkout-review-container .cart-products-container .color-correct-message .svg-inline--fa {
  color: #e74c3c;
  margin-right: 5px;
}
.checkout-review-container .cart-products-container .color-correct-message.correct .svg-inline--fa {
  color: #2ecb71;
}
.checkout-review-container .cart-products-container .cart-products-controls {
  display: flex;
  align-items: baseline;
}
.checkout-review-container .cart-products-container .cart-products-controls .edit-cart-link {
  margin-left: auto;
}

.OrderNowLink {
  width: 100%;
  margin: 0;
  font-size: 22px;
}
.OrderNowLink.isDisabled {
  opacity: 0.5;
  pointer-events: none;
}

#copy_link {
  height: 0;
  opacity: 0;
}

.copy-link {
  margin: 10px 0;
  width: 100%;
}

.PriceToolWrapper {
  min-height: calc(100vh - 60px);
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #252525;
  position: relative;
}
@media (max-width: 959px) {
  .PriceToolWrapper {
    max-width: 500px;
    padding: 60px 30px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .PriceToolWrapper {
    max-width: 960px;
    padding: 60px;
  }
}
.PriceToolWrapper__close-button {
  position: absolute;
  top: 25px;
  right: -25px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.1s;
}
.PriceToolWrapper__close-button:hover {
  opacity: 1;
}

.PriceTool {
  display: flex;
}
@media (max-width: 959px) {
  .PriceTool {
    flex-direction: column;
  }
}
.PriceTool__logo {
  margin: 0 auto;
  max-width: 200px;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .PriceTool__logo {
    display: none;
  }
}
.PriceTool .CustomSizePicker__stats {
  display: flex;
  justify-content: center;
}
.PriceTool .CustomSizePicker__stats div {
  margin: 0 0.5em;
}
.PriceTool .button {
  display: inline-block;
  text-align: center;
}
.PriceTool .button.yield {
  color: #f4d03f;
  background: none;
  box-shadow: inset 0 0 0 2px #f4d03f;
  outline-color: #f4d03f;
}
.PriceTool .button.yield:hover, .PriceTool .button.yield.hover, .PriceTool .button.yield:active, .PriceTool .button.yield.is-active {
  color: #f4d03f;
  background-color: rgba(244, 208, 63, 0.2);
}
.PriceTool .button.yield:focus, .PriceTool .button.yield:active, .PriceTool .button.yield.is-active {
  color: rgba(244, 208, 63, 0.75);
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(244, 208, 63, 0.8);
}
.PriceTool .button.yield.fill {
  color: #252525;
  background: #f4d03f;
  box-shadow: none;
}
.PriceTool .button.yield.fill:focus, .PriceTool .button.yield.fill:hover, .PriceTool .button.yield.fill.hover, .PriceTool .button.yield.fill:active, .PriceTool .button.yield.fill.is-active {
  color: #252525;
  background-color: rgb(241.236453202, 196.1921182266, 14.763546798);
}
.PriceTool__form {
  flex: 1;
}
@media (min-width: 960px) {
  .PriceTool__form {
    max-width: 400px;
    margin-right: 60px;
  }
}
.PriceTool__results {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .PriceTool__results {
    min-width: 400px;
  }
}
.PriceTool__results__price-wrap {
  margin-top: 14px;
  min-height: 132px;
  border: 1px solid #004862;
  background: #1d1e1f;
  border-radius: 4px;
}
.PriceTool__results__price {
  display: flex;
  justify-content: center;
  padding: 15px 60px;
  font-size: 72px;
  font-weight: 100;
}
.PriceTool__results__price span {
  font-size: 45px;
  position: relative;
  top: 10px;
  left: -5px;
}
.PriceTool__actions {
  margin-top: 60px;
}
.PriceTool__sub-actions {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #aaa;
}
.PriceTool__field-set {
  margin-bottom: 40px;
}
.PriceTool__field-set > div:last-of-type, .PriceTool__field-set:last-of-type {
  margin-bottom: 0;
}
.PriceTool__legend {
  position: relative;
  font-size: 28px;
  margin-bottom: 20px;
}
.PriceTool__legend span {
  position: relative;
  padding-right: 10px;
  background: #252525;
}
.PriceTool__legend:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #004862;
  position: absolute;
  left: 0;
  top: 50%;
}
.PriceTool__input {
  margin-bottom: 10px;
}
.PriceTool__input__price {
  color: #25a25a;
}
.PriceTool__input-row {
  display: flex;
  margin-bottom: 10px;
}
.PriceTool__input-row .custom_size_picker {
  margin-top: 0;
  width: 100%;
}
.PriceTool__input-row .PriceTool__input {
  flex: 1;
  margin-right: 15px;
  margin-bottom: 0;
}
.PriceTool__input-row .PriceTool__input input.invalid {
  box-shadow: 0 0 0 3px #e74c3c;
}
.PriceTool__input-row .PriceTool__input:last-of-type {
  margin-right: 0;
}
.PriceTool label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 16px;
  color: #00a7e1;
}
.PriceTool select {
  width: 100%;
}
.PriceTool select option:disabled {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
.PriceTool input:disabled,
.PriceTool select:disabled {
  opacity: 0.5;
}

.projects-list-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 30px 0;
}
.projects-list-header h1,
.projects-list-header h2 {
  color: white;
}
.projects-list-header h1 {
  font-size: 3em;
}
.projects-list-header h2 {
  font-size: 2em;
}
.projects-list-header button {
  position: relative;
  left: 20px;
}

.projects-list {
  display: flex;
  max-width: 80%;
  margin: auto;
}
.projects-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.projects-list > ul li {
  min-width: 250px;
}
.projects-list .navigation-tile .tile-info {
  border: none;
}
.projects-list .navigation-tile .tile-details {
  color: rgba(255, 255, 255, 0.6);
}
.projects-list .navigation-tile .tile-name {
  color: #fff !important;
}

.checkout-confirmation {
  color: #fff;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
}
.checkout-confirmation .main {
  padding-top: 60px;
}
.checkout-confirmation .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-confirmation .section {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.checkout-confirmation .section p {
  font-size: 16px;
  width: 100%;
}
.checkout-confirmation .section .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.checkout-confirmation .section .desc {
  font-size: 22px;
}
.checkout-confirmation .section .button {
  font-size: 18px;
  margin-right: 10px;
}
.checkout-confirmation .section .shipping,
.checkout-confirmation .section .payment {
  width: 50%;
}
.checkout-confirmation .section .shipping .card-data,
.checkout-confirmation .section .payment .card-data {
  font-weight: 600;
}
.checkout-confirmation .cart_product_list {
  width: 100%;
}

.user_photos_container {
  position: relative;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 155px;
}
.theme-light .user_photos_container {
  background-color: #f5f5f5;
}
.theme-dark .user_photos_container {
  background-color: #252525;
}
.show-mobile-photos .user_photos_container {
  display: flex;
  height: auto;
}
@media (min-width: 1025px) {
  .user_photos_container {
    display: flex;
  }
}
.user_photos_container .delete-photos-button {
  margin-top: auto;
}
.user_photos_container .user_photos {
  display: flex;
  flex-direction: row;
  padding: 0.71429em;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 111px;
}
.theme-light .user_photos_container .user_photos {
  color: #252525;
  background-color: #ddd;
}
.theme-dark .user_photos_container .user_photos {
  color: #f3f3f3;
  background-color: #181818;
}
.user_photos_container .user_photos .scroll_container {
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1025px) {
  .user_photos_container .user_photos .scroll_container {
    margin-right: 0;
  }
}
.user_photos_container .user_photos .scroll_container .scroll-arrow {
  display: none;
}
.user_photos_container .user_photos .scroll_container .thumbs_list {
  display: flex;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .image-load-error-icon {
  display: flex;
  width: 80px;
  height: 90px;
  padding-left: 10px;
  cursor: help;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .image-load-error-icon .svg-inline--fa {
  margin: auto;
  color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 30px 8px;
  min-width: 130px;
  border-radius: 2px;
  opacity: 0.9;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb:hover, .user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb:focus {
  opacity: 1;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .multi-select-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .multi-select-trigger:hover, .user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .multi-select-trigger:focus {
  background-color: rgba(0, 167, 225, 0.3);
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .multi-select-trigger:hover .fa-square, .user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .multi-select-trigger:focus .fa-square {
  color: #00a7e1;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .fa-layers {
  margin: 0.25em 0.25em 0 0;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .fa-square {
  color: #0b7bb7;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb .fa-check {
  color: #fff;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb.active {
  position: relative;
  border-radius: 3px;
}
.user_photos_container .user_photos .scroll_container .thumbs_list .user_photo_thumb.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.user_photos_container .user_photos .scroll_container .thumb_img_wrap {
  display: flex;
  padding-left: 10px;
  height: 90px;
}
.user_photos_container .user_photos .scroll_container .thumb_img_wrap img {
  margin: auto;
  width: 120px;
}
.user_photos_container .user_photos .thumb_filename {
  display: none;
  position: absolute;
  width: 117px;
  height: 22px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
}
.showFilenames .user_photos_container .user_photos .thumb_filename {
  display: block;
}
.user_photos_container .user_photos .thumb_filename .filename {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1;
  padding: 2em 0.7em 0.7em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 98px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal .delete-photo-arrangements {
  margin: 5px 0;
  font-weight: 400;
}
.modal .delete-photo-arrangements ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: inside;
}
.modal .delete-photo-arrangements ul li {
  padding: 0 10px;
}

.user_photo_thumb .sort-indicator {
  position: absolute;
  top: 0;
  height: 90px;
  width: 0;
  outline: 1px solid #00a7e1;
  display: none;
}
.user_photo_thumb .sort-indicator.right {
  right: 0;
}
.user_photo_thumb .sort-indicator.active {
  display: block;
}

.cart_header {
  margin: 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.cart_header .link {
  display: flex;
  align-items: center;
  height: 24px;
}
.cart_header .link:first-child .svg-inline--fa {
  margin-right: 5px;
}
.cart_header .link:last-child .svg-inline--fa {
  margin-left: 5px;
}
.cart_header .cart-header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1025px) {
  .cart_header .checkout_link {
    display: none;
  }
}
.cart_header .title {
  width: 100%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  justify-content: center;
}
@media (min-width: 1025px) {
  .cart_header .title {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
  }
}
.cart_header .spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.image_node {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  outline: none;
  background-image: url("/assets/add_photo_here.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.image_node.has_image {
  background-image: none;
}
.image_node.has_image .img_wrap {
  outline: none;
}
.image_node.has_image .img_wrap:hover {
  box-shadow: 0 0 0 2px #252525, 0 0 0 5px rgba(248, 191, 50, 0.5);
}
.image_node.has_image:hover .trigger_clear_image {
  visibility: visible;
}
.image_node .img_wrap {
  width: 100%;
  height: 100%;
  outline: 3px dashed rgba(0, 167, 225, 0.5);
}
.image_node .img_wrap.active, .active .image_node .img_wrap:hover {
  box-shadow: 0 0 0 2px #252525, 0 0 0 5px #f8bf32;
}
.image_node .cropFrame {
  overflow: hidden;
  position: relative;
  margin: auto;
}
.image_node .cropFrame .cropImage {
  cursor: move;
  max-width: none;
  height: auto;
  user-select: none;
}

.trigger_clear_image {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(236, 43, 47, 0.5);
  border-radius: 100%;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2001;
}
.trigger_clear_image .svg-inline--fa {
  height: 15px;
  width: 15px;
}
.trigger_clear_image:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ec2b2f;
}

.app_stage.wall-preview-enabled.not-frames .has_image {
  box-shadow: 2px 4px 10px -2px #2b2b2b;
}
.app_stage.wall-preview-enabled.frames .mask_node[data-uid="555"], .app_stage.wall-preview-enabled.frames .mask_node[data-uid="333"] {
  box-shadow: 2px 4px 10px -2px #2b2b2b;
}
.app_stage.wall-preview-enabled.epic-prints .has_image {
  box-shadow: none;
}
.app_stage.wall-preview-enabled.epic-prints .mask_node[data-uid="555"] {
  box-shadow: 2px 4px 10px -2px #2b2b2b;
}
.app_stage.wall-preview-enabled.epic-prints.epic-prints-hack .mask_node {
  display: none;
}
.app_stage.wall-preview-enabled.epic-prints.epic-prints-hack .has_image {
  box-shadow: 2px 4px 10px -2px #2b2b2b;
}

.wall-preview-container {
  display: flex;
  height: 44px;
}
@media (max-width: 30em) {
  .wall-preview-container {
    display: none;
  }
}
.wall-preview-container .wall-preview-menu .menu-item > button,
.wall-preview-container .wall-preview-menu .menu-item > a {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.edit-room-upload-modal .modal-footer p {
  margin: 0;
}
.edit-room-upload-modal .modal-footer .button-group-secondary {
  color: rgb(98.2, 98.2, 98.2);
}
.edit-room-upload-modal .modal-footer .new-width {
  color: #252525;
}
.edit-room-upload-modal .modal-footer .svg-inline--fa {
  margin-right: 5px;
}
.edit-room-upload-modal .modal-footer .width-label {
  font-family: monospace;
}
.edit-room-upload-modal .modal-footer .separator {
  margin: 0 10px;
}

.edit-room-upload {
  position: relative;
  width: 93%;
  margin: auto;
}
.edit-room-upload.loading {
  top: -10000px;
}
.edit-room-upload .drag-handle {
  border-radius: 30px;
  display: flex;
  height: 20px;
  margin: 0;
  position: absolute;
  padding: 0;
  width: 20px;
  z-index: 3;
}
.edit-room-upload .drag-handle span {
  color: #252525;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
  margin: auto;
}
.edit-room-upload .edit-room-handle-container,
.edit-room-upload .measurement-line,
.edit-room-upload #edit-room-image,
.edit-room-upload #edit-room-image-canvas {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-height: calc(75vh - 50px - 55px - 20px - 125px - 15px);
}
.edit-room-upload .measurement-line {
  z-index: 2;
}
.edit-room-upload #edit-room-image {
  z-index: 1;
}
.edit-room-upload #edit-room-image-canvas {
  z-index: 0;
}
.edit-room-upload .edit-guide {
  display: flex;
  margin-top: 15px;
}
.edit-room-upload .edit-guide .edit-guide-icon {
  color: rgb(160.0375, 160.0375, 160.0375);
  margin-bottom: 5px;
}
.edit-room-upload .edit-guide .measurement-line-icon {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.edit-room-upload .edit-guide .measurement-line-icon circle {
  stroke: rgb(160.0375, 160.0375, 160.0375);
  fill: none;
}
.edit-room-upload .edit-guide .measurement-line-icon line {
  stroke: rgb(160.0375, 160.0375, 160.0375);
}
.edit-room-upload .edit-guide span {
  color: #ddd;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-room-upload .edit-guide label {
  font-weight: 400;
}
.edit-room-upload .edit-guide div {
  flex-basis: 25%;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.edit-room-upload .input-group {
  width: 50%;
}
.edit-room-upload .input-group:first-child {
  padding-right: 20px;
}
.edit-room-upload .button-group {
  width: 100%;
}

.choose-room-modal .modal-footer .add-room-button {
  align-items: center;
  display: flex;
}
.choose-room-modal .modal-footer .add-room-button .svg-inline--fa {
  margin-right: 5px;
}

.share-preview-modal .share-preview-info {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.share-preview-modal .share-preview-info h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.share-preview-modal .share-preview-info label,
.share-preview-modal .share-preview-info input[type=text],
.share-preview-modal .share-preview-info input[type=text]:focus {
  color: #252525;
}
.share-preview-modal .share-preview-info p,
.share-preview-modal .share-preview-info label,
.share-preview-modal .share-preview-info input[type=text] {
  margin: 5px;
}
.share-preview-modal .share-preview-info button:last-child {
  margin-right: 0;
}
.share-preview-modal .share-preview-info img {
  width: 30%;
  margin-bottom: 20px;
}
.share-preview-modal .share-preview-info .Spinner {
  margin: 20px auto;
}

.cart-sidebar {
  width: 100%;
  padding: 2.14286em;
  background: #2b2b2b;
}
@media (min-width: 55em) {
  .cart-sidebar {
    flex: 320px 0 0;
    width: auto;
  }
}
.cart-sidebar .checkbox label {
  cursor: pointer;
}
.cart-sidebar .billing-summary {
  font-size: 20px;
}
.cart-sidebar .billing-summary .discount-label {
  font-size: 16px;
}
.cart-sidebar .cart_id_container {
  display: flex;
  align-items: center;
  width: fit-content;
  position: fixed;
  bottom: 20px;
}
@media (max-width: 55em) {
  .cart-sidebar .cart_id_container {
    bottom: 0px;
    left: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.cart-sidebar .cart_id_container .button {
  padding: 5px;
  color: #181818;
  font-weight: 400;
}
.cart-sidebar .cart_id_container .svg-inline--fa {
  margin-left: 5px;
}
.cart-sidebar a.button.checkout-button,
.cart-sidebar button.button.checkout-button {
  align-items: center;
  color: #f4d03f;
  outline-color: #f4d03f;
  display: flex;
  font-size: 18px;
  justify-content: center;
  width: 100%;
}
.cart-sidebar a.button.checkout-button:hover, .cart-sidebar a.button.checkout-button:focus,
.cart-sidebar button.button.checkout-button:hover,
.cart-sidebar button.button.checkout-button:focus {
  color: rgba(244, 208, 63, 0.4);
  outline-color: rgba(244, 208, 63, 0.4);
}
.cart-sidebar a.button.checkout-button .svg-inline--fa,
.cart-sidebar button.button.checkout-button .svg-inline--fa {
  margin-left: 10px;
}
.cart-sidebar .color_correction_option {
  margin-top: 40px;
}
.cart-sidebar .color_correction_option .title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.cart-sidebar .color_correction_option .desc {
  font-size: 12px;
  margin-bottom: 15px;
}
.cart-sidebar .color_correction_option .checkbox input[type=checkbox] {
  display: none;
}
.cart-sidebar .color_correction_option .checkbox label {
  font-weight: 400;
  color: #fff;
}
.cart-sidebar .color_correction_option .checkbox label span {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.cart-sidebar .color_correction_option .checkbox input[type=checkbox] + label .svg-inline--fa {
  color: #fff;
}
.cart-sidebar .color_correction_option .checkbox input[type=checkbox]:checked + label .svg-inline--fa {
  color: #25a25a;
}

.catalog_navigation_container h1 {
  color: #fff;
  margin: auto;
}
@media (min-width: 1025px) {
  .catalog_navigation_container h1 {
    margin: 0;
  }
}

.change-catalog-button-placeholder {
  height: 60px;
  background-color: #181818;
}

.mobile-catalog-navigation {
  height: 60px;
}
.mobile-catalog-navigation .link {
  display: flex;
}

a.button.link.change-catalog-button,
.change-catalog-button.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  height: 60px;
  padding: 0 2rem 0 1rem;
  background-color: #181818;
}
a.button.link.change-catalog-button:hover, a.button.link.change-catalog-button:focus,
.change-catalog-button.button:hover,
.change-catalog-button.button:focus {
  outline: none;
  text-decoration: none;
  background-color: #181818;
}
a.button.link.change-catalog-button:hover span, a.button.link.change-catalog-button:focus span,
.change-catalog-button.button:hover span,
.change-catalog-button.button:focus span {
  text-decoration: underline;
}

.credit-card-form {
  margin: 20px auto;
}
.credit-card-form label {
  font-weight: 600;
}
.credit-card-form .column {
  margin-right: 10px;
  flex: 1;
}
.credit-card-form .column:last-child {
  margin-right: 0;
}
.credit-card-form .braintree-target {
  height: 40px;
  background: #213238;
  border: 1px solid rgba(0, 167, 225, 0.6);
  box-shadow: none;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
}
.credit-card-form .braintree-target:hover, .credit-card-form .braintree-target:focus {
  border-color: #00a7e1;
  box-shadow: 0 0 0 1px #00a7e1;
}
.credit-card-form .braintree-target input {
  padding: 0;
}
.credit-card-form .braintree-target.error {
  border: none;
  outline: 3px solid #e74c3c;
  outline-offset: -2px;
}

.payment-selection .button.pay-with-card,
.payment-selection .button.place-order-button {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  width: 100%;
  outline-color: #f4d03f;
  background-color: #f4d03f;
  color: #252525;
}
.payment-selection .button.pay-with-card:hover, .payment-selection .button.pay-with-card:focus,
.payment-selection .button.place-order-button:hover,
.payment-selection .button.place-order-button:focus {
  background-color: rgba(244, 208, 63, 0.4);
}
.payment-selection .button.pay-with-card {
  font-size: 16px;
  height: 45px;
}
.payment-selection .button.pay-with-card .svg-inline--fa {
  margin-right: 5px;
}
.payment-selection .place-order-button {
  margin: 15px auto;
}
.payment-selection .item {
  margin: 15px auto;
}
.payment-selection .net-terms-checkbox {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.payment-selection .net-terms-checkbox input {
  margin-right: 10px;
}
.payment-selection .net-terms-checkbox:hover input {
  outline: 1px solid #00a7e1;
}
.payment-selection .pay-with-card-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app_stage {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 20px 40px 20px;
  z-index: 1;
  height: calc(100% - 44px);
}
.theme-light .app_stage {
  color: #252525;
  background-color: #f5f5f5;
}
.theme-light .app_stage .mask_node {
  color: #f5f5f5;
}
.theme-dark .app_stage {
  color: #f3f3f3;
  background-color: #252525;
}
.theme-dark .app_stage .mask_node {
  color: #252525;
}
.show-mobile-photos .app_stage {
  height: calc(100% - 155px);
}
@media (min-width: 1025px) {
  .app_stage {
    height: calc(100% - 155px);
    padding-right: calc(65px + 20px);
  }
}
.app_stage .app_stage_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app_stage .wall-preview-bounding-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: absolute;
}

.app_stage_inner .toast {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.stage-tools {
  display: flex;
  align-items: center;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.theme-light .stage-tools {
  color: #252525;
  background-color: #f5f5f5;
}
.theme-dark .stage-tools {
  color: #f3f3f3;
  background-color: #252525;
}
@media (min-width: 1025px) {
  .stage-tools {
    right: 65px;
  }
}
.stage-tools .button {
  margin-right: 5px;
}

.wos_stage .editor-sidebar {
  height: calc(100% - 155px + 44px);
  position: absolute;
  right: 0;
  z-index: 3;
}
.wos_stage .editor-sidebar > button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto;
  z-index: 2;
}
@media (min-width: 1025px) {
  .wos_stage .editor-sidebar > button {
    display: none;
  }
}

.mobile .editor-sidebar {
  height: 100%;
  animation: slideInRight 0.3s;
}

.advanced-filters .editor-sidebar {
  display: none;
}

.mask_node {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.theme-light .mask_node text {
  fill: #252525;
}
.theme-dark .mask_node text {
  fill: #f3f3f3;
}

.theme-dark .mask_node .png-mask--light {
  display: none;
}
.theme-dark .mask_node .png-mask--dark {
  display: block;
}

.theme-light .mask_node .png-mask--light {
  display: block;
}
.theme-light .mask_node .png-mask--dark {
  display: none;
}

.canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  transition: opacity 0.1s;
}
.canvas.fade .node {
  opacity: 0;
}
.canvas .active-indicator {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #00a7e1;
  position: absolute;
  top: -20px;
}
.canvas .reposition-canvas-handle {
  position: absolute;
  left: -40px;
  bottom: -60px;
  cursor: move;
  display: flex;
}
.canvas .reposition-canvas-handle svg.svg-inline--fa {
  padding: 5px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 0px 2px #00a7e1;
}

.add_to_cart {
  background-color: #181818;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 84px;
}
@media (min-width: 1025px) {
  .add_to_cart {
    background: #252525;
    padding: 15px;
    width: 470px;
    height: 141px;
  }
}
.add_to_cart .cart_button_wrap {
  display: flex;
  flex: 1;
}
.add_to_cart .quantity_select {
  padding-left: 10px;
  margin: 0;
  width: 34%;
  order: 1;
}
.add_to_cart .quantity_select .quantity_select_inner {
  background: #00a7e1;
  display: flex;
}
.add_to_cart .quantity_select .quantity_select_inner label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  text-align: center;
  color: #f5f5f5;
}
.add_to_cart .quantity_select .quantity_select_inner label.error {
  background-color: #e74c3c;
  border-radius: 5px 0 0 5px;
}
.add_to_cart .quantity_select .quantity_select_inner input {
  width: 55%;
  text-align: center;
  padding: 11px 0;
  color: #fff;
  background: rgb(0, 129.1466666667, 174);
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .add_to_cart .quantity_select {
    margin: 0 0 20px auto;
  }
  .add_to_cart .quantity_select .quantity_select_inner {
    border-radius: 5px;
  }
}
.add_to_cart .cart_button_product_desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9rem;
  justify-content: stretch;
  margin: 0 auto 0 10px;
  order: 0;
}
@media (min-width: 1025px) {
  .add_to_cart .cart_button_product_desc {
    height: 43px;
    font-size: 1.3em;
  }
}
.add_to_cart .cart_button {
  align-items: center;
  background: #25a25a;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1024px) {
  .add_to_cart .cart_button {
    padding: 0.1em;
  }
}
.add_to_cart .cart_button:hover {
  background: rgb(41.7412060302, 182.7587939698, 101.5326633166);
}
.add_to_cart .cart_button.error {
  background-color: #e74c3c;
}
.add_to_cart .cart_button .price {
  margin-left: 5px;
}
.add_to_cart .mobile-cart-description {
  color: #fff;
  margin: 0 auto 0 10px;
}

.multiadd-progress-container {
  margin-top: 1em;
  width: 0.5vw;
}
.multiadd-progress-container div {
  min-width: 1%;
  max-width: 50%;
  height: 2vh;
}
.multiadd-progress-container div.complete {
  background-color: green;
}
.multiadd-progress-container div.pending {
  background-color: red;
}

.wall-preview-canvas-tools {
  width: 100%;
  height: 100%;
  position: relative;
}
.wall-preview-canvas-tools button {
  align-items: center;
  color: #252525;
  display: flex;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.wall-preview-canvas-tools button:hover, .wall-preview-canvas-tools button:focus, .wall-preview-canvas-tools button:active {
  color: #252525;
  box-shadow: none;
  background: none;
}
.wall-preview-canvas-tools .resize-canvas-handle {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #252525;
}
.wall-preview-canvas-tools .resize-canvas-container,
.wall-preview-canvas-tools .next-size-guide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wall-preview-canvas-tools .canvas-display-size {
  position: absolute;
  top: -30px;
  min-width: 150px;
}
.theme-light .wall-preview-canvas-tools .canvas-display-size {
  color: #252525;
}
.theme-dark .wall-preview-canvas-tools .canvas-display-size {
  color: #f3f3f3;
}
.wall-preview-canvas-tools .next-size-guide {
  outline: 3px dashed #00a7e1;
}
.wall-preview-canvas-tools .top-left {
  top: -12px;
  left: -12px;
  cursor: nw-resize;
}
.wall-preview-canvas-tools .top-middle {
  top: -12px;
  left: 0px;
  right: 0;
  margin: auto;
  cursor: n-resize;
}
.wall-preview-canvas-tools .top-right {
  top: -12px;
  right: -12px;
  cursor: ne-resize;
}
.wall-preview-canvas-tools .bottom-left {
  bottom: -12px;
  left: -12px;
  cursor: sw-resize;
}
.wall-preview-canvas-tools .bottom-middle {
  bottom: -12px;
  left: 0px;
  right: 0;
  margin: auto;
  cursor: s-resize;
}
.wall-preview-canvas-tools .bottom-right {
  bottom: -12px;
  right: -12px;
  cursor: se-resize;
}
.wall-preview-canvas-tools .middle-left {
  bottom: 0px;
  top: 0px;
  left: -12px;
  margin: auto;
  cursor: w-resize;
}
.wall-preview-canvas-tools .middle-right {
  bottom: 0px;
  top: 0px;
  right: -12px;
  margin: auto;
  cursor: e-resize;
}

.theme-dark .upload_photos_trigger {
  background-color: transparent;
  color: #25a25a;
}

.upload_photos_trigger {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #25a25a;
  color: #fff;
}
.upload_photos_trigger:hover, .upload_photos_trigger:focus {
  background-color: #25a25a;
  color: #fff;
  outline: none;
}
.upload_photos_trigger span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.modal .upload-photo-picker .modal-body {
  padding: 10px 0;
}

.cart-addons .addon_options {
  margin: 2em 0;
}
.cart-addons .addon_options .addon_product .title,
.cart-addons .addon_options .addon_option .title {
  font-size: 18px;
  color: #fff;
  margin: 0.5em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart-addons .addon_options .addon_product .title .price,
.cart-addons .addon_options .addon_option .title .price {
  font-size: 14px;
  font-weight: 600;
  color: #2ecb71;
}
.cart-addons .addon_options .addon_product .desc,
.cart-addons .addon_options .addon_option .desc {
  font-size: 12px;
}
.cart-addons .addon_options .addon_product .select-list li,
.cart-addons .addon_options .addon_option .select-list li {
  border-radius: 3px;
  height: 4.5em;
  display: flex;
  margin: 15px 0;
  padding: 10px;
}
.cart-addons .addon_options .addon_product .select-list li:hover, .cart-addons .addon_options .addon_product .select-list li:focus-within,
.cart-addons .addon_options .addon_option .select-list li:hover,
.cart-addons .addon_options .addon_option .select-list li:focus-within {
  background-color: rgba(0, 167, 225, 0.1);
}
.cart-addons .addon_options .addon_product .select-list li .svg-inline--fa,
.cart-addons .addon_options .addon_option .select-list li .svg-inline--fa {
  color: #fff;
  margin-right: 5px;
}
.cart-addons .addon_options .addon_product .select-list li label,
.cart-addons .addon_options .addon_product .select-list li button,
.cart-addons .addon_options .addon_option .select-list li label,
.cart-addons .addon_options .addon_option .select-list li button {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cart-addons .addon_options .addon_product .select-list li label:focus,
.cart-addons .addon_options .addon_product .select-list li button:focus,
.cart-addons .addon_options .addon_option .select-list li label:focus,
.cart-addons .addon_options .addon_option .select-list li button:focus {
  outline: none;
}
.cart-addons .addon_options .addon_product .select-list li img,
.cart-addons .addon_options .addon_option .select-list li img {
  height: 3em;
  margin-right: 5px;
}
.cart-addons .addon_options .addon_product .select-list li.selected,
.cart-addons .addon_options .addon_option .select-list li.selected {
  box-shadow: inset 0 0 0 2px #00a7e1;
}
.cart-addons .addon_options .addon_product .select-list li.selected .svg-inline--fa,
.cart-addons .addon_options .addon_option .select-list li.selected .svg-inline--fa {
  color: #2ecb71;
}
.cart-addons .addon_options .addon_product textarea,
.cart-addons .addon_options .addon_option textarea {
  width: 100%;
  height: 4em;
}
.cart-addons .addon_options .addon_product .input-text,
.cart-addons .addon_options .addon_option .input-text {
  margin: 0.25em 0.125em 0.125em 0.5em;
}
.cart-addons .addon_options .addon_product .addon-image,
.cart-addons .addon_options .addon_option .addon-image {
  margin: 0.5em 0.125em 0.125em 0.5em;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.shuffl {
  width: min-content;
  height: min-content;
  z-index: 2;
  position: absolute;
  margin: 0;
  left: 0;
  top: 120px;
}
.shuffl .shuffleContainer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: #eeeeee;
  color: #000000;
  padding: 0 0 2rem;
  overflow: auto;
}
.shuffl .shuffleContainer .filter_controls {
  width: 100%;
  background-color: #1c1c1c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filter_controls {
    position: fixed;
    z-index: 4;
  }
}
.shuffl .shuffleContainer .filter_controls .shuffler-sort-list label {
  color: white;
}
.shuffl .shuffleContainer .filter_controls .shuffler-sort-list select {
  font-size: 1em;
  margin: 0 0 0 0.5em;
}
.shuffl .shuffleContainer .filter_controls .controls_right {
  position: absolute;
  right: 85px;
  top: -47px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 25%;
  min-width: 430px;
}
.shuffl .shuffleContainer .filter_controls .shuffler-icon-zoom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.shuffl .shuffleContainer .filter_controls .icon-zoom-small {
  width: 12px;
  height: 9px;
  border: 2px solid gray;
}
.shuffl .shuffleContainer .filter_controls .icon-zoom-large {
  width: 20px;
  height: 15px;
  border: 2px solid gray;
}
.shuffl .shuffleContainer .filter_controls #zoom-shuffler-icons {
  direction: rtl;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.shuffl .shuffleContainer .filter_controls .filters_button {
  position: absolute;
  left: 75px;
  top: -47px;
}
.shuffl .shuffleContainer .filter_controls .filters_button .svg-inline--fa {
  margin: 0 0 0 5px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filter_controls .filters_button {
    width: 15%;
    flex-direction: column;
  }
  .shuffl .shuffleContainer .filter_controls .filters_button .svg-inline--fa {
    margin: 5px 0 0 0;
  }
}
.shuffl .shuffleContainer .launch-walkthrough-button {
  margin: 0 1em;
}
.shuffl .shuffleContainer .shuffler_body {
  display: flex;
  flex-direction: row;
}
.shuffl .shuffleContainer .filter-search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75em 1em 0.5em;
}
.shuffl .shuffleContainer .filter-search-container .filter_search input {
  width: 347px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filter-search-container .filter_search input {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filter-search-container .filter_search {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filter-search-container {
    width: 100%;
  }
}
.shuffl .shuffleContainer .selected-filter-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.shuffl .shuffleContainer .selected-filter-buttons .shuffler-filter-button {
  align-items: center;
  display: flex;
  margin: 0 0.75em;
  padding: 0.25em 0.5em;
  color: #00a7e1;
  border: 1px solid #00a7e1;
  background-color: #e7f4f5;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .selected-filter-buttons .shuffler-filter-button {
    background-color: transparent;
    white-space: nowrap;
  }
}
.shuffl .shuffleContainer .selected-filter-buttons .shuffler-filter-button .shuffler-filter-remove {
  margin: 0 0.5em;
  display: inline-flex;
  width: max-content;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .selected-filter-buttons .clear-filter-link {
    display: none;
  }
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .selected-filter-buttons {
    background-color: #2d2d2d;
    position: fixed;
    width: 100%;
    top: 157px;
    z-index: 4;
    overflow-x: auto;
  }
  .shuffl .shuffleContainer .selected-filter-buttons .show-filters-trigger {
    color: #ffffff;
    font-size: 1.1em;
    background-color: #252525;
    padding: 1em 0.5em;
    white-space: nowrap;
  }
}
.shuffl .shuffleContainer .filter_bar {
  float: right;
  width: calc(100vw - 450px);
  border: 1px solid red;
}
.shuffl .shuffleContainer .filters {
  position: fixed;
  background-color: #eeeeee;
  float: left;
  width: 20%;
  height: calc(100vh - 180px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filters {
    width: 100%;
    display: none;
    border-right: none;
    background-color: #2b2b2b;
    color: white;
    position: absolute;
    top: 149px;
    z-index: 3;
    padding-bottom: 60px;
  }
  .shuffl .shuffleContainer .filters.show {
    display: flex;
  }
  .shuffl .shuffleContainer .filters .fa-chevron-down,
  .shuffl .shuffleContainer .filters .fa-chevron-up {
    display: none;
  }
}
.shuffl .shuffleContainer .filters a {
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.shuffl .shuffleContainer .filters strong {
  font-size: 1.4em;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shuffl .shuffleContainer .filters strong .svg-inline--fa {
  font-size: 0.8em;
  font-weight: 100;
  cursor: pointer;
  margin-right: 0.25rem;
  margin-bottom: 0.25em;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .filters .group_filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .shuffl .shuffleContainer .filters .group_filters button {
    width: fit-content;
    padding: 0.5em 1em;
    margin-right: 1em;
    color: #00a7e1;
    border: 1px solid #00a7e1;
    margin: 0.25em;
  }
}
.shuffl .shuffleContainer .filters div.category_filter,
.shuffl .shuffleContainer .filters div.meta_filter.boolean,
.shuffl .shuffleContainer .filters ul li {
  padding-left: 1rem;
}
.shuffl .shuffleContainer .filters label {
  font-weight: 400;
  line-height: 1.5em;
}
.shuffl .shuffleContainer .mobile-filter-footer {
  display: none;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .mobile-filter-footer {
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100vw;
    background-color: #252525;
    color: #00a7e1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
    padding: 0 0.5em;
  }
  .shuffl .shuffleContainer .mobile-filter-footer.show {
    display: flex;
  }
}
.shuffl .shuffleContainer .shuffler {
  width: 80%;
  height: calc(100vh - 180px);
  background-color: #eeeeee;
  overflow: auto;
  position: absolute;
  right: 0px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .shuffler {
    width: 100vw;
    top: 150px;
    left: 0;
  }
  .shuffl .shuffleContainer .shuffler.freeze {
    left: 15%;
  }
}
.shuffl .shuffleContainer .shuffler .catalog-item.invisible {
  visibility: hidden;
}
.shuffl .shuffleContainer .shuffler .catalog-item:focus .aspect__inner .item_container {
  background-color: #b5dae7;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container:hover {
  background-color: #b5dae7;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container img {
  margin: 0.5em 0.25em;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container img:hover {
  background-color: #b5dae7;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container div {
  width: 100%;
  background-color: #eeeeee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .shuffler .aspect__inner .item_container div {
    font-size: 1.1em;
  }
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_details {
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
  padding: 1em 0;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container {
  display: flex;
  flex-direction: row;
  padding: 0.1em;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container.catalog {
  justify-content: space-between;
  color: #636363;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container.catalog span {
  margin-right: 0.5em;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container.catalog span:last-child {
  margin-right: 0;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container.name {
  justify-content: flex-start;
  font-weight: 600;
}
.shuffl .shuffleContainer .shuffler .aspect__inner .item_container .item_detail_container.meta {
  color: #636363;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .shuffler .aspect__inner .item_container {
    background-color: transparent;
    border-bottom: 1px solid darkgray;
  }
}
.shuffl .shuffleContainer .shuffler_status {
  z-index: 2;
  position: fixed;
  height: 150px;
  width: 450px;
  border: 3px solid #00a7e1;
  top: calc(50vh - 75px);
  left: calc(50vw - 225px);
  background-color: #eee;
  color: #00a7e1;
  font-weight: bold;
}
.shuffl .shuffleContainer .shuffler_status.gohome {
  animation: 0.9s ease-out 1 flyhome;
  animation-fill-mode: forwards;
}
.shuffl .shuffleContainer .shuffler_status div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
  width: 60vw;
  min-width: 1050px;
  height: fit-content;
  min-height: 460px;
  border: 1.5em solid #eeeeee;
  background-color: #ffffff;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .close {
  position: absolute;
  right: 10px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container {
    min-width: calc(100vw - 20px);
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .walkthrough-header {
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container h1 {
  margin: 0.75em 0 0;
  font-size: 2.75em;
  color: #000000;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container h2 {
  font-size: 1.75em;
  margin: 0.25em 0 0;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container strong {
  font-size: 1.1em;
  font-weight: bold;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container small {
  font-weight: bold;
  font-size: 0.8em;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container p {
  color: #000000;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .walkthrough-icons {
  margin: 0.125em;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .walkthrough-icons {
    font-size: 1.5em;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 2em;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion div {
  margin: 5px 10px;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .cards-walkthrough-select-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .cards-walkthrough-select-container select {
  width: 250px;
  font-size: 1.5em;
  text-align: center;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .cards-walkthrough-select-container select {
    width: fit-content;
    font-size: 1.1em;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .icon-container {
  width: 33%;
  display: flex;
  flex-direction: row;
  color: #999999;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .icon-container:first-child {
  justify-content: flex-end;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .icon-container:last-child {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-occasion .icon-container {
    margin: 0;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested {
  width: 100%;
  background-color: #eeeeee;
  white-space: nowrap;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested {
    width: calc(100vw - 20px);
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested button {
  text-align: left;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested button .item_detail_container.name {
  font-weight: bold;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested button:first-child {
  margin-left: 0 !important;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested button:last-child {
  margin-right: 0 !important;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested img {
  background-color: #ffffff;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-suggested .item_details {
  margin: 1em 0;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-format {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-format {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container {
  display: flex;
  flex-direction: row;
  margin: 1em;
  height: 325px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
  }
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border: 2px solid slategrey;
  height: 100%;
  padding: 0.5em 1em;
  position: relative;
  justify-content: space-between;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel:first-child {
  margin-left: 0;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel .panel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel span {
  white-space: nowrap;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel img {
  max-height: 233px;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel.inactive {
  opacity: 0.5;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel.inactive::before {
  content: "Style not available";
  color: slategrey;
  font-size: 2.5em;
  position: absolute;
  top: calc(50% - 1em);
  border-top: 1px solid slategrey;
  border-bottom: 1px solid slategrey;
  transform: rotate(-40deg);
  white-space: nowrap;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel button.link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .cards-walkthrough-panel-container div.cards-walkthrough-panel button.link:hover {
  outline: none;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .note {
  font-size: 1.25em;
}
.shuffl .shuffleContainer .cards-walkthrough-wrapper .cards-walkthrough-container .button-footer {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25em 0 0;
  justify-content: space-between;
  background-color: #eeeeee;
  margin-top: 1.25em;
}
.shuffl .shuffleContainer .no-results-message {
  position: absolute;
  top: 33vh;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.shuffl .shuffleContainer .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.shuffl .shuffleContainer .modal .modal-content.shuffler-modal {
  width: calc(70vw + 20px);
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .modal .modal-content.shuffler-modal {
    width: 100%;
    max-height: 100%;
  }
  .shuffl .shuffleContainer .modal .modal-content.shuffler-modal .modal-header {
    justify-content: flex-start;
  }
  .shuffl .shuffleContainer .modal .modal-content.shuffler-modal .modal-header .modal-title {
    min-width: 90%;
    justify-content: flex-start;
  }
  .shuffl .shuffleContainer .modal .modal-content.shuffler-modal .modal-body {
    padding: 0;
  }
}
.shuffl .shuffleContainer .productDetail {
  color: black;
  height: 100%;
  min-height: 575px;
  width: 100%;
  margin: auto;
  background-color: white;
  display: flex;
  flex-direction: row;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail {
    flex-direction: column;
    margin-top: 60px;
  }
}
.shuffl .shuffleContainer .productDetail .left-side {
  width: 45%;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .left-side {
    padding: 1vh 1vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .shuffl .shuffleContainer .productDetail .left-side .mobile_product_detail_container {
    display: flex;
    flex-direction: row;
  }
}
.shuffl .shuffleContainer .productDetail .left-side .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .left-side .close {
    top: 1vh;
    right: 1vw;
  }
}
.shuffl .shuffleContainer .productDetail .left-side .product_detail {
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .left-side .product_detail {
    width: 63%;
    margin-right: 0.25em;
  }
}
.shuffl .shuffleContainer .productDetail .left-side h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 1rem 0;
}
.shuffl .shuffleContainer .productDetail .left-side h2 em {
  font-style: normal;
}
.shuffl .shuffleContainer .productDetail .left-side .product_specifications .product_subcatalog {
  font-weight: bold;
}
.shuffl .shuffleContainer .productDetail .left-side .product_specifications .product_spec {
  font-weight: 200;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .left-side .product_specifications .product_spec {
    margin: 0 0 0.25em 0;
    font-size: 0.9em;
  }
}
.shuffl .shuffleContainer .productDetail .left-side .product_specifications .product_spec .spec_value {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .left-side .product_specifications .product_spec .spec_value {
    display: block;
    clear: both;
  }
}
.shuffl .shuffleContainer .productDetail .left-side .button_container {
  margin: 1rem 0 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.shuffl .shuffleContainer .productDetail .left-side .button_container button {
  width: 100%;
  font-size: 1.3em;
  margin: 0;
  padding: 0.25em;
  color: #00a7e1;
  border: 1px solid #00a7e1;
}
.shuffl .shuffleContainer .productDetail .left-side div {
  padding: 2px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shuffl .shuffleContainer .productDetail .left-side .related_products {
  flex-wrap: nowrap;
  overflow: auto;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2rem;
  width: 100%;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list strong {
  font-weight: 700;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list .option_groups_button_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list .option_groups_button_container button {
  font-size: 1em;
  margin: 0 0.25rem 0.25rem 0;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list .option_groups_button_container button.option_group_button {
  padding: 0.2em 0.4em 0.2em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
}
.shuffl .shuffleContainer .productDetail .left-side .option_groups_list .option_groups_button_container button.option_group_button.selected {
  background-color: rgba(0, 167, 225, 0.2);
}
.shuffl .shuffleContainer .productDetail .right-side {
  position: relative;
  width: 55%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 1rem 0 0.5rem 0.5rem;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .right-side {
    width: 100%;
  }
}
.shuffl .shuffleContainer .productDetail .right-side .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .right-side .close {
    top: 1vh;
    right: 1vw;
  }
}
.shuffl .shuffleContainer .productDetail .right-side strong {
  font-weight: 700;
  display: flex;
  align-self: flex-start;
}
.shuffl .shuffleContainer .productDetail .right-side strong a.close_current_option_group {
  cursor: pointer;
  margin-left: 0.5rem;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box {
  display: flex;
  flex-direction: column;
  min-height: min-content;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible {
  display: flex;
  flex-direction: column;
  border-top: 0.2em solid #eeeeee;
  padding: 0.5em 0;
  cursor: pointer;
  max-height: 400px;
  overflow-y: auto;
  min-width: 530px;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.3em;
  white-space: nowrap;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons .group_container {
  border: none;
  background-color: #dddddd;
  padding: 1px 0;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons .size_filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons button {
  margin: 0px 0.5em;
  padding: 1px 4px;
  color: #00a7e1;
  border: 1px solid #00a7e1;
  border-radius: 10%;
  font-size: 0.9em;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons button.group_button {
  text-transform: capitalize;
  font-size: 1em;
  margin-right: 0;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons button.group_button.active {
  color: #e7f4f5;
  background-color: #00a7e1;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons button.filter_button {
  font-size: 0.85em;
  border: none;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .filter_buttons button.selected {
  background-color: #e7f4f5;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .option-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .option-title .option-title-name {
  display: block;
  width: 150px;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .option-title .option-title-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #dddddd;
  width: 350px;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .selected-option-thumb {
  height: 60px;
  background-color: #eeeeee;
  margin: 3px 10px 3px 3px;
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .fa-chevron-down,
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_title .fa-chevron-up {
  color: #707070;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible .options_collapsible_content {
    flex-wrap: wrap;
  }
}
.shuffl .shuffleContainer .productDetail .right-side .content_box .options_collapsible h2 {
  font-weight: 500;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .right-side {
    justify-content: flex-start;
    padding: 1vh 1vw;
  }
}
.shuffl .shuffleContainer .productDetail .current_options,
.shuffl .shuffleContainer .productDetail .related_products {
  display: flex;
  flex-direction: row;
}
.shuffl .shuffleContainer .productDetail .current_options div,
.shuffl .shuffleContainer .productDetail .related_products div {
  margin: 0 1px 1px 0;
  float: left;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}
.shuffl .shuffleContainer .productDetail .current_options div.option, .shuffl .shuffleContainer .productDetail .current_options div.related,
.shuffl .shuffleContainer .productDetail .related_products div.option,
.shuffl .shuffleContainer .productDetail .related_products div.related {
  margin: 0 0.3em 0.3em 0;
  background-color: #eeeeee;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .current_options div.option, .shuffl .shuffleContainer .productDetail .current_options div.related,
  .shuffl .shuffleContainer .productDetail .related_products div.option,
  .shuffl .shuffleContainer .productDetail .related_products div.related {
    width: 32%;
    flex-direction: column;
  }
}
.shuffl .shuffleContainer .productDetail .current_options div.related,
.shuffl .shuffleContainer .productDetail .related_products div.related {
  width: fit-content;
  overflow: visible;
}
.shuffl .shuffleContainer .productDetail .current_options div.active,
.shuffl .shuffleContainer .productDetail .related_products div.active {
  border: 1px solid #00a7e1;
  background-color: rgba(0, 167, 225, 0.2);
}
.shuffl .shuffleContainer .productDetail .current_options div img,
.shuffl .shuffleContainer .productDetail .related_products div img {
  margin: 0.5px;
  height: 5vw;
  min-width: 6.6666666667vw;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .current_options div img,
  .shuffl .shuffleContainer .productDetail .related_products div img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .current_options div,
  .shuffl .shuffleContainer .productDetail .related_products div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.shuffl .shuffleContainer .productDetail .current_options div .option_text,
.shuffl .shuffleContainer .productDetail .related_products div .option_text {
  width: 6.6666666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  border: none;
  padding: 0.05rem;
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail .current_options div .option_text,
  .shuffl .shuffleContainer .productDetail .related_products div .option_text {
    color: #00a7e1;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    display: block;
  }
}
.shuffl .shuffleContainer .productDetail .current_options {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 150px;
}
.shuffl .shuffleContainer .productDetail .current_options .option {
  border: 1px solid #dddddd;
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 350px;
}
.shuffl .shuffleContainer .productDetail .current_options .option img {
  height: 60px;
  min-width: auto;
}
.shuffl .shuffleContainer .productDetail .current_options .option .option_text {
  background-color: white;
  color: black;
  vertical-align: middle;
  font-weight: bold;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5em;
}
.shuffl .shuffleContainer .productDetail .current_options .option .option_text.selected {
  background-color: #00a7e1;
}
.shuffl .shuffleContainer .productDetail .fadeout {
  animation: 0.1s ease-in 1 fadeout;
  animation-fill-mode: forwards;
}
.shuffl .shuffleContainer .productDetail .fadein {
  animation: 0.2s ease-in 1 fadein;
  animation-fill-mode: forwards;
}
.shuffl .shuffleContainer .productDetail.contrast .middle {
  background-color: rgba(0, 167, 225, 0.2);
  border: 0.15rem solid white;
}
.shuffl .shuffleContainer .productDetail.contrast .right-side .related_products div {
  background-color: rgba(19, 19, 19, 0.1);
}
@media (max-width: 1024px) {
  .shuffl .shuffleContainer .productDetail {
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100%;
  }
}
@keyframes flyhome {
  0% {
    height: 150px;
    width: 450px;
    top: calc(50vh - 75px);
    left: calc(50vw - 225px);
  }
  98% {
    width: 450px;
    background-color: #eee;
    opacity: 0.5;
  }
  100% {
    height: 50px;
    width: fit-content;
    top: 150px;
    left: 20px;
    z-index: 3;
    padding: 0 1em;
    background-color: transparent;
    border: none;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shuffl .shuffleContainer.hidden {
  display: none;
}

.collection-picker {
  height: 114px;
  overflow: hidden;
  padding: 0px;
}
.collection-picker #collection_picker_wrapper {
  margin: auto;
  width: 50%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.collection-picker #collection_picker_wrapper .cp-buttons button {
  line-height: 1;
}
.collection-picker #collection_picker_wrapper .cp-buttons button.create-new-collection {
  box-shadow: none;
  border: none;
  font-weight: normal;
}
.collection-picker #collection_picker_wrapper .cp-label {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.collection-picker #collection_picker_wrapper .cp-buttons,
.collection-picker #collection_picker_wrapper .cp-collection-manager-buttons {
  margin: 8px 0px 3px;
}
.collection-picker #collection_picker_wrapper .cp-buttons a,
.collection-picker #collection_picker_wrapper .cp-collection-manager-buttons a {
  margin: 0px;
}
.collection-picker #collection_picker_wrapper .cp-select-list {
  font-size: 0.9em;
}
.collection-picker #collection_picker_wrapper .cp-inputs {
  margin-top: 20px;
  position: relative;
}
.collection-picker #collection_picker_wrapper .untitled-coll {
  font-style: italic;
}

.sidebar-flyoutmenu {
  color: #fff;
  position: absolute;
  left: 470px;
  top: 60px;
  height: calc(100vh - 60px);
  background: #181818;
  z-index: 10; /* keep it above canvas area */
  overflow-y: auto;
}
.sidebar-flyoutmenu.align-right {
  left: unset;
  right: 470px;
}
.sidebar-flyoutmenu .FlyoutMenu__header {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 60px;
}
.sidebar-flyoutmenu .FlyoutMenu__header .button {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .sidebar-flyoutmenu {
    left: 0;
    animation-name: subcatgrow;
    animation-duration: 0.15s;
    animation-fill-mode: forwards;
  }
}
@keyframes subcatgrow {
  from {
    width: 50%;
  }
  to {
    width: 100%;
  }
}

.flyout_header {
  cursor: pointer;
}
.flyout_header .sidebar_header_wrapper {
  display: flex;
  padding: 1.5rem 1rem;
  margin: 0;
}
.flyout_header .sidebar_header {
  margin-bottom: 0;
}

.flyout_icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 2rem;
  margin-left: auto;
  opacity: 0.5;
}

.texttools-item__text-node {
  width: 100%;
  display: flex;
}
.texttools-item__text-node textarea {
  width: 100%;
}

.component-container {
  width: calc(100% - 50px);
  margin: 2em 0;
}
.component-container .texttools-item__text-node {
  flex-direction: column;
}

.component-details {
  width: calc(100% - 50px);
  border: 1px solid gray;
  margin: 0 0 1em;
}
.component-details .texttools-item__text-node {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.font-family {
  position: relative;
}
.font-family .choose-font {
  margin-left: 0.5em;
}
.font-family .font-family-selected {
  width: max-content;
  min-width: 150px;
  border: 1px solid #cccccc;
  padding: 0.5em;
  background-color: white;
  overflow-x: hidden;
  overflow-y: scroll;
}

.texttools__dropdown-list {
  height: 200px;
  width: max-content;
  min-width: 150px;
  overflow: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: white;
  border: 1px solid #cccccc;
}
.texttools__dropdown-list .texttools__dropdown-item {
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em;
  cursor: pointer;
}
.texttools__dropdown-list .texttools__dropdown-item.texttools__dropdown-item--selected {
  background-color: lightblue;
}
.texttools__dropdown-list .texttools__dropdown-item button {
  width: 100%;
  height: 100%;
  text-align: start;
}

.texttools__dropdown-items {
  background-color: white;
  position: absolute;
  top: 50px;
}
.texttools__dropdown-items .texttools__dropdown-item.pick-color {
  display: flex;
  flex-direction: row;
  margin: 0.5em 1em;
}
.texttools__dropdown-items .texttools__dropdown-item.pick-color .color-picker-button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.texttools__dropdown-items .texttools__dropdown-item.pick-color .color-picker-button-container .color-picker-button {
  font-size: 11px;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: none;
  color: black;
  margin: 0.25em;
}

.font-size {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}
.font-size .check-autofit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-right: 1px solid gray;
  padding: 0 1em 0 0.5em;
}
.font-size .select-size {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
}
.font-size .select-size select {
  margin-left: 0.5em;
}

.align-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.align-button-container button.align-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0.25em;
  padding: 0.5em;
  color: gray;
  background-color: white;
  box-shadow: none;
}
.align-button-container button.align-button.align-button--selected {
  background-color: rgba(173, 216, 230, 0.25);
  box-shadow: inset 0 0 0 1px lightblue;
}
.align-button-container button.align-button:hover, .align-button-container button.align-button:focus {
  background-color: rgba(173, 216, 230, 0.5);
}
.align-button-container button.align-button .fa-compress-alt {
  transform: rotate(-45deg);
}

.text-align .select-align {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
}
.text-align .select-align select {
  margin-left: 0.5em;
}

.text-vertical .select-vertical {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
}
.text-vertical .select-vertical select {
  margin-left: 0.5em;
}

.color-picker .pick-color {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
}
.color-picker .color-picker-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.color-picker .color-picker-wrapper .color-picker-trigger:focus {
  border: 1px solid black;
}

.unavailable-arrangements-modal .modal-body {
  display: flex;
}
.unavailable-arrangements-modal .modal-body .spinner {
  margin: 20px auto;
}
.unavailable-arrangements-modal .modal-body div {
  margin: 0px auto;
}
.unavailable-arrangements-modal .modal-body p,
.unavailable-arrangements-modal .modal-body section,
.unavailable-arrangements-modal .modal-body fieldset {
  padding: 15px 30px 0;
}
.unavailable-arrangements-modal .modal-body p:first-child {
  padding-top: 0px;
}
.unavailable-arrangements-modal .modal-body fieldset {
  display: flex;
  flex-direction: column;
}
.unavailable-arrangements-modal .modal-body h2 {
  font-weight: 600;
}
.unavailable-arrangements-modal button.delete-arrangement {
  background-color: #e74c3c;
}
.unavailable-arrangements-modal button.delete-arrangement:hover, .unavailable-arrangements-modal button.delete-arrangement:focus {
  background-color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
}

.save-arrangement-modal .modal-body {
  display: flex;
  flex-direction: column;
}
.save-arrangement-modal .input {
  font-size: 16px;
  margin: 20px auto 5px;
  width: 300px;
}
.save-arrangement-modal .input input,
.save-arrangement-modal .input label {
  color: #252525;
  background-color: #fff;
}
.save-arrangement-modal .include-photos-input {
  margin: 0 auto;
}

.checkout-header {
  margin: 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(98.2, 98.2, 98.2);
}
.checkout-header .link {
  margin-bottom: 15px;
}
.checkout-header .link .svg-inline--fa {
  margin-right: 5px;
}
.checkout-header .breadcrumb {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  width: 100%;
}
.checkout-header .breadcrumb .current {
  font-weight: 600;
}
.checkout-header .breadcrumb .svg-inline--fa {
  margin: 0 10px;
}
.checkout-header .breadcrumb button {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.checkout-header .breadcrumb button:hover, .checkout-header .breadcrumb button:focus {
  color: #00a7e1;
  text-decoration: underline;
}

.save-project-info {
  margin: 0;
}
.save-project-info input,
.save-project-info textarea {
  background: #002a39;
  border: none;
  box-shadow: none;
  color: white;
  padding: 0 5px;
  margin: 10px 0 5px 0;
}
.save-project-info input {
  font-size: 1.1rem;
}
.save-project-info textarea {
  font-size: 1rem;
  resize: none;
}
.save-project-info button {
  box-shadow: none;
  display: inline-flex;
  font-size: 1.1rem;
  margin: 0 10px 0 0;
  padding: 0;
  width: auto;
}
.save-project-info p:first-child {
  font-size: 1.1rem;
}

.edit-project-details {
  align-items: center;
  display: flex;
}

.edit-project-inputs {
  display: none;
}

.is-editing .edit-project-details {
  display: none;
}
.is-editing .edit-project-inputs {
  display: flex;
  flex-direction: column;
}

.save-load-buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.save-load-buttons button {
  box-shadow: none;
  padding: 5px;
  margin: 5px 0;
  width: 90px;
}
.save-load-buttons button:hover {
  background: transparent;
  opacity: 0.7;
}

.pagination-projects-container .sign-in-message {
  margin: 0 10px 0 auto;
  padding: 5px;
}

.save-project-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 65%;
}
.save-project-form .save-project-fields {
  margin: 20px auto;
  width: 100%;
}
.save-project-form .save-project-fields input,
.save-project-form .save-project-fields label,
.save-project-form .save-project-fields textarea {
  width: 100%;
}
.save-project-form .save-project-fields textarea {
  resize: vertical;
}
.save-project-form .save-project-fields label {
  font-weight: 700;
}
.save-project-form .save-project-fields input {
  margin-bottom: 20px;
}

.load-project-form {
  margin-bottom: 20px;
}

.settings-menu .settings-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.settings-menu .settings-item .settings-title {
  margin-right: 20px;
}
.settings-menu .settings-item .switch {
  margin-left: auto;
}

.toolbar {
  align-items: center;
  display: flex;
  position: relative;
  height: 44px;
  justify-content: space-between;
  z-index: 1;
  width: calc(100% - 65px);
}
.theme-light .toolbar {
  color: #252525;
  background-color: #f5f5f5;
}
.theme-dark .toolbar {
  color: #f3f3f3;
  background-color: #252525;
}
.show-mobile-photos .toolbar {
  display: none;
}
.toolbar .edit-tools,
.toolbar .image-tools {
  display: flex;
}
.toolbar .edit-tools button,
.toolbar .edit-tools input,
.toolbar .image-tools button,
.toolbar .image-tools input {
  cursor: pointer;
}
.toolbar .edit-tools {
  margin-right: auto;
  margin-left: 10px;
  position: relative;
}
@media (min-width: 800px) {
  .toolbar .edit-tools {
    margin: auto;
  }
}
.toolbar .edit-tools .button {
  margin: 0 5px;
}
.toolbar .settings-tools {
  align-items: stretch;
  display: flex;
  position: absolute;
  right: calc(65px + 2px);
}
.toolbar .mask-tools {
  display: flex;
}
.toolbar .mask-tools .border-color-button {
  box-shadow: none;
}
.toolbar .mask-tools .border-color-button:hover {
  background-color: transparent;
}
.toolbar .mask-tools .color-picker {
  position: absolute;
  bottom: 0;
  width: 203px;
  left: calc((100vw - 203px) / 2);
  background-color: #252525;
  padding: 15px;
}
@media (min-width: 1025px) {
  .toolbar .mask-tools .color-picker {
    left: 0;
  }
}
.toolbar .mask-tools .color-picker .color-picker-button {
  color: #f3f3f3;
}
.toolbar .mask-tools .sp-preview,
.toolbar .mask-tools .sp-alpha,
.toolbar .mask-tools .sp-thumb-el {
  background-image: url("/assets/color_wheel_12.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.toolbar .mask-tools .sp_thumb-txt-el div {
  background-image: url("/assets/color_wheel_13.png") !important;
}
.toolbar .mask-tools .sp-preview {
  width: 25px;
  height: 25px;
  border: none;
}
.toolbar .mask-tools .sp-dd {
  line-height: 22px;
}
.toolbar .mask-tools .sp-preview-inner {
  display: none;
}
.toolbar .mask-tools .sp-palette-container {
  border-right: solid 1px rgb(102, 102, 102);
}

@media (min-width: 1025px) {
  .shipping-address .checkout-row {
    width: 75%;
  }
}

.shipping-method .tab-content {
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .shipping-method .tab-content {
    width: 50%;
  }
}
.shipping-method .shipping-method-list li {
  display: flex;
  margin: 10px 0;
}
.shipping-method .shipping-method-list .radio-select-button {
  width: 100%;
}
.shipping-method .shipping-method-list .shipping-price {
  margin-left: auto;
}
.shipping-method .shipping-tooltip {
  margin-top: 30px;
}
.shipping-method .shipping-tooltip strong {
  font-weight: 700;
  color: #ddd;
}
.shipping-method .shipping-tooltip a {
  color: #00a7e1;
  text-decoration: none;
}
.shipping-method .shipping-tooltip a:hover, .shipping-method .shipping-tooltip a:focus {
  color: #0081ae;
}
.shipping-method .recipient-input {
  width: 100%;
}
.shipping-method .shipping-method__overnight-disclaimer {
  color: #f8bf32;
}
.shipping-method .shipping-policy-button {
  margin-top: 10px;
}

.text_node--container {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed #585858;
}
.text_node--container:hover {
  border: 1px dashed rgb(251, 177, 0);
}
.text_node--container .svg-warning {
  z-index: 1;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.text_node--container .svg-warning__text-overflow {
  color: #f8bf32;
}

.text-toolbar {
  right: 9000px;
}
.text-toolbar .text-toolbar__dropdown-items.top-pos {
  top: -250px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.text-toolbar textarea {
  font-size: 14px;
}

.color-picker {
  flex-direction: column;
}
.color-picker input {
  font-size: 1.1em;
  height: 35px;
  margin: 0 0 0 0.25em;
}
.color-picker .color-picker-trigger {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
}

.react-colorful {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.react-colorful__pointer {
  width: 20px;
  height: 20px;
}

.sidebar-component.texttools {
  color: #000;
  width: 470px;
  height: calc(100vh - 60px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  align-items: center;
}
.sidebar-component.texttools .texttools__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sidebar-component.texttools .texttools__item.color {
  align-items: flex-start;
  position: relative;
}
.sidebar-component.texttools .texttools__item.size, .sidebar-component.texttools .texttools__item.font {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sidebar-component.texttools .texttools__item .title {
  margin: 0.75em 0;
}
.sidebar-component.texttools .close {
  position: absolute;
  right: 10px;
  display: block;
  color: #000;
  cursor: pointer;
}
.sidebar-component.texttools h2 {
  line-height: normal;
}
.sidebar-component.texttools h2 strong {
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
.sidebar-component.texttools .edit-text textarea {
  margin: 0 0 0.5em;
}
.sidebar-component.texttools .edit-text .text-example-display {
  border: 1px dashed #585858;
  background-color: #fff;
  cursor: not-allowed;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0.1em;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.sidebar-component.texttools .edit-text .text-example-display.width-alert, .sidebar-component.texttools .edit-text .text-example-display.height-alert {
  border-color: #d93f3f;
  border-width: 3px;
}
.sidebar-component.texttools .font-size,
.sidebar-component.texttools .font-family,
.sidebar-component.texttools .text-align,
.sidebar-component.texttools .text-vertical,
.sidebar-component.texttools .color-picker {
  margin: 1em 3em;
}
.sidebar-component .sidebar-component-panel {
  margin-right: 1em;
}
.sidebar-component .sidebar-component-panel.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.checkout-sidebar {
  width: 100%;
  padding: 2.14286em;
  background: #2b2b2b;
}
@media (min-width: 1025px) {
  .checkout-sidebar {
    flex: 320px 0 0;
    width: auto;
  }
}
.checkout-sidebar .button.review-order-button {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  width: 100%;
  outline-color: #f4d03f;
  color: #f4d03f;
  outline-color: #f4d03f;
}
.checkout-sidebar .button.review-order-button:hover, .checkout-sidebar .button.review-order-button:focus {
  color: rgba(244, 208, 63, 0.4);
  outline-color: rgba(244, 208, 63, 0.4);
}
.checkout-sidebar .promo-code-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px;
}
.checkout-sidebar .promo-code-container .promo-code-fields {
  display: none;
}
.checkout-sidebar .promo-code-container .promo-code-fields.show {
  display: block;
}
.checkout-sidebar .promo-code-container .promo-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.checkout-sidebar .promo-code-container .promo-row form {
  display: flex;
}
.checkout-sidebar .promo-code-container .promo-row .button {
  margin-top: 30px;
  max-width: 25%;
  flex: 1;
}
.checkout-sidebar .promo-code-container .promo-row .input {
  flex: 5;
  margin-right: 10px;
}
.checkout-sidebar .promo-code-container .promo-row .button,
.checkout-sidebar .promo-code-container .promo-row input {
  height: 35px;
}
.checkout-sidebar .promo-code-container .promo-row .valid-promo-card {
  color: #2ecb71;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-sidebar .promo-code-container .promo-row .valid-promo-card p:first-child {
  font-weight: 600;
}
.checkout-sidebar .promo-code-container .promo-row .valid-promo-card button {
  color: #e74c3c;
  flex: 1;
  margin: 0;
}
.checkout-sidebar .promo-code-container .promo-row.valid .valid-promo-card {
  visibility: visible;
  opacity: 1;
}
.checkout-sidebar .promo-code-container .promo-row.error .valid-promo-card {
  margin-top: 10px;
}

.modal-content.collections-manager {
  overflow: hidden;
}
.modal-content.collections-manager .modal-filter {
  margin-right: 5px;
  padding-right: 23px;
}
.modal-content.collections-manager .clear_search_button {
  position: absolute;
  left: 183px;
}

.collections_manager_container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .collections_manager_container {
    max-height: 99%;
    height: 99%;
    width: 99%;
  }
}
.collections_manager_container .navigation-tile.edit_collection {
  z-index: 100;
  box-shadow: 0em 0em 0.5em 3px #252525;
}
.collections_manager_container .navigation-tile.edit_collection .tile-info, .collections_manager_container .navigation-tile.new_collection .tile-info {
  display: none;
}
.collections_manager_container .navigation-tile.new_collection form {
  display: flex;
  flex-direction: column;
}
.collections_manager_container .navigation-tile.new_collection form input {
  width: 95%;
}
.collections_manager_container .navigation-tile .tile_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.75;
}
.collections_manager_container .navigation-tile .confirm_move_container,
.collections_manager_container .navigation-tile .confirm_delete_container {
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}
.collections_manager_container .navigation-tile .confirm_move_container .button_container,
.collections_manager_container .navigation-tile .confirm_delete_container .button_container {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.collections_manager_container .navigation-tile .confirm_move_container .button:first-child,
.collections_manager_container .navigation-tile .confirm_delete_container .button:first-child {
  margin-right: 10px;
}
.collections_manager_container .navigation-tile .confirm_move_container .button.delete,
.collections_manager_container .navigation-tile .confirm_delete_container .button.delete {
  background-color: #e74c3c;
}
.collections_manager_container .navigation-tile .confirm_move_container .button.delete:hover, .collections_manager_container .navigation-tile .confirm_move_container .button.delete:focus,
.collections_manager_container .navigation-tile .confirm_delete_container .button.delete:hover,
.collections_manager_container .navigation-tile .confirm_delete_container .button.delete:focus {
  background-color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
}
.collections_manager_container .navigation-tile .confirm_move_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.collections_manager_container .navigation-tile select {
  margin: 0.25em 0;
  max-width: 95%;
  font-size: 0.9rem;
  z-index: 2;
}
.collections_manager_container .navigation-tile select:focus {
  box-shadow: 0 0 0 3px #aeeaff inset;
}
.collections_manager_container .navigation-tile.collection .fa-image {
  font-size: 135px;
}
.collections_manager_container .navigation-tile.image.dragging {
  position: absolute;
  z-index: 9999;
}
.collections_manager_container .navigation-tile.image.selected {
  border-width: thick;
  opacity: 1;
}
.collections_manager_container .navigation-tile.image.selected .marker {
  display: flex;
  color: rgb(0, 167, 225);
}
.collections_manager_container .navigation-tile.image:focus {
  border-width: thick;
}
.collections_manager_container.pending .collections_manager_items {
  min-height: 297px;
}
.collections_manager_container .collections_manager_items {
  position: relative;
}
.collections_manager_container .collections_manager_items.items {
  min-height: 0;
  overflow-x: hidden;
}
.collections_manager_container .collections_manager_items.confirm_delete {
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  text-align: center;
}
.collections_manager_container .collections_manager_items.confirm_delete .confirm_delete_title {
  font-size: 1.2em;
  font-weight: 700;
}
.collections_manager_container .collections_manager_items.confirm_delete .confirm_delete_message {
  max-width: 75vw;
  min-width: fit-content;
  margin: 20px;
}
.collections_manager_container .collections_manager_items.animated {
  animation-fill-mode: both;
}
.collections_manager_container .collections_manager_items.fadeIn {
  animation-name: fadeIn;
}
.collections_manager_container .collections_manager_items.fadeOut {
  animation-name: fadeOut;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile {
  cursor: default;
  opacity: 0.5;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.image .show-menu,
.collections_manager_container.pending .collections_manager_items .navigation-tile.image .hide-menu,
.collections_manager_container.pending .collections_manager_items .navigation-tile.image .fa-ellipsis-v {
  display: none;
  cursor: default;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.image:focus {
  border-width: 1px;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.image.selected {
  opacity: 1;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.image.selected:focus {
  border-width: thick;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.edit_image, .collections_manager_container.pending .collections_manager_items .navigation-tile.edit_collection, .collections_manager_container.pending .collections_manager_items .navigation-tile.new_collection {
  cursor: default;
  opacity: 1;
}
.collections_manager_container.pending .collections_manager_items .navigation-tile.edit_image .show-menu,
.collections_manager_container.pending .collections_manager_items .navigation-tile.edit_image .hide-menu, .collections_manager_container.pending .collections_manager_items .navigation-tile.edit_collection .show-menu,
.collections_manager_container.pending .collections_manager_items .navigation-tile.edit_collection .hide-menu, .collections_manager_container.pending .collections_manager_items .navigation-tile.new_collection .show-menu,
.collections_manager_container.pending .collections_manager_items .navigation-tile.new_collection .hide-menu {
  display: none;
}
.collections_manager_container .cp-buttons,
.collections_manager_container .cp-collection-manager-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 40px 0px 10px;
}
.collections_manager_container .cp-buttons button:focus,
.collections_manager_container .cp-collection-manager-buttons button:focus {
  background-color: rgba(0, 167, 225, 0.2);
}
.collections_manager_container .cp-buttons a,
.collections_manager_container .cp-collection-manager-buttons a {
  padding: 5px 10px 3px;
  margin: 10px 5px 5px;
  border: 1px solid;
}

.delete-photo-modal .modal-body {
  font-size: 1.2em;
  text-align: center;
}
.delete-photo-modal .modal-body img {
  margin: 20px auto;
}

.move-photo-modal .modal-body {
  font-size: 1.2em;
  text-align: center;
}
.move-photo-modal .modal-body img,
.move-photo-modal .modal-body p,
.move-photo-modal .modal-body label {
  display: block;
  margin: 10px auto;
}
.move-photo-modal .modal-body span {
  font-weight: 600;
}

.rename-collection-modal .modal-body,
.create-collection-modal .modal-body {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
}
.rename-collection-modal .modal-body label,
.rename-collection-modal .modal-body input,
.rename-collection-modal .modal-body select,
.create-collection-modal .modal-body label,
.create-collection-modal .modal-body input,
.create-collection-modal .modal-body select {
  display: block;
}
.rename-collection-modal .modal-body label,
.create-collection-modal .modal-body label {
  margin-top: 10px;
  cursor: pointer;
}
.rename-collection-modal .modal-body input,
.rename-collection-modal .modal-body select,
.create-collection-modal .modal-body input,
.create-collection-modal .modal-body select {
  margin: 5px auto;
  width: 100%;
}
.rename-collection-modal .modal-body h2,
.create-collection-modal .modal-body h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 15px 0;
}
.rename-collection-modal .modal-body ul,
.create-collection-modal .modal-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.rename-collection-modal .modal-body li,
.create-collection-modal .modal-body li {
  position: relative;
  width: 33%;
  display: flex;
  justify-content: center;
}
.rename-collection-modal .modal-body li.selected img,
.create-collection-modal .modal-body li.selected img {
  opacity: 0.2;
}
.rename-collection-modal .modal-body .svg-inline--fa,
.create-collection-modal .modal-body .svg-inline--fa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #2ecb71;
}

@keyframes growright {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes shrinkleft {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.mobile-navigation-menu {
  position: relative;
  display: flex;
  height: 50px;
}
@media (min-width: 1025px) {
  .mobile-navigation-menu {
    display: none;
  }
}
.mobile-navigation-menu li {
  align-items: center;
  display: flex;
  flex-direction: row;
  background-color: #dddddd;
  color: #252525;
  position: relative;
  width: 100%;
  max-width: 50vw;
  align-items: stretch;
}
.mobile-navigation-menu li .button {
  color: #252525;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.9em;
  padding: 0.3em 0.5em;
}
.mobile-navigation-menu li .button:focus, .mobile-navigation-menu li .button:hover {
  outline: none;
  color: #252525;
}
.mobile-navigation-menu li .button.active {
  color: #fff;
  font-weight: 600;
  background-color: #00a7e1;
  border-radius: 0;
  outline: none;
}
.mobile-navigation-menu li.editor-sidebar-trigger {
  max-width: 65px;
  background-color: #e4e4e4;
}
.mobile-navigation-menu li.editor-sidebar-trigger .button {
  width: 65px;
}

.catalog_navigation_container {
  z-index: 1;
}
.catalog_navigation_container.mobile .mobile-catalog-navigation {
  z-index: 4;
}
.catalog_navigation_container h1 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.catalog_navigation_container .catalog-navigation {
  display: flex;
}
.catalog_navigation_container .mobile-catalog-navigation {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .catalog_navigation_container .catalog-navigation {
    display: none;
  }
  .catalog_navigation_container .mobile-catalog-navigation {
    display: flex;
  }
}

.sidebar-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #2b2b2b;
  height: auto;
  width: 100%;
  z-index: 3;
}
.sidebar-wrapper .close {
  display: none;
  box-shadow: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 1025px) {
  .sidebar-wrapper {
    position: relative;
    width: 470px;
    height: calc(100vh - 60px);
    z-index: 1;
  }
  .show-site-message .sidebar-wrapper {
    height: calc(100vh - 60px - 44px);
  }
}
.sidebar-wrapper.reveal .sidebar {
  display: flex;
}
.sidebar-wrapper.reveal .close {
  display: flex;
}

.sidebar {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 84px;
}
@media (min-width: 1025px) {
  .sidebar {
    display: flex;
    margin-bottom: 141px;
    margin-top: 0;
  }
}
.sidebar.mobile .sidebar_content {
  margin-top: 20px;
}
.sidebar.mobile .sidebar-section.hide-products {
  display: none;
}
.sidebar .sidebar-section {
  padding: 0 1rem;
  margin: 1.5rem 0 3rem;
}
.sidebar .sidebar-section.hidden {
  display: none;
}
.sidebar .sidebar-section.disclaimer {
  background-color: rgba(248, 191, 50, 0.1);
  padding: 1.5rem 1rem 0;
  margin: 0;
}
.sidebar .sidebar-section.disclaimer h2 {
  font-size: 1rem;
  float: left;
  width: 100%;
  margin-left: 15px;
  white-space: normal;
  overflow: visible;
}
.sidebar .sidebar-section .sidebar-section__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
  width: 100%;
}
.sidebar .sidebar-section .sidebar-section__header.flex {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sidebar .sidebar-section .sidebar-section__header .fa-exclamation-triangle {
  float: left;
  color: #f8bf32;
}
.sidebar .spinner_container {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .spinner .spinner-spacer {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.sidebar .spinner .spinner-spacer svg circle {
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%;
}
@keyframes circle-animation {
  0%, 25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}
.sidebar .advanced-filter-button {
  position: absolute;
  right: 18px;
}
.sidebar .advanced-filter-button .svg-inline--fa {
  margin-left: 5px;
}
.sidebar .price {
  color: #2ecb71;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  opacity: 1;
}
.sidebar .price.is-dirty {
  opacity: 0.33;
}
.sidebar h1 {
  font-size: 2rem;
  font-weight: bold;
}
.sidebar h2 {
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar p {
  margin-top: 0.5rem;
  color: rgb(160.0375, 160.0375, 160.0375);
}

.subcatalogs {
  padding: 1rem;
}

.products {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  margin-top: 1rem;
}
.products:empty {
  margin-top: 0;
}
.products .product {
  width: 100%;
  height: 100%;
  padding: 0.125rem;
}

.arrangement-subcatalog-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arrangement-subcatalog-modal p,
.arrangement-subcatalog-modal div {
  margin-bottom: 10px;
}

.option-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.option-group .option {
  position: relative;
  width: 25%;
  padding: 0.125rem;
}
.option-group .option:hover .tooltip-button {
  background-color: #2d3940;
  visibility: visible;
}
.option-group .option:hover .tooltip-button:hover {
  background-color: #252525;
}
.option-group .option-tooltip-buttons {
  position: relative;
}
.option-group .tooltip-button {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0.125rem;
  width: 24px;
  height: 24px;
  line-height: 0;
  background: #252525;
  color: #fff;
  box-shadow: none;
  border-radius: 100%;
  visibility: hidden;
}
.option-group .tooltip-button:hover, .option-group .tooltip-button:focus {
  color: #fff;
  background: #252525;
}

.mobile .tooltip-button {
  visibility: visible;
}

.collections_menu_container {
  z-index: 1;
  left: 0;
  min-width: 300px;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.collections_menu_container .menu-items {
  max-height: calc(100vh - 216px);
  overflow: auto;
}
@media (max-width: 1025px) {
  .collections_menu_container .menu-items {
    max-height: calc(100vh - 377px);
  }
}
.collections_menu_container .menu-items .menu-item {
  position: relative;
}
.collections_menu_container .menu-items .menu-item .collections_menu_link {
  font-size: 18px;
}
.collections_menu_container .menu-items .menu-item .collections_menu_link.admin-link {
  color: #00a7e1;
}
.collections_menu_container .menu-items .menu-item .svg-inline--fa {
  position: absolute;
  right: 10px;
  top: 11px;
}
.collections_menu_container .menu-items .menu-item .count-bubble {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #ec2b2f;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collections_menu_container button.button.menu-trigger,
.collections_menu_container input.button.menu-trigger {
  font-size: 14pt;
  min-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.collections_menu_container button.button.menu-trigger:hover,
.collections_menu_container input.button.menu-trigger:hover {
  opacity: 1;
}
.collections_menu_container button.button.menu-trigger.small-text,
.collections_menu_container input.button.menu-trigger.small-text {
  font-size: 13pt;
}

.photo-options-menu {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.photo-options-menu .options {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.subcatalog-buttons-tooltip {
  position: relative;
}
.subcatalog-buttons-tooltip .subcatalog-button {
  position: relative;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #213238;
  border-radius: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  width: 100%;
  color: white;
  font-weight: normal;
}
.subcatalog-buttons-tooltip .subcatalog-button.selected {
  background-color: #213238;
  box-shadow: inset 0 0 0 1px #00a7e1;
}
.subcatalog-buttons-tooltip .subcatalog-button:focus, .subcatalog-buttons-tooltip .subcatalog-button:active {
  box-shadow: inset 0 0 0 1px #00a7e1;
  color: white;
}
.subcatalog-buttons-tooltip .subcatalog-button:hover {
  background-color: #213238;
  color: white;
}
.subcatalog-buttons-tooltip .subcatalog-button:hover:active {
  background-color: transparent;
  color: white;
}
.subcatalog-buttons-tooltip .tooltip-button {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.subcatalog-buttons-tooltip .subcatalog-button-heading {
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
.subcatalog-buttons-tooltip .subcatalog-button-heading > * {
  margin-right: 1rem;
}
.subcatalog-buttons-tooltip .subcatalog-button-title {
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  text-align: left;
}
.subcatalog-buttons-tooltip .subcatalog-button-title .arrangement-notice {
  display: block;
  font-style: italic;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.option-button {
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  font-weight: 400;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #2d393f;
}
.option-button.selected {
  background-color: #2d393f;
  box-shadow: inset 0 0 0 2px #00a7e1;
}
.option-button:disabled {
  opacity: 0.125;
}
.option-button:focus, .option-button:active {
  outline: dashed 1px #00a7e1;
  box-shadow: none;
}
.option-button:hover {
  background-color: #2d393f;
}
.option-button:hover:active {
  background-color: transparent;
}
.option-button img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.option-button .option-button-title {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 100%;
  font-size: calc(100% - 2pt);
  overflow: visible;
  padding-left: 0.5em;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}
.pagination button.bare {
  padding: 5px;
  margin: 0 3px;
  width: auto;
}
.pagination button.bare.active {
  box-shadow: none;
  color: #25a25a;
  cursor: default;
}

.cart_product_list {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 2px solid rgb(52.3, 52.3, 52.3);
}

.cart_product {
  border-bottom: 2px solid rgb(52.3, 52.3, 52.3);
}
.cart_product .cart_product_container {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .cart_product .cart_product_container {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}
.cart_product .cart_product_container.cart_product_error {
  display: block;
  text-align: center;
}
.cart_product .cart_product_container.cart_product_error strong {
  font-weight: 600;
}
.cart_product .product_image_wrap {
  text-align: center;
}
@media (min-width: 1025px) {
  .cart_product .product_image_wrap {
    margin-right: 35px;
  }
}
.cart_product .product_image_wrap .product_image_filenames {
  margin: 5px auto 0 auto;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  width: 7.2em;
}
@media (min-width: 1025px) {
  .cart_product .product_image_wrap .product_image_filenames {
    width: 11.5em;
  }
}
.cart_product .product_image_wrap .product_image_filenames .product_image_filename {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cart_product .product_image_wrap .product_image_filenames .product_image_filename.hidden {
  display: none;
}
.cart_product .product_image_wrap .product_image_filenames .toggle_product_image_filenames {
  color: #00a7e1;
  cursor: pointer;
  margin-top: 5px;
}
.cart_product .product_image_wrap .product_image_filenames .toggle_product_image_filenames:hover {
  color: #0081ae;
}
.cart_product .product_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 7.2em;
  height: 7.2em;
  margin: 0 auto 20px;
  outline: none;
  text-align: center;
}
.cart_product .product_image.image-load-error {
  color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
}
@media (min-width: 1025px) {
  .cart_product .product_image {
    margin: 0 auto;
    width: 11.5em;
    height: 11.5em;
  }
}
.cart_product .product_image.loading {
  background-color: transparent;
  background-image: url("/assets/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 8px;
}
.cart_product .product_image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.cart_product .product_title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.cart_product .cart_product_table_wrapper {
  overflow: auto;
}
.cart_product .cart_product_table td {
  position: relative;
  padding: 1px 0;
}
.cart_product .cart_product_table td.quantity_select {
  text-align: right;
}
.cart_product .cart_product_table .cart_service,
.cart_product .cart_product_table .base_price {
  border-bottom: 1px solid rgba(0, 167, 225, 0.05);
}
.cart_product .quantity_select_input {
  width: 84px;
  padding: 0 10px;
  border: none;
  font-size: 14px;
  font-family: monospace;
  text-align: right;
}
.cart_product .quantity_select_input:focus, .cart_product .quantity_select_input:hover {
  outline: none !important;
  box-shadow: 0 0 0 1px #00a7e1;
}
.cart_product .quantity_price_label,
.cart_product .quantity_price {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 16px;
}
.cart_product .li_price,
.cart_product .quantity_price {
  text-align: right;
  font-family: monospace;
}
.cart_product .price_prefix {
  position: absolute;
  left: 0;
  top: 0;
}
.cart_product .edit_item,
.cart_product .remove_item {
  font-size: 12px;
}
.cart_product .edit_item .svg-inline--fa,
.cart_product .remove_item .svg-inline--fa {
  margin-right: 5px;
}
.cart_product .button.remove_item {
  color: #e74c3c;
}
.cart_product .button.remove_item:hover, .cart_product .button.remove_item:focus {
  color: rgba(231, 76, 60, 0.8);
  outline: none;
  box-shadow: inset 0 0 0 2px #e74c3c;
}

.link {
  outline: none;
  outline-offset: 1px;
}
.link:focus {
  outline: 1px dashed;
}
.link.regular {
  color: #00a7e1;
}
.link.regular:hover, .link.regular:focus {
  color: #0081ae;
  outline-color: #0081ae;
}
.link.no-style:hover, .link.no-style:focus {
  outline: none;
}

.disclosure .disclosure-trigger,
.disclosure .disclosure-title {
  align-items: center;
  color: inherit;
  display: flex;
  padding: 0.6em 20px 0.6em 0;
  position: relative;
  outline-offset: 2px;
  width: 100%;
}
.disclosure .disclosure-trigger .disclosure-trigger-caret,
.disclosure .disclosure-title .disclosure-trigger-caret {
  position: absolute;
  right: 0;
}
.disclosure.light {
  color: #fff;
}
.disclosure.light .disclosure-trigger {
  outline-color: rgba(255, 255, 255, 0.6);
}
.disclosure.light .disclosure-trigger:hover, .disclosure.light .disclosure-trigger:focus {
  color: rgba(255, 255, 255, 0.6);
}
.disclosure.light .disclosure-trigger:focus {
  outline: 1px dashed;
}
.disclosure.dark {
  color: #252525;
}
.disclosure.dark .disclosure-trigger {
  outline-color: #000;
}
.disclosure.dark .disclosure-trigger:hover, .disclosure.dark .disclosure-trigger:focus {
  color: #000;
}
.disclosure.dark .disclosure-trigger:focus {
  outline: 1px dashed;
}
.disclosure .disclosure-content {
  overflow: hidden;
  visibility: hidden;
  max-height: 0px;
  opacity: 0.2;
  transition: all 0.2s;
}
.disclosure .disclosure-content.open {
  opacity: 1;
  visibility: visible;
  margin: 0.6em 0;
  max-height: 1500px;
}

.theme-dark .disclosure.themed {
  color: #fff;
}
.theme-dark .disclosure.themed .disclosure-trigger {
  outline-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .disclosure.themed .disclosure-trigger:hover, .theme-dark .disclosure.themed .disclosure-trigger:focus {
  color: rgba(255, 255, 255, 0.6);
}
.theme-dark .disclosure.themed .disclosure-trigger:focus {
  outline: 1px dashed;
}

.theme-light .disclosure.themed {
  color: #252525;
}
.theme-light .disclosure.themed .disclosure-trigger {
  outline-color: #000;
}
.theme-light .disclosure.themed .disclosure-trigger:hover, .theme-light .disclosure.themed .disclosure-trigger:focus {
  color: #000;
}
.theme-light .disclosure.themed .disclosure-trigger:focus {
  outline: 1px dashed;
}

.flash-message {
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
}
.flash-message.flash-error {
  color: #ec2b2f;
  background: rgba(236, 43, 47, 0.15);
  border-color: rgba(236, 43, 47, 0.25);
}
.flash-message.flash-notice {
  color: #f8bf32;
  background: rgba(248, 191, 50, 0.15);
  border-color: rgba(248, 191, 50, 0.25);
}
.flash-message.flash-info {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}
.flash-message.flash-success {
  color: #2ecb71;
  background: rgba(46, 203, 113, 0.15);
  border-color: rgba(46, 203, 113, 0.25);
}
.flash-message .svg-inline--fa {
  margin-right: 10px;
}

.wos-icon {
  width: 1em;
  height: 1em;
}
.wos-icon--2xs {
  font-size: 0.625em;
}
.wos-icon--xs {
  font-size: 0.75em;
}
.wos-icon--sm {
  font-size: 0.875em;
}
.wos-icon--lg {
  font-size: 1.25em;
}
.wos-icon--xl {
  font-size: 1.5em;
}
.wos-icon--2xl {
  font-size: 2em;
}
.wos-icon--1x {
  font-size: 1em;
}
.wos-icon--2x {
  font-size: 2em;
}
.wos-icon--3x {
  font-size: 3em;
}
.wos-icon--4x {
  font-size: 4em;
}
.wos-icon--5x {
  font-size: 5em;
}
.wos-icon--6x {
  font-size: 6em;
}
.wos-icon--7x {
  font-size: 7em;
}
.wos-icon--8x {
  font-size: 8em;
}
.wos-icon--9x {
  font-size: 9em;
}
.wos-icon--10x {
  font-size: 10em;
}

.tab-bar {
  display: flex;
  border: 1px solid #00a7e1;
  border-radius: 3px;
}
.tab-bar .tab {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 1;
  font-weight: 600;
  text-align: center;
}
.tab-bar .tab:focus-within {
  background: rgba(0, 167, 225, 0.2);
}
.tab-bar .tab label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 10px;
  width: 100%;
}
.tab-bar .tab label:hover {
  background: rgba(0, 167, 225, 0.2);
}
.tab-bar .tab input:checked + label {
  background: #00a7e1;
}
.tab-bar .tab input[type=radio] {
  position: absolute;
  opacity: 0;
}

.toast {
  display: flex;
  align-items: center;
  color: #252525;
  background-color: #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px 2px #181818;
  border: 1px solid #fff;
}
.toast .button {
  margin-left: 10px;
}

.menu-container {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: auto;
}
.menu-container .menu-items {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.2s;
  width: max-content;
  min-width: 100%;
  z-index: 1;
}
.menu-container .menu-items.left {
  right: 0;
}
.menu-container .menu-items.right {
  left: 0;
}
.menu-container .menu-items.down {
  top: 75%;
}
.menu-container .menu-items.up {
  bottom: 75%;
}
.menu-container.open .menu-items {
  opacity: 1;
  visibility: visible;
}
.menu-container.open .menu-items.down {
  top: 100%;
}
.menu-container.open .menu-items.up {
  bottom: 100%;
}
.menu-container .menu-item {
  color: inherit;
}
.menu-container .menu-item > * {
  width: 100%;
  color: inherit;
  display: flex;
  padding: 0.6em 1em;
  text-align: left;
  justify-content: flex-start;
}
.menu-container .menu-item.disabled {
  pointer-events: none;
}
.menu-container .menu-trigger {
  align-items: center;
  color: inherit;
  display: flex;
  font-weight: 400;
  height: 100%;
  justify-content: space-between;
  text-align: start;
  width: 100%;
}
.menu-container .menu-trigger:focus {
  outline: none;
}
.menu-container .menu-trigger.icon {
  justify-content: center;
}
.menu-container .menu-item > *,
.menu-container .menu-trigger {
  opacity: 0.7;
}
.menu-container .menu-item > *:hover,
.menu-container .menu-trigger:hover {
  opacity: 1;
}
.menu-container .menu-trigger-icon {
  margin-right: 5px;
}
.menu-container .menu-trigger-caret {
  margin-left: 10px;
}
.menu-container.dark {
  color: #f5f5f5;
  background-color: #181818;
}
.menu-container.dark:hover, .menu-container.dark:focus, .menu-container.dark:focus-within {
  color: #fff;
  background-color: #000;
}
.menu-container.dark .menu-item,
.menu-container.dark .menu-trigger,
.menu-container.dark .menu-item:focus-within {
  color: #f5f5f5;
  background-color: #181818;
}
.menu-container.dark .menu-item:hover, .menu-container.dark .menu-item:focus, .menu-container.dark .menu-item:focus-within,
.menu-container.dark .menu-trigger:hover,
.menu-container.dark .menu-trigger:focus,
.menu-container.dark .menu-trigger:focus-within,
.menu-container.dark .menu-item:focus-within:hover,
.menu-container.dark .menu-item:focus-within:focus,
.menu-container.dark .menu-item:focus-within:focus-within {
  color: #fff;
  background-color: #000;
}
.menu-container.light {
  color: #252525;
  background-color: #ddd;
}
.menu-container.light:hover, .menu-container.light:focus, .menu-container.light:focus-within {
  background-color: #eee;
}
.menu-container.light .menu-item,
.menu-container.light .menu-trigger,
.menu-container.light .menu-item:focus-within {
  color: #252525;
  background-color: #ddd;
}
.menu-container.light .menu-item:hover, .menu-container.light .menu-item:focus, .menu-container.light .menu-item:focus-within,
.menu-container.light .menu-trigger:hover,
.menu-container.light .menu-trigger:focus,
.menu-container.light .menu-trigger:focus-within,
.menu-container.light .menu-item:focus-within:hover,
.menu-container.light .menu-item:focus-within:focus,
.menu-container.light .menu-item:focus-within:focus-within {
  background-color: #eee;
}

.theme-dark .menu-container.themed {
  color: #f5f5f5;
  background-color: #181818;
}
.theme-dark .menu-container.themed:hover, .theme-dark .menu-container.themed:focus, .theme-dark .menu-container.themed:focus-within {
  color: #fff;
  background-color: #000;
}
.theme-dark .menu-container.themed .menu-item,
.theme-dark .menu-container.themed .menu-item:focus-within,
.theme-dark .menu-container.themed .menu-trigger {
  color: #f5f5f5;
  background-color: #181818;
}
.theme-dark .menu-container.themed .menu-item:hover, .theme-dark .menu-container.themed .menu-item:focus, .theme-dark .menu-container.themed .menu-item:focus-within,
.theme-dark .menu-container.themed .menu-item:focus-within:hover,
.theme-dark .menu-container.themed .menu-item:focus-within:focus,
.theme-dark .menu-container.themed .menu-item:focus-within:focus-within,
.theme-dark .menu-container.themed .menu-trigger:hover,
.theme-dark .menu-container.themed .menu-trigger:focus,
.theme-dark .menu-container.themed .menu-trigger:focus-within {
  color: #fff;
  background-color: #000;
}

.theme-light .menu-container.themed {
  color: #252525;
  background-color: #ddd;
}
.theme-light .menu-container.themed:hover, .theme-light .menu-container.themed:focus, .theme-light .menu-container.themed:focus-within {
  background-color: #eee;
}
.theme-light .menu-container.themed .menu-item,
.theme-light .menu-container.themed .menu-item:focus-within,
.theme-light .menu-container.themed .menu-trigger {
  color: #252525;
  background-color: #ddd;
}
.theme-light .menu-container.themed .menu-item:hover, .theme-light .menu-container.themed .menu-item:focus, .theme-light .menu-container.themed .menu-item:focus-within,
.theme-light .menu-container.themed .menu-item:focus-within:hover,
.theme-light .menu-container.themed .menu-item:focus-within:focus,
.theme-light .menu-container.themed .menu-item:focus-within:focus-within,
.theme-light .menu-container.themed .menu-trigger:hover,
.theme-light .menu-container.themed .menu-trigger:focus,
.theme-light .menu-container.themed .menu-trigger:focus-within {
  background-color: #eee;
}

.disabled-wrapper {
  display: flex;
}

.button,
a.button,
input[type=submit].button {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  outline-offset: 1px;
  padding: 0.6em 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.button:disabled, .button.disabled,
a.button:disabled,
a.button.disabled,
input[type=submit].button:disabled,
input[type=submit].button.disabled {
  opacity: 0.3 !important;
  cursor: default;
  pointer-events: none;
}
.button:hover,
a.button:hover,
input[type=submit].button:hover {
  cursor: pointer;
}
.button:focus,
a.button:focus,
input[type=submit].button:focus {
  outline: 1px dashed;
}
.button.regular, .button.confirm,
a.button.regular,
a.button.confirm,
input[type=submit].button.regular,
input[type=submit].button.confirm {
  background-color: #00a7e1;
  color: #fff;
  outline-color: #0081ae;
}
.button.regular:hover, .button.regular:focus, .button.confirm:hover, .button.confirm:focus,
a.button.regular:hover,
a.button.regular:focus,
a.button.confirm:hover,
a.button.confirm:focus,
input[type=submit].button.regular:hover,
input[type=submit].button.regular:focus,
input[type=submit].button.confirm:hover,
input[type=submit].button.confirm:focus {
  background-color: #0081ae;
}
.button.outline,
a.button.outline,
input[type=submit].button.outline {
  color: #00a7e1;
  outline-color: #00a7e1;
  background-color: transparent;
  outline: 2px solid #00a7e1;
  outline-offset: -2px;
}
.button.outline:hover, .button.outline:focus,
a.button.outline:hover,
a.button.outline:focus,
input[type=submit].button.outline:hover,
input[type=submit].button.outline:focus {
  color: #0081ae;
  outline-color: #0081ae;
}
.button.outline:hover, .button.outline:focus,
a.button.outline:hover,
a.button.outline:focus,
input[type=submit].button.outline:hover,
input[type=submit].button.outline:focus {
  outline-color: #0081ae;
}
.button.bare, .button.link,
a.button.bare,
a.button.link,
input[type=submit].button.bare,
input[type=submit].button.link {
  color: #00a7e1;
  outline-color: #00a7e1;
  background-color: transparent;
  outline-offset: -2px;
}
.button.bare:hover, .button.bare:focus, .button.link:hover, .button.link:focus,
a.button.bare:hover,
a.button.bare:focus,
a.button.link:hover,
a.button.link:focus,
input[type=submit].button.bare:hover,
input[type=submit].button.bare:focus,
input[type=submit].button.link:hover,
input[type=submit].button.link:focus {
  color: #0081ae;
  outline-color: #0081ae;
}
.button.bare:hover, .button.bare:focus, .button.bare.active, .button.link:hover, .button.link:focus, .button.link.active,
a.button.bare:hover,
a.button.bare:focus,
a.button.bare.active,
a.button.link:hover,
a.button.link:focus,
a.button.link.active,
input[type=submit].button.bare:hover,
input[type=submit].button.bare:focus,
input[type=submit].button.bare.active,
input[type=submit].button.link:hover,
input[type=submit].button.link:focus,
input[type=submit].button.link.active {
  outline: 2px solid;
}
.button.bare.destroy, .button.link.destroy,
a.button.bare.destroy,
a.button.link.destroy,
input[type=submit].button.bare.destroy,
input[type=submit].button.link.destroy {
  color: #e74c3c;
  outline-color: #e74c3c;
}
.button.link,
a.button.link,
input[type=submit].button.link {
  font-weight: 400;
  padding: 0;
}
.button.link:hover, .button.link:focus,
a.button.link:hover,
a.button.link:focus,
input[type=submit].button.link:hover,
input[type=submit].button.link:focus {
  outline: none;
  box-shadow: none;
  text-decoration: underline;
}
.button.cancel,
a.button.cancel,
input[type=submit].button.cancel {
  background-color: #ddd;
  color: #00a7e1;
  outline-color: #00a7e1;
}
.button.cancel:hover, .button.cancel:focus,
a.button.cancel:hover,
a.button.cancel:focus,
input[type=submit].button.cancel:hover,
input[type=submit].button.cancel:focus {
  background-color: #e5f6fc;
}
.button.cornered,
a.button.cornered,
input[type=submit].button.cornered {
  border-radius: 0;
}
.button.icon,
a.button.icon,
input[type=submit].button.icon {
  background: transparent;
  padding: 0.25em;
}
.button.icon.primary,
a.button.icon.primary,
input[type=submit].button.icon.primary {
  color: #00a7e1;
  outline-color: #00a7e1;
}
.button.icon.primary:hover, .button.icon.primary:focus,
a.button.icon.primary:hover,
a.button.icon.primary:focus,
input[type=submit].button.icon.primary:hover,
input[type=submit].button.icon.primary:focus {
  color: #0081ae;
  outline-color: #0081ae;
}
.button.icon.dark,
a.button.icon.dark,
input[type=submit].button.icon.dark {
  color: #252525;
  background-color: transparent;
  outline-color: rgba(37, 37, 37, 0.6);
}
.button.icon.dark:hover, .button.icon.dark:focus,
a.button.icon.dark:hover,
a.button.icon.dark:focus,
input[type=submit].button.icon.dark:hover,
input[type=submit].button.icon.dark:focus {
  color: #000;
  background-color: transparent;
}
.button.icon.light,
a.button.icon.light,
input[type=submit].button.icon.light {
  color: #f5f5f5;
  background-color: transparent;
  outline-color: #f5f5f5;
}
.button.icon.light:hover, .button.icon.light:focus,
a.button.icon.light:hover,
a.button.icon.light:focus,
input[type=submit].button.icon.light:hover,
input[type=submit].button.icon.light:focus {
  color: rgb(160.0375, 160.0375, 160.0375);
  background-color: transparent;
}
.button.icon.destroy,
a.button.icon.destroy,
input[type=submit].button.icon.destroy {
  color: #e74c3c;
  outline-color: #e74c3c;
}
.button.icon.destroy:hover, .button.icon.destroy:focus,
a.button.icon.destroy:hover,
a.button.icon.destroy:focus,
input[type=submit].button.icon.destroy:hover,
input[type=submit].button.icon.destroy:focus {
  color: rgb(213.698630137, 43.8356164384, 26.301369863);
  outline-color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

.theme-dark .button.icon.themed {
  color: #f5f5f5;
  background-color: transparent;
  outline-color: #f5f5f5;
}
.theme-dark .button.icon.themed:hover, .theme-dark .button.icon.themed:focus {
  color: rgb(160.0375, 160.0375, 160.0375);
  background-color: transparent;
}

.theme-light .button.icon.themed {
  color: #252525;
  background-color: transparent;
  outline-color: rgba(37, 37, 37, 0.6);
}
.theme-light .button.icon.themed:hover, .theme-light .button.icon.themed:focus {
  color: #000;
  background-color: transparent;
}

.theme-dark .button.themed {
  color: #f5f5f5;
  background-color: #181818;
}
.theme-dark .button.themed:hover, .theme-dark .button.themed:focus, .theme-dark .button.themed:focus-within {
  color: #fff;
  background-color: #000;
}

.theme-light .button.themed {
  color: #252525;
  background-color: #ddd;
}
.theme-light .button.themed:hover, .theme-light .button.themed:focus, .theme-light .button.themed:focus-within {
  background-color: #eee;
}

.navigation-tile {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 100%;
  padding: 10px;
  position: relative;
}
.navigation-tile .thumb-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  min-height: 60%;
  width: 100%;
  background-color: #252525;
}
.navigation-tile .thumb-container button,
.navigation-tile .thumb-container img {
  width: 100%;
}
.navigation-tile .thumb-container .svg-inline--fa {
  margin: auto;
  color: #fff;
}
.navigation-tile .thumb-container .image-button {
  color: #00a7e1;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 2px;
  outline-offset: 2px;
}
.navigation-tile .thumb-container .image-button:hover, .navigation-tile .thumb-container .image-button:focus {
  background-color: #fff;
  outline: 2px solid #00a7e1;
}
.navigation-tile .thumb-container .image-button:disabled {
  outline: none;
  background-color: transparent;
  cursor: default;
}
.navigation-tile .thumb-container .image-pending-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 150px;
}
.navigation-tile .thumb-container .image-pending-container .spinner {
  margin: auto;
}
.navigation-tile .tile-info {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  min-height: 60px;
  margin-top: auto;
  justify-content: flex-end;
  padding: 0 10px 5px 0;
  position: relative;
}
.navigation-tile .tile-details {
  color: rgb(98.2, 98.2, 98.2);
  font-size: 13px;
  font-weight: 400;
  max-width: 80%;
}
.navigation-tile .tile-name {
  display: inline;
  margin: 5px 0 0;
  padding: 0;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.navigation-tile .tile-name.link {
  color: #252525;
  border-radius: 0px;
}
.navigation-tile .tile-name.link:hover, .navigation-tile .tile-name.link:focus {
  outline: none;
  color: #000;
  font-weight: 600;
}
.navigation-tile .tile-name.link:focus {
  outline: 1px dashed #252525;
  outline-offset: 1px;
}
.navigation-tile .navigation-tile-menu {
  margin: auto 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: transparent;
}
.navigation-tile .navigation-tile-menu:hover, .navigation-tile .navigation-tile-menu:focus-within {
  background-color: transparent;
}
.navigation-tile .navigation-tile-menu .menu-trigger {
  width: auto;
  border-left: 1px solid #ddd;
  border-radius: 0px;
  background: transparent;
  align-self: flex-end;
  padding-left: 10px;
}
.navigation-tile .navigation-tile-menu .menu-trigger:hover, .navigation-tile .navigation-tile-menu .menu-trigger:focus {
  background-color: transparent;
}
.navigation-tile .navigation-tile-menu .menu-items {
  min-width: 125px;
}
.navigation-tile .navigation-tile-menu .tile-menu-link .svg-inline--fa {
  margin-right: 10px;
}

.address-summary {
  padding: 10px 0;
  white-space: nowrap;
}

.billing-summary {
  color: white;
  width: 100%;
  margin-bottom: 20px;
}
.billing-summary tbody {
  font-size: 1.2em;
}
.billing-summary tfoot {
  border-top: 1px solid rgba(0, 129, 174, 0.2);
  font-size: 2em;
}
.billing-summary th,
.billing-summary td {
  padding: 5px 0;
}
.billing-summary th {
  padding-right: 10px;
  text-align: left;
}
.billing-summary td {
  text-align: right;
  width: 40%;
}
.billing-summary td span {
  cursor: help;
  display: block;
  width: 100%;
}
.billing-summary .discount-label {
  color: #2ecb71;
}

.special-content-sidebar {
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 65px;
}
.special-content-sidebar .top-items {
  height: 100%;
}
.special-content-sidebar .bottom-items {
  margin-top: auto;
}
.special-content-sidebar .top-items,
.special-content-sidebar .bottom-items {
  background-color: #e4e4e4;
  z-index: 1;
}
.special-content-sidebar .top-items > li,
.special-content-sidebar .bottom-items > li {
  border-bottom: 1px solid rgba(98.2, 98.2, 98.2, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.special-content-sidebar .top-items > li:last-child,
.special-content-sidebar .bottom-items > li:last-child {
  border: none;
  padding-bottom: 0;
}
.special-content-sidebar .top-items > li .button,
.special-content-sidebar .bottom-items > li .button {
  height: 44px;
}
.special-content-sidebar .top-items button.special-content-menu-trigger,
.special-content-sidebar .bottom-items button.special-content-menu-trigger {
  border-radius: 0;
  height: 44px;
  color: #252525;
  background-color: #e4e4e4;
  width: 100%;
}
.special-content-sidebar .top-items button.special-content-menu-trigger:hover, .special-content-sidebar .top-items button.special-content-menu-trigger:focus, .special-content-sidebar .top-items button.special-content-menu-trigger.active,
.special-content-sidebar .bottom-items button.special-content-menu-trigger:hover,
.special-content-sidebar .bottom-items button.special-content-menu-trigger:focus,
.special-content-sidebar .bottom-items button.special-content-menu-trigger.active {
  background-color: #2ecb71;
  color: #fff;
  outline: none;
}
.special-content-sidebar .bottom-items .menu-container,
.special-content-sidebar .bottom-items .menu-trigger,
.special-content-sidebar .bottom-items .button {
  border-radius: 0;
  height: 44px;
  color: #252525;
  background-color: #e4e4e4;
  width: 100%;
  opacity: 1;
}
.special-content-sidebar .bottom-items .menu-container:hover, .special-content-sidebar .bottom-items .menu-container:focus, .special-content-sidebar .bottom-items .menu-container.active,
.special-content-sidebar .bottom-items .menu-trigger:hover,
.special-content-sidebar .bottom-items .menu-trigger:focus,
.special-content-sidebar .bottom-items .menu-trigger.active,
.special-content-sidebar .bottom-items .button:hover,
.special-content-sidebar .bottom-items .button:focus,
.special-content-sidebar .bottom-items .button.active {
  background-color: #2ecb71;
  color: #fff;
  outline: none;
}
.special-content-sidebar .special-content-menu {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 300px;
  z-index: 0;
  transform: translate(100%, 0);
  transition: transform 0.2s;
  overflow-y: auto;
}
.special-content-sidebar .special-content-menu .menu-header {
  display: flex;
  min-height: 44px;
  background-color: #2ecb71;
  color: #fff;
  position: relative;
}
.special-content-sidebar .special-content-menu .menu-header .close {
  color: #fff;
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
}
.special-content-sidebar .special-content-menu .menu-header .close:hover, .special-content-sidebar .special-content-menu .menu-header .close:focus {
  background-color: rgb(41.2891566265, 182.2108433735, 101.4277108434);
}
.special-content-sidebar .special-content-menu .menu-header h2 {
  margin: auto;
  display: flex;
  font-weight: 600;
}
.special-content-sidebar .special-content-menu .menu-body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: 10px;
  row-gap: 20px;
  padding: 30px;
  overflow: auto;
}
.special-content-sidebar .special-content-menu .special-content-menu-item .item-label {
  word-wrap: break-word;
}
.special-content-sidebar .special-content-menu .special-content-menu-item .error-message {
  display: flex;
  align-items: center;
  color: #e74c3c;
}
.special-content-sidebar .special-content-menu .special-content-menu-item .error-message .svg-inline--fa {
  margin-right: 5px;
}
.special-content-sidebar .special-content-menu .special-content-menu-item.selected button {
  outline: 2px solid #00a7e1;
}
.special-content-sidebar .special-content-menu .special-content-menu-item button {
  width: 100%;
}
.special-content-sidebar .special-content-menu .special-content-menu-item button:hover, .special-content-sidebar .special-content-menu .special-content-menu-item button:focus {
  outline: 3px solid #00a7e1;
}
.special-content-sidebar .special-content-menu .menu-footer {
  border-top: 1px solid #ddd;
  margin-top: auto;
  display: flex;
}
.special-content-sidebar .special-content-menu .menu-footer button.button {
  height: 44px;
  border-radius: 0;
  flex: 1;
}
.special-content-sidebar .special-content-menu .menu-footer button.button:focus {
  outline: none;
}
.special-content-sidebar .special-content-menu .menu-footer button.button.bare:hover, .special-content-sidebar .special-content-menu .menu-footer button.button.bare:focus {
  outline: 2px solid;
}
.special-content-sidebar.in .special-content-menu {
  transform: translate(-100%, 0);
}

/* added extra styling to support highlight on hover for Support menu */
.menu-container.nav_link.support-menu .menu-trigger:hover,
.menu-container.nav_link.support-menu.open .menu-trigger {
  background: transparent;
}

.support_container {
  display: flex;
  flex-direction: row;
}
.support_container .nav_link.mobile-support-menu {
  display: flex;
  padding: 0;
}
@media (min-width: 1025px) {
  .support_container .nav_link.mobile-support-menu {
    display: none;
  }
}
.support_container .nav_link.support-menu {
  display: none;
  padding: 0;
}
.support_container .nav_link.support-menu .menu-item {
  background-color: #f5f5f5;
}
@media (min-width: 1025px) {
  .support_container .nav_link.support-menu {
    display: flex;
  }
  .support_container .nav_link.support-menu.open {
    background-color: #eee;
  }
}
.support_container .mobile-support-menu.nav_link .menu-trigger,
.support_container .support-menu.nav_link .menu-trigger {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.support_container .mobile-support-menu.nav_link .menu-trigger,
.support_container .mobile-support-menu.nav_link .menu-item > a,
.support_container .support-menu.nav_link .menu-trigger,
.support_container .support-menu.nav_link .menu-item > a {
  opacity: 1;
}
.support_container .mobile-support-menu .menu-trigger-caret,
.support_container .support-menu .menu-trigger-caret {
  color: #999;
  font-size: 12px;
}
.support_container .mobile-support-menu.nav_link.open .menu-trigger {
  background-color: inherit;
}
.support_container a {
  align-items: center;
  font-size: inherit;
}
.support_container .support-item-icon {
  margin-right: 5px;
}

.mmv {
  align-items: center;
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  min-height: 44px;
  z-index: 3;
  display: flex;
  justify-content: center;
  position: relative;
}
.mmv__message {
  width: 100%;
  line-height: 1;
  text-align: center;
}
.mmv button {
  color: #252525;
  height: 44px;
  width: 44px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.mmv.notice {
  background-color: #f8bf32;
}
.mmv.error {
  background-color: rgb(240.1948051948, 89.8051948052, 92.9220779221);
}

.panel_tooltip {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.panel_tooltip .panel_tooltip_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  background: #fff;
}
.panel_tooltip .panel_tooltip_inner .panel_tooltip_content {
  order: 2;
  width: 47%;
}
.panel_tooltip .panel_tooltip_inner .panel_tooltip_content .button,
.panel_tooltip .panel_tooltip_inner .panel_tooltip_content .link {
  margin-right: 10px;
}
.panel_tooltip .panel_tooltip_inner .panel_tooltip_img {
  order: 1;
  width: 47%;
  margin: auto;
}
.panel_tooltip .panel_tooltip_header {
  font-size: 24px;
  font-weight: bold;
}
.panel_tooltip .panel_tooltip_description {
  margin: 15px 0;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-label {
  margin-bottom: 5px;
}

.slider {
  appearance: none;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  width: 150px;
}
.slider::-moz-focus-outer {
  border: 0;
}
.slider::-webkit-slider-runnable-track {
  width: 150px;
  height: 4px;
  background: rgb(160.0375, 160.0375, 160.0375);
  border: none;
  border-radius: 3px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: -8px;
  border: 3px solid rgb(98.2, 98.2, 98.2);
  background-color: #f5f5f5;
}
.slider:hover::-webkit-slider-runnable-track {
  background: #00a7e1;
}
.slider:hover::-webkit-slider-thumb {
  background: #fff;
}
.slider::-moz-range-track {
  width: 150px;
  height: 4px;
  background: rgb(160.0375, 160.0375, 160.0375);
  border: none;
  border-radius: 3px;
}
.slider::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: -8px;
  border: 3px solid rgb(98.2, 98.2, 98.2);
  background-color: #f5f5f5;
  width: 16px;
  height: 16px;
}
.slider:hover::-moz-range-track {
  background: #00a7e1;
}
.slider:hover::-moz-range-thumb {
  background: #fff;
}
.slider::-ms-track {
  width: 300px;
  height: 5px;
  position: relative;
  top: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.slider::-ms-fill-lower {
  background: rgb(160.0375, 160.0375, 160.0375);
  border-radius: 10px;
}
.slider::-ms-fill-upper {
  background: rgb(160.0375, 160.0375, 160.0375);
  border-radius: 10px;
}
.slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
}
.slider:hover::-ms-fill-lower, .slider:hover::-ms-fill-upper {
  background: #00a7e1;
}

.input {
  display: inline-flex;
  padding: 1px;
}
.input.column {
  flex-direction: column;
}
.input.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.input input,
.input select,
.input textarea {
  order: 1;
  background: #213238;
  border: 1px solid rgba(0, 167, 225, 0.6);
  box-shadow: none;
  color: #fff;
}
.input input:hover, .input input:focus,
.input select:hover,
.input select:focus,
.input textarea:hover,
.input textarea:focus {
  border-color: #00a7e1;
  box-shadow: 0 0 0 1px #00a7e1;
}
.input select {
  cursor: pointer;
  background-image: url("/assets/select_arrows.png");
  background-color: #213238;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px 26px;
  padding-right: 40px;
}
.input option {
  color: #fff;
  background-color: #213238;
}
.input label {
  font-weight: 600;
  color: #fff;
}
.input label.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.input label.left, .input label.right {
  align-self: flex-end;
  margin: 0 5px;
}
.input label.top, .input label.bottom {
  margin: 5px 0;
}
.input label.left, .input label.top {
  order: 0;
}
.input label.right, .input label.bottom {
  order: 2;
}
.input label small {
  font-size: 0.9em;
  font-weight: 400;
  opacity: 0.8;
}
.input .input-error-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.input.error input,
.input.error select {
  border-color: #e74c3c;
}
.input.error input:hover, .input.error input:focus,
.input.error select:hover,
.input.error select:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 1px #e74c3c;
}
.input .error-message {
  color: #e74c3c;
  font-weight: 600;
  width: 100%;
  order: 0;
  visibility: hidden;
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition: all 0.2s;
}
.input .error-message.top {
  order: 3;
  bottom: 10px;
}
.input .error-message.true {
  visibility: visible;
  opacity: 1;
  bottom: -5px;
}
.input .error-message .svg-inline--fa {
  margin-right: 5px;
}
.input .error-message span.spacer {
  opacity: 0;
}

.product-button-container {
  position: relative;
  height: 100%;
}
.product-button-container:hover .tooltip-button {
  background-color: #2d3940;
  visibility: visible;
}
.product-button-container:hover .tooltip-button:hover {
  background-color: #252525;
}
.product-button-container .tooltip-button {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 0;
  background: #252525;
  color: #fff;
  box-shadow: none;
  border-radius: 100%;
  visibility: hidden;
}
.product-button-container .tooltip-button i {
  opacity: 0.5;
}
.product-button-container .tooltip-button:active {
  box-shadow: none;
}
.product-button-container .tooltip-button:hover, .product-button-container .tooltip-button:focus {
  color: #fff;
  background: #252525;
}
.product-button-container .tooltip-button:hover i, .product-button-container .tooltip-button:focus i {
  opacity: 1;
}

.product-button {
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #2d393f;
}
.product-button.selected {
  background-color: #2d393f;
  box-shadow: inset 0 0 0 1px #00a7e1;
}
.product-button:focus, .product-button:active {
  box-shadow: inset 0 0 0 1px #00a7e1;
}
.product-button:hover {
  background-color: #2d393f;
}
.product-button:hover:active {
  background-color: transparent;
}
.product-button span {
  color: #fff;
}
.product-button span.price {
  color: #2ecb71;
  font-weight: 400;
}

.custom_size_picker {
  margin-top: 1rem;
}
.custom_size_picker .size-picker-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.custom_size_picker .stats {
  display: flex;
}
.custom_size_picker .stats > div {
  margin: 0 5px;
}
.custom_size_picker .stats > div:first-of-type {
  margin-left: 0;
}
.custom_size_picker .stats > div:last-of-type {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .custom_size_picker .stats > div {
    padding-left: 1vw;
  }
}
.custom_size_picker .custom-size-picker-price {
  display: flex;
}
.custom_size_picker .custom-size-picker-price .calculating {
  opacity: 0.5;
  margin-left: 10px;
}
.custom_size_picker .custom-size-error {
  color: #e74c3c;
  font-weight: 600;
}
.custom_size_picker .custom_size_picker_inputs {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.custom_size_picker .custom_size_picker_inputs > span.buttons {
  display: flex;
  flex-direction: column;
}
.custom_size_picker .custom_size_picker_inputs > span.buttons .lock {
  color: #2ecb71;
}
.custom_size_picker .custom_size_picker_inputs > span.buttons > * {
  justify-content: center;
}
@media (max-width: 500px) {
  .custom_size_picker .custom_size_picker_inputs .size-picker-input {
    max-width: 45%;
  }
  .custom_size_picker .custom_size_picker_inputs .size-picker-input .input {
    display: flex;
  }
  .custom_size_picker .custom_size_picker_inputs span.buttons {
    flex: 1 0 30px;
  }
}
.custom_size_picker .size-picker-input {
  margin-right: 0;
  margin-bottom: 0;
}
.custom_size_picker .size-picker-input:last-of-type {
  margin-right: 0;
}
.custom_size_picker .size-picker-input input {
  max-width: 170px;
}
.custom_size_picker input.error {
  outline: 2px dashed red;
}
.custom_size_picker input.error:focus {
  border-color: red;
}

.modal.alert .modal-content {
  max-width: 800px;
}

.alert-message {
  font-size: 16px;
  margin-bottom: 10px;
  margin: 0 30px;
  text-align: center;
}
.alert-message span {
  display: block;
  margin-bottom: 5px;
}
.alert-message ul {
  margin: 0 0 20px 10px;
}

.accessibility-header {
  height: 1px;
  left: 1px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  width: 1px;
}

.debug_header {
  position: absolute;
  align-content: center;
  top: 14px;
  left: calc(470px + 20px);
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  border-radius: 3px;
  display: none;
}
.debug_header span {
  margin: auto;
  line-height: 1;
}
.debug_header > button.icon.button {
  color: #e74c3c;
  margin-left: 10px;
}
.debug_header > button.icon.button:hover, .debug_header > button.icon.button:focus {
  color: rgb(209.2467532468, 18.7532467532, 22.7012987013);
}
@media (min-width: 1025px) {
  .debug_header {
    display: flex;
  }
}

.header {
  display: flex;
  background: #fff;
  justify-content: space-between;
  height: 60px;
  flex: 60px 0 0;
  position: relative;
  z-index: 4;
}
.header .branding {
  display: flex;
  padding: 0 10px;
  width: 120px;
}
@media (min-width: 1025px) {
  .header .branding {
    width: 470px;
  }
}
.header .branding .logo {
  display: block;
  width: 180px;
  background: url("/assets/bayphoto-logo-color.svg") no-repeat center center;
  background-size: 100%;
  opacity: 0.9;
}
.header .site_nav {
  display: flex;
  z-index: 1;
  position: relative;
  margin-left: auto;
}
.header .site_nav .header-links {
  display: none;
}
@media (min-width: 1025px) {
  .header .site_nav .header-links {
    display: flex;
  }
}
.header .nav_link {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1em;
  min-width: 60px;
  color: #252525;
  cursor: pointer;
  font-weight: bold;
}
.header .nav_link:hover, .header .nav_link:focus {
  background: #eee;
}

.switch {
  display: flex;
  align-items: center;
  margin: 0;
}
.switch__label {
  min-width: 40px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
.switch__label--inactiveLabel {
  margin-right: 7px;
  text-align: right;
}
.switch__label--activeLabel {
  margin-left: 7px;
  text-align: left;
}
.switch__toggle {
  display: inline-block;
  background: #808080;
  padding: 2px;
  border-radius: 100px;
  width: 55px;
  height: 27px;
  cursor: pointer;
  outline: 0;
  margin: 0;
  transition: 0.15s linear background;
}
.switch__toggle:focus-within {
  outline: 1px dashed #00a7e1;
  outline-offset: 1px;
}
.switch__toggle::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: white;
  width: 23px;
  height: 23px;
  outline: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  transition: 0.15s linear transform;
}
.switch__toggle--on {
  background: #418bef;
}
.switch__toggle--on::before {
  transform: translateX(27px);
}

.product-filter-buttons {
  --containerWidth: 100%;
  white-space: pre;
  overflow: hidden;
  position: relative;
}
.product-filter-buttons.sidescroll {
  height: 51px;
}
.product-filter-buttons.sidescroll .scroll-wrapper {
  height: 51px;
  width: calc(100% - 20px);
}
.product-filter-buttons.sidescroll .scroll-arrow {
  position: absolute;
  z-index: 2010;
  top: 5px;
  height: 25px;
  width: 25px;
  /*padding: 5px 2px;*/
  color: #00a7e1;
  border-radius: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.product-filter-buttons.sidescroll .scroll-arrow:hover {
  font-weight: bold;
}
.product-filter-buttons.sidescroll .scroll-arrow.prev {
  left: 0px;
}
.product-filter-buttons.sidescroll .scroll-arrow.prev .svg-inline--fa {
  position: relative;
  left: -1px;
}
.product-filter-buttons.sidescroll .scroll-arrow.next {
  right: 0px;
}
.product-filter-buttons.sidescroll .scroll-arrow.next .svg-inline--fa {
  position: relative;
  right: -1px;
}
.product-filter-buttons.sidescroll button {
  max-width: fit-content;
}
.product-filter-buttons.sidescroll:hover .scroll-arrow {
  display: flex;
}
.product-filter-buttons.sidescroll:hover .scroll-arrow.limit {
  display: none;
}
.product-filter-buttons.buttons {
  height: 51px;
}
.product-filter-buttons.buttons .scroll-wrapper {
  height: 51px;
  width: 100%;
}
.product-filter-buttons .scroll-arrow {
  display: none;
}
.product-filter-buttons .scroll-wrapper {
  position: relative;
  overflow: hidden;
}
.product-filter-buttons .scroll-wrapper .scroll-panel {
  position: absolute;
  --scrollPanelWidth: 100%;
  --translateFrom: 0%;
  --translateTo: calc(var(--containerWidth) - var(--scrollPanelWidth));
  --pinPos: var(--translateFrom);
  transform: translateX(var(--pinPos));
}
.product-filter-buttons .scroll-wrapper .scroll-panel.goscroll {
  animation-name: scrollmove;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes scrollmove {
  from {
    transform: translateX(var(--translateFrom));
  }
  to {
    transform: translateX(var(--translateTo));
  }
}
.product-filter-buttons .button {
  margin-right: 0.25rem;
  width: auto;
}

.card-summary .card-data {
  font-weight: 600;
}
.card-summary .card-data .svg-inline--fa {
  margin-right: 5px;
}
.card-summary .address-summary {
  margin-top: 5px;
}
.card-summary .apple-pay-mark {
  width: 60px;
}
.card-summary .paypal-mark {
  width: 100px;
  background: #eeeeee;
  border-radius: 3px;
  padding: 5px;
}

.signin_container {
  display: flex;
  flex-direction: row;
}
.signin_container .nav_link.mobile-signin-menu {
  display: flex;
  padding: 0;
}
@media (min-width: 1025px) {
  .signin_container .nav_link.mobile-signin-menu {
    display: none;
  }
}
.signin_container .nav_link.signin-menu {
  display: none;
  padding: 0;
}
.signin_container .nav_link.signin-menu .menu-item {
  background-color: #f5f5f5;
}
@media (min-width: 1025px) {
  .signin_container .nav_link.signin-menu {
    display: flex;
  }
}
.signin_container .mobile-signin-menu.nav_link .menu-trigger,
.signin_container .signin-menu.nav_link .menu-trigger {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: left;
}
.signin_container .mobile-signin-menu.nav_link .menu-trigger,
.signin_container .mobile-signin-menu.nav_link .menu-item > a,
.signin_container .signin-menu.nav_link .menu-trigger,
.signin_container .signin-menu.nav_link .menu-item > a {
  opacity: 1;
}
.signin_container .mobile-signin-menu .menu-trigger-caret,
.signin_container .signin-menu .menu-trigger-caret {
  color: #999;
  font-size: 12px;
}
.signin_container .mobile-customer-name {
  font-size: 13px;
}
.signin_container .mobile-customer-name .signed_in_as {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #555;
}
.signin_container a {
  align-items: center;
  font-size: inherit;
}
.signin_container .signin-item-icon {
  margin-right: 5px;
}

.gallery-container {
  background-color: rgba(37, 37, 37, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
}
.gallery-container .image-container {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: auto;
}
.gallery-container .image-container button {
  align-self: start;
  margin-bottom: 20px;
}
.gallery-container .image-container img {
  max-height: 80vh;
  max-width: 90vw;
}
.gallery-container .page-label {
  color: #fff;
}

.radio-select-button input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radio-select-button.styled {
  border: 2px solid #00a7e1;
  border-radius: 3px;
  display: flex;
  font-size: 1.1em;
  padding: 10px;
}
.radio-select-button.styled.checked {
  background-color: rgba(0, 167, 225, 0.1);
}
.radio-select-button.styled:hover, .radio-select-button.styled:focus, .radio-select-button.styled:has(input:focus) {
  cursor: pointer;
  background-color: rgba(0, 167, 225, 0.1);
  outline: 1px dashed #00a7e1;
  outline-offset: 1px;
}
.radio-select-button.styled .check {
  margin-right: 5px;
}

.main div:nth-of-type(2).modal {
  background-color: rgba(37, 37, 37, 0.75);
}

.modal {
  bottom: 0;
  color: #252525;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal .cp-modal {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  background-color: rgba(37, 37, 37, 0.75);
}
.modal .modal-content {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  min-height: 450px;
  padding: 0px;
  position: relative;
  max-width: 900px;
  width: 99%;
}
@media (min-width: 1025px) {
  .modal .modal-content {
    width: 65%;
  }
}
.modal .modal-content .modal-message {
  text-align: center;
  margin-bottom: 10px;
}
.modal .modal-content strong {
  font-weight: 600;
}
.modal .modal-content .modal-body {
  min-height: 345px;
  overflow-y: auto;
  width: 100%;
  padding: 10px 20px;
}
.modal .modal-content .modal-body .modal-list-items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal .modal-content .modal-body .modal-list-items > li {
  position: relative;
  width: 50%;
}
@media (min-width: 500px) {
  .modal .modal-content .modal-body .modal-list-items > li {
    width: 33%;
  }
}
.modal .modal-content .modal-footer {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
  min-height: 55px;
  border-radius: 0 0 5px 5px;
}
.modal .modal-content .modal-footer button,
.modal .modal-content .modal-footer input {
  margin-bottom: 0;
}
.modal .modal-content .modal-footer .footer-group-primary {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.modal .modal-content .modal-footer .footer-group-primary > button {
  margin-right: 10px;
}
.modal .modal-content .modal-footer .footer-group-primary > button:last-child {
  margin-right: 0;
}
.modal .modal-content .modal-footer .footer-group-primary > .spinner {
  margin-right: 10px;
}
.modal .modal-content .modal-footer .footer-group-secondary {
  align-items: center;
  display: flex;
  margin-right: auto;
}
.modal .modal-content .modal-footer .selected {
  background-color: rgba(0, 167, 225, 0.2);
  box-shadow: none;
}
.modal .modal-header {
  background-color: #f5f5f5;
  color: #252525;
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.modal .modal-header .modal-close {
  position: absolute;
  right: 15px;
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 3px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .page-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 35px;
  outline-offset: -5px;
}
.modal .page-button.next {
  right: 0;
}
.modal .page-button.previous {
  left: 0;
}
.modal .modal-content.dark {
  background: #252525;
  box-shadow: 0 0 0 2px #00a7e1;
}
.modal .modal-content.dark .modal-header,
.modal .modal-content.dark .modal-body,
.modal .modal-content.dark .modal-footer {
  background: #252525;
  color: #fff;
}
.modal .modal-content.dark .button.icon.dark {
  color: #fff !important;
}

.button.cart_status {
  align-items: center;
  background-color: rgb(146.1626506024, 230.3373493976, 182.0843373494);
  color: #252525;
  display: flex;
  font-size: 16px;
  justify-content: center;
  min-width: 60px;
}
.button.cart_status:hover, .button.cart_status:focus {
  outline: none;
  background-color: #2ecb71;
}
.button.cart_status span {
  margin-left: 5px;
}

.add_to_cart_notification {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #25a25a;
}
.add_to_cart_notification.hide {
  display: none;
}
@media (max-width: 1024px) {
  .add_to_cart_notification {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 9999;
  }
}
@media (min-width: 1025px) {
  .add_to_cart_notification {
    position: absolute;
    right: 15px;
    bottom: -65px;
    padding: 10px 15px;
    border-radius: 3px;
    z-index: -1;
  }
  .add_to_cart_notification:hover {
    cursor: pointer;
    background: rgb(41.7412060302, 182.7587939698, 101.5326633166);
  }
}
.add_to_cart_notification span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.add_to_cart_notification .svg-inline--fa {
  margin-left: 10px;
  color: #fff;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

.signin_container {
  display: flex;
  flex-direction: row;
}
.signin_container .nav_link.mobile-signin-menu {
  display: flex;
  padding: 0;
}
@media (min-width: 1025px) {
  .signin_container .nav_link.mobile-signin-menu {
    display: none;
  }
}
.signin_container .nav_link.signin-menu {
  display: none;
  padding: 0;
}
.signin_container .nav_link.signin-menu .menu-item {
  background-color: #f5f5f5;
}
@media (min-width: 1025px) {
  .signin_container .nav_link.signin-menu {
    display: flex;
  }
}
.signin_container .mobile-signin-menu.nav_link .menu-trigger,
.signin_container .signin-menu.nav_link .menu-trigger {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: left;
}
.signin_container .mobile-signin-menu.nav_link .menu-trigger,
.signin_container .mobile-signin-menu.nav_link .menu-item > a,
.signin_container .signin-menu.nav_link .menu-trigger,
.signin_container .signin-menu.nav_link .menu-item > a {
  opacity: 1;
}
.signin_container .mobile-signin-menu .menu-trigger-caret,
.signin_container .signin-menu .menu-trigger-caret {
  color: #999;
  font-size: 12px;
}
.signin_container .mobile-customer-name {
  font-size: 13px;
}
.signin_container .mobile-customer-name .signed_in_as {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #555;
}
.signin_container a {
  align-items: center;
  font-size: inherit;
}
.signin_container .sign-in-input {
  display: flex;
  align-items: center;
  opacity: 1;
}
.signin_container .sign-in-input input {
  font-weight: bold;
  font-size: inherit;
}
.signin_container .signin-item-icon {
  margin-right: 5px;
}

.config_entries {
  background-color: #252525;
}

.link_form {
  display: inline;
}

.config-entries {
  width: 100%;
  height: 100%;
  padding: 40px;
}
.config-entries h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.config-entries table {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.config-entries table th {
  font-weight: bold;
  background-color: #00a7e1;
  color: #fff;
}
.config-entries table th,
.config-entries table td {
  padding: 12px 15px;
}
.config-entries table tr:nth-child(even) {
  background-color: #fff;
}
.config-entries table tr:nth-child(odd) {
  background-color: #ddd;
}
.config-entries table button[type=submit].icon:hover {
  color: #00a7e1;
}
.config-entries .field {
  width: 100%;
  margin-bottom: 15px;
}
.config-entries .actions {
  margin-top: 40px;
}

.static_pages-supported_browsers .header {
  display: none;
}

.static_pages-maintenance #main {
  background-color: white;
}

.static_pages {
  background: #eee;
}
.static_pages .main {
  text-align: center;
}
.static_pages .dialog {
  padding: 50px 0;
  text-align: center;
}
.static_pages .dialog img {
  margin: auto;
  max-width: 960px;
}
.static_pages .error_code,
.static_pages .error_statement {
  font-size: 1.75em;
  line-height: 1;
}
.static_pages .error_code {
  margin-bottom: 1em;
  display: inline-block;
  color: #e74c3c;
}
.static_pages .error_statement {
  margin-bottom: 0.125em;
}

.browsers {
  min-width: 0;
  text-align: center;
  margin: 80px 20px 20px;
  color: #fff;
}
.browsers__message {
  margin: 0 0 30px;
}
.browsers__message h1 {
  font-size: 24px;
  margin-bottom: 4px;
  color: #252525;
}
@media (min-width: 60em) {
  .browsers__message h1 {
    font-size: 32px;
  }
}
.browsers__message p {
  font-size: 14px;
  color: #999;
}
@media (min-width: 60em) {
  .browsers__message p {
    font-size: 16px;
  }
}
.browsers__list {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .browsers__list {
    max-width: 960px;
  }
}
.browsers__list-item {
  padding: 2%;
}
@media (min-width: 60em) {
  .browsers__list-item {
    padding: 20px;
    opacity: 0.75;
  }
}
.browsers__list-item:hover {
  opacity: 1;
}
.browsers__list-item-title {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
}
.browsers__list-item {
  width: 150px;
  float: left;
}
.browsers__list-item a {
  display: block;
}
.browsers__list-item img {
  max-width: 100%;
}
.browsers__confirmation-button {
  margin: 60px 0 0;
}

.link_form {
  display: inline;
}

.wall_previews .main {
  background-color: #2b2b2b;
  color: #fff;
  min-height: 100%;
  padding: 40px;
  width: 100%;
}
.wall_previews .main .container {
  max-width: 960px;
  margin: auto;
}
.wall_previews .main .preview-cards {
  display: flex;
  flex-wrap: wrap;
}
.wall_previews .main .preview-cards li {
  border: 2px solid rgb(54.85, 54.85, 54.85);
  border-radius: 6px;
  margin: 10px;
  padding: 20px 10px;
  text-align: left;
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 695px) {
  .wall_previews .main .preview-cards li {
    width: 22%;
  }
}
@media (min-width: 960px) {
  .wall_previews .main .preview-cards li {
    width: 213px;
  }
}
.wall_previews .main .preview-cards h2 {
  font-size: 16px;
}
.wall_previews .main .preview-cards p,
.wall_previews .main .preview-cards h2 {
  margin: 5px 0;
}
.wall_previews .main .preview-cards a:hover {
  opacity: 0.6;
}
.wall_previews .main .preview-cards a:focus {
  outline: dotted thin rgba(0, 167, 225, 0.25);
  outline-offset: 2px;
}
.wall_previews .main h1 {
  font-size: 28px;
  margin-bottom: 40, 28px;
  font-weight: bold;
  color: #fff;
}
