@charset "UTF-8";
/* 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; }

                 /*!
* akachanhonpo coen.lol website - akachannohi2022 styles
*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: 800ms; }

.animated.faster {
  animation-duration: 500ms; }

.animated.fastest {
  animation-duration: 250ms; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }
@keyframes bounce {
  20%,53%,80%,0%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

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

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

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

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

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

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

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

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

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

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

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

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

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

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

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

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

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fefefe;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e6160b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e9ecef;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Yu Gothic",YuGothic,"Noto Sans",Verdana,Meiryo,"M+ 1p",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, :after, :before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Yu Gothic",YuGothic,"Noto Sans",Verdana,Meiryo,"M+ 1p",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #262626;
  text-align: left;
  background-color: #fefefe; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #262626;
  text-decoration: underline;
  background-color: transparent; }

a:hover {
  color: black;
  text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw); } }
progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.67; }

.h1, h1 {
  font-size: 2.5rem; }

@media (max-width: 1200px) {
  .h1, h1 {
    font-size: calc(1.375rem + 1.5vw); } }
.h2, h2 {
  font-size: 2rem; }

@media (max-width: 1200px) {
  .h2, h2 {
    font-size: calc(1.325rem + 0.9vw); } }
.h3, h3 {
  font-size: 1.75rem; }

@media (max-width: 1200px) {
  .h3, h3 {
    font-size: calc(1.3rem + 0.6vw); } }
.h4, h4 {
  font-size: 1.5rem; }

@media (max-width: 1200px) {
  .h4, h4 {
    font-size: calc(1.275rem + 0.3vw); } }
.h5, h5 {
  font-size: 1.25rem; }

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.67; }

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw); } }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.67; }

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw); } }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.67; }

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw); } }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.67; }

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw); } }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer:before {
  content: "— "; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fefefe;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #262626; }

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm td, .table-sm th {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #262626;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #f7bdba; }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #f28580; }

.table-hover .table-primary:hover {
  background-color: #f4a7a3; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #f4a7a3; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d5d8da; }

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b2b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c7cbce; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c7cbce; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c2e6ca; }

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b0dfba; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b0dfba; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bde4ea; }

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86ceda; }

.table-hover .table-info:hover {
  background-color: #aadce4; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #aadce4; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #feedb9; }

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffde7e; }

.table-hover .table-warning:hover {
  background-color: #fee7a0; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fee7a0; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f4c6ca; }

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ec959e; }

.table-hover .table-danger:hover {
  background-color: #f0b1b6; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f0b1b6; }

.table-light, .table-light > td, .table-light > th {
  background-color: #f8f9fa; }

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #f3f5f6; }

.table-hover .table-light:hover {
  background-color: #e9ecef; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #e9ecef; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c5c7c9; }

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95989b; }

.table-hover .table-dark:hover {
  background-color: #b8babd; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b8babd; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fefefe;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fefefe;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(254, 254, 254, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.form-control:focus {
  color: #495057;
  background-color: #fefefe;
  border-color: #f97e78;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fefefe; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[multiple], select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fefefe;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem); }

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fefefe no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem); }

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745; }

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fefefe;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem); }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fefefe no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem); }

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545; }

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #262626;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:hover {
  color: #262626;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.btn-primary:hover {
  color: #fefefe;
  background-color: #c11309;
  border-color: #b51109; }

.btn-primary.focus, .btn-primary:focus {
  color: #fefefe;
  background-color: #c11309;
  border-color: #b51109;
  box-shadow: 0 0 0 0.2rem rgba(234, 57, 47, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fefefe;
  background-color: #b51109;
  border-color: #a91008; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 57, 47, 0.5); }

.btn-secondary {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fefefe;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  color: #fefefe;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 144, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fefefe;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 144, 0.5); }

.btn-success {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fefefe;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  color: #fefefe;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fefefe;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fefefe;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  color: #fefefe;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fefefe;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fefefe;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  color: #fefefe;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fefefe;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da; }

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5); }

.btn-dark {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fefefe;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  color: #fefefe;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 87, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fefefe;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 87, 93, 0.5); }

.btn-outline-primary {
  color: #e6160b;
  border-color: #e6160b; }

.btn-outline-primary:hover {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e6160b;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #262626;
  text-decoration: underline; }

.btn-link:hover {
  color: black;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty:after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #262626;
  text-align: left;
  list-style: none;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty:after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty:after {
  margin-left: 0; }

.dropright .dropdown-toggle:after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle:after {
  display: none; }

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0; }

.dropleft .dropdown-toggle:before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: rgba(222, 226, 230, 0.2); }

.dropdown-item.active, .dropdown-item:active {
  color: #fefefe;
  text-decoration: none;
  background-color: #e6160b; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -2px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split:before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -2px; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fefefe;
  border-color: #dee2e6 #dee2e6 #fefefe; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fefefe;
  background-color: #e6160b; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: #262626; }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #262626; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0d0d0d; }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: #262626;
  border-color: #333333; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23262626' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #262626; }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fefefe; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fefefe; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(254, 254, 254, 0.8); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fefefe; }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(254, 254, 254, 0.34); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fefefe; }

.navbar-dark .navbar-toggler {
  color: rgba(254, 254, 254, 0.8);
  border-color: rgba(254, 254, 254, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28254, 254, 254, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(254, 254, 254, 0.8); }

.navbar-dark .navbar-text a {
  color: #fefefe; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fefefe; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fefefe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img, .card-img-bottom, .card-img-top {
  flex-shrink: 0;
  width: 100%; }

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #262626;
  text-decoration: none;
  background-color: #fefefe;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fefefe;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }
a.badge:focus, a.badge:hover {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fefefe;
  background-color: #e6160b; }

a.badge-primary:focus, a.badge-primary:hover {
  color: #fefefe;
  background-color: #b51109; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5); }

.badge-secondary {
  color: #fefefe;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fefefe;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fefefe;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fefefe;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fefefe;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fefefe;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fefefe;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fefefe;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #e9ecef; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #cbd3da; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5); }

.badge-dark {
  color: #fefefe;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fefefe;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #780b06;
  background-color: #f9d0cd;
  border-color: #f7bdba; }

.alert-primary hr {
  border-top-color: #f4a7a3; }

.alert-primary .alert-link {
  color: #470704; }

.alert-secondary {
  color: #383d41;
  background-color: #e1e3e4;
  border-color: #d5d8da; }

.alert-secondary hr {
  border-top-color: #c7cbce; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d3edd9;
  border-color: #c2e6ca; }

.alert-success hr {
  border-top-color: #b0dfba; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d0ecf0;
  border-color: #bde4ea; }

.alert-info hr {
  border-top-color: #aadce4; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fef2cd;
  border-color: #feedb9; }

.alert-warning hr {
  border-top-color: #fee7a0; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f7d6d9;
  border-color: #f4c6ca; }

.alert-danger hr {
  border-top-color: #f0b1b6; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #797b7c;
  background-color: #fafafb;
  border-color: #f8f9fa; }

.alert-light hr {
  border-top-color: #e9ecef; }

.alert-light .alert-link {
  color: #606162; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d7d8;
  border-color: #c5c7c9; }

.alert-dark hr {
  border-top-color: #b8babd; }

.alert-dark .alert-link {
  color: #040505; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #262626;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fefefe; }

.list-group-item.active {
  z-index: 2;
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #780b06;
  background-color: #f7bdba; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #780b06;
  background-color: #f4a7a3; }

.list-group-item-primary.list-group-item-action.active {
  color: #fefefe;
  background-color: #780b06;
  border-color: #780b06; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d5d8da; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c7cbce; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fefefe;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c2e6ca; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b0dfba; }

.list-group-item-success.list-group-item-action.active {
  color: #fefefe;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bde4ea; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #aadce4; }

.list-group-item-info.list-group-item-action.active {
  color: #fefefe;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #feedb9; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #fee7a0; }

.list-group-item-warning.list-group-item-action.active {
  color: #fefefe;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f4c6ca; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f0b1b6; }

.list-group-item-danger.list-group-item-action.active {
  color: #fefefe;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #797b7c;
  background-color: #f8f9fa; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #797b7c;
  background-color: #e9ecef; }

.list-group-item-light.list-group-item-action.active {
  color: #fefefe;
  background-color: #797b7c;
  border-color: #797b7c; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c5c7c9; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b8babd; }

.list-group-item-dark.list-group-item-action.active {
  color: #fefefe;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fefefe;
  opacity: 0.5; }

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw); } }
.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 2; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #e6160b !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #b51109 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #e9ecef !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #cbd3da !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fefefe !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #e6160b !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #e9ecef !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fefefe !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive:before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9:before {
  padding-top: 42.85714%; }

.embed-responsive-16by9:before {
  padding-top: 56.25%; }

.embed-responsive-4by3:before {
  padding-top: 75%; }

.embed-responsive-1by1:before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fefefe !important; }

.text-primary {
  color: #e6160b !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #9d0f08 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #e9ecef !important; }

a.text-light:focus, a.text-light:hover {
  color: #bdc6cf !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

.text-body {
  color: #262626 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(254, 254, 254, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, :after, :before {
    text-shadow: none !important;
    box-shadow: none !important; }

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

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

  pre {
    white-space: pre-wrap !important; }

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

  thead {
    display: table-header-group; }

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

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

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

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fefefe !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*!
 * akachanhonpo coen.lol website global styles
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat; }

@font-face {
  font-family: "slick";
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before, .slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir=rtl] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir=rtl] .slick-next:before {
  content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slc--arrow {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: rgba(52, 58, 64, 0.8); }

.slc--arrow:focus, .slc--arrow:hover {
  color: rgba(52, 58, 64, 0.75); }

.slc--arrow:before {
  content: none;
  display: none; }

.slc--arrow-lg {
  width: 4rem;
  height: 4rem;
  font-size: 4rem; }

.slc--arrow-prev {
  left: -2rem; }

.slc--arrow-prev.slc--arrow-lg {
  left: -4rem; }

.slc--arrow-next {
  right: -2rem; }

.slc--arrow-next.slc--arrow-lg {
  right: -4rem; }

.slc--dots {
  position: relative;
  bottom: 0;
  line-height: 1; }

.slc--dots li {
  height: 11px; }

.slc--dots li button {
  height: 11px; }

.slc--dots li button:before {
  content: "";
  top: 4px;
  height: 3px;
  border-radius: 0;
  background-color: #262626;
  opacity: 0.5; }

.slc--dots li.slick-active button:before {
  content: "";
  opacity: 1; }

.ps-container {
  position: relative; }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear,opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear,opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear,opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear,opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear,height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear,height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear,width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear,width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute; }

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important; } }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 100; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 200; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 300; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 400; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 500; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 600; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 700; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 800; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 900; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  letter-spacing: 0.025em; }

body.ie {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Meiryo,"M+ 1p",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: 0; }

h4 {
  line-height: 2; }

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px; }
  @media only screen and (min-width: 576px) {
    .container {
      padding: 0;
      max-width: 560px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 715px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 945px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1314px; } }
  @media only screen and (min-width: 1440px) {
    .container.-lg {
      max-width: 1760px;
      padding: 0 15px; } }

.navbar .navbar-brand {
  text-decoration: none; }

.navbar .navbar-nav {
  font-size: 0.875rem;
  font-weight: bolder; }

.navbar .navbar-nav .nav-link {
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav .nav-link {
    transition: none; } }
.navbar .dropdown-menu {
  font-size: 0.875rem; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0d0d0d;
  background-color: rgba(38, 38, 38, 0.1); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.1); }

.navbar-toggler {
  border: none; }

.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0; }

.navbar-toggler .icon-bar {
  display: block;
  width: 1rem;
  height: 1px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s; }

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff; }

.navbar-toggler.collapsed .icon-bar:first-of-type {
  transform: translate3d(0, 0, 0); }

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0); }

.nav-link {
  text-decoration: none; }

.mdl--type-en {
  font-family: "Roboto", sans-serif; }

.mdl--type-number {
  font-family: "Bebas Neue", sans-serif; }

.mdl--type-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.mdl--type-kerning {
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }

.mdl--line-height-0 {
  line-height: 0; }

.mdl--line-height-sm {
  line-height: 1.67; }

.mdl--line-height-caption {
  line-height: 1.75; }

.mdl--line-height-base {
  line-height: 2; }

.mdl--tracking-0 {
  letter-spacing: 0; }

.mdl--tracking-base {
  letter-spacing: 0.025em; }

.mdl--tracking-sm {
  letter-spacing: -0.025em; }

.mdl--tracking-lg {
  letter-spacing: 0.15em; }

.mdl--small {
  font-size: 0.875rem; }

.mdl--note {
  padding-left: 1em;
  text-indent: -1em; }

.mdl--note:before {
  content: attr(data-symbol); }

.mdl--icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 0; }

.mdl--icon-inline {
  transform: translateY(-0.1em); }

.mdl--icon-sm {
  font-size: 0.8em; }

.mdl--icon-lg {
  font-size: 1rem; }

.mdl--icon-tab {
  font-size: 1.25rem; }

.glb--header {
  z-index: 1031;
  min-height: 64px; }

@media (min-width: 992px) {
  .glb--header {
    position: relative;
    min-height: 76px; } }
.glb--header--brand--home {
  line-height: 0;
  margin: 0; }

@media (max-width: 991.98px) {
  .glb--header--brand--home {
    display: block;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 1rem;
    text-align: center; } }
.glb--header--brand-logo {
  width: 48px;
  height: 48px;
  transform: translateY(0.1rem); }

@media (min-width: 992px) {
  .glb--header--brand-logo {
    width: 60px;
    height: 60px;
    padding: 4px; } }
@media (max-width: 991.98px) {
  .glb--header--brand-logo--home {
    width: 66%;
    margin: 0; } }
.glb--header--brand-label {
  font-size: 0.75rem;
  font-weight: bolder; }

@media (min-width: 992px) {
  .glb--header--brand-label {
    font-size: 0.875rem; } }
.glb--menu-main--logo-ah--horizontal {
  height: 20px; }

@media (min-width: 992px) {
  .glb--menu-main--logo-ah--horizontal {
    height: 24px; } }
.glb--menu-main--logo-ah--vertical {
  width: 40px; }

@media (min-width: 992px) {
  .glb--menu-main--logo-ah--vertical {
    width: 48px; } }
.glb--menu-main--item {
  background-color: transparent;
  line-height: 1.5; }

.glb--menu-main--item:hover {
  text-decoration: none; }

.glb--menu-main--item--label {
  font-size: 1.75rem; }

.glb--menu-small--item {
  background-color: transparent;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  border: 0; }

.glb--menu-small--item:hover {
  text-decoration: none; }

.glb--menu {
  z-index: 1032; }

.glb--menu--shortcuts {
  z-index: 1033; }

.glb--menu--bg {
  z-index: 1031; }

.glb--menu--toggler {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: auto;
  height: 0;
  margin-left: auto;
  align-items: flex-start; }

.glb--menu--fixed {
  height: 0; }

.glb--menu--btn-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: 0;
  width: 2.875rem;
  height: 2.875rem; }

.glb--menu--btn-icon--icon {
  width: 1rem;
  height: 1rem;
  font-size: 1em; }

.glb--menu--btn-icon--label {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap; }

.glb--menu--collapse.collapsing {
  transition: height 0.2s; }

.glb--menu--bg {
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  top: 32px;
  right: 40px;
  display: block;
  position: fixed;
  background: #fefefe;
  border-radius: 50%;
  transform-origin: center;
  visibility: hidden;
  transform: scale(0.01) translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, top 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, margin 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, border-radius 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s; }

.glb--menu--home {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33), opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33); }

.glb--menu-main--item {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33), opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33); }

.glb--menu-main--item:first-child {
  transition-delay: 0.01s; }

.glb--menu-main--item:nth-child(2) {
  transition-delay: 0.02s; }

.glb--menu-main--item:nth-child(3) {
  transition-delay: 0.03s; }

.glb--menu-main--item:nth-child(4) {
  transition-delay: 0.04s; }

.glb--menu-main--item:nth-child(5) {
  transition-delay: 0.05s; }

.glb--menu-main--item:nth-child(6) {
  transition-delay: 0.06s; }

.glb--menu-main--item:nth-child(7) {
  transition-delay: 0.07s; }

.glb--menu-main--item:nth-child(8) {
  transition-delay: 0.08s; }

.glb--menu-main--item:nth-child(9) {
  transition-delay: 0.09s; }

.glb--menu-main--item:nth-child(10) {
  transition-delay: 0.1s; }

.glb--menu-small--item {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33), opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
  transition-delay: 0.11s; }

.globalNavIsOpening .glb--menu {
  z-index: 1031; }

.globalNavIsOpening .glb--menu--shortcuts {
  z-index: 1032; }

.globalNavIsOpening .glb--menu--bg {
  visibility: visible;
  top: 0;
  right: 0;
  transform: scale(1) translate3d(0, 0, 0);
  width: 100vw;
  height: 100vh;
  margin: 0;
  border-radius: 0; }

.globalNavIsOpened .glb--menu {
  z-index: 1031;
  height: auto;
  bottom: 0;
  overflow-y: scroll;
  overflow-scrolling: touch; }

.globalNavIsOpened .glb--menu--shortcuts {
  z-index: 1032; }

.globalNavIsOpened .glb--menu--bg {
  transition: none;
  visibility: visible;
  top: 0;
  right: 0 !important;
  transform: scale(1) translate3d(0, 0, 0);
  width: 100vw;
  height: 100vh;
  margin: 0;
  border-radius: 0; }

.globalNavIsOpened .glb--menu--home {
  transform: translate3d(0, 0, 1px);
  opacity: 1; }

.globalNavIsOpened .glb--menu-main--item {
  transform: translate3d(0, 0, 1px);
  opacity: 1; }

.globalNavIsOpened .glb--menu-small--item {
  transform: translate3d(0, 0, 1px);
  opacity: 1; }

.globalNavIsClosing .glb--menu {
  z-index: 1031; }

.globalNavIsClosing .glb--menu--shortcuts {
  z-index: 1032; }

.globalNavIsClosing .glb--menu--bg {
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  top: 32px;
  right: 40px;
  display: block;
  position: fixed;
  background: #fefefe;
  border-radius: 50%;
  transform-origin: center;
  visibility: hidden;
  transform: scale(0.01) translate3d(0, 0, 0);
  visibility: visible;
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  border-radius: 100%;
  transition: transform 0.125s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.globalNavIsClosing .glb--menu--home, .globalNavIsClosing .glb--menu-main--item, .globalNavIsClosing .glb--menu-small--item {
  transition: transform 0.1s cubic-bezier(0.91, -0.34, 0.2, 1.33), opacity 0.1s cubic-bezier(0.91, -0.34, 0.2, 1.33); }

@media (min-width: 1200px) {
  .glb--menu--btn-icon {
    transform: translate3d(0, -100px, 1px);
    transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33); }

  .glb--menu--btn-icon:first-child {
    transition-delay: 0.15s; }

  .glb--menu--btn-icon:nth-child(2) {
    transition-delay: 0.1s; }

  .glb--menu--btn-icon:nth-child(3) {
    transition-delay: 0.05s; }

  .globalNavIsOpened .glb--menu--btn-icon, .naviconIsVisible .glb--menu--btn-icon {
    transform: translate3d(0, 0, 1px); } }
@media (min-width: 992px) {
  .windows .glb--menu--bg {
    right: 50px; }

  .windows .glb--menu--toggler {
    right: 0.5rem; } }
.glb--footer--sns-icon {
  width: 32px;
  height: 32px; }

.glb--footer--logo-ah {
  width: 40px; }

@media (min-width: 992px) {
  .glb--footer--logo-ah {
    width: 48px;
    margin-right: 1rem; } }
.glb--footer--logo-7andi {
  width: 40px; }

@media (min-width: 992px) {
  .glb--footer--logo-7andi {
    width: 60px; } }
.glb--footer--small-links {
  font-size: 0.75rem; }

.glb--footer--copyright {
  font-size: 0.75rem; }

.mdl--floating--btn-page-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  transform: translate3d(0, 200px, 0);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33); }

.totopIsVisible .mdl--floating--btn-page-top {
  transform: translate3d(0, 0, 0); }

.globalNavIsClosing .mdl--floating--btn-page-top, .globalNavIsOpened .mdl--floating--btn-page-top, .globalNavIsOpening .mdl--floating--btn-page-top {
  transform: translate3d(0, 200px, -1px);
  transition: none; }

.windows .mdl--floating--btn-page-top {
  right: 1.5rem; }

.mdl--section-divider {
  display: block;
  width: 100%;
  border-top: 0.5rem solid rgba(0, 0, 0, 0.1);
  margin: 2rem 0; }

.mdl--news--list-heading {
  font-size: 0.875rem;
  font-weight: bolder; }

@media (min-width: 768px) {
  .mdl--news--list-heading {
    font-size: 1rem; } }
.mdl--news--item {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .mdl--news--item {
    font-size: 1rem; } }
.mdl--news--pubdate {
  min-width: 9em;
  font-size: 0.75rem; }

@media (min-width: 768px) {
  .mdl--news--pubdate {
    font-size: 0.875rem; } }
.mdl--news--category {
  font-size: 0.75rem; }

@media (min-width: 768px) {
  .mdl--news--category {
    font-size: 0.875rem; } }
.mdl--news--icon-new {
  font-size: 0.5rem; }

.mdl--search-input {
  border-color: #6c757d;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAvklEQVR4Ac3OAURDUQCF4fDwEMIAAwwQwgAhQoAwQAhhgAHCEAKEYYAQAgwhAEAAGIYwDBDgAQKcPkDSXVcm/XwAx9n7i3oc8OtGrAlhzS0N1T0QNtwzZ0VY1j68JDzS8rkpYc6PvbGi5bueCAOK9Ql3lBoRLih2QphQ6oxwRbEeYUGpKWHI1p4Jp3xtQMcrLVvr0/HODUMOGdMRxlR1xJIAsGFGmFFVwzETrjmnZZ+XqrGK/v/YgmYXYw277QPcLDhsisiWqgAAAABJRU5ErkJggg==");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .mdl--search-input {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAABR0lEQVR4Ae3VAUQDYRiH8XA4HEIYhjBAOIQQBsABAoQDhBAOYTgMEIYBwhDCEMJhCCGEIcAwhCEMwzC8PXgjL3Hn++6K7uEHO+N/5+5ur62t4SL0kaoEPTRejCm2EAtzpAhQawHGkJLe0KtzTAExPvCICQps7HHE8N4t5JsXHMEW4toMe0cH3uqbMXmJ+yPGGqIm8NYMou5RthSidjiEc12I2qLjcDIDOHcOUQWqdgVRMzg3gKghqnYKUQs4lzsO6pqnzeR2yR9Qtdi8KJ1LHM8wM0+oc6F5yZ1V/O8ColJ4aWQ+BQco0w1ErRDCSx1zlV7RxU9FsB/hC3gtwQ6iNhgi1uMhjnGJJcScQC2lZlQZK4gaw3snmJcYskaGwPw+Qi0luMPSjHhChn189ew2yn9RO6od1cCo9C+NmiLArxchR4D/UVvbJ0/xvmJ6b7wKAAAAAElFTkSuQmCC"); } }
@media (min-width: 992px) {
  .mdl--search-input {
    font-size: 0.875rem;
    min-width: 16em; } }
.mdl--search-input:not(:focus) {
  background-color: transparent; }

.mdl--search-input:focus:not(:placeholder-shown) {
  background-image: none; }

.mdl--search-input-header {
  height: calc(2em + 1em + 2px); }

.mdl--search-input-alpha:not(:focus) {
  background-color: rgba(254, 254, 254, 0.75);
  backdrop-filter: blur(15px); }

@media (min-width: 1200px) {
  .mdl--search .collapse {
    display: block;
    transition: none; }

  .mdl--search .bsx--collapse--toggler {
    pointer-events: none; }

  .mdl--search .bsx--collapse--toggler-icon {
    display: none; }

  .mdl--search .mdl--search-subcategory {
    display: none; }

  .mdl--search .mdl--search-item {
    border: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

  .mdl--search .mdl--search-item--collapse {
    border: 0; }

  .mdl--search .mdl--search-categories:first-child {
    margin-top: 0; }

  .mdl--search .mdl--search-tools {
    border-right: 1px solid #dee2e6; } }
.mdl--search-item {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }

.mdl--search-item--icon {
  width: 1.5rem;
  font-size: 1.25em;
  text-align: center;
  padding-right: 1rem;
  transform: translateX(-0.25rem); }

.mdl--search-item--collapse {
  padding: 0; }

.mdl--search-categories {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mdl--search-category {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  border-radius: 0;
  border: 0;
  padding: 0.125rem 0.5rem 0.125rem 1rem; }

@media (min-width: 992px) {
  .mdl--search-category {
    margin: 0;
    padding: 0.05rem 0.5rem; } }
.mdl--search-text {
  font-size: 0.8125rem; }

@media (min-width: 992px) {
  .mdl--search-features {
    padding-left: 0.5rem; } }
.mdl--search-feature {
  display: inline-block;
  width: 33%;
  width: 33vw;
  max-width: 150px;
  flex-shrink: 0; }

@media (min-width: 992px) {
  .mdl--search-feature {
    width: 150px; } }
.mdl--search-feature--pages {
  display: inline-block;
  width: 33%;
  width: 33vw;
  max-width: 150px;
  flex-shrink: 0; }

@media (min-width: 992px) {
  .mdl--search-feature--pages {
    max-width: 21%; } }
.modal-open .mdl--search {
  background-color: #fefefe; }

.modal-open .mdl--search-dialog {
  min-height: 100vh; }

.mdl--product-col {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product-col {
    padding: 1rem; } }
.mdl--product {
  border: 0;
  border-radius: 0;
  position: relative; }

.mdl--product--img {
  width: 100%;
  position: relative;
  flex-shrink: 0; }

.mdl--product--store {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  line-height: 0;
  color: #262626;
  mix-blend-mode: multiply; }

.mdl--product--icon {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transform: translate(50%, 50%); }

.mdl--product--icon > svg {
  position: absolute;
  font-size: 24px;
  margin: -12px 0 0 -12px; }

.mdl--product--body {
  padding-bottom: 1em; }

.mdl--product--title {
  font-size: 0.75em;
  line-height: 1.67;
  font-weight: bolder;
  margin: 0.75em 0 0.25em; }

@media (min-width: 768px) {
  .mdl--product--title {
    font-size: 0.875rem; } }
.mdl--product--text {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0; }

@media (min-width: 768px) {
  .mdl--product--text {
    font-size: 0.875rem; } }
.mdl--product--caption {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.125rem 0 0; }

.mdl--product--price {
  margin: 0;
  line-height: 1.67; }

.mdl--product--price-number {
  font-family: "Bebas Neue",sans-serif;
  font-size: 1.25rem; }

@media (min-width: 992px) {
  .mdl--product--price-number {
    font-size: 1.5rem; } }
.mdl--product--price-yen {
  display: inline-block;
  font-weight: bolder;
  font-size: 67%;
  margin-left: 0.25em;
  transform: translateY(-0.05em); }

.mdl--product--point {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-align: left;
  word-break: break-all; }

.mdl--product--point-number {
  padding-left: 0.1em;
  font-weight: normal;
  margin-right: 0.5em;
  text-align: left;
  word-break: break-all;
  white-space: normal; }

.mdl--product--point-campaign {
  border-radius: 0;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  white-space: normal; }

.mdl--product--featured-display {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 20%; }

.mdl--product--featured-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  font-size: 80%;
  font-weight: 400;
  line-height: 1.25; }

.mdl--product--featured-badge {
  border-radius: 0;
  margin: 1px; }

.mdl--product--pickup .mdl--product--title {
  font-size: 1.25rem; }

@media (min-width: 768px) {
  .mdl--product--pickup .mdl--product--title {
    font-size: 1.75rem; } }
.mdl--product--pickup .mdl--product--price-number {
  font-size: 1.25rem; }

@media (min-width: 768px) {
  .mdl--product--pickup .mdl--product--price-number {
    font-size: 1.75rem; } }
.mdl--product--border .stretched-link:after {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.mdl--product--border .mdl--product--body {
  padding-left: 1em;
  padding-right: 1em; }

.mdl--product--border-0 .stretched-link:after {
  border: none; }

.mdl--product--border-0 .mdl--product--body {
  padding-left: initial;
  padding-right: inherit; }

.mdl--product--horizontal .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product--horizontal .mdl--product--img {
  flex: 0 0 50%;
  max-width: 50%;
  flex-shrink: 0; }

.mdl--product--horizontal .mdl--product--body {
  padding-left: 1em !important;
  padding-right: 1em !important; }

@media (min-width: 768px) {
  .mdl--product--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important; } }
.mdl--product--horizontal-1-3 .mdl--product--img {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  flex-shrink: 0; }

.mdl--product--horizontal-2-3 .mdl--product--img {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  flex-shrink: 0; }

.mdl--product--horizontal-1-4 .mdl--product--img {
  flex: 0 0 25%;
  min-width: 25%;
  flex-shrink: 0; }

.mdl--product--horizontal-2-4 .mdl--product--img {
  flex: 0 0 50%;
  min-width: 50%;
  flex-shrink: 0; }

.mdl--product--horizontal-3-4 .mdl--product--img {
  flex: 0 0 75%;
  min-width: 75%;
  flex-shrink: 0; }

.mdl--product--horizontal-1-5 .mdl--product--img {
  flex: 0 0 20%;
  min-width: 20%;
  flex-shrink: 0; }

.mdl--product--horizontal-2-5 .mdl--product--img {
  flex: 0 0 40%;
  min-width: 40%;
  flex-shrink: 0; }

.mdl--product--horizontal-3-5 .mdl--product--img {
  flex: 0 0 60%;
  min-width: 60%;
  flex-shrink: 0; }

.mdl--product--horizontal-4-5 .mdl--product--img {
  flex: 0 0 80%;
  min-width: 80%;
  flex-shrink: 0; }

.mdl--product--vertical {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .mdl--product--vertical {
    margin-left: 0;
    margin-right: 0; } }
.mdl--product--vertical .mdl--product {
  display: block; }

.mdl--product--vertical .mdl--product--body, .mdl--product--vertical .mdl--product--img {
  padding-left: initial !important;
  padding-right: initial !important; }

@media (min-width: 768px) {
  .mdl--product--vertical .mdl--product--body, .mdl--product--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
.mdl--product--vertical .mdl--product--body {
  padding-right: initial !important; }

@media (min-width: 768px) {
  .mdl--product--vertical .mdl--product--body {
    padding-right: initial !important; } }
.mdl--product--vertical .stretched-link:after {
  left: initial;
  right: initial; }

@media (min-width: 768px) {
  .mdl--product--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
.mdl--product--reverse .mdl--product--img {
  order: 2; }

.mdl--product--reverse .mdl--product--body {
  order: 1; }

.mdl--product--not-reverse .mdl--product--img {
  order: 1; }

.mdl--product--not-reverse .mdl--product--body {
  order: 2; }

.mdl--product--horizontal-1-3, .mdl--product--horizontal-1-4, .mdl--product--horizontal-1-5, .mdl--product--horizontal-2-3, .mdl--product--horizontal-2-4, .mdl--product--horizontal-2-5, .mdl--product--horizontal-3-4, .mdl--product--horizontal-3-5, .mdl--product--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 768px) {
  .mdl--product--horizontal-1-3, .mdl--product--horizontal-1-4, .mdl--product--horizontal-1-5, .mdl--product--horizontal-2-3, .mdl--product--horizontal-2-4, .mdl--product--horizontal-2-5, .mdl--product--horizontal-3-4, .mdl--product--horizontal-3-5, .mdl--product--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem; } }
.mdl--product--horizontal-1-3 .mdl--product, .mdl--product--horizontal-1-4 .mdl--product, .mdl--product--horizontal-1-5 .mdl--product, .mdl--product--horizontal-2-3 .mdl--product, .mdl--product--horizontal-2-4 .mdl--product, .mdl--product--horizontal-2-5 .mdl--product, .mdl--product--horizontal-3-4 .mdl--product, .mdl--product--horizontal-3-5 .mdl--product, .mdl--product--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product--horizontal-1-3 .mdl--product--body, .mdl--product--horizontal-1-3 .mdl--product--img, .mdl--product--horizontal-1-4 .mdl--product--body, .mdl--product--horizontal-1-4 .mdl--product--img, .mdl--product--horizontal-1-5 .mdl--product--body, .mdl--product--horizontal-1-5 .mdl--product--img, .mdl--product--horizontal-2-3 .mdl--product--body, .mdl--product--horizontal-2-3 .mdl--product--img, .mdl--product--horizontal-2-4 .mdl--product--body, .mdl--product--horizontal-2-4 .mdl--product--img, .mdl--product--horizontal-2-5 .mdl--product--body, .mdl--product--horizontal-2-5 .mdl--product--img, .mdl--product--horizontal-3-4 .mdl--product--body, .mdl--product--horizontal-3-4 .mdl--product--img, .mdl--product--horizontal-3-5 .mdl--product--body, .mdl--product--horizontal-3-5 .mdl--product--img, .mdl--product--horizontal-4-5 .mdl--product--body, .mdl--product--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 768px) {
  .mdl--product--horizontal-1-3 .mdl--product--body, .mdl--product--horizontal-1-3 .mdl--product--img, .mdl--product--horizontal-1-4 .mdl--product--body, .mdl--product--horizontal-1-4 .mdl--product--img, .mdl--product--horizontal-1-5 .mdl--product--body, .mdl--product--horizontal-1-5 .mdl--product--img, .mdl--product--horizontal-2-3 .mdl--product--body, .mdl--product--horizontal-2-3 .mdl--product--img, .mdl--product--horizontal-2-4 .mdl--product--body, .mdl--product--horizontal-2-4 .mdl--product--img, .mdl--product--horizontal-2-5 .mdl--product--body, .mdl--product--horizontal-2-5 .mdl--product--img, .mdl--product--horizontal-3-4 .mdl--product--body, .mdl--product--horizontal-3-4 .mdl--product--img, .mdl--product--horizontal-3-5 .mdl--product--body, .mdl--product--horizontal-3-5 .mdl--product--img, .mdl--product--horizontal-4-5 .mdl--product--body, .mdl--product--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.mdl--product--horizontal-1-3 .mdl--product--body, .mdl--product--horizontal-1-4 .mdl--product--body, .mdl--product--horizontal-1-5 .mdl--product--body, .mdl--product--horizontal-2-3 .mdl--product--body, .mdl--product--horizontal-2-4 .mdl--product--body, .mdl--product--horizontal-2-5 .mdl--product--body, .mdl--product--horizontal-3-4 .mdl--product--body, .mdl--product--horizontal-3-5 .mdl--product--body, .mdl--product--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important; }

@media (min-width: 768px) {
  .mdl--product--horizontal-1-3 .mdl--product--body, .mdl--product--horizontal-1-4 .mdl--product--body, .mdl--product--horizontal-1-5 .mdl--product--body, .mdl--product--horizontal-2-3 .mdl--product--body, .mdl--product--horizontal-2-4 .mdl--product--body, .mdl--product--horizontal-2-5 .mdl--product--body, .mdl--product--horizontal-3-4 .mdl--product--body, .mdl--product--horizontal-3-5 .mdl--product--body, .mdl--product--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important; } }
.mdl--product--horizontal-1-3 .stretched-link:after, .mdl--product--horizontal-1-4 .stretched-link:after, .mdl--product--horizontal-1-5 .stretched-link:after, .mdl--product--horizontal-2-3 .stretched-link:after, .mdl--product--horizontal-2-4 .stretched-link:after, .mdl--product--horizontal-2-5 .stretched-link:after, .mdl--product--horizontal-3-4 .stretched-link:after, .mdl--product--horizontal-3-5 .stretched-link:after, .mdl--product--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product--horizontal-1-3 .stretched-link:after, .mdl--product--horizontal-1-4 .stretched-link:after, .mdl--product--horizontal-1-5 .stretched-link:after, .mdl--product--horizontal-2-3 .stretched-link:after, .mdl--product--horizontal-2-4 .stretched-link:after, .mdl--product--horizontal-2-5 .stretched-link:after, .mdl--product--horizontal-3-4 .stretched-link:after, .mdl--product--horizontal-3-5 .stretched-link:after, .mdl--product--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem; } }
@media (min-width: 576px) {
  .mdl--product-sm--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1); }

  .mdl--product-sm--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em; }

  .mdl--product-sm--border-0 .stretched-link:after {
    border: none; }

  .mdl--product-sm--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit; }

  .mdl--product-sm--horizontal .mdl--product {
    display: flex;
    align-items: center; }

  .mdl--product-sm--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0; }

  .mdl--product-sm--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important; } }
@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 576px) {
  .mdl--product-sm--vertical .mdl--product {
    display: block; } }
@media (min-width: 576px) {
  .mdl--product-sm--vertical .mdl--product--body, .mdl--product-sm--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical .mdl--product--body, .mdl--product-sm--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 576px) {
  .mdl--product-sm--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 576px) {
  .mdl--product-sm--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 576px) {
  .mdl--product-sm--reverse .mdl--product--img {
    order: 2; }

  .mdl--product-sm--reverse .mdl--product--body {
    order: 1; } }
@media (min-width: 576px) {
  .mdl--product-sm--not-reverse .mdl--product--img {
    order: 1; }

  .mdl--product-sm--not-reverse .mdl--product--body {
    order: 2; } }
.mdl--product-sm--horizontal-1-3, .mdl--product-sm--horizontal-1-4, .mdl--product-sm--horizontal-1-5, .mdl--product-sm--horizontal-2-3, .mdl--product-sm--horizontal-2-4, .mdl--product-sm--horizontal-2-5, .mdl--product-sm--horizontal-3-4, .mdl--product-sm--horizontal-3-5, .mdl--product-sm--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 768px) {
  .mdl--product-sm--horizontal-1-3, .mdl--product-sm--horizontal-1-4, .mdl--product-sm--horizontal-1-5, .mdl--product-sm--horizontal-2-3, .mdl--product-sm--horizontal-2-4, .mdl--product-sm--horizontal-2-5, .mdl--product-sm--horizontal-3-4, .mdl--product-sm--horizontal-3-5, .mdl--product-sm--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem; } }
.mdl--product-sm--horizontal-1-3 .mdl--product, .mdl--product-sm--horizontal-1-4 .mdl--product, .mdl--product-sm--horizontal-1-5 .mdl--product, .mdl--product-sm--horizontal-2-3 .mdl--product, .mdl--product-sm--horizontal-2-4 .mdl--product, .mdl--product-sm--horizontal-2-5 .mdl--product, .mdl--product-sm--horizontal-3-4 .mdl--product, .mdl--product-sm--horizontal-3-5 .mdl--product, .mdl--product-sm--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product-sm--horizontal-1-3 .mdl--product--body, .mdl--product-sm--horizontal-1-3 .mdl--product--img, .mdl--product-sm--horizontal-1-4 .mdl--product--body, .mdl--product-sm--horizontal-1-4 .mdl--product--img, .mdl--product-sm--horizontal-1-5 .mdl--product--body, .mdl--product-sm--horizontal-1-5 .mdl--product--img, .mdl--product-sm--horizontal-2-3 .mdl--product--body, .mdl--product-sm--horizontal-2-3 .mdl--product--img, .mdl--product-sm--horizontal-2-4 .mdl--product--body, .mdl--product-sm--horizontal-2-4 .mdl--product--img, .mdl--product-sm--horizontal-2-5 .mdl--product--body, .mdl--product-sm--horizontal-2-5 .mdl--product--img, .mdl--product-sm--horizontal-3-4 .mdl--product--body, .mdl--product-sm--horizontal-3-4 .mdl--product--img, .mdl--product-sm--horizontal-3-5 .mdl--product--body, .mdl--product-sm--horizontal-3-5 .mdl--product--img, .mdl--product-sm--horizontal-4-5 .mdl--product--body, .mdl--product-sm--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-sm--horizontal-1-3 .mdl--product--body, .mdl--product-sm--horizontal-1-3 .mdl--product--img, .mdl--product-sm--horizontal-1-4 .mdl--product--body, .mdl--product-sm--horizontal-1-4 .mdl--product--img, .mdl--product-sm--horizontal-1-5 .mdl--product--body, .mdl--product-sm--horizontal-1-5 .mdl--product--img, .mdl--product-sm--horizontal-2-3 .mdl--product--body, .mdl--product-sm--horizontal-2-3 .mdl--product--img, .mdl--product-sm--horizontal-2-4 .mdl--product--body, .mdl--product-sm--horizontal-2-4 .mdl--product--img, .mdl--product-sm--horizontal-2-5 .mdl--product--body, .mdl--product-sm--horizontal-2-5 .mdl--product--img, .mdl--product-sm--horizontal-3-4 .mdl--product--body, .mdl--product-sm--horizontal-3-4 .mdl--product--img, .mdl--product-sm--horizontal-3-5 .mdl--product--body, .mdl--product-sm--horizontal-3-5 .mdl--product--img, .mdl--product-sm--horizontal-4-5 .mdl--product--body, .mdl--product-sm--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.mdl--product-sm--horizontal-1-3 .mdl--product--body, .mdl--product-sm--horizontal-1-4 .mdl--product--body, .mdl--product-sm--horizontal-1-5 .mdl--product--body, .mdl--product-sm--horizontal-2-3 .mdl--product--body, .mdl--product-sm--horizontal-2-4 .mdl--product--body, .mdl--product-sm--horizontal-2-5 .mdl--product--body, .mdl--product-sm--horizontal-3-4 .mdl--product--body, .mdl--product-sm--horizontal-3-5 .mdl--product--body, .mdl--product-sm--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-sm--horizontal-1-3 .mdl--product--body, .mdl--product-sm--horizontal-1-4 .mdl--product--body, .mdl--product-sm--horizontal-1-5 .mdl--product--body, .mdl--product-sm--horizontal-2-3 .mdl--product--body, .mdl--product-sm--horizontal-2-4 .mdl--product--body, .mdl--product-sm--horizontal-2-5 .mdl--product--body, .mdl--product-sm--horizontal-3-4 .mdl--product--body, .mdl--product-sm--horizontal-3-5 .mdl--product--body, .mdl--product-sm--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important; } }
.mdl--product-sm--horizontal-1-3 .stretched-link:after, .mdl--product-sm--horizontal-1-4 .stretched-link:after, .mdl--product-sm--horizontal-1-5 .stretched-link:after, .mdl--product-sm--horizontal-2-3 .stretched-link:after, .mdl--product-sm--horizontal-2-4 .stretched-link:after, .mdl--product-sm--horizontal-2-5 .stretched-link:after, .mdl--product-sm--horizontal-3-4 .stretched-link:after, .mdl--product-sm--horizontal-3-5 .stretched-link:after, .mdl--product-sm--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product-sm--horizontal-1-3 .stretched-link:after, .mdl--product-sm--horizontal-1-4 .stretched-link:after, .mdl--product-sm--horizontal-1-5 .stretched-link:after, .mdl--product-sm--horizontal-2-3 .stretched-link:after, .mdl--product-sm--horizontal-2-4 .stretched-link:after, .mdl--product-sm--horizontal-2-5 .stretched-link:after, .mdl--product-sm--horizontal-3-4 .stretched-link:after, .mdl--product-sm--horizontal-3-5 .stretched-link:after, .mdl--product-sm--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem; } }
@media (min-width: 768px) {
  .mdl--product-md--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1); }

  .mdl--product-md--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em; }

  .mdl--product-md--border-0 .stretched-link:after {
    border: none; }

  .mdl--product-md--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit; }

  .mdl--product-md--horizontal .mdl--product {
    display: flex;
    align-items: center; }

  .mdl--product-md--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0; }

  .mdl--product-md--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important; } }
@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product {
    display: block; } }
@media (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body, .mdl--product-md--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body, .mdl--product-md--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 768px) {
  .mdl--product-md--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 768px) {
  .mdl--product-md--reverse .mdl--product--img {
    order: 2; }

  .mdl--product-md--reverse .mdl--product--body {
    order: 1; } }
@media (min-width: 768px) {
  .mdl--product-md--not-reverse .mdl--product--img {
    order: 1; }

  .mdl--product-md--not-reverse .mdl--product--body {
    order: 2; } }
.mdl--product-md--horizontal-1-3, .mdl--product-md--horizontal-1-4, .mdl--product-md--horizontal-1-5, .mdl--product-md--horizontal-2-3, .mdl--product-md--horizontal-2-4, .mdl--product-md--horizontal-2-5, .mdl--product-md--horizontal-3-4, .mdl--product-md--horizontal-3-5, .mdl--product-md--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3, .mdl--product-md--horizontal-1-4, .mdl--product-md--horizontal-1-5, .mdl--product-md--horizontal-2-3, .mdl--product-md--horizontal-2-4, .mdl--product-md--horizontal-2-5, .mdl--product-md--horizontal-3-4, .mdl--product-md--horizontal-3-5, .mdl--product-md--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem; } }
.mdl--product-md--horizontal-1-3 .mdl--product, .mdl--product-md--horizontal-1-4 .mdl--product, .mdl--product-md--horizontal-1-5 .mdl--product, .mdl--product-md--horizontal-2-3 .mdl--product, .mdl--product-md--horizontal-2-4 .mdl--product, .mdl--product-md--horizontal-2-5 .mdl--product, .mdl--product-md--horizontal-3-4 .mdl--product, .mdl--product-md--horizontal-3-5 .mdl--product, .mdl--product-md--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product-md--horizontal-1-3 .mdl--product--body, .mdl--product-md--horizontal-1-3 .mdl--product--img, .mdl--product-md--horizontal-1-4 .mdl--product--body, .mdl--product-md--horizontal-1-4 .mdl--product--img, .mdl--product-md--horizontal-1-5 .mdl--product--body, .mdl--product-md--horizontal-1-5 .mdl--product--img, .mdl--product-md--horizontal-2-3 .mdl--product--body, .mdl--product-md--horizontal-2-3 .mdl--product--img, .mdl--product-md--horizontal-2-4 .mdl--product--body, .mdl--product-md--horizontal-2-4 .mdl--product--img, .mdl--product-md--horizontal-2-5 .mdl--product--body, .mdl--product-md--horizontal-2-5 .mdl--product--img, .mdl--product-md--horizontal-3-4 .mdl--product--body, .mdl--product-md--horizontal-3-4 .mdl--product--img, .mdl--product-md--horizontal-3-5 .mdl--product--body, .mdl--product-md--horizontal-3-5 .mdl--product--img, .mdl--product-md--horizontal-4-5 .mdl--product--body, .mdl--product-md--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3 .mdl--product--body, .mdl--product-md--horizontal-1-3 .mdl--product--img, .mdl--product-md--horizontal-1-4 .mdl--product--body, .mdl--product-md--horizontal-1-4 .mdl--product--img, .mdl--product-md--horizontal-1-5 .mdl--product--body, .mdl--product-md--horizontal-1-5 .mdl--product--img, .mdl--product-md--horizontal-2-3 .mdl--product--body, .mdl--product-md--horizontal-2-3 .mdl--product--img, .mdl--product-md--horizontal-2-4 .mdl--product--body, .mdl--product-md--horizontal-2-4 .mdl--product--img, .mdl--product-md--horizontal-2-5 .mdl--product--body, .mdl--product-md--horizontal-2-5 .mdl--product--img, .mdl--product-md--horizontal-3-4 .mdl--product--body, .mdl--product-md--horizontal-3-4 .mdl--product--img, .mdl--product-md--horizontal-3-5 .mdl--product--body, .mdl--product-md--horizontal-3-5 .mdl--product--img, .mdl--product-md--horizontal-4-5 .mdl--product--body, .mdl--product-md--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.mdl--product-md--horizontal-1-3 .mdl--product--body, .mdl--product-md--horizontal-1-4 .mdl--product--body, .mdl--product-md--horizontal-1-5 .mdl--product--body, .mdl--product-md--horizontal-2-3 .mdl--product--body, .mdl--product-md--horizontal-2-4 .mdl--product--body, .mdl--product-md--horizontal-2-5 .mdl--product--body, .mdl--product-md--horizontal-3-4 .mdl--product--body, .mdl--product-md--horizontal-3-5 .mdl--product--body, .mdl--product-md--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3 .mdl--product--body, .mdl--product-md--horizontal-1-4 .mdl--product--body, .mdl--product-md--horizontal-1-5 .mdl--product--body, .mdl--product-md--horizontal-2-3 .mdl--product--body, .mdl--product-md--horizontal-2-4 .mdl--product--body, .mdl--product-md--horizontal-2-5 .mdl--product--body, .mdl--product-md--horizontal-3-4 .mdl--product--body, .mdl--product-md--horizontal-3-5 .mdl--product--body, .mdl--product-md--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important; } }
.mdl--product-md--horizontal-1-3 .stretched-link:after, .mdl--product-md--horizontal-1-4 .stretched-link:after, .mdl--product-md--horizontal-1-5 .stretched-link:after, .mdl--product-md--horizontal-2-3 .stretched-link:after, .mdl--product-md--horizontal-2-4 .stretched-link:after, .mdl--product-md--horizontal-2-5 .stretched-link:after, .mdl--product-md--horizontal-3-4 .stretched-link:after, .mdl--product-md--horizontal-3-5 .stretched-link:after, .mdl--product-md--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3 .stretched-link:after, .mdl--product-md--horizontal-1-4 .stretched-link:after, .mdl--product-md--horizontal-1-5 .stretched-link:after, .mdl--product-md--horizontal-2-3 .stretched-link:after, .mdl--product-md--horizontal-2-4 .stretched-link:after, .mdl--product-md--horizontal-2-5 .stretched-link:after, .mdl--product-md--horizontal-3-4 .stretched-link:after, .mdl--product-md--horizontal-3-5 .stretched-link:after, .mdl--product-md--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem; } }
@media (min-width: 992px) {
  .mdl--product-lg--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1); }

  .mdl--product-lg--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em; }

  .mdl--product-lg--border-0 .stretched-link:after {
    border: none; }

  .mdl--product-lg--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit; }

  .mdl--product-lg--horizontal .mdl--product {
    display: flex;
    align-items: center; }

  .mdl--product-lg--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0; }

  .mdl--product-lg--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important; } }
@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 992px) {
  .mdl--product-lg--vertical .mdl--product {
    display: block; } }
@media (min-width: 992px) {
  .mdl--product-lg--vertical .mdl--product--body, .mdl--product-lg--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical .mdl--product--body, .mdl--product-lg--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 992px) {
  .mdl--product-lg--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 992px) {
  .mdl--product-lg--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 992px) {
  .mdl--product-lg--reverse .mdl--product--img {
    order: 2; }

  .mdl--product-lg--reverse .mdl--product--body {
    order: 1; } }
@media (min-width: 992px) {
  .mdl--product-lg--not-reverse .mdl--product--img {
    order: 1; }

  .mdl--product-lg--not-reverse .mdl--product--body {
    order: 2; } }
.mdl--product-lg--horizontal-1-3, .mdl--product-lg--horizontal-1-4, .mdl--product-lg--horizontal-1-5, .mdl--product-lg--horizontal-2-3, .mdl--product-lg--horizontal-2-4, .mdl--product-lg--horizontal-2-5, .mdl--product-lg--horizontal-3-4, .mdl--product-lg--horizontal-3-5, .mdl--product-lg--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 768px) {
  .mdl--product-lg--horizontal-1-3, .mdl--product-lg--horizontal-1-4, .mdl--product-lg--horizontal-1-5, .mdl--product-lg--horizontal-2-3, .mdl--product-lg--horizontal-2-4, .mdl--product-lg--horizontal-2-5, .mdl--product-lg--horizontal-3-4, .mdl--product-lg--horizontal-3-5, .mdl--product-lg--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem; } }
.mdl--product-lg--horizontal-1-3 .mdl--product, .mdl--product-lg--horizontal-1-4 .mdl--product, .mdl--product-lg--horizontal-1-5 .mdl--product, .mdl--product-lg--horizontal-2-3 .mdl--product, .mdl--product-lg--horizontal-2-4 .mdl--product, .mdl--product-lg--horizontal-2-5 .mdl--product, .mdl--product-lg--horizontal-3-4 .mdl--product, .mdl--product-lg--horizontal-3-5 .mdl--product, .mdl--product-lg--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product-lg--horizontal-1-3 .mdl--product--body, .mdl--product-lg--horizontal-1-3 .mdl--product--img, .mdl--product-lg--horizontal-1-4 .mdl--product--body, .mdl--product-lg--horizontal-1-4 .mdl--product--img, .mdl--product-lg--horizontal-1-5 .mdl--product--body, .mdl--product-lg--horizontal-1-5 .mdl--product--img, .mdl--product-lg--horizontal-2-3 .mdl--product--body, .mdl--product-lg--horizontal-2-3 .mdl--product--img, .mdl--product-lg--horizontal-2-4 .mdl--product--body, .mdl--product-lg--horizontal-2-4 .mdl--product--img, .mdl--product-lg--horizontal-2-5 .mdl--product--body, .mdl--product-lg--horizontal-2-5 .mdl--product--img, .mdl--product-lg--horizontal-3-4 .mdl--product--body, .mdl--product-lg--horizontal-3-4 .mdl--product--img, .mdl--product-lg--horizontal-3-5 .mdl--product--body, .mdl--product-lg--horizontal-3-5 .mdl--product--img, .mdl--product-lg--horizontal-4-5 .mdl--product--body, .mdl--product-lg--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-lg--horizontal-1-3 .mdl--product--body, .mdl--product-lg--horizontal-1-3 .mdl--product--img, .mdl--product-lg--horizontal-1-4 .mdl--product--body, .mdl--product-lg--horizontal-1-4 .mdl--product--img, .mdl--product-lg--horizontal-1-5 .mdl--product--body, .mdl--product-lg--horizontal-1-5 .mdl--product--img, .mdl--product-lg--horizontal-2-3 .mdl--product--body, .mdl--product-lg--horizontal-2-3 .mdl--product--img, .mdl--product-lg--horizontal-2-4 .mdl--product--body, .mdl--product-lg--horizontal-2-4 .mdl--product--img, .mdl--product-lg--horizontal-2-5 .mdl--product--body, .mdl--product-lg--horizontal-2-5 .mdl--product--img, .mdl--product-lg--horizontal-3-4 .mdl--product--body, .mdl--product-lg--horizontal-3-4 .mdl--product--img, .mdl--product-lg--horizontal-3-5 .mdl--product--body, .mdl--product-lg--horizontal-3-5 .mdl--product--img, .mdl--product-lg--horizontal-4-5 .mdl--product--body, .mdl--product-lg--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.mdl--product-lg--horizontal-1-3 .mdl--product--body, .mdl--product-lg--horizontal-1-4 .mdl--product--body, .mdl--product-lg--horizontal-1-5 .mdl--product--body, .mdl--product-lg--horizontal-2-3 .mdl--product--body, .mdl--product-lg--horizontal-2-4 .mdl--product--body, .mdl--product-lg--horizontal-2-5 .mdl--product--body, .mdl--product-lg--horizontal-3-4 .mdl--product--body, .mdl--product-lg--horizontal-3-5 .mdl--product--body, .mdl--product-lg--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-lg--horizontal-1-3 .mdl--product--body, .mdl--product-lg--horizontal-1-4 .mdl--product--body, .mdl--product-lg--horizontal-1-5 .mdl--product--body, .mdl--product-lg--horizontal-2-3 .mdl--product--body, .mdl--product-lg--horizontal-2-4 .mdl--product--body, .mdl--product-lg--horizontal-2-5 .mdl--product--body, .mdl--product-lg--horizontal-3-4 .mdl--product--body, .mdl--product-lg--horizontal-3-5 .mdl--product--body, .mdl--product-lg--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important; } }
.mdl--product-lg--horizontal-1-3 .stretched-link:after, .mdl--product-lg--horizontal-1-4 .stretched-link:after, .mdl--product-lg--horizontal-1-5 .stretched-link:after, .mdl--product-lg--horizontal-2-3 .stretched-link:after, .mdl--product-lg--horizontal-2-4 .stretched-link:after, .mdl--product-lg--horizontal-2-5 .stretched-link:after, .mdl--product-lg--horizontal-3-4 .stretched-link:after, .mdl--product-lg--horizontal-3-5 .stretched-link:after, .mdl--product-lg--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product-lg--horizontal-1-3 .stretched-link:after, .mdl--product-lg--horizontal-1-4 .stretched-link:after, .mdl--product-lg--horizontal-1-5 .stretched-link:after, .mdl--product-lg--horizontal-2-3 .stretched-link:after, .mdl--product-lg--horizontal-2-4 .stretched-link:after, .mdl--product-lg--horizontal-2-5 .stretched-link:after, .mdl--product-lg--horizontal-3-4 .stretched-link:after, .mdl--product-lg--horizontal-3-5 .stretched-link:after, .mdl--product-lg--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem; } }
@media (min-width: 1200px) {
  .mdl--product-xl--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1); }

  .mdl--product-xl--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em; }

  .mdl--product-xl--border-0 .stretched-link:after {
    border: none; }

  .mdl--product-xl--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit; }

  .mdl--product-xl--horizontal .mdl--product {
    display: flex;
    align-items: center; }

  .mdl--product-xl--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0; }

  .mdl--product-xl--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important; } }
@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 1200px) {
  .mdl--product-xl--vertical .mdl--product {
    display: block; } }
@media (min-width: 1200px) {
  .mdl--product-xl--vertical .mdl--product--body, .mdl--product-xl--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical .mdl--product--body, .mdl--product-xl--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important; } }
@media (min-width: 1200px) {
  .mdl--product-xl--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical .mdl--product--body {
    padding-right: initial !important; } }
@media (min-width: 1200px) {
  .mdl--product-xl--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical .stretched-link:after {
    left: initial;
    right: initial; } }
@media (min-width: 1200px) {
  .mdl--product-xl--reverse .mdl--product--img {
    order: 2; }

  .mdl--product-xl--reverse .mdl--product--body {
    order: 1; } }
@media (min-width: 1200px) {
  .mdl--product-xl--not-reverse .mdl--product--img {
    order: 1; }

  .mdl--product-xl--not-reverse .mdl--product--body {
    order: 2; } }
.mdl--product-xl--horizontal-1-3, .mdl--product-xl--horizontal-1-4, .mdl--product-xl--horizontal-1-5, .mdl--product-xl--horizontal-2-3, .mdl--product-xl--horizontal-2-4, .mdl--product-xl--horizontal-2-5, .mdl--product-xl--horizontal-3-4, .mdl--product-xl--horizontal-3-5, .mdl--product-xl--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 768px) {
  .mdl--product-xl--horizontal-1-3, .mdl--product-xl--horizontal-1-4, .mdl--product-xl--horizontal-1-5, .mdl--product-xl--horizontal-2-3, .mdl--product-xl--horizontal-2-4, .mdl--product-xl--horizontal-2-5, .mdl--product-xl--horizontal-3-4, .mdl--product-xl--horizontal-3-5, .mdl--product-xl--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem; } }
.mdl--product-xl--horizontal-1-3 .mdl--product, .mdl--product-xl--horizontal-1-4 .mdl--product, .mdl--product-xl--horizontal-1-5 .mdl--product, .mdl--product-xl--horizontal-2-3 .mdl--product, .mdl--product-xl--horizontal-2-4 .mdl--product, .mdl--product-xl--horizontal-2-5 .mdl--product, .mdl--product-xl--horizontal-3-4 .mdl--product, .mdl--product-xl--horizontal-3-5 .mdl--product, .mdl--product-xl--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center; }

.mdl--product-xl--horizontal-1-3 .mdl--product--body, .mdl--product-xl--horizontal-1-3 .mdl--product--img, .mdl--product-xl--horizontal-1-4 .mdl--product--body, .mdl--product-xl--horizontal-1-4 .mdl--product--img, .mdl--product-xl--horizontal-1-5 .mdl--product--body, .mdl--product-xl--horizontal-1-5 .mdl--product--img, .mdl--product-xl--horizontal-2-3 .mdl--product--body, .mdl--product-xl--horizontal-2-3 .mdl--product--img, .mdl--product-xl--horizontal-2-4 .mdl--product--body, .mdl--product-xl--horizontal-2-4 .mdl--product--img, .mdl--product-xl--horizontal-2-5 .mdl--product--body, .mdl--product-xl--horizontal-2-5 .mdl--product--img, .mdl--product-xl--horizontal-3-4 .mdl--product--body, .mdl--product-xl--horizontal-3-4 .mdl--product--img, .mdl--product-xl--horizontal-3-5 .mdl--product--body, .mdl--product-xl--horizontal-3-5 .mdl--product--img, .mdl--product-xl--horizontal-4-5 .mdl--product--body, .mdl--product-xl--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-xl--horizontal-1-3 .mdl--product--body, .mdl--product-xl--horizontal-1-3 .mdl--product--img, .mdl--product-xl--horizontal-1-4 .mdl--product--body, .mdl--product-xl--horizontal-1-4 .mdl--product--img, .mdl--product-xl--horizontal-1-5 .mdl--product--body, .mdl--product-xl--horizontal-1-5 .mdl--product--img, .mdl--product-xl--horizontal-2-3 .mdl--product--body, .mdl--product-xl--horizontal-2-3 .mdl--product--img, .mdl--product-xl--horizontal-2-4 .mdl--product--body, .mdl--product-xl--horizontal-2-4 .mdl--product--img, .mdl--product-xl--horizontal-2-5 .mdl--product--body, .mdl--product-xl--horizontal-2-5 .mdl--product--img, .mdl--product-xl--horizontal-3-4 .mdl--product--body, .mdl--product-xl--horizontal-3-4 .mdl--product--img, .mdl--product-xl--horizontal-3-5 .mdl--product--body, .mdl--product-xl--horizontal-3-5 .mdl--product--img, .mdl--product-xl--horizontal-4-5 .mdl--product--body, .mdl--product-xl--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.mdl--product-xl--horizontal-1-3 .mdl--product--body, .mdl--product-xl--horizontal-1-4 .mdl--product--body, .mdl--product-xl--horizontal-1-5 .mdl--product--body, .mdl--product-xl--horizontal-2-3 .mdl--product--body, .mdl--product-xl--horizontal-2-4 .mdl--product--body, .mdl--product-xl--horizontal-2-5 .mdl--product--body, .mdl--product-xl--horizontal-3-4 .mdl--product--body, .mdl--product-xl--horizontal-3-5 .mdl--product--body, .mdl--product-xl--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important; }

@media (min-width: 768px) {
  .mdl--product-xl--horizontal-1-3 .mdl--product--body, .mdl--product-xl--horizontal-1-4 .mdl--product--body, .mdl--product-xl--horizontal-1-5 .mdl--product--body, .mdl--product-xl--horizontal-2-3 .mdl--product--body, .mdl--product-xl--horizontal-2-4 .mdl--product--body, .mdl--product-xl--horizontal-2-5 .mdl--product--body, .mdl--product-xl--horizontal-3-4 .mdl--product--body, .mdl--product-xl--horizontal-3-5 .mdl--product--body, .mdl--product-xl--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important; } }
.mdl--product-xl--horizontal-1-3 .stretched-link:after, .mdl--product-xl--horizontal-1-4 .stretched-link:after, .mdl--product-xl--horizontal-1-5 .stretched-link:after, .mdl--product-xl--horizontal-2-3 .stretched-link:after, .mdl--product-xl--horizontal-2-4 .stretched-link:after, .mdl--product-xl--horizontal-2-5 .stretched-link:after, .mdl--product-xl--horizontal-3-4 .stretched-link:after, .mdl--product-xl--horizontal-3-5 .stretched-link:after, .mdl--product-xl--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem; }

@media (min-width: 768px) {
  .mdl--product-xl--horizontal-1-3 .stretched-link:after, .mdl--product-xl--horizontal-1-4 .stretched-link:after, .mdl--product-xl--horizontal-1-5 .stretched-link:after, .mdl--product-xl--horizontal-2-3 .stretched-link:after, .mdl--product-xl--horizontal-2-4 .stretched-link:after, .mdl--product-xl--horizontal-2-5 .stretched-link:after, .mdl--product-xl--horizontal-3-4 .stretched-link:after, .mdl--product-xl--horizontal-3-5 .stretched-link:after, .mdl--product-xl--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem; } }
.mdl--product--title--line-cramp-2 {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 3em; }

@supports (-webkit-line-clamp: 2) {
  .mdl--product--title--line-cramp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .mdl--product--title--line-cramp-2:after, .mdl--product--title--line-cramp-2:before {
    content: none;
    display: none;
    visibility: hidden; } }
.mdl--product--title--line-cramp-2-force {
  height: 3em; }

.mdl--product--title--line-cramp-3 {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 5em; }

@supports (-webkit-line-clamp: 3) {
  .mdl--product--title--line-cramp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .mdl--product--title--line-cramp-3:after, .mdl--product--title--line-cramp-3:before {
    content: none;
    display: none;
    visibility: hidden; } }
.mdl--product--title--line-cramp-3-force {
  height: 5em; }

.mdl--product--category-link--label {
  width: 60%;
  font-size: 0.6rem; }

@media (min-width: 768px) {
  .mdl--product--category-link--label {
    font-size: 0.75rem; } }
@media (min-width: 992px) {
  .mdl--product--category-link--label {
    width: 50%; } }
.mdl--product--category-link--thumb {
  width: 40%; }

@media (min-width: 992px) {
  .mdl--product--category-link--thumb {
    width: 50%; } }
.mdl--pagination .page-link {
  border: 0;
  position: relative;
  min-width: 2em;
  text-align: center;
  border-radius: 0 !important;
  padding: 0.5rem 0.67rem;
  margin: 0.125rem; }

.mdl--pagination .page-item.active .page-link {
  background-color: rgba(222, 226, 230, 0.2);
  color: #6c757d; }

.mdl--link-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none; }

.mdl--link-item:hover {
  text-decoration: none; }

.mdl--link-item--icon {
  display: block;
  flex-shrink: 0;
  padding: 1.25rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  font-size: 1.25rem;
  line-height: 0;
  text-align: center; }

.mdl--link-item--icon img {
  max-width: 2rem;
  max-height: 2rem; }

.mdl--link-item--thumb {
  width: 29%;
  flex-shrink: 0;
  line-height: 0;
  position: relative; }

.mdl--link-item--thumb:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(104, 104, 104, 0.1); }

@media (min-width: 768px) and (max-width: 991.98px) {
  .mdl--link-item--thumb {
    width: 20%; } }
.mdl--link-item--body {
  line-height: 1.67;
  padding: 1rem 0; }

.mdl--link-item--title {
  font-size: 0.875rem;
  line-height: 1.67;
  font-weight: bolder;
  margin: 0; }

@media (min-width: 768px) {
  .mdl--link-item--title {
    font-size: 1rem; } }
.mdl--link-item--text {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.25em 0 0; }

@media (min-width: 768px) {
  .mdl--link-item--text {
    font-size: 0.875rem; } }
.mdl--link-item--caption {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.125rem 0 0; }

.mdl--features-banner--alt {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fefefe; }

.mdl--features-banner--alt-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

.mdl--contact--tel {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif; }

.mdl--contact--tel-dial-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1em;
  height: auto;
  margin-right: 0.4rem; }

.mdl--contact--tel-dial-icon img {
  width: 100%; }

.mdl--contact--tel-dial-icon svg {
  font-size: 0.9em;
  transform: translateY(-0.025em); }

body:not(.console):not(.mobile):not(.tablet):not(.smarttv):not(.wearable):not(.embedded) .mdl--device--not-pc {
  display: none !important; }

body.pc .mdl--device--not-pc {
  display: none !important; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s,opacity 0s;
  -moz-transition: transform 0s,opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70/3);
  width: -moz-calc(100% * 70/3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100%/70);
  width: -moz-calc(100%/70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.tns-controls [disabled] {
  color: rgba(38, 38, 38, 0.25);
  cursor: not-allowed !important; }

.tns-outer {
  position: relative; }

.tns-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px; }

.tns-nav > [aria-controls] {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #e6160b;
  background-color: transparent; }

.tns-nav > .tns-nav-active {
  background: #e6160b; }

@keyframes animation--spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes animation--spin-reverse {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes animation--in {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes animation--in-sm {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes animation--border {
  0% {
    transform: scale3d(0, 1, 0); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes animation--text {
  0% {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(0, 1, 0); } }
@keyframes animation--draw-heart {
  0% {
    stroke-dasharray: 820px;
    stroke-dashoffset: 820px; }
  to {
    stroke-dasharray: 820px;
    stroke-dashoffset: 1640px; } }
@keyframes animation--draw-heading-twitter {
  0% {
    stroke-dasharray: 210px;
    stroke-dashoffset: 210px; }
  to {
    stroke-dasharray: 210px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-twitter-2 {
  0% {
    stroke-dasharray: 3px;
    stroke-dashoffset: 3px; }
  to {
    stroke-dasharray: 3px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-twitter-3 {
  0% {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px; }
  to {
    stroke-dasharray: 20px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-campaign {
  0% {
    stroke-dasharray: 150px;
    stroke-dashoffset: 150px; }
  to {
    stroke-dasharray: 150px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-campaign-2 {
  0% {
    stroke-dasharray: 140px;
    stroke-dashoffset: 140px; }
  to {
    stroke-dasharray: 140px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-campaign-3 {
  0% {
    stroke-dasharray: 3px;
    stroke-dashoffset: 5px; }
  to {
    stroke-dasharray: 3px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-events {
  0% {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-events-2 {
  0% {
    stroke-dasharray: 10px;
    stroke-dashoffset: 10px; }
  to {
    stroke-dasharray: 10px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-online {
  0% {
    stroke-dasharray: 190px;
    stroke-dashoffset: 190px; }
  to {
    stroke-dasharray: 190px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-online-2 {
  0% {
    stroke-dasharray: 10px;
    stroke-dashoffset: 10px; }
  to {
    stroke-dasharray: 10px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-heading-message {
  0% {
    stroke-dasharray: 280px;
    stroke-dashoffset: 280px; }
  to {
    stroke-dasharray: 280px;
    stroke-dashoffset: 0px; } }
@keyframes animation--draw-icons {
  0% {
    stroke-dasharray: 800px;
    stroke-dashoffset: 800px; }
  to {
    stroke-dashoffset: 0px; } }
@keyframes animation--pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
[data-scroll] .animation--icon {
  display: none;
  animation-delay: 0.5s; }

[data-scroll=in] .animation--draw-heart {
  animation: animation--draw-heart 1s cubic-bezier(0.77, 0, 0.175, 1); }

[data-scroll=in] .animation--draw-heading-twitter .stroke-1 {
  animation: animation--draw-heading-twitter 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-scroll=in] .animation--draw-heading-twitter .stroke-2 {
  animation-name: animation--draw-heading-twitter-2;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-twitter .stroke-3 {
  animation-name: animation--draw-heading-twitter-3;
  animation-duration: 0.5s;
  animation-delay: 0.75s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-campaign .stroke-1 {
  animation: animation--draw-heading-campaign 0.5s linear;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-campaign .stroke-2 {
  animation: animation--draw-heading-campaign-2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0.5s;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-campaign .stroke-3 {
  animation: animation--draw-heading-campaign-3 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0.75s;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-events .stroke-1 {
  animation: animation--draw-heading-events 1s;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-events .stroke-2 {
  animation: animation--draw-heading-events-2 0.5s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards; }

[data-scroll=in] .animation--draw-heading-online .stroke-1 {
  animation: animation--draw-heading-online 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-scroll=in] .animation--draw-heading-online .stroke-2 {
  animation: animation--draw-heading-online-2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0.8s; }

[data-scroll=in] .animation--in {
  animation-name: animation--in;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-scroll=in] .animation--in-sm {
  animation-name: animation--in-sm;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-scroll=in] .animation--border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fefefe;
  transform-origin: 100% 0;
  animation-name: animation--text;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-fill-mode: forwards; }

[data-scroll=in] .animation--icon {
  display: flex; }

[data-scroll=in] .animation--message-icon {
  animation-name: animation--in-sm;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-scroll=in] .animation--pulse {
  animation-name: animation--pulse; }

[data-scroll=in] .animation--draw-heading-message {
  animation-name: animation--draw-heading-message;
  animation-duration: 1s;
  animation-fill-mode: backwards; }

[data-scroll] [class*=animation--] {
  animation-fill-mode: backwards; }

[data-scroll] [class*=animation--]:nth-child(2) {
  animation-delay: 0.25s; }

[data-scroll] [class*=animation--]:nth-child(3) {
  animation-delay: 0.5s; }

[data-scroll] [class*=animation--]:nth-child(4) {
  animation-delay: 0.75s; }

[data-scroll] [class*=animation--]:nth-child(5) {
  animation-delay: 1s; }

[data-scroll] [class*=animation--]:nth-child(6) {
  animation-delay: 1.25s; }

[data-scroll] [class*=animation--]:nth-child(7) {
  animation-delay: 1.5s; }

[data-scroll] [class*=animation--]:nth-child(8) {
  animation-delay: 1.75s; }

[data-scroll] [class*=animation--]:nth-child(9) {
  animation-delay: 2s; }

[data-scroll] [class*=animation--]:nth-child(10) {
  animation-delay: 2.25s; }

[data-scroll] [class*=animation--]:nth-child(11) {
  animation-delay: 2.5s; }

[data-scroll] [class*=animation--]:nth-child(12) {
  animation-delay: 2.75s; }

[data-scroll] [class*=animation--]:nth-child(13) {
  animation-delay: 3s; }

[data-scroll] [class*=animation--]:nth-child(14) {
  animation-delay: 3.25s; }

[data-scroll] [class*=animation--]:nth-child(15) {
  animation-delay: 3.5s; }

[data-scroll] .animation--in-sm {
  animation-fill-mode: backwards; }

[data-scroll] .animation--in-sm [class*=animation--] {
  animation-delay: 1s; }

[data-scroll] .animation--in-sm:nth-child(2) {
  animation-delay: 0.125s; }

[data-scroll] .animation--in-sm:nth-child(2) [class*=animation--] {
  animation-delay: 0.625s; }

[data-scroll] .animation--in-sm:nth-child(3) {
  animation-delay: 0.25s; }

[data-scroll] .animation--in-sm:nth-child(3) [class*=animation--] {
  animation-delay: 0.75s; }

[data-scroll] .animation--in-sm:nth-child(4) {
  animation-delay: 0.375s; }

[data-scroll] .animation--in-sm:nth-child(4) [class*=animation--] {
  animation-delay: 0.875s; }

[data-scroll] .animation--in-sm:nth-child(5) {
  animation-delay: 0.5s; }

[data-scroll] .animation--in-sm:nth-child(5) [class*=animation--] {
  animation-delay: 1s; }

[data-scroll] .animation--in-sm:nth-child(6) {
  animation-delay: 0.625s; }

[data-scroll] .animation--in-sm:nth-child(6) [class*=animation--] {
  animation-delay: 1.125s; }

[data-scroll] .animation--in-sm:nth-child(7) {
  animation-delay: 0.75s; }

[data-scroll] .animation--in-sm:nth-child(7) [class*=animation--] {
  animation-delay: 1.25s; }

[data-scroll] .animation--in-sm:nth-child(8) {
  animation-delay: 0.875s; }

[data-scroll] .animation--in-sm:nth-child(8) [class*=animation--] {
  animation-delay: 1.375s; }

[data-scroll] .animation--in-sm:nth-child(9) {
  animation-delay: 1s; }

[data-scroll] .animation--in-sm:nth-child(9) [class*=animation--] {
  animation-delay: 1.5s; }

[data-scroll] .animation--in-sm:nth-child(10) {
  animation-delay: 1.125s; }

[data-scroll] .animation--in-sm:nth-child(10) [class*=animation--] {
  animation-delay: 1.625s; }

[data-scroll] .animation--in-sm:nth-child(11) {
  animation-delay: 1.25s; }

[data-scroll] .animation--in-sm:nth-child(11) [class*=animation--] {
  animation-delay: 1.75s; }

[data-scroll] .animation--in-sm:nth-child(12) {
  animation-delay: 1.375s; }

[data-scroll] .animation--in-sm:nth-child(12) [class*=animation--] {
  animation-delay: 1.875s; }

[data-scroll] .animation--in-sm:nth-child(13) {
  animation-delay: 1.5s; }

[data-scroll] .animation--in-sm:nth-child(13) [class*=animation--] {
  animation-delay: 2s; }

[data-scroll] .animation--in-sm:nth-child(14) {
  animation-delay: 1.625s; }

[data-scroll] .animation--in-sm:nth-child(14) [class*=animation--] {
  animation-delay: 2.125s; }

[data-scroll] .animation--in-sm:nth-child(15) {
  animation-delay: 1.75s; }

[data-scroll] .animation--in-sm:nth-child(15) [class*=animation--] {
  animation-delay: 2.25s; }

[data-scroll] .animation--in-sm:nth-child(16) {
  animation-delay: 1.875s; }

[data-scroll] .animation--in-sm:nth-child(16) [class*=animation--] {
  animation-delay: 2.375s; }

.modalMessageIsOpen .akachannohi2022--message-modal .animation--draw-heading-message {
  animation-name: animation--draw-heading-message;
  animation-duration: 1s;
  animation-fill-mode: backwards; }

@media (prefers-reduced-motion: reduce), (print) {
  .akachannohi2022--badge, .akachannohi2022--badge--new-label, .akachannohi2022--prize-backgrounds--child:before, [class*=animation--] {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }
.akachannohi2022--heading-xs {
  font-size: 1.125rem;
  line-height: 1.785;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }

.akachannohi2022--heading-sm {
  font-size: 1.25rem;
  line-height: 2.5;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }

.akachannohi2022--heading-md {
  font-size: 1.5rem;
  line-height: 1.785;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }

.akachannohi2022--body {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .akachannohi2022--body {
    font-size: 1rem; } }
.f-15 {
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .f-15 {
      font-size: 15px; } }

.akachannohi2022--line-height-bordered {
  line-height: 2; }

.akachannohi2022--line-height-bordered-md {
  line-height: 2.25; }

.akachannohi2022--border {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  line-height: 1; }

.akachannohi2022--border:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid; }

.akachannohi2022--mark {
  display: inline-block;
  border: 0;
  padding: 0.25em;
  border: 0;
  height: auto;
  width: auto;
  font-size: inherit;
  border-radius: 0;
  background-color: rgba(230, 22, 11, 0.08) !important;
  line-height: 1; }

.akachannohi2022--char-dash {
  display: inline-block;
  transform-origin: left center;
  transform: scaleX(2);
  font-weight: normal;
  margin-left: 0.1em; }

.akachannohi2022--char-leader {
  display: inline-block;
  font-weight: normal;
  font-family: sans-serif; }

.akachannohi2022--char-hy {
  margin-right: -0.4em; }

.akachannohi2022--char-hy-l {
  margin-left: -0.4em; }

.akachannohi2022--char-hy-dot {
  margin-left: -0.125em;
  margin-right: -0.125em; }

.akachannohi2022--char-yousokuon {
  margin-left: -0.05em;
  margin-right: -0.05em; }

.akachannohi2022--list-bordered > li:before {
  border-color: rgba(230, 22, 11, 0.2); }

.akachannohi2022--border-color {
  border-color: rgba(230, 22, 11, 0.2) !important; }

.naviconIsVisible .akachannohi2022--share {
  animation-delay: 0s !important; }

[data-scroll=out] {
  visibility: hidden !important;
  animation-delay: 0.2s;
  opacity: 0; }

.animated[data-scrolle=in].animation--in {
  animation: bounceIn 1s cubic-bezier(0.23, 1, 0.32, 1); }

.animated[data-scrolle=in].animation--in {
  animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1); }

.akachannohi2022--badge--closed {
  display: inline-flex;
  font-size: 1em;
  line-height: 1;
  padding: 0.25em 0.4em;
  font-weight: bold;
  color: #fefefe;
  background-color: #e6160b;
  box-shadow: 2px 2px 0px rgba(230, 22, 11, 0.5);
  border-radius: 1px;
  transform: rotate(-7.5deg); }

.akachannohi2022--badge--star {
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: #e6160b;
  animation-name: animation--spin;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.akachannohi2022--badge--star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: inherit;
  transform: rotate(30deg);
  transform-origin: center center;
  border-radius: inherit; }

.akachannohi2022--badge--star:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: inherit;
  transform: rotate(-30deg);
  transform-origin: center center;
  border-radius: inherit; }

.akachannohi2022--badge--new-label {
  color: #fefefe;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  font-size: 10px;
  animation-name: animation--spin-reverse;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.akachannohi2022--badge--new-label-ja {
  color: #fefefe;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  animation-name: animation--spin-reverse;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.ie .akachannohi2022--badge--new-label, .ie .akachannohi2022--badge--new-label-ja, .ie .akachannohi2022--badge--star {
  animation: none; }

.ie .akachannohi2022--badge--new-label, .ie .akachannohi2022--badge--new-label-ja {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.5em; }

.ie .akachannohi2022--badge--star {
  display: block;
  text-align: center; }

.ie .akachannohi2022--badge--star svg {
  vertical-align: top; }

.akachannohi2022--clipboard {
  display: inline-block;
  border: 0;
  padding: 0.25em;
  border: 0;
  height: auto;
  width: auto;
  font-size: inherit;
  border-radius: 0;
  background-color: rgba(230, 22, 11, 0.08) !important;
  line-height: 1;
  cursor: pointer; }

.akachannohi2022--clipboard.copied {
  background-color: #d0ecf0 !important; }

.akachannohi2022--clipboard--icon-copied {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  animation-name: copiedBadge;
  animation-direction: alternate; }

@keyframes copiedBadge {
  10%,20%,30%,40%,50%,0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  10% {
    transform: scale3d(1.1, 1.1, 1.1); }
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  30% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  40% {
    transform: scale3d(0.97, 0.97, 0.97); }
  50% {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  95% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.akachannohi2022--header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  height: 1.175rem; }

@media (max-width: 320px) {
  .akachannohi2022--header {
    left: 0; } }
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2022--header {
    top: 1rem;
    left: 1rem; } }
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--header {
    top: 2rem;
    left: 2rem; } }
@media (min-width: 992px) {
  .akachannohi2022--header {
    top: 2rem;
    left: 2rem; } }
.akachannohi2022--header-logo {
  display: block;
  width: auto;
  height: 1.175rem; }

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2022--header-logo {
    height: 1.175rem; } }
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--header-logo {
    height: 1.5rem; } }
.akachannohi2022--visual {
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 768px;
  min-height: 93vh;
  display: flex;
  flex-direction: column; }

@media (min-width: 992px) {
  .akachannohi2022--visual {
    min-height: 550px; } }
.akachannohi2022--visual-background {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-image: url(../img/visual/visual_sp_photo.jpg);
  background-position: center top;
  background-size: 150% auto;
  background-repeat: no-repeat; }

@media only screen and (orientation: landscape) {
  .akachannohi2022--visual-background {
    background-position: center center;
    background-size: contain;
    padding-top: 100vh; } }
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2022--visual-background {
    background-position: center top;
    background-size: contain;
    padding-top: 100vh; } }
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--visual-background {
    background-position: center center;
    background-size: contain;
    padding-top: 80%; } }
@media (min-width: 992px) {
  .akachannohi2022--visual-background {
    margin-top: 0;
    padding-top: 0%;
    height: 86vh;
    min-height: 550px;
    background-image: url(../img/visual/visual_pc_photo.jpeg);
    background-position: center center;
    background-size: contain; } }
.akachannohi2022--visual-line {
  position: absolute;
  margin-top: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 768px;
  height: 100vh;
  transform-origin: center top; }

@media only screen and (orientation: landscape) {
  .akachannohi2022--visual-line {
    top: -3%;
    height: 146vh; } }
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2022--visual-line {
    top: -4%;
    height: 150vh; } }
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--visual-line {
    top: -5%;
    height: 94vh; } }
@media (min-width: 992px) {
  .akachannohi2022--visual-line {
    margin-top: 0;
    height: 120vh;
    min-height: 1000px;
    top: -10%;
    transform: scaleY(0.97); } }
@media (min-width: 1200px) {
  .akachannohi2022--visual-line {
    height: 160vh;
    min-height: 1000px;
    top: -20%;
    transform: scaleY(0.97); } }
.akachannohi2022--visual-line-path-holder {
  transform-origin: center; }

@media only screen and (orientation: landscape) {
  .akachannohi2022--visual-line-path-holder {
    transform: translateX(1%); } }
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2022--visual-line-path-holder {
    transform: translateX(1%); } }
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--visual-line-path-holder {
    transform: translateX(3%); } }
@media (min-width: 992px) {
  .akachannohi2022--visual-line-path-holder {
    transform: translateX(13%); } }
.akachannohi2022--visual-line-path {
  transform-origin: center;
  stroke-width: 3px; }

@media (min-width: 992px) {
  .akachannohi2022--visual-line-path {
    stroke-width: 2px; } }
.akachannohi2022--visual-logo {
  display: block;
  width: 100%;
  height: 110px;
  margin: auto;
  background-image: url(../img/visual/visual_sp_logo.png);
  background-position: center bottom;
  background-size: 163px auto;
  background-repeat: no-repeat; }

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2022--visual-logo {
    background-size: 244.5px auto;
    height: 165px; } }
@media (min-width: 992px) {
  .akachannohi2022--visual-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 768px;
    height: 86vh;
    min-height: 550px;
    background-image: url(../img/visual/visual_pc_logo.png);
    background-position: center center;
    background-size: contain;
    margin-bottom: 3rem; } }
.akachannohi2022--visual-loader {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9); }

@media (min-width: 992px) {
  .akachannohi2022--visual-loader {
    min-height: 550px; } }
.akachannohi2022--visual-loader--image {
  position: relative;
  width: 100%;
  max-width: 160px;
  height: auto;
  position: relative; }

@media (min-width: 768px) {
  .akachannohi2022--visual-loader--image {
    max-width: 300px; } }
.akachannohi2022--visual-loader--stroke {
  fill: none;
  stroke: #e6160b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 70px;
  fill-rule: evenodd;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: stroke-dashoffset 0.25s easeOut; }

.akachannohi2022--visual-skip {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1070; }

.akachannohi2022--visual-catchcopy path {
  fill: none; }

.akachannohi2022--visual-catchcopy--pc path {
  transform-origin: 344px 304px; }

.akachannohi2022--visual-catchcopy--sp path {
  transform-origin: 307.5px 236.5px; }

.akachannohi2022--visual-alt {
  display: none; }

.loadHide {
  visibility: hidden !important;
  pointer-events: none; }

.akachannohi2022--header, .akachannohi2022--info, .akachannohi2022--visual-background, .akachannohi2022--visual-logo {
  opacity: 0; }

.akachannohi2022--visual-line-path {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px; }

.ie .akachannohi2022--visual-holder {
  height: 540px; }

.akachannohi2022--info {
  width: 100%;
  max-width: 24rem;
  margin: 1.5rem auto;
  position: relative; }

.akachannohi2022--info:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: -0.5rem;
  bottom: -0.125rem;
  left: 1rem;
  right: 1rem;
  background-color: rgba(254, 254, 254, 0.67); }

@media (min-width: 992px) {
  .akachannohi2022--info {
    position: absolute;
    right: 3rem;
    left: auto;
    bottom: 1rem;
    width: 20rem; } }
.akachannohi2022--info--heading-line {
  transform-origin: left center; }

.akachannohi2022--info--slider {
  height: 2.5rem; }

.akachannohi2022--info--slide {
  height: 2.5rem;
  position: relative; }

.akachannohi2022--info--slide-body {
  font-size: 0.675rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.akachannohi2022--main {
  padding-top: 1px; }

.akachannohi2022--section {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .akachannohi2022--section {
      padding-top: 5rem; } }

.akachannohi2022--image-cover--top {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0; }

.akachannohi2022--image-cover--bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0; }

.akachannohi2022--cta {
  border-radius: 50px;
  background-color: rgba(230, 22, 11, 0.08);
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto; }

.akachannohi2022--cta-bg {
  background-color: rgba(230, 22, 11, 0.08); }

.akachannohi2022--layer-upper {
  position: relative;
  z-index: 1; }

.akachannohi2022--section-lower {
  position: relative;
  z-index: 0; }

.akachannohi2022--section-header {
  margin: 5rem auto 0; }

.akachannohi2022--section-heading {
  font-size: 1.75rem;
  line-height: 2.5;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .akachannohi2022--section-heading {
    font-size: 2rem; } }
.akachannohi2022--section-heading-en {
  display: block;
  margin: 2.75em 0 1.75em;
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

@media (min-width: 768px) {
  .akachannohi2022--section-heading-en {
    font-size: 1.15rem; } }
.akachannohi2022--ornament--type-holder {
  overflow: hidden;
  background-size: auto 100%;
  background-image: url(../img/aka-img.png);
  background-repeat: repeat-x;
  background-position: 88.8% 0;
  height: 120px;
  margin: 108px 0; }

@media (min-width: 768px) {
  .akachannohi2022--ornament--type-holder {
    height: 180px;
    margin: 162px 0; } }
.akachannohi2022--ornament--type {
  width: 2600px;
  height: 120px;
  background-color: #fefefe;
  background-size: auto 100%;
  background-image: url(../img/aka-img.png);
  background-repeat: repeat-x;
  background-position: -6% 0;
  will-change: transform;
  animation: ornament-type-move-sp 60s linear infinite forwards; }

@media (min-width: 768px) {
  .akachannohi2022--ornament--type {
    width: 5850px;
    height: 180px;
    background-size: auto 100%;
    animation: ornament-type-move-pc 60s linear infinite; } }
.akachannohi2022--ornament--type-image {
  height: 10rem;
  width: auto; }

.akachannohi2022--ornament--type-image path {
  fill: #e6160b; }

@keyframes ornament-type-move-sp {
  to {
    transform: translateX(-1300px); } }
@keyframes ornament-type-move-pc {
  to {
    transform: translateX(-1950px); } }
.akachannohi2022--ornament--section {
  position: relative;
  width: 200px;
  margin: auto; }

@media (min-width: 768px) {
  .akachannohi2022--ornament--section {
    width: 308px; } }
.akachannohi2022--ornament--section--line {
  stroke-width: 5px; }

@media (min-width: 768px) {
  .akachannohi2022--ornament--section--line {
    stroke-width: 4px; } }
.akachannohi2022--ornament--section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.25em;
  height: 1em;
  font-size: 20px;
  line-height: 1; }

@media (min-width: 768px) {
  .akachannohi2022--ornament--section-icon {
    font-size: 32px; } }
.akachannohi2022--messages-bg {
  background-color: #F3F3F3;
  background: linear-gradient(175deg, #f4f4f4 0%, #f2f2f2 100%); }

.akachannohi2022--messages-icon-holder {
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.akachannohi2022--messages-icon-bg {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6160b;
  border-radius: 100%; }

.akachannohi2022--messages-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe; }

.akachannohi2022--messages--corporations {
  position: relative;
  width: 100%;
  padding-top: 100%;
  break-before: page; }

.akachannohi2022--messages--corporations-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.25); }

@media (min-width: 768px) {
  .akachannohi2022--messages--corporations-bg {
    transform: scale(1); } }
.akachannohi2022--messages--corporations-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.akachannohi2022--mails {
  margin-bottom: 4rem;
  padding-bottom: 3rem; }

.akachannohi2022--mails--header {
  border-bottom: 3px solid #e6160b; }

.akachannohi2022--mails--main {
  padding: 2.25rem; }

@media (min-width: 768px) {
  .akachannohi2022--mails--main {
    padding: 3rem; } }
.akachannohi2022--mails--line {
  background-position: 0 -0.25em;
  background-image: repeating-linear-gradient(rgba(230, 22, 11, 0) 0, rgba(230, 22, 11, 0) calc(2.625rem - 1px), #e6160b 2.625rem); }

@media (min-width: 768px) {
  .akachannohi2022--mails--line {
    background-image: repeating-linear-gradient(rgba(230, 22, 11, 0) 0, rgba(230, 22, 11, 0) calc(3rem - 1px), #e6160b 3rem); } }
.akachannohi2022--mails--body {
  font-size: 0.875rem;
  line-height: 3;
  letter-spacing: 0.0619em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-break: strict; }

@media (min-width: 768px) {
  .akachannohi2022--mails--body {
    font-size: 1rem; } }
.akachannohi2022--mails-shadow {
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.075); }

.modalMessageIsOpen .modal-backdrop {
  background-color: rgba(230, 22, 11, 0.5); }

.modalMessageIsOpen .akachannohi2022--menu--toggler {
  z-index: 1029; }

.akachannohi2022--instagram--bg-line {
  height: 120px;
  width: 100%;
  overflow: hidden;
  background-color: #e6160b;
  background-image: url(../img/instagram_bg_line.jpg?v=4);
  background-repeat: repeat;
  background-size: auto 100%; }

.akachannohi2022--instagram--bg-line:before {
  content: "";
  display: block;
  height: 120px;
  width: 2880px;
  will-change: transform;
  background-color: #e6160b;
  background-image: url(../img/instagram_bg_line.jpg?v=4);
  background-repeat: repeat;
  background-size: auto 100%;
  animation: photos-move-sp 60s linear infinite; }

@media (min-width: 768px) {
  .akachannohi2022--instagram--bg-line {
    height: 200px; }

  .akachannohi2022--instagram--bg-line:before {
    content: "";
    height: 200px;
    width: 4800px;
    animation: photos-move-pc 60s linear infinite; } }
.akachannohi2022--instagram--bg-line-cover {
  position: relative; }

.akachannohi2022--instagram--bg-line-cover:after, .akachannohi2022--instagram--bg-line-cover:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: auto 26px; }

@media (min-width: 992px) {
  .akachannohi2022--instagram--bg-line-cover:after, .akachannohi2022--instagram--bg-line-cover:before {
    height: 48px;
    background-size: auto 48px; } }
.akachannohi2022--instagram--bg-line-cover:before {
  top: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20286%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m143%2025c71.5%200%2071.51-24%20143-24v-1h-286v1c71.5%200%2071.5%2024%20143%2024z%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(50% - 72px) top; }

@media (min-width: 992px) {
  .akachannohi2022--instagram--bg-line-cover:before {
    background-position: calc(50% - 180px) top; } }
.akachannohi2022--instagram--bg-line-cover:after {
  bottom: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20286%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m143%200c-71.5%200-71.51%2024-143%2024v1h286v-1c-71.5%200-71.5-24-143-24z%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(50% + 76px) bottom; }

@media (min-width: 992px) {
  .akachannohi2022--instagram--bg-line-cover:after {
    background-position: calc(50% + 80px) bottom; } }
@keyframes photos-move-sp {
  0% {
    transform: translateX(-960px); }
  to {
    transform: translateX(0px); } }
@keyframes photos-move-pc {
  0% {
    transform: translateX(-1600px); }
  to {
    transform: translateX(0px); } }
html {
  min-height: 100vh; }

.ecbn-selection-page-wrapper .ecbn-selection-description, .ecbn-selection-page-wrapper .ecbn-selection-header, .ecbn-selection-page-wrapper .ecbn-selection-header2, .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area, .ecbn-selection-page-wrapper .ecbn-selection-title {
  display: none !important; }

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
  padding: 0 !important;
  border: 0 !important; }

.ecbn-selection-image-loading-more {
  display: none !important; }

.ecbn-selection-wrapper .ecbn-selection-description, .ecbn-selection-wrapper .ecbn-selection-footer, .ecbn-selection-wrapper .ecbn-selection-header, .ecbn-selection-wrapper .ecbn-selection-header2, .ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-wrapper .ecbn-selection-to-nextpage {
  display: none !important; }

.ecbn-selection-wrapper .ecbn-selection-slider-view {
  background-color: #fafafa; }

.ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right: 3px; }

.ecbn-selection-wrapper .ecbn-selection-footer2 {
  padding-right: 1rem; }

@media (min-width: 992px) {
  .ecbn-selection-wrapper .ecbn-selection-footer2 {
    padding-right: 2rem; } }
.modal-open .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  z-index: 1; }

.ecbn-selection-page-wrapper .ecbn-selection-content {
  padding: 0 !important;
  margin-left: -1px !important; }

.ecbn-selection-page-wrapper .ecbn-selection-item {
  padding: 0 0 1px 1px !important; }

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview {
  display: flex;
  align-items: flex-start !important;
  overflow-y: auto !important; }

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-overlay {
  position: fixed !important; }

.ecbn-widget-loading-container[style*="visibility: hidden;"] {
  display: none; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  position: relative !important;
  max-width: 526px !important;
  margin: auto !important;
  padding-bottom: 1rem !important;
  border: 0 !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-preview-content {
  padding: 0.5em 1em 1.05em !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right {
  float: none !important;
  width: 100% !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
  margin: 0 !important;
  float: none !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-business-operator-comment-box, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-slide-wrapper, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-footer, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-header, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-header2, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right .noProductsMsg {
  display: none !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-preview-personal, .ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-right {
  display: none !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
  width: 100% !important;
  float: none !important;
  min-width: 100px !important;
  min-height: 60px !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  width: auto !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
  width: 100% !important; }

.ecbn-selection-preview-baby_thanksday_2022.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain {
  padding: 2.5rem 0 0 !important; }

html {
  scroll-behavior: auto; }

html:not([class=""]) {
  scroll-behavior: smooth; }

.akachannohi2022--share {
  z-index: 2;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 10rem;
  text-align: center; }

@media (min-width: 768px) {
  .akachannohi2022--share {
    margin-right: 6rem;
    text-align: right; } }
.akachannohi2022--header-pages {
  position: relative;
  top: 1rem;
  width: 100%;
  min-height: 3.25rem;
  text-align: center; }

.akachannohi2022--header-pages-logo {
  display: block;
  width: auto;
  height: 3.25rem; }

@media (min-width: 992px) {
  .akachannohi2022--header-pages-logo {
    height: 4.5rem; } }
.akachannohi2022--header-pages-logo--label {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
  border-bottom: 2px solid; }

.akachannohi2022--header-ah {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1; }

.akachannohi2022--header-ah-logo {
  display: block;
  width: auto;
  height: 2rem; }

@media (min-width: 992px) {
  .akachannohi2022--header-ah-logo {
    height: 3rem; } }
.akachannohi2022--navs {
  position: relative;
  background-color: rgba(230, 22, 11, 0.08); }

.akachannohi2022--navs:after, .akachannohi2022--navs:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(to bottom, #e6160b 0%, #e6160b 36%, #fefefe 36%, #fefefe 64%, #e6160b 64%, #e6160b 100%); }

@media (min-width: 768px) {
  .akachannohi2022--navs:after, .akachannohi2022--navs:before {
    height: 12px; } }
.akachannohi2022--menu--inside {
  max-width: 400px; }

.akachannohi2022--menu--toggler {
  position: fixed;
  z-index: 1051;
  right: 1rem;
  top: 0.75rem;
  width: auto; }

@media (min-width: 992px) {
  .akachannohi2022--menu--toggler {
    right: 1.5rem;
    top: 1.5rem; } }
.akachannohi2022--menu--btn-icon {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem 0.75rem; }

@media (min-width: 1200px) {
  .akachannohi2022--menu--btn-icon {
    transform: translate3d(0, 0, 1px); } }
.akachannohi2022--menu--btn-icon--icon .icon-bar {
  height: 2px;
  width: 1.25rem;
  margin-left: auto;
  background-color: #e6160b;
  transform-origin: right center;
  transition: background-color 0.001s linear, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }

.akachannohi2022--menu--btn-icon--icon .icon-bar:first-child {
  transform: translate3d(0, 0, 0); }

.akachannohi2022--menu--btn-icon--icon .icon-bar:nth-child(2) {
  width: 1rem; }

.akachannohi2022--menu--btn-icon--icon .icon-bar:nth-child(3) {
  width: 0.75rem;
  transform: translate3d(0, 0, 0); }

.akachannohi2022--menu--toggler-clone {
  position: absolute;
  z-index: 2; }

.akachannohi2022--menu--home-label {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
  border-bottom: 2px solid; }

.lpMenuIsOpened .icon-bar:first-child, .lpMenuIsOpened .icon-bar:nth-child(3), .lpMenuIsOpening .icon-bar:first-child, .lpMenuIsOpening .icon-bar:nth-child(3) {
  transform: translate3d(0, 0, 0) scale3d(0, 1, 1); }

.lpMenuIsOpened .icon-bar:nth-child(2), .lpMenuIsOpening .icon-bar:nth-child(2) {
  transform: scale3d(1.5, 1, 1); }

.lpMenuIsOpened .akachannohi2022--menu--btn-icon--icon .icon-bar {
  background-color: #fefefe; }

.lpMenuIsOpened .akachannohi2022--menu--toggler {
  z-index: 1051; }

.windows.chrome.lpMenuIsOpened .akachannohi2022--menu--toggler {
  margin-right: 17px; }

.windows.edge.lpMenuIsOpened .akachannohi2022--menu--toggler, .windows.ie.lpMenuIsOpened .akachannohi2022--menu--toggler {
  margin-right: 16px; }

.akachannohi2022--prize-copyright {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.34;
  padding: 1em 1em 0 0;
  margin-bottom: 0;
  transform-origin: right top;
  transform: scale(0.4); }

@media (min-width: 992px) {
  .akachannohi2022--prize-copyright {
    transform: scale(0.5); } }
.akachannohi2022--prize-backgrounds {
  overflow: hidden;
  z-index: 0;
  height: 450px; }

@media (min-width: 768px) {
  .akachannohi2022--prize-backgrounds {
    height: 675px; } }
.akachannohi2022--prize-backgrounds--child {
  position: relative;
  width: 100%;
  height: 100px;
  background-size: auto 100%;
  background-position: 0 0;
  transform: translateY(-34px); }

@media (min-width: 768px) {
  .akachannohi2022--prize-backgrounds--child {
    height: 150px;
    transform: translateY(-51px); } }
.akachannohi2022--prize-backgrounds--child:before {
  content: "";
  display: block;
  width: 3200px;
  height: 100px;
  position: absolute;
  top: 0;
  background-size: auto 100%;
  will-change: transform; }

@media (min-width: 768px) {
  .akachannohi2022--prize-backgrounds--child:before {
    width: 4800px;
    height: 150px; } }
.akachannohi2022--prize-backgrounds--child:nth-child(2):before {
  animation-delay: -3s; }

.akachannohi2022--prize-backgrounds--child:nth-child(3):before {
  animation-delay: -6s; }

.akachannohi2022--prize-backgrounds--child:nth-child(4):before {
  animation-delay: -9s; }

.akachannohi2022--prize-backgrounds--child:nth-child(5):before {
  animation-delay: -12s; }

.akachannohi2022--prize-backgrounds--child-odd, .akachannohi2022--prize-backgrounds--child-odd:before {
  background-image: url(../img/prize_bg_line_1.jpg);
  background-position: right top; }

.akachannohi2022--prize-backgrounds--child-odd:before {
  right: 0;
  animation: prize-photos-move-to-right 18s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }

.akachannohi2022--prize-backgrounds--child-even, .akachannohi2022--prize-backgrounds--child-even:before {
  background-image: url(../img/prize_bg_line_2.jpg);
  background-position: left top; }

.akachannohi2022--prize-backgrounds--child-even:before {
  left: 0;
  animation: prize-photos-move-to-left 18s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }

@keyframes prize-photos-move-to-right {
  0% {
    transform: translateX(0%); }
  8.33% {
    transform: translateX(4.165%); }
  16.66% {
    transform: translateX(8.33%); }
  24.99% {
    transform: translateX(12.495%); }
  33.32% {
    transform: translateX(16.66%); }
  41.65% {
    transform: translateX(20.825%); }
  49.98% {
    transform: translateX(24.99%); }
  58.31% {
    transform: translateX(29.155%); }
  66.64% {
    transform: translateX(33.32%); }
  74.97% {
    transform: translateX(37.485%); }
  83.3% {
    transform: translateX(41.65%); }
  91.63% {
    transform: translateX(45.815%); }
  to {
    transform: translateX(50%); } }
@keyframes prize-photos-move-to-left {
  0% {
    transform: translateX(0%); }
  8.33% {
    transform: translateX(-4.165%); }
  16.66% {
    transform: translateX(-8.33%); }
  24.99% {
    transform: translateX(-12.495%); }
  33.32% {
    transform: translateX(-16.66%); }
  41.65% {
    transform: translateX(-20.825%); }
  49.98% {
    transform: translateX(-24.99%); }
  58.31% {
    transform: translateX(-29.155%); }
  66.64% {
    transform: translateX(-33.32%); }
  74.97% {
    transform: translateX(-37.485%); }
  83.3% {
    transform: translateX(-41.65%); }
  91.63% {
    transform: translateX(-45.815%); }
  to {
    transform: translateX(-50%); } }
.akachannohi2022--online--bg {
  background-image: url(../img/instagram_live_bg.png);
  background-size: auto 54px;
  background-position: center top;
  background-repeat: repeat space; }

@media (min-width: 768px) {
  .akachannohi2022--online--bg {
    background-size: auto 8%; } }
.akachannohi2022--online--time-row {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.34; }

.akachannohi2022--online--time-col:not(:empty) {
  padding: 0.5rem;
  border-top: 1px solid;
  border-left: 1px solid;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px; }

.akachannohi2022--flow {
  position: relative; }

.akachannohi2022--flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  transform: translateX(-2px);
  width: 4px;
  background-color: rgba(230, 22, 11, 0.2); }

.akachannohi2022--flow--item {
  border: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent; }

.akachannohi2022--flow--item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5rem;
  right: 0;
  top: 0;
  border-top: 1px solid rgba(230, 22, 11, 0.08); }

.akachannohi2022--flow--time {
  width: 3rem;
  text-align: center;
  margin-right: 1.5rem;
  flex-shrink: 0; }

/*!
 * akachanhonpo coen.lol website - akachannohi2022 styles
 */
.akachannohi2022--visual-background, .akachannohi2022--visual-logo {
  opacity: 1; }

.akachannohi2022--visual-line-path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0; }

.akachannohi2022--info--slider {
  height: auto; }

.loadHide {
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto; }

[data-scroll] {
  visibility: visible !important;
  opacity: 1; }

.box-outer {
  display: flex;
  justify-content: center;
  align-items: center; }

.bot-box {
  width: 840px;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000; }

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.btn:not(.btn-link) {
  text-decoration: none;
  letter-spacing: 0; }

.btn-white {
  color: #212529;
  background-color: #fefefe;
  border-color: #fefefe; }

.btn-white:hover {
  color: #212529;
  background-color: #ebebeb;
  border-color: #e5e5e5; }

.btn-white.focus, .btn-white:focus {
  color: #212529;
  background-color: #ebebeb;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 222, 0.5); }

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fefefe;
  border-color: #fefefe; }

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #dedede; }

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 222, 0.5); }

.btn-clone {
  pointer-events: none; }

.dropdown-item {
  text-decoration: none; }

.breadcrumb-item {
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0; }

@media (min-width: 992px) {
  .breadcrumb-item {
    font-size: 0.875rem; } }
.breadcrumb-item + .breadcrumb-item.active {
  opacity: 0.65; }

.breadcrumb-item + .breadcrumb-item.active > a {
  text-decoration: none; }

.breadcrumb-item:last-child {
  padding-right: 1rem; }

.list-group-item-action {
  text-decoration: none;
  color: initial;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .list-group-item-action {
    transition: none; } }
.page-link {
  text-decoration: none; }

.rounded-pill-left {
  border-radius: 50rem 0 0 50rem !important; }

.rounded-pill-right {
  border-radius: 0 50rem 50rem 0 !important; }

.stretched-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .stretched-link {
    transition: none; } }
.stretched-link:after {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .stretched-link:after {
    transition: none; } }
.stretched-link:hover:after {
  background-color: rgba(222, 226, 230, 0.2); }

.stretched-link.focus, .stretched-link:focus {
  outline: 0; }

.stretched-link.focus:after, .stretched-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

@media print {
  body {
    background-color: transparent; } }
.bsx--layout--body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.bsx--layout--footer {
  display: block;
  margin-top: auto; }

.ie.bsx--layout--body main {
  flex-shrink: 0; }

@media (min-width: 768px) {
  .bsx--container-narrow {
    max-width: 752px;
    max-width: 47rem; } }
@keyframes animation--spin-opening-45deg {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(45deg); } }
@keyframes animation--spin-closing-45deg {
  0% {
    transform: rotate(45deg); }
  to {
    transform: rotate(0deg); } }
@keyframes animation--spin-opening-90deg {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }
@keyframes animation--spin-closing-90deg {
  0% {
    transform: rotate(90deg); }
  to {
    transform: rotate(0deg); } }
@keyframes animation--flip-vertical-opening {
  0% {
    transform: scale(1, 1); }
  to {
    transform: scale(1, -1); } }
@keyframes animation--flip-vertical-closing {
  0% {
    transform: scale(1, -1); }
  to {
    transform: scale(1, 1); } }
.bsx--collapse--toggler-icon, .bsx--collapse--toggler-icon-alt, .bsx--collapse--toggler-icon-flip {
  transform-origin: center; }

.bsx--collapse--toggler .bsx--collapse--toggler-icon {
  animation-name: animation--spin-opening-45deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon {
  animation-name: animation--spin-closing-45deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--collapse--toggler .bsx--collapse--toggler-icon-alt {
  animation-name: animation--spin-opening-90deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon-alt {
  animation-name: animation--spin-closing-90deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--collapse--toggler .bsx--collapse--toggler-icon-flip {
  animation-name: animation--flip-vertical-opening;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon-flip {
  animation-name: animation--flip-vertical-closing;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.bsx--card--divider-top {
  border-top: 1px solid rgba(104, 104, 104, 0.1); }

.bsx--card--divider-bottom {
  border-bottom: 1px solid rgba(104, 104, 104, 0.1); }

.bsx--list-bordered {
  list-style-type: none;
  padding-left: 0; }

.bsx--list-bordered > li {
  position: relative;
  padding-left: 1em; }

.bsx--list-bordered > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  border-left: 3px solid;
  border-color: #dee2e6;
  border-radius: 2px; }

.bsx--list-bordered.border-primary > li:before, .bsx--list-bordered > li.border-primary:before {
  border-color: #e6160b; }

.bsx--list-bordered.border-secondary > li:before, .bsx--list-bordered > li.border-secondary:before {
  border-color: #6c757d; }

.bsx--list-bordered.border-success > li:before, .bsx--list-bordered > li.border-success:before {
  border-color: #28a745; }

.bsx--list-bordered.border-info > li:before, .bsx--list-bordered > li.border-info:before {
  border-color: #17a2b8; }

.bsx--list-bordered.border-warning > li:before, .bsx--list-bordered > li.border-warning:before {
  border-color: #ffc107; }

.bsx--list-bordered.border-danger > li:before, .bsx--list-bordered > li.border-danger:before {
  border-color: #dc3545; }

.bsx--list-bordered.border-light > li:before, .bsx--list-bordered > li.border-light:before {
  border-color: #e9ecef; }

.bsx--list-bordered.border-dark > li:before, .bsx--list-bordered > li.border-dark:before {
  border-color: #343a40; }

@media (max-width: 991.98px) {
  .bsx--table-block, .bsx--table-block caption, .bsx--table-block tbody, .bsx--table-block td, .bsx--table-block th, .bsx--table-block thead, .bsx--table-block tr {
    display: block; }

  .bsx--table-block td, .bsx--table-block th {
    text-align: left; }

  .bsx--table-block th {
    font-size: 0.875rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #dee2e6;
    border-width: 1px 0; }

  .bsx--table-block td {
    border: 0;
    padding-top: 0.75em;
    padding-bottom: 0.8em; }

  .bsx--table-block.table-bordered {
    border-top: 0; }

  .bsx--table-block.table-bordered td {
    border-top: 1px solid #dee2e6; }

  .bsx--table-block.table-bordered th + td {
    border-top: 0; }

  .bsx--table-block.table-sm th {
    padding-top: 0.125em;
    padding-bottom: 0.125em; }

  .bsx--table-block.table-sm td {
    padding-top: 0.25em;
    padding-bottom: 0.3em; } }
.bsx--bordered-link {
  position: relative; }

.bsx--bordered-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border-radius: inherit; }

@media (prefers-reduced-motion: reduce) {
  .bsx--bordered-link:after {
    transition: none; } }
.bsx--underlined-link {
  position: relative; }

.bsx--underlined-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border-radius: inherit; }

@media (prefers-reduced-motion: reduce) {
  .bsx--underlined-link:after {
    transition: none; } }
.bsx--overlaid-link {
  position: relative; }

.bsx--overlaid-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border-radius: inherit; }

@media (prefers-reduced-motion: reduce) {
  .bsx--overlaid-link:after {
    transition: none; } }
a.bsx--bordered-link, button.bsx--bordered-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  a.bsx--bordered-link, button.bsx--bordered-link {
    transition: none; } }
a.bsx--bordered-link:hover:after, button.bsx--bordered-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2); }

a.bsx--bordered-link.focus, a.bsx--bordered-link:focus, button.bsx--bordered-link.focus, button.bsx--bordered-link:focus {
  outline: 0;
  z-index: 1; }

a.bsx--bordered-link.focus:after, a.bsx--bordered-link:focus:after, button.bsx--bordered-link.focus:after, button.bsx--bordered-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

a.bsx--underlined-link, button.bsx--underlined-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  a.bsx--underlined-link, button.bsx--underlined-link {
    transition: none; } }
a.bsx--underlined-link:hover:after, button.bsx--underlined-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2); }

a.bsx--underlined-link.focus, a.bsx--underlined-link:focus, button.bsx--underlined-link.focus, button.bsx--underlined-link:focus {
  outline: 0;
  z-index: 1; }

a.bsx--underlined-link.focus:after, a.bsx--underlined-link:focus:after, button.bsx--underlined-link.focus:after, button.bsx--underlined-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

a.bsx--overlaid-link, button.bsx--overlaid-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  a.bsx--overlaid-link, button.bsx--overlaid-link {
    transition: none; } }
a.bsx--overlaid-link:hover:after, button.bsx--overlaid-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2); }

a.bsx--overlaid-link.focus, a.bsx--overlaid-link:focus, button.bsx--overlaid-link.focus, button.bsx--overlaid-link:focus {
  outline: 0;
  z-index: 1; }

a.bsx--overlaid-link.focus:after, a.bsx--overlaid-link:focus:after, button.bsx--overlaid-link.focus:after, button.bsx--overlaid-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25); }

.bsx--stretched-link-bordered:after {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.bsx--stretched-link-underline:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.bsx--stretched-link-rounded:after {
  border-radius: inherit; }

.bsx--unselectable {
  pointer-events: none !important;
  touch-callout: none !important;
  user-select: none !important; }

.bsx--text-break-all {
  word-wrap: break-word !important;
  word-break: break-all !important; }

.events-inner {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .events-inner {
      margin-top: 70px; } }

.event-title-wrap {
  margin: 0 0 25px; }

.paragraph {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 0; }

.akachannohi2022--section-heading-en {
  font-size: 20px;
  color: #E6160B; }

.akachannohi2022--section-heading {
  font-size: 32px;
  color: #E6160B; }

.sub-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0 0.5em; }
  @media only screen and (min-width: 768px) {
    .sub-heading {
      letter-spacing: 0.2em; } }

.camera {
  margin-top: 50px; }
  .camera-small {
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-top: 10px; }

.txt-small {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 576px) {
    .txt-small {
      margin-top: 55px; } }

.c-black {
  color: #000; }

.twit-btn {
  margin: 0 auto; }
  .twit-btn.-pink {
    background-color: #FFF0F0;
    max-width: 175px;
    margin: 0 auto 55px; }
    @media only screen and (min-width: 576px) {
      .twit-btn.-pink {
        margin: 0 auto 45px;
        max-width: 275px; } }
    @media only screen and (max-width: 767px) {
      .twit-btn.-pink .twit-btn-inner {
        padding: 10px 20px; } }
  .twit-btn.-frame {
    max-width: 215px;
    margin-top: 20px;
    margin-bottom: 25px; }
    @media only screen and (min-width: 576px) {
      .twit-btn.-frame {
        max-width: 300px; } }
    .twit-btn.-frame .twit-btn-inner {
      padding: 10px 14px; }
      @media only screen and (min-width: 576px) {
        .twit-btn.-frame .twit-btn-inner {
          padding: 24px 34px; } }
    @media only screen and (max-width: 575px) {
      .twit-btn.-frame .arrow {
        border-width: 7.5px 0 7.5px 10px; } }
  .twit-btn:hover {
    text-decoration: none;
    opacity: 0.7; }

.frame {
  margin-top: 40px; }
  .frame-btn {
    background-color: #E6160B;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 0.05em;
    max-width: 358px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .frame-btn {
        font-size: 24px; } }
    .frame-btn:hover {
      text-decoration: none;
      color: #fff;
      opacity: 0.7; }
  .frame-lnk {
    font-size: 12px;
    font-weight: 400;
    color: #0055FF;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    line-height: 1.4;
    text-decoration: none; }
    .frame-lnk:hover {
      color: #0055FF;
      transition: all 0.25s ease-in; }
    @media only screen and (min-width: 576px) {
      .frame-lnk {
        display: none; } }
  .frame-img {
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      .frame-img img {
        width: 106px; } }
  .frame .event-margin-t {
    margin-top: 30px; }
  .frame-top-img {
    margin-bottom: 30px; }
    .frame-top-img img {
      width: 100%;
      height: auto; }

@media (max-width: 767px) {
  .img-item {
    width: calc(100% / 4 - 2px); } }
.slide-holder {
  margin: 0 0 55px; }
  @media only screen and (min-width: 768px) {
    .slide-holder {
      margin: 0 0 85px; } }

.akachannohi2022--line-height-bordered-md {
  font-size: 24px;
  font-weight: 600; }

#online {
  margin-top: 45px; }

.twitter-ttl-wrap {
  margin: 50px 0 20px; }

.twitter-desc {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .twitter-desc {
      margin-bottom: 50px; } }

.text-semi {
  font-weight: 600; }

.f-sm {
  font-size: 10px; }
  @media only screen and (min-width: 768px) {
    .f-sm {
      font-size: 12px; } }

.event-ttl {
  margin-bottom: 30px; }

.top-outer-btn {
  display: inline-block;
  padding: 6px;
  background-image: url(../img/top-border.png);
  background-repeat: no-repeat;
  background-size: cover; }

.top-btn {
  padding: 24px 52px;
  color: #E6160B;
  border-radius: 40px;
  border: 1px dashed #E6160B; }

.top-btn:hover {
  color: #E6160B; }

.header-logowrap {
  margin-top: 25px;
  margin-left: 25px; }
.header-logo {
  position: relative;
  z-index: 99; }
  .header-logo img {
    width: 136px; }
    @media only screen and (min-width: 768px) {
      .header-logo img {
        width: 180px; } }

.nav {
  margin: 45px 0; }
  @media only screen and (min-width: 768px) {
    .nav {
      margin-top: 100px;
      margin-bottom: 90px; } }
  .nav-col {
    width: calc((100% / 2) - 22px); }
    @media only screen and (min-width: 992px) {
      .nav-col {
        width: calc((100% / 3) - 59px); } }

.nav-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px; }
  @media only screen and (min-width: 992px) {
    .nav-card-inner {
      gap: 95px 88px; } }

.nav-card-item {
  height: 61.79px;
  background-image: url("../img/nav/card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 6px; }
  @media only screen and (min-width: 576px) {
    .nav-card-item {
      max-height: 250px;
      height: 100%;
      padding: 15px; } }

.nav-outer-card {
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .nav-outer-card {
      margin: 30px 0 75px 0; } }

.nav-card-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 576px) {
    .nav-card-item a {
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50' ry='50' stroke='%23FFC8C8FF' stroke-width='3' stroke-dasharray='15' stroke-dashoffset='15' stroke-linecap='round'/%3e%3c/svg%3e");
      border-radius: 50px; } }

.nav-card-item a {
  text-decoration: none;
  color: #E6160B; }

.nav-card-item a:hover {
  text-decoration: none;
  color: #E6160B; }

.nav-card-cnt {
  display: flex;
  justify-content: center;
  gap: 5px;
  height: 14px; }
  @media only screen and (min-width: 576px) {
    .nav-card-cnt {
      gap: 6px;
      height: 28px; } }
  .nav-card-cnt i {
    margin-top: -6px; }
    @media only screen and (min-width: 576px) {
      .nav-card-cnt i {
        margin-top: 0; } }
  .nav-card-cnt svg {
    width: 9px;
    height: 7px; }
    @media only screen and (min-width: 576px) {
      .nav-card-cnt svg {
        width: 100%;
        height: 100%; } }

.nav-card-txt {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  border-bottom: 1px solid #E6160B;
  line-height: 1.2;
  margin-top: 5px; }
  @media only screen and (min-width: 576px) {
    .nav-card-txt {
      font-size: 18px;
      border-width: 2px;
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .nav-card-txt {
      font-size: 20px; } }
  @media only screen and (min-width: 1440px) {
    .nav-card-txt {
      letter-spacing: 0.1em;
      font-size: 30px; } }

.nav-card-link {
  position: relative; }
  .nav-card-link:hover {
    transition: all 0.25s ease-in;
    opacity: 0.7; }

.red-flr {
  display: none; }
  @media only screen and (min-width: 576px) {
    .red-flr {
      display: block;
      position: absolute;
      bottom: 10px;
      right: 10px; } }

.two-flr {
  position: absolute;
  top: -5px;
  left: 3px; }
  .two-flr img {
    width: 22px;
    height: 21px; }
    @media only screen and (min-width: 576px) {
      .two-flr img {
        width: 100%;
        height: 100%; } }
  @media only screen and (min-width: 576px) {
    .two-flr {
      top: 10px;
      left: 10px; } }

.nav-card-title {
  font-size: 10px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 576px) {
    .nav-card-title {
      font-size: 20px; } }

.event_schedule {
  background-image: url(./../img/online/online-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%; }

@media (min-width: 768px) {
  .event_schedule {
    background-image: url(./../img/online/online-bg.png); } }
.online-event {
  position: relative; }

.online-event-img {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: none; }

@media (min-width: 768px) {
  .online-event-img {
    display: block;
    width: 310px; }

  .online-event-img img {
    width: 310px; } }
@media (min-width: 992px) {
  .online-event-img img {
    width: 460px; } }
@media (max-width: 575px) {
  .animation--draw-heart svg {
    width: 150px; } }
.animation--draw-heart {
  display: flex;
  justify-content: center; }

.title-p {
  margin: 0;
  text-align: center; }

.akachannohi2022--body {
  text-align: center; }

.novetly-img {
  position: relative; }

.novelty-teddy {
  position: absolute;
  top: -60px;
  right: -100px; }

.novelty-teddy img {
  width: 305px; }

.hero {
  margin-top: -70px; }
  .hero-wrapper {
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .hero-wrapper {
        padding: 0; } }
  .hero--img {
    padding: 4rem 0 3rem;
  }
  .hero--txt01 {
    max-width: 14vw;
    position: absolute;
    top: 6rem;
    right: 8%;
    opacity: 0;
    transform: translateX(-30%);
    animation: heroTxtFade 4s ease-in-out 1s forwards;
  }
  .hero--txt02 {
    max-width: 50vw;
    position: absolute;
    bottom: 13rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: heroTxtFade 4s ease-in-out 2s forwards;
  }
  .hero--txt03 {
    margin: 2rem auto 0;
  }
  @media only screen and (min-width: 576px) {
    .hero--txt01 {
      right: 15%;
    }
  }
  @media only screen and (min-width: 768px) {
    .hero--txt01 {
      right: 22%;
    }
    .hero--txt02 {
      bottom: 4.5rem;
    }
    .hero--txt03 {
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 15%;
      transform: translateY(-50%);
      opacity: 0;
      animation: heroTxtFade 4s ease-in-out 3s forwards;
    }
  }
  @media only screen and (min-width: 992px) {
    .hero--txt01 {
      right: 28%;
    }
    .hero--txt03 {
      left: 20%;
    }
  }
  @media only screen and (min-width: 1200px) {
    .hero--txt01 {
      right: 32%;
    }
  }
  @media only screen and (min-width: 1400px) {
    .hero--txt01 {
      right: 35%;
    }
    .hero--txt03 {
      left: 30%;
    }
  }
  @keyframes heroTxtFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .hero-logo {
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .hero-logo {
        position: absolute;
        top: 43%;
        transform: translateY(-50%);
        left: 30px;
        margin-top: 0; } }
    @media only screen and (min-width: 1440px) {
      .hero-logo {
        left: -80px; } }
    .hero-logo img {
      width: 162px; }
      @media only screen and (min-width: 992px) {
        .hero-logo img {
          width: 150px; } }
  .hero-txt {
    font-size: 14px;
    font-weight: 600;
    color: #E6160B;
    text-align: justify;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column;
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      .hero-txt {
        max-width: 340px;
        margin: 30px auto 0; } }
    @media only screen and (min-width: 768px) {
      .hero-txt {
        font-size: 15px;
        letter-spacing: 0.2em;
        text-align: center;
        padding: 0; } }
    @media only screen and (min-width: 992px) {
      .hero-txt {
        font-size: 20px; } }
  .hero-lnk {
    font-size: 14px;
    font-weight: 400;
    color: #E6160B;
    display: inline-block;
    text-decoration: none;
    letter-spacing: normal;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .hero-lnk {
        font-size: 15px;
        padding: 0;
        text-align: center; } }
    .hero-lnk a {
      color: #E6160B;
      text-decoration: none; }
      .hero-lnk a:hover {
        color: #E6160B;
        text-decoration: none;
        transition: all 0.25s ease-in;
        opacity: 0.7; }

.twit-btn.-hero {
  background-color: #FFE6E6;
  max-width: 240px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .twit-btn.-hero {
      max-width: 170px;
      padding: 3px; } }
  .twit-btn.-hero .twit-btn-inner {
    background-color: #FFFFFF;
    padding: 18px 24px; }
    .twit-btn.-hero .twit-btn-inner span {
      letter-spacing: 0.2em; }
      @media only screen and (max-width: 767px) {
        .twit-btn.-hero .twit-btn-inner span {
          letter-spacing: 0.1em;
          font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .twit-btn.-hero .twit-btn-inner {
        padding: 8px 20px; } }
    @media only screen and (max-width: 767px) {
      .twit-btn.-hero .twit-btn-inner .arrow {
        border-width: 7.5px 0 7.5px 10px; } }

.twit-btn-wrapper.-hero {
  margin-top: 30px; }
  .twit-btn-wrapper.-hero .twit-btn-wrap {
    border: 1px dashed #E6160B;
    border-radius: 42px; }
  .twit-btn-wrapper.-hero .twit-btn-inner {
    border: 6px solid #FFE6E6;
    padding: 10px 14px; }
    @media only screen and (min-width: 768px) {
      .twit-btn-wrapper.-hero .twit-btn-inner {
        padding: 18px; } }

.footer {
  position: relative; }

/* .akachannohi2022--share {
  position: static;
} */
.footer-banner {
  position: absolute;
  right: 20px;
  bottom: 12px; }

.footer-banner img {
  width: 70px;
  height: 132px; }

.footer-line-wrap {
  align-items: flex-end; }

.footer-line {
  margin-left: -35px; }

.akachannohi2022--share {
  margin-bottom: -40px; }

.footer-wrapper {
  display: flex;
  flex-direction: column; }

.footer-content {
  order: 2; }

@media (min-width: 768px) {
  .akachannohi2022--share {
    margin-right: 160px;
    order: 2; }

  .footer-content {
    order: 1; }

  .footer-banner img {
    width: 200px;
    height: 330px; } }
@media (min-width: 992px) {
  .akachannohi2022--share {
    margin-right: 267px; } }
@media (min-width: 1200px) {
  .footer-banner img {
    width: 294px;
    height: 553px; } }
.footer-logo:hover {
  opacity: 0.7;
  transition: all 0.25s ease-in; }

.twit-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.twit-container {
  max-width: 490.28px;
  max-height: 436.35px;
  padding: 10px;
  background-image: url("../img/twitter/box-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px; }

.twit-box-wrapper {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #E60012;
  border-radius: inherit;
  border: 2px dashed #FFC8C8;
  position: relative; }
  @media only screen and (min-width: 576px) {
    .twit-box-wrapper {
      padding: 55px 0 50px;
      border-width: 3px; } }

.twit-heading {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 576px) {
    .twit-heading {
      padding: 0;
      font-size: 17px;
      font-weight: 600;
      line-height: 1.17;
      margin-inline: 120px; } }

.twit-heading .u-line {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600; }
  @media only screen and (min-width: 576px) {
    .twit-heading .u-line {
      padding-bottom: 0.5rem;
      margin-bottom: 20px; } }
  .twit-heading .u-line span {
    font-size: 10px; }
    @media only screen and (min-width: 576px) {
      .twit-heading .u-line span {
        font-size: 12px; } }

.twit-heading .u-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid; }

.twit-box-cnt .twit-desc {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0; }
  @media only screen and (min-width: 576px) {
    .twit-box-cnt .twit-desc {
      font-size: 14px; } }

.twit-flr-j {
  position: absolute;
  top: -15px;
  left: 14px; }
  @media only screen and (min-width: 768px) {
    .twit-flr-j {
      top: 14px;
      left: 14px; } }
  @media only screen and (max-width: 575px) {
    .twit-flr-j svg {
      width: 63px; } }

.twit-flr-s {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media only screen and (min-width: 576px) {
    .twit-flr-s {
      bottom: 14px;
      right: 10px; } }
  @media only screen and (max-width: 575px) {
    .twit-flr-s svg {
      width: 50px; } }

.twit-btn {
  display: block;
  padding: 6px;
  background-color: #FFFFFF;
  border-radius: 42px;
  z-index: 90;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600; }

.twit-btn .twit-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E6160B;
  padding: 18px 44px;
  border: 1px dashed #E6160B;
  border-radius: inherit;
  gap: 17px; }
  .twit-btn .twit-btn-inner span {
    font-size: 12px;
    font-weight: 600; }
    @media only screen and (min-width: 576px) {
      .twit-btn .twit-btn-inner span {
        font-size: 17px;
        letter-spacing: 0.05em; } }
    .twit-btn .twit-btn-inner span .twit-iner-btn {
      padding: 0; }

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 14px;
  border-color: transparent transparent transparent #E6160B; }
  @media only screen and (max-width: 575px) {
    .arrow {
      border-width: 7.5px 0 7.5px 10px; } }

.big-img {
  max-height: 1300px;
  padding-top: 230px;
  padding-bottom: 275px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/twitter/message/sp-bg.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .big-img {
      max-height: 1840px; } }
  @media only screen and (min-width: 576px) {
    .big-img {
      background-image: url("../img/twitter/message/section4-bg.png");
      padding-bottom: 230px; } }

.mess-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.mess-container .mess-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/* Message */
.mess-wrap {
  max-width: 1490px;
  padding: 0 15px;
  display: flex;
  gap: 0;
  /* margin: 40px; */ }
  @media only screen and (min-width: 576px) {
    .mess-wrap {
      gap: 25px; } }
  @media only screen and (min-width: 768px) {
    .mess-wrap {
      gap: 50px; } }
  @media only screen and (min-width: 992px) {
    .mess-wrap {
      gap: 75px; } }
  @media only screen and (min-width: 1200px) {
    .mess-wrap {
      gap: 100px; } }

/* .mess-mid {
    max-width: 678px;
    max-height: 258px;
} */
.mess-msg {
  background-color: white;
  padding: 26px 26px 40px 26px;
  position: relative;
  font-weight: 600; }

.mess-msg::before {
  content: "";
  height: 3px;
  width: 70%;
  background-color: #FF0000;
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (min-width: 576px) {
    .mess-msg::before {
      width: 82%; } }

.mess-msg::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #FF0000;
  position: absolute;
  bottom: 0;
  left: 0; }

.mess-msg p {
  color: #E6160B;
  max-width: 100%;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em; }

.mess-small {
  font-size: 16px;
  font-weight: 600;
  left: 0.02em;
  margin-bottom: 0; }

.mess-mes-img-wrapper {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-35%); }

.mess-desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 400; }

.baby-tedy {
  width: 297.25px;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .baby-tedy {
      width: 697px; } }
  .baby-tedy img {
    width: 100%; }

.mess-inner-txt {
  max-width: 630px;
  display: flex;
  flex-direction: column; }

.mess-msg-txt {
  background-image: linear-gradient(0deg, #E6160B 2px, transparent 2px);
  background-position: 0px 0px;
  background-repeat: repeat;
  background-size: auto 49px; }

.mess-msg-txt span {
  display: block;
  text-align: right; }

.mess-bot-flr {
  position: absolute;
  bottom: 0px;
  right: 0; }

.mess-mid {
  margin-top: 13px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 576px) {
    .mess-mid {
      margin: 0;
      margin-bottom: 32px;
      margin-top: 34px; } }
  .mess-mid:last-of-type {
    display: none; }
    @media only screen and (min-width: 576px) {
      .mess-mid:last-of-type {
        display: block; } }

.mess-btn:hover {
  color: #E6160B;
  text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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

.flr-heart-red-bg {
  width: 59px;
  height: 65px; }

.flr-heart-red-bg svg {
  width: 100%;
  height: 100%; }

.socks-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 70px; }
  @media only screen and (min-width: 576px) {
    .socks-imgs {
      margin-bottom: 0;
      flex-direction: row; } }
  .socks-imgs .tedy-socks {
    width: 263px;
    height: auto; }
    @media only screen and (min-width: 576px) {
      .socks-imgs .tedy-socks {
        width: 527px;
        height: auto; } }
  .socks-imgs .socks-desc {
    position: absolute;
    bottom: -20px;
    left: 39%; }
    @media only screen and (max-width: 767px) {
      .socks-imgs .socks-desc {
        font-size: 12px;
        left: 10%;
        bottom: -40px; } }

.pack-a {
  width: 100%;
  height: 100%; }

.socks-desc {
  color: #000000;
  text-align: right;
  font-weight: 600;
  font-size: 16px; }

.-ts2 {
  position: relative; }

.sock-of {
  position: absolute;
  bottom: -30px;
  right: 10px; }
  .sock-of img {
    width: 85.94px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .sock-of img {
        width: 100%;
        bottom: 0;
        right: 0; } }

/* Shop */
.shop {
  /* display: flex; */ }

.shop-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px; }

.org-bg {
  background-image: url("../img/twitter/shop-present/org-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  padding: 10px;
  width: 390px; }
  @media only screen and (min-width: 768px) {
    .org-bg {
      height: 500px; } }

.iner-bk {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  border: 3px dashed #FFC8C8;
  position: relative; }

.brd {
  margin-top: 13px;
  border-bottom: 3px dashed #FFC8C8; }

.flr-heart-tilt {
  margin-top: 6px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.75rem; }
  @media only screen and (min-width: 768px) {
    .flr-heart-tilt {
      margin-top: 18px; } }
  @media (max-width: 1200px) {
    .flr-heart-tilt {
      font-size: calc(1.3rem + 0.6vw); } }

.txt-red {
  color: #E6160B; }

.flr-heart-flr-j {
  position: absolute;
  top: 10px;
  left: 20px; }
  @media only screen and (max-width: 767px) {
    .flr-heart-flr-j img {
      width: 69px; } }

.flr-heart-flr-s {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.desc-cnt {
  padding: 36px 30px;
  padding-top: 36px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .desc-cnt {
      font-size: 17px; } }

.ln-space {
  line-height: 2; }

.usr-n {
  font-weight: 600;
  line-height: 30px; }

.margin-b {
  margin-bottom: 20px; }

.mid-txt {
  margin-bottom: 32px; }

.card1-bot {
  margin-top: 36px; }

.card2-bot {
  margin-top: 25px; }

.card2-bot-txt {
  margin-top: 55px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

#events {
  margin-bottom: 100px; }

.event-title {
  text-align: center;
  color: #E6160B;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    .event-title {
      font-size: calc(1.3rem + 0.6vw); } }

.bay {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .bay {
    max-width: 80%;
    margin: 0 auto;
  }
}
.img-item {
  width: calc(100% / 4 - 8px);
  cursor: pointer; }

.baby-img {
  width: 100%;
  height: 100%; }

.txt-space {
  letter-spacing: 2px; }

.frame-txt {
  color: #000000;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  line-height: 1.5; }

.event-outer-cnt {
  max-width: 484px;
  max-height: 368px;
  background-image: url("../img/event/camera/card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
  padding: 10px;
  margin-left: auto;
  margin-right: auto; }
  .event-outer-cnt.-frame {
    max-height: 470px; }

.event-flr-cnt {
  position: relative;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 3px dashed #FFC8C8; }

.event-flr-j {
  position: absolute;
  top: 14px;
  left: 14px; }
  @media only screen and (min-width: 576px) {
    .event-flr-j {
      top: 14px;
      left: 14px; } }
  @media only screen and (max-width: 575px) {
    .event-flr-j img {
      width: 61px; } }

.event-flr-s {
  position: absolute;
  bottom: 14px;
  right: 4px; }
  @media only screen and (min-width: 576px) {
    .event-flr-s {
      bottom: 4px;
      right: 14px; } }
  @media only screen and (max-width: 575px) {
    .event-flr-s img {
      width: 48px; } }

.event-margin-t {
  margin-top: 20px; }
  @media only screen and (min-width: 576px) {
    .event-margin-t {
      margin-top: 50px; } }

.event-margin-b {
  margin-top: 26px;
  font-size: 15px; }
  @media only screen and (min-width: 768px) {
    .event-margin-b {
      font-size: 18px;
      margin-top: 35px; } }
  .event-margin-b span {
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      .event-margin-b span {
        font-size: 12px; } }

/* button */
.insta-btn {
  margin-top: 28px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .insta-btn {
      margin-top: 52px;
      margin-bottom: 64px; } }

@media only screen and (max-width: 575px) {
  .event-container {
    padding: 0 15px; } }

.btns-outer {
  padding: 0;
  padding: 5px; }

.btn-brd {
  display: inline-block;
  font-weight: 400;
  color: #E6160B;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px dashed #E6160B;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 2; }
  .btn-brd:hover {
    opacity: 0.7;
    transition: all 0.25s ease-in; }

.btn-brd:hover {
  color: #E6160B;
  user-select: none;
  background-color: transparent;
  text-decoration: none; }

/* members section */
.baby-play-img1 {
  max-width: 856px;
  max-height: 562px;
  position: relative; }

.baby-play-img1 .d-img-play {
  width: 100%;
  height: 100%; }

.baby-play-img2 {
  position: absolute;
  bottom: -50%;
  right: -50%;
  transform: translate(-20%, -20%); }

.d-play-img {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 575px) {
    .d-play-img {
      max-width: 289px;
      margin: 0 auto;
      display: block; } }

.ted-crawl {
  position: absolute;
  top: -5%;
  right: -6%; }
  @media only screen and (min-width: 1200px) {
    .ted-crawl {
      right: -10%; } }

.v2 {
  max-width: 856px;
  max-height: 562px;
  position: relative; }

.v2-crawl {
  position: absolute;
  top: -5%;
  right: -10%; }

.v2-img2 {
  position: absolute;
  bottom: -30%;
  right: 0; }

/*  */
.c-brd {
  display: inline-block;
  position: relative;
  font-size: 20px; }

.pos-txt {
  color: #000000; }

.c-brd::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #E6160B; }

.brd-w::after {
  width: 238px; }

.-f20 {
  font-size: 20px; }

.semi-b {
  font-weight: 600; }

.text-left {
  text-align: left; }

.direc {
  width: fit-content; }

.poster {
  position: relative; }
  .poster img {
    max-width: 490px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .poster img {
        max-width: 490px; } }

.poster-ttl {
  margin-top: 35px; }

.dir-pos1 {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%); }

.dir-pos2 {
  position: absolute;
  top: 50%;
  right: -12%;
  transform: translateY(-50%); }

.offer-pos1 {
  position: absolute;
  bottom: 5%;
  right: 22%; }

.offer-pos2 {
  position: absolute;
  bottom: 5%;
  right: 0; }

.img-lab {
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 20px; }

.poster-cnt {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .poster-cnt {
      margin-top: 5px; } }

.tedy-apple {
  max-width: 548px;
  max-height: 548px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.tedy-apple img {
  width: 100%;
  height: 100%; }

* {
  margin: 0;
  padding: 0; }

body {
  color: #E6160B; }

.pres-wrapper {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .pres-wrapper {
      margin-bottom: 50px; } }

.twit-btn-wrapper {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .twit-btn-wrapper {
      margin-top: 40px; } }
  .twit-btn-wrapper.-mess {
    margin-top: 30px; }

.-bt {
  padding: 10px 30px; }

.pres-flx-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.pres-flx-inner {
  padding: 0 auto;
  /* padding-right: 1000px; */
  position: relative; }

.pres-text-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  @media only screen and (min-width: 768px) {
    .pres-text-cnt {
      gap: 30px; } }

.pres-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative; }
  @media only screen and (min-width: 576px) {
    .pres-title {
      gap: 30px; } }
  .pres-title .offer350 {
    position: absolute;
    bottom: -30%;
    right: -25%; }
    @media only screen and (min-width: 576px) {
      .pres-title .offer350 {
        display: none; } }
  @media only screen and (min-width: 576px) {
    .pres-title {
      font-size: 30px;
      line-height: 0.2; } }

.pres-title-h {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .pres-title-h span {
    padding: 0;
    border-bottom: 3px solid #E6160B; }
    @media only screen and (min-width: 576px) {
      .pres-title-h span {
        border: none; } }
  @media only screen and (min-width: 576px) {
    .pres-title-h {
      display: inline;
      line-height: 1.6;
      letter-spacing: 0.2em;
      font-weight: 600;
      border-bottom: 3px solid #E6160B;
      padding-bottom: 14px; } }
  @media only screen and (min-width: 992px) {
    .pres-title-h {
      font-size: 30px; } }

.pres-desc-wrap {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .pres-desc-wrap {
      margin-top: 35px; } }

.pres-desc {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  margin: 0 25px; }
  @media only screen and (min-width: 576px) {
    .pres-desc {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0.1em; } }

.pres-side-img {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .pres-side-img {
      display: block;
      position: absolute;
      top: 70%;
      transform: translateY(-50%); } }

.pres-side-img-offer {
  width: 225px;
  height: 225px;
  top: 60%;
  transform: translateY(-50%);
  left: -250px; }

.pres-side-img-offer img {
  width: 100%;
  height: 100%; }

.pres-side-img-tedy {
  position: absolute;
  width: 23.95vw;
  height: 460px;
  top: 65%;
  transform: translateY(-50%);
  left: 84%; }
  @media only screen and (min-width: 1440px) {
    .pres-side-img-tedy {
      left: 90%;
      top: 73%; } }

.pres-desc p {
  font-size: 16px;
  line-height: 30px; }

#present {
  width: 100%;
  margin-bottom: 47px; }
  @media only screen and (min-width: 768px) {
    #present {
      margin-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  .pres-flr-svg {
    max-width: 210px;
    height: 165px; } }
@media only screen and (max-width: 575px) {
  .pres-flr-svg svg {
    height: 162ox; } }

.pres-items-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
  @media only screen and (min-width: 768px) {
    .pres-items-wrapper {
      padding: 0 50px; } }

.pres-items-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .pres-items-inner {
      margin: 0 -15px; } }

.pres-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  height: 297px;
  position: relative;
  text-align: center;
  padding: 7px;
  aspect-ratio: 1/1;
  margin: 0 auto; }
  @media only screen and (min-width: 576px) {
    .pres-items {
      padding: 24px 8px;
      width: 336px;
      height: 336px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .pres-items {
      aspect-ratio: 1 / 1;
      width: auto; } }

.pre-col {
  width: 100%;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .pre-col:last-child {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .pre-col {
      width: calc(100% / 2);
      padding: 0 15px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 1440px) {
    .pre-col {
      width: calc(100% / 4);
      margin-bottom: 0; } }

.sp-dis {
  display: none; }
  @media only screen and (min-width: 576px) {
    .sp-dis {
      display: block; } }

.yel::before {
  content: "";
  background-color: #FFFCD1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%; }

.pink::before {
  content: "";
  background-color: #FADAE5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%; }

.pres-items .logo {
  margin-bottom: 10px; }

.pres-heading h2 {
  font-size: 20px;
  font-weight: bold;
  color: #D25089;
  line-height: 1.5;
  letter-spacing: -2px; }

.pres-item-heart {
  position: absolute;
  top: 20%;
  right: -10px;
  z-index: -1; }

.char-space {
  letter-spacing: 0.05em; }

.pres-item-heart .pres-item-heart-inner .pres-heart-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px; }

.pres-heart-no {
  color: #FFFCD1;
  font-size: 53px;
  font-weight: bold;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.pres-heart-txt span {
  color: #FFFCD1;
  font-size: 15px;
  margin-top: -10px;
  font-weight: bold; }

.pres-item-collection {
  display: flex;
  gap: 8px; }

.pres-items-image {
  margin-left: -20px; }

.pres-item-collection .pres-lists {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 12px; }

.pres-lists {
  margin-top: 35px; }

.pres-lists span {
  margin-left: -10px; }

.pres-heading {
  margin-right: 30px; }

.pres-item-collection .pres-items-list .list-item,
.pres-item-short {
  letter-spacing: 0;
  text-align: left;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400; }

.pres-item-collection .pres-items-list .list-item:last-child {
  list-style-type: none;
  list-style-position: inside; }

.list-desc {
  font-size: 12px; }

.im-1 {
  margin-left: -30px; }
  @media only screen and (min-width: 768px) {
    .im-1 {
      margin-left: -70px; } }
  @media only screen and (max-width: 767px) {
    .im-1 img {
      max-width: 166px; } }

@media only screen and (max-width: 767px) {
  .im-2 img {
    max-width: 142px; } }

.li-3 {
  margin-left: -132px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .li-3 {
      margin-left: -113px; } }

.li-4 {
  margin-top: 10px;
  margin-left: -130px; }
  @media only screen and (min-width: 768px) {
    .li-4 {
      margin-left: -140px; } }

.pres-mid-para {
  color: #000000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600; }

.pres-heading .-r {
  color: #E6160B;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5; }

.pres-item-collection .-m {
  margin-top: 45px;
  margin-left: 0; }

.pres-item-collection .-mL {
  margin-top: 5px;
  margin-left: 0;
  position: relative; }

.bld {
  font-weight: bold; }

.-mid-h {
  z-index: 1;
  top: 140px;
  right: -40px; }

.mid-mail {
  position: absolute;
  top: 20px;
  right: -40%; }

.-reg {
  font-weight: 400; }

.-semi-b {
  font-weight: 600; }

/* Button */
.pres-btn-wrapper .pres-btn {
  display: block;
  width: 300px;
  border-radius: 60px;
  text-align: center;
  font-size: 14px;
  background-image: url("../img/present/Group/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-decoration: none;
  padding: 5px; }
  @media only screen and (min-width: 576px) {
    .pres-btn-wrapper .pres-btn {
      width: 450px;
      padding: 10px;
      border-radius: 67px; } }
  .pres-btn-wrapper .pres-btn:hover {
    text-decoration: none;
    transition: all 0.25s ease-in;
    opacity: 0.7; }

.pres-btn-wrapper .pres-btn .pres-btn-inner {
  margin: 5px;
  padding: 30px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='67' ry='67' stroke='%23FFC8C8FF' stroke-width='3' stroke-dasharray='17' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 67px; }
  @media only screen and (min-width: 576px) {
    .pres-btn-wrapper .pres-btn .pres-btn-inner {
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .pres-btn-wrapper .pres-btn .pres-btn-inner {
      padding: 0 110px; } }

.pres-btn-wrapper .pres-btn .pres-btn-inner span {
  margin: 0;
  color: #E6160B;
  display: inline-block;
  padding-bottom: 7px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media only screen and (min-width: 576px) {
    .pres-btn-wrapper .pres-btn .pres-btn-inner span {
      font-size: 16px;
      margin-top: 45px;
      margin-bottom: 45px; } }

.pres-btn-wrapper .pres-btn .pres-btn-inner span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid; }

.pres-small {
  font-size: 16px;
  font-weight: 600;
  left: 0.2em; }

.pres-btn-cen {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .pres-btn-cen {
      margin-top: 100px; } }

.pres-flr-s {
  width: 36px;
  position: absolute;
  bottom: 15px;
  right: 25px; }
  @media only screen and (max-width: 575px) {
    .pres-flr-s svg {
      width: 36px; } }
  @media only screen and (min-width: 576px) {
    .pres-flr-s {
      height: auto;
      bottom: 25px;
      right: 45px; } }

.pres-flr-j {
  width: 32px;
  position: absolute;
  top: 3px;
  left: 20px; }
  @media only screen and (min-width: 576px) {
    .pres-flr-j {
      height: auto;
      top: 20px;
      left: 30px; } }
  @media only screen and (max-width: 575px) {
    .pres-flr-j svg {
      width: 35px; } }

/* List */
.pres-section-desc p {
  text-align: left;
  margin: 0 25px;
  margin-top: 14px;
  width: 280px; }
  @media only screen and (min-width: 576px) {
    .pres-section-desc p {
      width: 100%;
      text-align: center;
      margin-top: 30px; } }

.sec-head {
  font-size: 25px;
  line-height: 2.4;
  font-weight: 600;
  letter-spacing: 0.2em; }
  @media only screen and (min-width: 576px) {
    .sec-head {
      font-size: 32px;
      letter-spacing: 0.2em;
      line-height: 2.5; } }

.sec-desc {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7; }
  @media only screen and (min-width: 576px) {
    .sec-desc {
      text-align: center;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0.2em; } }

.baby-img-wrapper {
  margin-top: 50px; }

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

@media only screen and (max-width: 1439px) {
  .tedy-apple {
    max-width: 375px; }

  .footer-banner img {
    max-width: 235px; } }
.online-gray-img {
  padding: 0 30px 30px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .online-gray-img {
      padding: 0 55px 55px; } }

@media only screen and (max-width: 1199px) {
  .tedy-apple {
    max-width: 275px; } }
@media only screen and (min-width: 768px) {
  .poster-2 img {
    max-width: 745px; } }

@media only screen and (max-width: 991px) {
  .ted-crawl {
    display: none; }

  .tedy-apple {
    display: none; }

  .poster img {
    max-width: 500px;
    width: 100%; }

  .offer-pos1 {
    right: 0; }
    .offer-pos1 .cls-2 {
      clip-path: none; }

  .dir-pos1 {
    right: 0; }

  .offer-pos2 {
    bottom: 0;
    right: 20px; }
    .offer-pos2 .cls-2 {
      clip-path: none; }

  .dir-pos2 {
    right: 15px; }

  .poster-2 img {
    max-width: 500px; } }
@media only screen and (max-width: 767px) {
  .poster img {
    max-width: 295px;
    width: 100%; }

  .offer-pos1 {
    bottom: 0;
    right: 0; }
    .offer-pos1 svg {
      width: 88px; }

  .dir-pos1 {
    right: 0; }
    .dir-pos1 p {
      font-size: 12px;
      margin-bottom: 0; }
    .dir-pos1 span {
      font-size: 12px; }

  .offer-pos2 {
    bottom: 0;
    right: 20px; }
    .offer-pos2 svg {
      width: 88px; }

  .dir-pos2 {
    top: 30%;
    right: 15px; }
    .dir-pos2 p {
      font-size: 12px; }

  .poster-2 img {
    max-width: 260px; }

  .-f14 {
    font-size: 14px; }

  .img-item {
    width: calc(100% / 4 - 2px); }

  .frame-txt {
    bottom: -40px; }

  .-f20 {
    font-size: 16px; }

  .c-brd {
    font-size: 20px; }

  .twit-btn .twit-btn-inner {
    padding: 10px 30px; }

  #events {
    margin-bottom: 0; }

  #online .akachannohi2022--section-header {
    margin-top: 0;
    padding-top: 0 !important; }

  .animation--draw-heart svg {
    height: 150px; }

  .bot-box {
    height: 230px; }

  .online-images .col-6 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
#btnPageTop:hover {
  opacity: 0.7;
  transition: all 0.25s ease-in; }

.sns-btn:hover {
  opacity: 0.7;
  transition: all 0.25s ease-in; }

#flr-present {
  margin-top: 22px; }
  @media only screen and (min-width: 768px) {
    #flr-present {
      margin-top: 45px; } }

.socks-wpr {
  margin-top: 35px; }
  @media only screen and (min-width: 768px) {
    .socks-wpr {
      margin-top: 65px; } }

.socks-ttl {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .socks-ttl {
      margin-bottom: 40px; } }

.socks-pair {
  margin-bottom: 40px; }

.online-heading {
  padding-top: 45px;
  margin-bottom: 35px;
  font-size: 18px;
}

#youtube img {
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=styles.css.map */
