@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
.payu-block {
    width: 100%;
    text-align: center;
}
.payu-block__wrapper {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    max-width: 452px;
}
.block-payu-cards .card .col {
    vertical-align: middle;
}
.block-payu-cards .card__logo img {
    max-height: 30px;
}
.block-payu-cards .card__action button[type="submit"] {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-weight: 400;
    color: #1979c3;
    font-size: 1.4rem;
}
.block-payu-cards .card__action button[type="submit"]:hover {
    text-decoration: underline;
}
.payu-repay {
    margin-bottom: 20px;
}
.payu-repay .repay__method:last-child {
    border-bottom: 1px solid #cccccc;
}
.payu-repay .repay__method .payment-method-title {
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}
.payu-repay .repay__method .payment-method-title label {
    cursor: pointer;
}
.payu-repay .repay__method .payment-method-content {
    padding: 0 0 20px;
}
.payu-repay .msg__repay {
    margin-top: 10px;
}
.payu-payment._active .payment-method-content {
    display: block;
}
.payu-payment__logo {
    max-height: 25px;
    margin-bottom: -5px;
}
.payu-payment .payment-method-content {
    display: none;
}
.payu-payment .payment__method {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dcdcdc;
}
.payu-payment .payment__method .method__single {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
    height: 60px;
    float: left;
}
.payu-payment .payment__method .method__single--content {
    width: 100%;
    height: 100%;
}
.payu-payment .payment__method .method__single--content label {
    display: block;
}
.payu-payment .payment__method .method__single--content img {
    max-height: calc(100% - 18px);
    max-width: calc(100% - 18px);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.payu-payment .payment__method .method__single--content__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.payu-payment .payment__method .method__single:nth-child(5n + 1) {
    padding-left: 0;
}
.payu-payment .payment__method .method__single--clear {
    clear: both;
}
.payu-payment .payment__method .payu-card {
    margin-bottom: 10px;
    cursor: pointer;
}
.payu-payment .payment__method .payu-card__img-wrapper {
    text-align: center;
    min-width: 100px;
    font-size: 0;
}
.payu-payment .payment__method .payu-card__img-wrapper > * {
    font-size: 1em;
}
.payu-payment .payment__method .payu-card__info {
    list-style: none;
    position: relative;
    display: table;
    box-sizing: border-box;
}
.payu-payment .payment__method .payu-card__info > * {
    display: table-cell;
    vertical-align: middle;
}
.payu-payment .payment__method .payu-card__info span {
    padding-left: 20px;
}
.payu-payment .payment__method .payu-card__info img {
    max-height: 30px;
}
.payu-payment .payment__method .method__single--content,
.payu-payment .payment__method .payu-card {
    box-sizing: border-box;
    padding: 7px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.payu-payment .payment__method .method__single--content:not(._disabled),
.payu-payment .payment__method .payu-card:not(._disabled) {
    cursor: pointer;
}

.payu-payment .payment__method .method__single--content:not(._disabled):hover,
.payu-payment .payment__method .payu-card:not(._disabled):hover {
    background: rgba(220, 220, 220, 0.5);
    border-color: grey;
}
.payu-payment .payment__method .method__single--content:not(._disabled):focus,
.payu-payment .payment__method .payu-card:not(._disabled):focus {
    border-color: darkgreen;
}
.payu-payment .payment__method .method__single--content:not(._disabled)._active,
.payu-payment .payment__method .payu-card:not(._disabled)._active {
    background: rgba(220, 220, 220, 0.5);
    border-color: darkgreen;
}
.payu-payment .payment__method .method__single--content._disabled,
.payu-payment .payment__method .payu-card._disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    cursor: default;
}
.payu-payment .payment__payu-agreement .payu-agreement__wrapper {
    margin-top: 20px;
}
.payu-payment .payment__payu-agreement .payu-agreement__wrapper > * {
    margin-bottom: 10px;
}
.payu-payment .payu-text {
    font-size: 10px;
}
.checkout-index-index .actions-toolbar .action.primary,
.sales-order-repayview .actions-toolbar .action.primary {
    margin-top: 20px;
}
.payu-msg .msg__error {
    color: red;
}

.payu-card-form-container {
    width: 380px;
    margin: 25px auto 15px;
}


.payu-card-cvv-form-container {
    width: 200px;
    margin: 25px auto 15px;
}

.payu-card-form-container .payu-card-container,
.payu-card-cvv-form-container .payu-card-cvv-container {
    margin: 0 auto;
    color: #ffffff;
    border-radius: 6px;
    padding: 15px 10px;
    border: 1px solid #428f29;
    background: rgba(66, 143, 41, 1);
    background: linear-gradient(135deg, rgba(53, 112, 33, 1) 0%, rgba(66, 143, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357021', endColorstr='#428f29', GradientType=1);
}

.payu-card-form-container .payu-card-container div.aside {
    font-size: 14px;
    margin-bottom: 6px;
}

.payu-card-form-container .payu-card-form,
.payu-card-cvv-form-container .payu-card-form {
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 4px;
}

.payu-card-form-container .card-details .expiration {
    width: 50%;
    float: left;
}
.payu-card-form-container .card-details .cvv {
    width: 45%;
    float: right;
}
.payu-card-form-container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.payu-card-form-container .clearfix:after { clear: both; }

.payu-card-form-container .clearfix {
    margin-top: 10px;
}

.payu-card-form-container .payu-card-legend-container {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    overflow: auto
}
.payu-card-form-container .payu-card-legend-container > div {
    float: left;
}
.payu-card-form-container .payu-card-legend-container > .payu-card-legend-number {
    width: 220px;
    margin-left: 45px
}
.payu-card-form-container .payu-card-legend-container > .payu-card-legend-valid {
    width: 85px
}
.payu-store-card {
    margin: 15px 0;
}
.payu-read-more {
    cursor: pointer;
    text-decoration: underline;
}

@media all and (min-width: 768px), print {
    .payu-payment .payment__method .method__single {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 500px) {
    .payu-card-form-container {
        width: 100%;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Creativestyle/theme-kma/pl_PL/Magenest_Popup/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8"; /*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration:1s;--animate-delay:1s;--animate-repeat:1}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce),print {
  .animate__animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important
  }
  
  .animate__animated[class*=Out] {
    opacity: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

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

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

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

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

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

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }
  
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

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

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

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

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

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

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

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

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

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

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

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

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

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

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0
  }
  
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0
  }
  
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }
  
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * 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
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

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

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

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

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

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

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

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

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a.mgz-btn {
  color: #333;
}
.mgz-btn:not(.primary) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.mgz-btn {
  border: 0;
}
.mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  line-height: normal;
  padding: 10px 20px;
  color: #333;
  background-color: #e3e3e3;
  font-size: 1.4rem;
  max-width: 100%;
  height: auto;
}
.mgz-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  background-color: #dcdcdc;
  text-decoration: none;
}
.mgz-btn:focus {
  outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
}
.mgz-btn.mgz-btn-save {
  background: #007dbd;
  color: #FFF;
}
.mgz-btn.mgz-btn-save:hover {
  background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
  float: left;
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
  color: #FFF;
  background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
  background-color: #ca1c1c;
}
.mgz-icon,
.tabs-opener:before {
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mgz-fa-s {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.mgz-fa-r {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.mgz-liststyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.mgz-hover-description {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}
.mgz-hover-main {
  overflow: hidden;
}
[class^='mgz-hover-'] > img,
[class*=' mgz-hover-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='mgz-hover-'] .mgz-hover-description,
[class*=' mgz-hover-'] .mgz-hover-description {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='mgz-hover-'],
[class*=' mgz-hover-'],
[class^='mgz-hover-']:before,
[class^='mgz-hover-']:after,
[class*=' mgz-hover-']:before,
[class*=' mgz-hover-']:after,
[class^='mgz-hover-'] *,
[class*=' mgz-hover-'] *,
[class^='mgz-hover-'] *:before,
[class^='mgz-hover-'] *:after,
[class*=' mgz-hover-'] *:before,
[class*=' mgz-hover-'] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^='mgz-hover-fade'] .mgz-hover-description,
[class*=' mgz-hover-fade'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-fade']:hover > .mgz-hover-main,
[class*=' mgz-hover-fade']:hover > .mgz-hover-main {
  opacity: 0;
}
[class^='mgz-hover-fade']:hover .mgz-hover-description,
[class*=' mgz-hover-fade']:hover .mgz-hover-description {
  opacity: 1;
}
[class^='mgz-hover-fade']:hover > .mgz-hover-main,
[class^='mgz-hover-fade']:hover .mgz-hover-description,
[class*=' mgz-hover-fade']:hover > .mgz-hover-main,
[class*=' mgz-hover-fade']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
  transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
  transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
  transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
  transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^='mgz-hover-push-']:hover .mgz-hover-description,
[class*=' mgz-hover-push-']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
  transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
  transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
  transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
  transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
  transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
  transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
  transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
  transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^='mgz-hover-slide-']:hover .mgz-hover-description,
[class*=' mgz-hover-slide-']:hover .mgz-hover-description {
  transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
  transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
  transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
  transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
  transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
  transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
  transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
  transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
  transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^='mgz-hover-reveal-']:before,
[class*=' mgz-hover-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #007dbd;
}
[class^='mgz-hover-reveal-'] .mgz-hover-description,
[class*=' mgz-hover-reveal-'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-reveal-']:hover:before,
[class*=' mgz-hover-reveal-']:hover:before {
  transform: translate(0, 0);
}
[class^='mgz-hover-reveal-']:hover .mgz-hover-description,
[class*=' mgz-hover-reveal-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
  transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
  transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
  transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
  transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
  transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
  transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
  transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
  transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^='mgz-hover-hinge-'],
[class*=' mgz-hover-hinge-'] {
  perspective: 50em;
}
[class^='mgz-hover-hinge-'] .mgz-hover-description,
[class*=' mgz-hover-hinge-'] .mgz-hover-description {
  opacity: 0;
  z-index: 1;
}
[class^='mgz-hover-hinge-']:hover img,
[class*=' mgz-hover-hinge-']:hover img {
  opacity: 0;
}
[class^='mgz-hover-hinge-']:hover .mgz-hover-description,
[class*=' mgz-hover-hinge-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
  transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
  transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
  transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
  transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
  transform: rotateX(90deg);
  opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
  transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
  transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
  transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
  transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
  transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
  transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
  transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^='mgz-hover-flip-'],
[class*=' mgz-hover-flip-'] {
  perspective: 50em;
}
[class^='mgz-hover-flip-'] img,
[class*=' mgz-hover-flip-'] img {
  backface-visibility: hidden;
}
[class^='mgz-hover-flip-'] .mgz-hover-description,
[class*=' mgz-hover-flip-'] .mgz-hover-description {
  opacity: 0;
}
[class^='mgz-hover-flip-']:hover > .mgz-hover-main,
[class*=' mgz-hover-flip-']:hover > .mgz-hover-main {
  opacity: 0;
}
[class^='mgz-hover-flip-']:hover .mgz-hover-description,
[class*=' mgz-hover-flip-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
  transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
  transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
  transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
  transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
  transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
  transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
  transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
  transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
  transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
  transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^='mgz-hover-shutter-out-']:before,
[class*=' mgz-hover-shutter-out-']:before {
  background: #007dbd;
  position: absolute;
  content: '';
  transition-delay: 0.105s;
}
[class^='mgz-hover-shutter-out-'] .mgz-hover-description,
[class*=' mgz-hover-shutter-out-'] .mgz-hover-description {
  opacity: 0;
  transition-delay: 0s;
}
[class^='mgz-hover-shutter-out-']:hover:before,
[class*=' mgz-hover-shutter-out-']:hover:before {
  transition-delay: 0s;
}
[class^='mgz-hover-shutter-out-']:hover .mgz-hover-description,
[class*=' mgz-hover-shutter-out-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^='mgz-hover-shutter-in-']:after,
[class^='mgz-hover-shutter-in-']:before,
[class*=' mgz-hover-shutter-in-']:after,
[class*=' mgz-hover-shutter-in-']:before {
  background: #007dbd;
  position: absolute;
  content: '';
}
[class^='mgz-hover-shutter-in-']:after,
[class*=' mgz-hover-shutter-in-']:after {
  top: 0;
  left: 0;
}
[class^='mgz-hover-shutter-in-']:before,
[class*=' mgz-hover-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
[class^='mgz-hover-shutter-in-'] .mgz-hover-description,
[class*=' mgz-hover-shutter-in-'] .mgz-hover-description {
  opacity: 0;
  z-index: 1;
}
[class^='mgz-hover-shutter-in-']:hover .mgz-hover-description,
[class*=' mgz-hover-shutter-in-']:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
  width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
  height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
  width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
  height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^='mgz-hover-fold'],
[class*=' mgz-hover-fold'] {
  perspective: 50em;
}
[class^='mgz-hover-fold'] img,
[class*=' mgz-hover-fold'] img {
  transform-origin: 50% 0%;
}
[class^='mgz-hover-fold'] .mgz-hover-description,
[class*=' mgz-hover-fold'] .mgz-hover-description {
  z-index: 1;
  opacity: 0;
}
[class^='mgz-hover-fold']:hover > .mgz-hover-main,
[class*=' mgz-hover-fold']:hover > .mgz-hover-main {
  opacity: 0;
  transition-delay: 0;
}
[class^='mgz-hover-fold']:hover .mgz-hover-description,
[class*=' mgz-hover-fold']:hover .mgz-hover-description {
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
  transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
  transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
  transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
  transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
  opacity: 0;
  transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
  transform: scale(1);
  opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^='mgz-hover-zoom-out'] .mgz-hover-description,
[class*=' mgz-hover-zoom-out'] .mgz-hover-description {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^='mgz-hover-zoom-out']:hover .mgz-hover-description,
[class^='mgz-hover-zoom-out'].hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out']:hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out'].hover .mgz-hover-description {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
  transform: scale(0.5);
  opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
  animation: mgz-hover-zoom-out-up 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
  animation: mgz-hover-zoom-out-down 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
  animation: mgz-hover-zoom-out-left 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
  animation: mgz-hover-zoom-out-right 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
  opacity: 0;
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
  opacity: 0;
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^='mgz-hover-zoom-out'] .mgz-hover-description,
[class*=' mgz-hover-zoom-out'] .mgz-hover-description {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^='mgz-hover-zoom-out']:hover .mgz-hover-description,
[class^='mgz-hover-zoom-out'].hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out']:hover .mgz-hover-description,
[class*=' mgz-hover-zoom-out'].hover .mgz-hover-description {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
  -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
  animation: mgz-hover-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
  -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
  animation: mgz-hover-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
  -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
  animation: mgz-hover-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
  -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
  animation: mgz-hover-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes mgz-hover-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
  opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
  opacity: 1;
  transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
  overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
  opacity: 1;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, -webkit-transform 1s !important;
  -o-transition: opacity 1s,transform 1s !important;
  transition: opacity 1s,transform 1s !important;
  transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  -webkit-transition: -webkit-transform 0.35s !important;
  transition: -webkit-transform 0.35s !important;
  -o-transition: transform 0.35s !important;
  transition: transform 0.35s !important;
  transition: transform 0.35s, -webkit-transform 0.35s !important;
  position: relative;
  z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
  opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
  overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
  opacity: 1;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
  overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 1s, -webkit-transform 1s !important;
  transition: opacity 1s, -webkit-transform 1s !important;
  -o-transition: opacity 1s,transform 1s !important;
  transition: opacity 1s,transform 1s !important;
  transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
  position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  -webkit-transition: -webkit-transform 0.35s !important;
  transition: -webkit-transform 0.35s !important;
  -o-transition: transform 0.35s !important;
  transition: transform 0.35s !important;
  transition: transform 0.35s, -webkit-transform 0.35s !important;
  position: relative;
  z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity 0.35s !important;
  -o-transition: opacity 0.35s !important;
  transition: opacity 0.35s !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
  opacity: 1;
}
.mgz-hover-image {
  float: right;
}
.mgz-hover.zoom .mgz-hover-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mgz-hover.border:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 1;
}
.mgz-hover.flashed:after {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}
.mgz-hover.flashed:hover:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.mgz-position-top-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mgz-position-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mgz-position-bottom-center {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mgz-flex-position-top-left {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-top-center {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-top-right {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-flex-position-bottom-right {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
  overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
*[class*='mgz-animated-item--'] {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
  opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
  transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
  opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.mgz-animated-content [class^=elementor-animated-item] {
  will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
  opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
  opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
  height: 100%;
  position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.inner-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
  content: " ";
  display: table;
  clear: both;
}
.magezon-builder-preload .mgz-element {
  z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 15px;
}
.mgz-element {
  position: relative;
  text-align: left;
}
.mgz-element:before,
.mgz-element:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-element p:last-child {
  margin-bottom: 0;
}
.mgz-element .title {
  font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
  margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
  margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mgz-parallax {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
  background-position: inherit !important;
  background-size: inherit !important;
  background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
  position: absolute;
  margin-top: 10px;
}
.mgz-mfp .mfp-counter {
  top: auto;
  bottom: -25px;
}
.mgz-animated {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.mgz_start_animation {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mgz-animated-infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes mgz_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes mgz_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mgz_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes mgz_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mgz_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mgz_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes mgz_appear {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.mgz_top-to-bottom {
  -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
  -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
  -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
  -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
  -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mgz-row-full-height {
  min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
  min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content:before,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content:after,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content:after {
  display: none;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.mgz-element-row.content-top > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.mgz-element-row.content-middle > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mgz-element-row.content-bottom > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.mgz-element-row.mgz-container {
  float: none;
  margin: 0 auto;
}
.page-layout-1column-fullwidth .column > .magezon-builder > .full_width_row > .mgz-element-inner,
.page-layout-1column-fullwidth .column > .magezon-builder > .full_width_row_content > .mgz-element-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.mgz-element-column > .mgz-element-inner {
  padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
  padding: 0;
  margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
  margin: 10px;
  padding: 0;
}
.mgz-element-separator {
  position: relative;
}
.mgz-element-separator .title {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  display: inline-block;
  margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
  padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  border-top: 1px solid transparent;
  margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
  padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
  left: 0;
}
.mgz-element-separator .mgz-text-right .title {
  padding-right: 0;
}
.mgz-element-separator-wrapper {
  position: relative;
}
.mgz-element-heading-text {
  margin: 0;
  color: inherit;
}
.mgz-element-heading-text > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 1;
  font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
  opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
  color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
  background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
  background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
  margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
  background: #f8f8f8;
}
.mgz-tabs {
  color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 20px;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
  text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
  display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
  margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
  flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .mgz-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mgz-tabs .mgz-tabs-tab-title {
    text-align: left;
    display: inline-block;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
    display: none;
  }
  .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
    text-align: right;
  }
  .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
    text-align: center;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:last-child > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-bottom-color: transparent;
  }
  .mgz-element-tab-position-top.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 0;
  }
  .mgz-element-tab-position-top.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title:last-child > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:last-child > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-top-color: transparent;
  }
  .mgz-element-tab-position-bottom.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-bottom-left-radius: 0;
    margin-bottom: -1px;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
    order: 1;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    margin-right: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content,
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-top: 0;
    height: 100%;
  }
  .mgz-element-tab-position-left .mgz-tabs-tab-content,
  .mgz-element-tab-position-right .mgz-tabs-tab-content {
    margin-top: 0 !important;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
    border-right-width: 0;
  }
  .mgz-element-tab-position-left.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-left-radius: 0;
    margin-left: -1px;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
    border-left-width: 0;
  }
  .mgz-element-tab-position-right.mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content {
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
    order: 1;
  }
}
.tabs-opener {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.tabs-opener:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e624';
}
.tabs-opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .mgz-tabs-content .mgz-tabs-tab-title {
    display: none;
  }
  .mgz-tabs-nav .mgz-tabs-tab-title {
    display: inline-block;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content.mgz-active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title {
    margin-top: 5px;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
    margin-top: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"] > .mgz-tabs-content > .mgz-tabs-tab-content.mgz-active {
    border-top-color: transparent;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
    display: none;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
    display: block;
    position: relative;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title .tabs-opener {
    display: block;
  }
  .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title.mgz-active .tabs-opener:before {
    content: '\e623';
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
    margin-top: 0 !important;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
    margin-right: 0 !important;
  }
  .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.mgz-element-text p:first-child {
  margin-top: 0;
}
.mgz-element-text p:last-child {
  margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
  background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
  top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
  font-size: 11px;
  padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
  font-size: 12px;
  padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
  font-size: 14px;
  padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
  font-size: 18px;
  padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
  font-size: 22px;
  padding: 22px 35px;
}
.mgz-element .swatch-option {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
  font-size: 0;
}
.mgz-single-image-wrapper {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  font-size: 1.4rem;
  position: relative;
}
.mgz-single-image-wrapper a {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
}
.mgz-single-image-wrapper img {
  border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  content: "";
  position: absolute;
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
  padding: 5px;
  border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
  border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
  margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
  padding: 10px 20px;
  text-align: left;
  line-height: initial;
  clear: both;
  z-index: 1;
  position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
  padding: 10px 0;
  position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
  display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
  display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
  cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
  max-height: none !important;
  padding: 10px !important;
}
.mgz-socialicons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-socialicons li {
  position: relative;
  margin-bottom: 8px;
  float: left;
}
.mgz-socialicons li a {
  float: left;
  margin-right: 8px;
}
.mgz-socialicons li i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  color: #FFF;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
  background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-twitter {
  background: #00aced;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
  background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
  background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
  background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
  background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
  background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
  background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
  background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
  background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
  background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
  background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
  background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-right: 25px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
  display: none;
}
.mgz-element-newsletter_form .block.newsletter {
  display: inline-block;
  float: none;
  width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
  position: static;
  width: auto;
  height: 100%;
  margin: 0;
  clip: unset;
  overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
  margin: 0 0 20px;
  font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
  margin-bottom: 10px;
}
.magezon-builder .block-search {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: none;
  display: inline-block;
}
.mgz-element-search_form .block-search {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mgz-element-search_form-wrapper {
    position: static;
  }
  .mgz-element-search_form-wrapper > .mgz-element-inner {
    position: static;
  }
  .mgz-element-search_form {
    position: static;
  }
  .mgz-element-search_form > .mgz-element-inner {
    position: static;
  }
  .mgz-element-search_form .minisearch.active .control {
    display: block;
  }
  .mgz-element-search_form .block-search .control {
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -15px;
    position: absolute;
    background: #FFF;
  }
  .mgz-element-search_form .block-search .form.active .control input {
    position: static;
  }
}
.mgz-carousel-hidden {
  background: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/images/loader.gif') no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
  content: " ";
  display: table;
  clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
  opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
  opacity: 0;
}
.mgz-carousel .owl-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.mgz-carousel .owl-item img {
  max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
  position: relative;
}
.mgz-carousel a + .item-content {
  cursor: pointer;
}
.mgz-carousel .item-content {
  position: absolute;
  text-align: center;
  color: #333;
  z-index: 1;
  font-size: 14px;
}
.mgz-carousel .item-title {
  font-size: 16px;
}
.mgz-carousel .owl-nav {
  margin: 0;
}
.mgz-carousel .owl-nav [class*=owl-] {
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: inline-block;
}
.mgz-carousel .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
  margin-left: 5px;
}
.mgz-carousel .owl-dots {
  margin-top: 10px;
  width: 100%;
  pointer-events: none;
}
.mgz-carousel .owl-dots .owl-dot {
  pointer-events: all;
}
.mgz-carousel .owl-dots .owl-dot span {
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 8px;
  background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
  cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
  margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
  margin-bottom: 0;
}
.mgz-carousel .product-item {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
  width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
  display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
  position: absolute;
  bottom: 15px;
  margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
  bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
  background: #FFF;
  width: 16px;
  height: 16px;
  margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
  background: #FFF;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
  position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
  top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
  top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
  top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
  top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
  left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
  right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
  text-align: left;
  margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
  text-align: right;
  margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
  margin-top: 10px;
  text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
  margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
  top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
  top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
  top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
  top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*=owl-] {
  position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
  left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
  right: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*=owl-] {
  position: absolute;
  opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*=owl-] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
  bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
  bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
  bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
  bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*=owl-] {
  position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
  left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
  right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*=owl-] {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
  position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
  width: 100%;
  padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
  padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
  .magezon-builder .mgz-element-sidebar .filter-options-item:before,
  .magezon-builder .mgz-element-sidebar .filter-options-item:after {
    display: none !important;
    border: 0 !important;
  }
  .magezon-builder .mgz-element-sidebar .filter-options-content {
    position: static;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
.mgz-countdown {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
  text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
  font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
  font-size: 18px;
  font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
  position: relative;
  padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
  font-size: 24px;
  line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
  font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
  min-width: 80px;
}
.mgz-countdown .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
.mgz-countdown .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
  min-width: auto;
  display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
  padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: ":";
  font-size: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 10;
  display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
  display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
  content: "";
  display: inline-block;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  border-right: 1px solid #cccccc;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
  display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
}
@media (max-width: 767px) {
  .mgz-countdown {
    display: block;
    padding: 10px;
  }
  .mgz-countdown .mgz-countdown-counter-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .mgz-countdown .mgz-countdown-heading-wrapper,
  .mgz-countdown .mgz-countdown-link-wrapper {
    text-align: center;
  }
  .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: 80px;
    display: block;
  }
  .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
    display: none;
  }
  .mgz-countdown .mgz-countdown-unit {
    padding: 10px !important;
  }
}
.page-layout-1column-fullwidth #maincontent {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
  overflow-x: hidden;
}
.magezon-builder {
  position: relative;
  z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
  content: " ";
  display: table;
  clear: both;
}
.magezon-builder * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
  max-width: 100%;
}
.magezon-builder p {
  margin-top: 0;
}
.mgz-block-heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #cecece;
  position: absolute;
  top: 40%;
  z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
  display: inline-block;
  background: #FFF;
  padding: 0;
  position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
  font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
  bottom: 0;
  top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
  text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
  padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
  text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
  padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
  text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
  padding-left: 10px;
}
.mgz-block-heading .title {
  margin: 0;
  font-weight: 400;
}
.mgz-block-heading .info {
  margin: 0;
}
.mgz_fit {
  width: 1%;
}
.magezon-builder-btn {
  background: #007dbd;
  border-color: #007dbd;
  color: #fff;
  position: relative;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.6rem 1em 0.6rem 35px;
  display: inline-block;
  margin-bottom: 10px;
}
.magezon-builder-btn:hover {
  color: #FFF;
  text-decoration: none;
  background: #0073ae;
}
.magezon-builder-btn i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 25px;
  position: absolute;
  left: 15px;
}
table .magezon-builder .mgz-container {
  width: 100%;
}
.mgz-condition-html .rule-tree ul {
  padding-left: 16px;
}
.mgz-builder-single_image-icon {
  background-image: url('../../frontend/Creativestyle/theme-kma/pl_PL/Magezon_Builder/images/icons/element-icon-single-image.svg') !important;
}
.item.product .magezon-builder .mgz-container {
  width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.mgz-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.mgz-absolute-link {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
  display: none;
}
.mgz-image-switch-after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
  opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
  opacity: 1;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}.navigation {
  font-weight: normal !important;
}
.navigation > .ninjamenus.ninjamenus-desktop {
  margin: 0 20px;
}
.nav-item {
  position: relative;
  text-align: left;
}
.nav-item.active > a {
  color: #f55856;
}
.nav-item > a {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #333;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 15px;
}
.nav-item > a:hover {
  color: #f55856;
}
.nav-item > a:hover .title-wrapper .label {
  background-color: #555;
}
.nav-item > a:hover .title-wrapper .label:before {
  border-top-color: #555;
}
.nav-item > a > .opener {
  width: 35px;
  height: 35px;
}
.nav-item > a .label {
  -webkit-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -moz-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -ms-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -o-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  background-color: #ed143d;
  color: #fff;
}
.nav-item > a .item-icon {
  line-height: inherit;
}
.nav-item > a .item-icon + span,
.nav-item > a span + .item-icon {
  margin-left: 2px;
}
.nav-item > a span.title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.nav-item > a > span {
  display: inline-block;
}
.nav-item .caret {
  line-height: inherit;
  border: 0;
  height: auto;
}
.nav-item .item-submenu {
  position: absolute;
  display: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  z-index: 11;
  width: 100%;
  height: auto;
}
.nav-item.ninjamenus-hover > .item-submenu {
  display: block;
}
.magezon-builder > .nav-item > a {
  line-height: 50px;
  font-weight: 600;
}
.magezon-builder > .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.subtitle {
  display: block !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #999;
  white-space: normal;
  margin-top: -10px;
}
.label-top_left > a .label {
  position: absolute;
  top: -10px;
  left: 10px;
}
.label-top_left > a .label:before {
  -webkit-transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -ms-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  position: absolute;
  left: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #ed143d;
}
.label-top_right > a .label {
  position: absolute;
  top: -10px;
  right: 10px;
}
.label-top_right > a .label:before {
  -webkit-transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -ms-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #ed143d;
}
.label-left > a, .label-right > a  {
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.ninjamenus-hamburger-trigger {
  line-height: 50px;
  background: #f2f2f2;
  display: none;
}
.ninjamenus-hamburger-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.ninjamenus-hamburger-trigger .trigger-icon .menu-trigger-inner {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus-hamburger-trigger .trigger-icon .line {
  display: block;
  background-color: #333333;
  height: 3px;
  margin-bottom: 2px;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover .line {
  background: #FFF;
}
.ninjamenus {
  position: relative;
}
.ninjamenus:before,
.ninjamenus:after {
  content: " ";
  display: table;
  clear: both;
}
.ninjamenus .ninjamenus-toggle-active > .opener:before {
  content: '\e60d';
}
.ninjamenus .level0 > a > span.title {
  font-weight: inherit;
}
.ninjamenus .level0 > a > span.title-wrapper .title {
  font-weight: inherit;
}
.ninjamenus .opener {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.ninjamenus .opener:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
}
.ninjamenus .opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus .drilldown-opener {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.ninjamenus .drilldown-opener:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
}
.ninjamenus .item-submenu {
  padding: 10px;
}
.ninjamenus .drilldown-opener:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus .nav-item > .drilldown-opener:before {
  content: '\e60a';
}
.ninjamenus .ninjamenus-drilldown-back > .drilldown-opener:before {
  content: '\e617';
}
.ninjamenus .links {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #EEE;
}
.ninjamenus .links li {
  position: relative;
  margin: 0;
  display: inline-block;
}
.ninjamenus .links li > a {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.ninjamenus .links li > a:hover {
  background: #f55856;
  text-decoration: none;
  color: #fff;
}
.ninjamenus a {
  color: #333;
  font-weight: 400;
}
.ninjamenus .block.tabspro-block {
  margin: 0;
}
.ninjamenus .form.contact {
  width: 100% !important;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .caret {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  float: right;
  line-height: inherit;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal > .magezon-builder > .nav-item {
  float: left;
  margin: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-right {
  float: right !important;
}
.ninjamenus.ninjamenus-desktop .item-submenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  width: 200px;
}
.ninjamenus.ninjamenus-desktop .item-submenu:before,
.ninjamenus.ninjamenus-desktop .item-submenu:after {
  content: " ";
  display: table;
  clear: both;
}
.ninjamenus.ninjamenus-desktop .mega > .item-submenu {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-hide-desktop {
  display: none;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .left_vertical_full_height,
.ninjamenus.ninjamenus-desktop .right_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar > .item-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .left_vertical_full_height > .item-submenu {
  right: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .right_vertical_full_height > .item-submenu {
  left: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .left_edge_parent_item > .item-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_parent_item > .item-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .left_edge_parent_item > .item-submenu {
  left: 80%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .right_edge_parent_item > .item-submenu {
  right: 80%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .stack > a .caret {
  display: none;
}
.ninjamenus.ninjamenus-desktop .stack > .item-submenu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
  width: 100%;
  max-width: 100%;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion.label-top_right > a .label,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown.label-top_right > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 {
  border-bottom: 1px solid #e6e6e6;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0 > a:hover,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 > a:hover {
  background: transparent;
  color: #333;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item {
  position: relative !important;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .item-submenu,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .item-submenu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .caret,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .caret {
  display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .mega > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .mega > .opener {
  display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
  overflow: hidden;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .drilldown-opener {
  display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .stack > .drilldown-opener {
  display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0:hover > a {
  background-color: #f55856;
  color: #FFF;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0.active > a {
  background-color: #333;
  color: #FFF;
}
.ninjamenus.ninjamenus-mobile {
  overflow-x: hidden;
}
.ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu,
.ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
  display: none;
}
.ninjamenus.ninjamenus-mobile .opener {
  display: block;
}
.ninjamenus.ninjamenus-mobile .caret {
  display: none;
}
.ninjamenus.ninjamenus-mobile .item-submenu {
  max-width: 100% !important;
  position: relative;
}
.ninjamenus.ninjamenus-mobile .nav-item > a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-mobile .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.ninjamenus.ninjamenus-mobile .level0.label-top_right > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-mobile .level0 > a .title {
  margin: 0 !important;
}
.ninjamenus-hamburger-active .menu-trigger-inner {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-active .menu-trigger-inner .line {
  background: #FFF;
}
.ninjamenus-hamburger-active .ninjamenus-hamburger-menu {
  display: block !important;
}
.ninjamenus-widget .ninjamenus-vertical,
.ninjamenus-widget .ninjamenus-accordion,
.ninjamenus-widget .ninjamenus-drilldown {
  border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title,
.block.ninjamenus-widget > .block-title {
  text-transform: uppercase;
  padding: 10px;
  background: #6e716e;
  color: #fff;
  margin: 0;
  border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title > strong,
.block.ninjamenus-widget > .block-title > strong {
  display: block;
}
.cms-content .block.ninjamenus-widget > .ninjamenus,
.block.ninjamenus-widget > .ninjamenus {
  background: #f8f8f8;
}
.cms-content .block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown,
.block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown {
  border: 1px solid #6e716e;
}
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_left > a .label,
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_right > a .label {
  display: none;
}
.scroll-to-fixed-fixed .ninjamenus-hide-sticky {
  display: none !important;
}
.ninjamenus-lazy-blur {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s filter linear;
  -o-transition: 0.3s filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.ninjamenus-lazy-blur .ninjamenus-lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.ninjamenus-drilldown-back {
  line-height: 50px;
  text-align: center;
  background: #f0f0f0;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: none;
}
.ninjamenus-drilldown-back > .drilldown-opener {
  height: 50px;
  width: 50px;
  left: 0;
  display: block;
}
.drilldown-root > div > .ninjamenus-drilldown-back {
  display: block;
}
.ninjamenus-tablet {
  position: static !important;
}
.ninjamenus-tablet .item-submenu {
  left: 0 !important;
  max-width: 100%;
}
.ninjamenus-desktop.ninjamenus-top .level0 {
  margin: 0;
  display: inline-block;
}
.item-autolist .nav-item.stack > a{
  font-weight: 900;
}
.ninjamenus-desktop .item-autolist > .item-submenu > .nav-item{
  float: left;
}
.ninjamenus-desktop .item-autolist-col2 > .item-submenu > .nav-item{
  width: 50%;
}
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item{
  width: 33.33333333%;
}
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item{
  width: 25%;
}
.ninjamenus-desktop .item-autolist-col5 > .item-submenu > .nav-item{
  width: 20%;
}
.ninjamenus-desktop .item-autolist-col6 > .item-submenu > .nav-item{
  width: 16.66666667%;
}
.ninjamenus-desktop .item-autolist-col2 > .item-submenu > .nav-item:nth-child(2n+1),
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item:nth-child(3n+1),
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item:nth-child(4n+1),
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item:nth-child(5n+1),
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item:nth-child(6n+1) {
  clear: left;
}
.nav-item-static {
  position: static !important;
}

.nav-item.nav-item-static > .item-submenu{
  width: 100vw !important;
}

.ninjamenus.ninjamenus-mobile .nav-item-static{
  position: relative !important;
}
.ninjamenus.ninjamenus-mobile  .nav-item.nav-item-static > .item-submenu{
  width: 100% !important;
}
.ninjamenus-top-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background: #0e0e0eb0;
    height: 100%;
    z-index: 10;
    display: none;
}html{box-sizing:border-box;font-size:62.5%;background:#fff;overflow-x:hidden}*,:after,:before{box-sizing:inherit}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-webkit-overflow-scrolling:touch;margin:0;font-size:1.4rem;font-display:swap}button,input,select,textarea{font-family:inherit}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}body{width:100vw;max-width:100vw!important;min-height:100vh;height:auto!important}::-webkit-scrollbar{width:6px;border-radius:3px}::-webkit-scrollbar-track{background:#d5d5d5;border-radius:3px}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#878787}.action.create.primary::-moz-focus-inner{border:0;padding:0;margin:0}.action.create.primary,.action.create.primary:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.action.create.primary:active:not([disabled]),.action.create.primary:focus:not([disabled]),.action.create.primary:hover:not([disabled]),.action.create.primary:visited:active:not([disabled]),.action.create.primary:visited:focus:not([disabled]),.action.create.primary:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.action.create.primary:visited[disabled],.action.create.primary[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}@media (min-width:64em) and (max-width:79.99em){.cs-hide-laptop{display:none!important}}@media (min-width:48em) and (max-width:63.99em){.cs-hide-tablet{display:none!important}}.cs-no-display{display:none!important}.cs-aspect-ratio{position:relative;overflow:hidden;padding-top:56.25%}.cs-aspect-ratio__content{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body,html{height:100%;max-width:100vw}.no-scroll{position:fixed;width:100vw;height:100vh}.no-scroll-child{overflow-y:hidden!important}#maincontent{flex:1 0 auto}.page-wrapper{display:block!important;min-height:100%}@media (min-width:48em){.page-wrapper{display:flex!important;flex-direction:column!important}}.columns .column.main{width:auto;padding:4rem 0 0;max-width:100%;min-height:10rem}@media (min-width:48em){.columns .column.main{padding:4rem 0 0}}.cms-home .columns .column.main{padding:0}@media (min-width:48em){.cms-home .columns .column.main{padding:0}}.page-layout-1column .product-info-wrapper{width:100%}@media (min-width:48em){.page-layout-1column .product-info-wrapper{position:absolute;right:0;height:100%;width:40%}}@media (min-width:64em){.page-layout-1column .product-info-wrapper{width:30%}}@media (min-width:48em){.page-layout-2columns-left .sidebar-additional,.page-layout-2columns-left .sidebar-main{width:22.5%;padding-right:40px;border-right:1px solid #f0f0f0}}a,a:visited{color:#324dcf}a:active,a:focus,a:hover,a:visited:focus,a:visited:hover{color:#142b9e}.gift-options-cart-item{display:none}@media (min-width:48em){.paypal-express-review .page-title-wrapper{padding:0 1.5rem}}@media (max-width:63.99em){.paypal-review.view .cs-cart-item__price{padding-left:0!important}.paypal-review.view .cs-cart-item__subtotal{padding-right:0!important}}@media (min-width:48em){.paypal-review.view{padding:0 1.5rem}}.paypal-express-in-context-mini-cart-container{margin-top:1rem}.paypal-review-discount{border-bottom:none}.amazon-button-container{max-width:25rem;position:relative;margin-left:auto;margin-right:auto;z-index:303}@media (min-width:48em){.amazon-button-container{max-width:32rem}}.amazon-button-container img{margin-left:auto;margin-right:auto}.amazon-button-container__cell:nth-child(2){position:absolute;min-width:3rem;left:calc(100% + .6rem);top:1.9rem}@media (max-width:23.115em){.amazon-button-container__cell:nth-child(2){left:calc(100% + .8rem)}}.amazon-button-container__cell .field-tooltip-content{width:25rem;box-sizing:border-box;box-shadow:0 0 5px 2px rgba(0,0,0,.17);border:none;font-size:1.3rem;padding:.8rem}@media (min-width:30em){.amazon-button-container__cell .field-tooltip-content{width:28rem}}.amazon-button-container__cell .field-tooltip-content:before{border-right-color:#888}.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content{top:auto;bottom:42px;left:-210px;right:auto}@media (min-width:48em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content{left:-250px}}@media (min-width:64em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content{left:-232px}}.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:after,.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{top:calc(100% + 2rem);left:210px;transform:rotate(-180deg)}@media (min-width:48em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:after,.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{bottom:-10px;top:100%;left:250px;transform:rotate(-90deg)}}@media (min-width:64em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:after,.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{left:232px}}.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{left:210px}@media (max-width:47.99em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{border-right-color:transparent}}@media (min-width:48em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{left:251px;transform:rotate(-90deg)}}@media (min-width:64em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:before,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{left:233px}}@media (min-width:64em){.amazon-minicart-container .amazon-button-container__cell .field-tooltip-content:after,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after{transform:rotate(-90deg)}}@media (min-width:48em){.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after,.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before{top:calc(100% + 2rem);transform:rotate(180deg)}}.columns .column.main{padding-top:0}body._has-modal{height:100vh!important;overflow:hidden!important}@media (min-width:30em){body.catalog-product-view{overflow:unset!important}}@media (min-width:30em){body.catalog-product-view._has-modal{overflow:hidden!important;height:100vh!important}}body.brands-index-all #maincontent,body.cms-kma-home-page #maincontent,body.cms-no-route #maincontent{padding-bottom:calc(85px + 20px)}@media (max-width:30em){body.cms-kma-home-page #maincontent .cs-container--products-carousel .cs-products-carousel__pagination{margin-bottom:4rem}}@media (max-width:29.99em){body.cms-kma-home-page #maincontent{padding-bottom:0}}body.cms-no-route .cs-container--header{background-color:#f7f7f7;border-bottom:none}body.cms-no-route #maincontent .cs-container{background-color:transparent;position:relative}body.cms-no-route #maincontent .cs-container:before{content:"";background-color:#f7f7f7;position:absolute;top:0;bottom:65%;left:0;right:0;height:46%}body.cms-no-route #maincontent .cs-container h3+p{max-width:380px;margin:auto}body.cms-no-route #maincontent .cs-container .action.create.primary{font-weight:400;padding-inline:4rem;margin-top:2rem}body.helpdesk-satisfaction-form #maincontent,body.helpdesk-satisfaction-rate #maincontent{padding-block:5rem 14rem}@media (max-width:48em){body.helpdesk-satisfaction-form #maincontent,body.helpdesk-satisfaction-rate #maincontent{padding-block:5rem}}body.helpdesk-satisfaction-form #maincontent .action.submit.primary::-moz-focus-inner,body.helpdesk-satisfaction-rate #maincontent .action.submit.primary::-moz-focus-inner{border:0;padding:0;margin:0}body.helpdesk-satisfaction-form #maincontent .action.submit.primary,body.helpdesk-satisfaction-form #maincontent .action.submit.primary:visited,body.helpdesk-satisfaction-rate #maincontent .action.submit.primary,body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}body.helpdesk-satisfaction-form #maincontent .action.submit.primary:active:not([disabled]),body.helpdesk-satisfaction-form #maincontent .action.submit.primary:focus:not([disabled]),body.helpdesk-satisfaction-form #maincontent .action.submit.primary:hover:not([disabled]),body.helpdesk-satisfaction-form #maincontent .action.submit.primary:visited:active:not([disabled]),body.helpdesk-satisfaction-form #maincontent .action.submit.primary:visited:focus:not([disabled]),body.helpdesk-satisfaction-form #maincontent .action.submit.primary:visited:hover:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:active:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:focus:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:hover:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:visited:active:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:visited:focus:not([disabled]),body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}body.helpdesk-satisfaction-form #maincontent .action.submit.primary:visited[disabled],body.helpdesk-satisfaction-form #maincontent .action.submit.primary[disabled],body.helpdesk-satisfaction-rate #maincontent .action.submit.primary:visited[disabled],body.helpdesk-satisfaction-rate #maincontent .action.submit.primary[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-product-details__item--product-info-crosssell,.cs-product-details__item--product-info-crosssell>div,.cs-product-details__item--product-view-3Dview,.cs-product-details__item--product-view-3Dview>div,.cs-product-details__item--product-view-brand-details,.cs-product-details__item--product-view-brand-details>div,.cs-product-details__item--product-view-nav,.cs-product-details__item--product-view-nav>div,.cs-product-details__item--product-view-parameters,.cs-product-details__item--product-view-parameters>div{background-color:#fff}.cs-product-details__item--related,.cs-product-details__item--related>div{background-color:#f7f7f7!important}@media (max-width:30em){.cs-product-details__item--related .block.products-related{width:100%}}@media (max-width:30em){.cs-product-details__item--crosssell .cs-product-details__content,.cs-product-details__item--product-info-crosssell>div,.cs-product-details__item--product-info-upsell>div{padding-inline:0}.cs-product-details__item--crosssell .cs-product-details__content .block.products-crosssell{width:100%}}@media (max-width:30em){.cs-product-details__item--product-view-brand-details>div{padding-inline:0}.cs-product-details__item--product-view-brand-details .cs-product-details__content{padding:0 1.5rem!important}.cs-product-details__item--product-view-brand-details .cs-product-details__content .pdp-details-container{width:100%}}body.cms-kontakt #maincontent{overflow:hidden!important}body.cms-kontakt .field .input-text.required-entry{margin-bottom:0}body.cms-kontakt .field-recaptcha{margin-top:1rem}body.cms-kontakt .cs-container--image-teaser.kma_contact__info .cs-image-teaser__content-wrapper{align-items:flex-start;padding-top:80px}body.cms-kontakt .kma_contact_about_us__info .cs-image-teaser__content-wrapper{height:105%}#phone-contact-request-form .field .input-text.required-entry{margin-bottom:0}#phone-contact-request-form .field-recaptcha{margin-top:2rem}.cs-category-pills__link{white-space:normal!important}.cs-category-pills__link:hover,.cs-category-pills__link:hover .cs-category-pills__qty{color:#c1272f!important}.cs-category-pills__link .cs-category-pills__qty{margin-inline:0}.cs-category-pills__button{border-top:1px solid #d5d5d5}.cs-category-pills-button-container:before{content:"";width:calc(100% - 3rem);height:1px;top:0;position:absolute;left:1.5rem;right:1.5rem;background:#d5d5d5}.cs-category-pills-button-wrapper{border-top:none!important}.cs-category-pills-scroll-button{cursor:pointer}@media (max-width:30em){.modal-popup{max-width:calc(100vw - 44px);right:0}}.cs-container--products-carousel{overflow:hidden}.badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{display:flex;border:1px solid;width:-moz-fit-content;width:fit-content;max-width:11rem;font-weight:600;border-radius:15px;padding:2px .5rem;font-size:1.2rem;align-items:center}.badge svg{margin-right:.5rem}.badge-bestseller{border-color:#003666;color:#003666}.badge-new{border-color:#318862;color:#318862}.badge-promo{border-color:#ff7200;color:#ff7200}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../../frontend/Creativestyle/theme-kma/pl_PL/fonts/Poppins-Light.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../../frontend/Creativestyle/theme-kma/pl_PL/fonts/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../../frontend/Creativestyle/theme-kma/pl_PL/fonts/Poppins-SemiBold.ttf) format("truetype")}.cs-authorization-link{display:flex;align-items:center;position:relative;margin-left:.9rem;padding:0 0 0 .3rem}@media (min-width:64em){.cs-authorization-link{padding:0 0 0 1.3rem;margin-left:1.7rem}}.cs-authorization-link:before{position:absolute;top:0;bottom:0;left:0;content:"";border-left:.2rem solid #fff}.cs-authorization-link__link{display:flex;align-items:center}.cs-authorization-link__link,.cs-authorization-link__link:visited{color:#324dcf;text-decoration:none}.cs-authorization-link__link:active,.cs-authorization-link__link:focus,.cs-authorization-link__link:hover,.cs-authorization-link__link:visited:focus,.cs-authorization-link__link:visited:hover{color:#142b9e;text-decoration:none}.cs-authorization-link__link:hover .cs-authorization-link__icon path{fill:#888}.cs-authorization-link__icon{width:1.8rem;height:1rem;padding-right:.5rem}.cs-authorization-link__icon path{fill:#888}.cs-addtocart__wrapper{overflow:hidden}@supports ((-webkit-clip-path:inset(0 0 0 0 round 24px)) or (clip-path:inset(0 0 0 0 round 24px))){.cs-addtocart__wrapper{-webkit-clip-path:inset(0 0 0 0 round 24px);clip-path:inset(0 0 0 0 round 24px)}}.cs-addtocart__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-addtocart__button,.cs-addtocart__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-addtocart__button:active:not([disabled]),.cs-addtocart__button:focus:not([disabled]),.cs-addtocart__button:hover:not([disabled]),.cs-addtocart__button:visited:active:not([disabled]),.cs-addtocart__button:visited:focus:not([disabled]),.cs-addtocart__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-addtocart__button:visited[disabled],.cs-addtocart__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-addtocart__button[disabled]{opacity:1}.cs-addtocart__button .cs-addtocart__success-label,.cs-addtocart__button:active .cs-addtocart__success-label,.cs-addtocart__button:focus .cs-addtocart__success-label,.cs-addtocart__button:hover .cs-addtocart__success-label{color:#fff}.cs-addtocart__button .cs-addtocart__success-icon *,.cs-addtocart__button:active .cs-addtocart__success-icon *,.cs-addtocart__button:focus .cs-addtocart__success-icon *,.cs-addtocart__button:hover .cs-addtocart__success-icon *{fill:#fff}.cs-addtocart__button .cs-addtocart__fail-label,.cs-addtocart__button:active .cs-addtocart__fail-label,.cs-addtocart__button:focus .cs-addtocart__fail-label,.cs-addtocart__button:hover .cs-addtocart__fail-label{color:#fff}.cs-addtocart__button .cs-addtocart__fail-icon *,.cs-addtocart__button:active .cs-addtocart__fail-icon *,.cs-addtocart__button:focus .cs-addtocart__fail-icon *,.cs-addtocart__button:hover .cs-addtocart__fail-icon *{fill:#fff}.cs-addtocart__button-label,.cs-addtocart__fail-label,.cs-addtocart__success-label{font-size:1.6rem;white-space:nowrap}.cs-addtocart__button-icon,.cs-addtocart__configure-icon,.cs-addtocart__fail-icon,.cs-addtocart__success-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none;max-width:none;max-height:none;width:2.2rem;height:2.2rem}.cs-addtocart__fail-icon{transition:none}.cs-addtocart__button-label,.cs-addtocart__success-label{transition:opacity .15s linear,transform 1s cubic-bezier(0,.77,.18,1)}.cs-addtocart__button-label{display:inline-block;transform:translateZ(0)}.cs-addtocart__loading{position:absolute;top:50%;left:50%;transform:scale(0) translate3d(-50%,-50%,0);width:40px;height:10px;opacity:0;transition:opacity .15s linear,transform 1s cubic-bezier(0,.77,.18,1);transition-delay:.2s}.cs-addtocart__loading-ball{position:absolute;display:block;width:10px;height:10px;bottom:0;background:#fff;border-radius:50%}.cs-addtocart__loading-ball--1{left:0}.cs-addtocart__loading-ball--2{left:15px;animation-delay:.15s!important}.cs-addtocart__loading-ball--3{left:30px;animation-delay:.3s!important}.cs-addtocart__feedback-bg{position:absolute;left:-1em;top:-1px;bottom:-1px;width:calc(100% + 2.5em);transform:translate3d(-100%,0,0);transform-origin:0 0;transition:transform .45s cubic-bezier(.01,.65,.38,1);background:#31a43a}.cs-addtocart--no-transitions .cs-addtocart__feedback-bg{transition:none}.cs-addtocart--fail .cs-addtocart__feedback-bg{background:#cc1c10}.cs-addtocart__fail-icon,.cs-addtocart__fail-label,.cs-addtocart__success-icon,.cs-addtocart__success-label{opacity:0}.cs-addtocart__fail-icon,.cs-addtocart__success-icon{height:1.725em;transition-delay:.2s}.cs-addtocart__fail-label,.cs-addtocart__success-label{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0) translateX(-2em);transition-delay:.2s;white-space:nowrap;padding-right:3.5rem}.cs-addtocart__minicart{width:100%;text-align:center}.cs-addtocart__minicart--sticky,.cs-addtocart__minicart--unstick{max-width:120rem;margin:0 auto;width:100%;position:fixed;top:0;left:50%;transform:translate3d(-50%,0,0);z-index:400;padding:0;text-align:right;display:flex;justify-content:flex-end}.cs-addtocart__minicart--sticky .ui-dialog,.cs-addtocart__minicart--unstick .ui-dialog{right:0!important}.cs-addtocart__minicart--sticky .block-minicart:after,.cs-addtocart__minicart--unstick .block-minicart:after{right:3.2rem!important}.cs-addtocart__minicart--sticky .cs-addtocart__minicart-link,.cs-addtocart__minicart--unstick .cs-addtocart__minicart-link{text-align:center;padding:2.5rem 1rem;background:#fff;box-shadow:1px 3px 4.5rem 0 rgba(30,48,67,.34);animation:minicart-in 1s cubic-bezier(0,.77,.18,1);position:relative}.cs-addtocart__minicart--unstick .cs-addtocart__minicart-link{animation:minicart-out .5s cubic-bezier(.55,.2,.89,.45)}.cs-addtocart__minicart-link:before{content:none!important}.cs-addtocart__minicart-qty-badge-wrapper{position:absolute;opacity:0;z-index:600;transition:top .9s cubic-bezier(.42,.31,.34,.93),left .9s cubic-bezier(.42,.31,.34,.93);pointer-events:none}.cs-addtocart__minicart-qty-badge-wrapper--animating{animation:move-qty-badge 1.2s cubic-bezier(.42,.31,.34,.93);position:fixed;top:.5rem}@media (min-width:48em){.cs-addtocart__minicart-qty-badge-wrapper--animating{top:1.3rem}}@media (min-width:64em){.cs-addtocart__minicart-qty-badge-wrapper--animating{position:absolute;top:5.3rem}}.cs-addtocart__minicart-qty-badge-wrapper--animating.cs-addtocart__minicart-qty-badge-wrapper--minicart-sticky{position:fixed;top:1.8rem}.cs-addtocart__minicart-qty-badge-wrapper .cs-addtocart__minicart-qty-badge{position:static;visibility:visible}.cs-addtocart--done .cs-addtocart__button-label,.cs-addtocart--loading .cs-addtocart__button-label{opacity:0;transform:translate3d(2em,0,0)}.cs-addtocart--loading .cs-addtocart__loading{opacity:1;transform:scale(1) translate3d(-50%,-50%,0) translateX(-1.25em)}.cs-addtocart--loading .cs-addtocart__loading-ball{animation:ball-in 1s infinite}.cs-addtocart--done .cs-addtocart__button-icon{opacity:0}.cs-addtocart--done .cs-addtocart__feedback-bg{transform:translateZ(0)}.cs-addtocart--done .cs-addtocart__feedback-bg:after{transform:translate3d(-5.3rem,0,0)}.cs-addtocart--success .cs-addtocart__success-icon{opacity:1}.cs-addtocart--success .cs-addtocart__success-label{opacity:1;transform:translate3d(-50%,-50%,0)}.cs-addtocart--fail .cs-addtocart__fail-icon{opacity:1}.cs-addtocart--fail .cs-addtocart__fail-label{opacity:1;transform:translate3d(-50%,-50%,0)}.cs-addtocart--animation-done .cs-addtocart__button-icon,.cs-addtocart--animation-done .cs-addtocart__button-label{transition-delay:.5s}.cs-addtocart--animation-done .cs-addtocart__feedback-bg{transition-delay:.2s}.cs-addtocart--animation-done .cs-addtocart__feedback-bg,.cs-addtocart--animation-done .cs-addtocart__feedback-bg:after{transition:transform .4s cubic-bezier(.86,.01,.83,.51)}.cs-addtocart--animation-done .cs-addtocart__feedback-bg:after{transition-delay:0}.cs-addtocart--animation-done .cs-addtocart__fail-icon,.cs-addtocart--animation-done .cs-addtocart__success-label{transition:opacity .6s linear,transform .6s cubic-bezier(.86,.01,.83,.51);transition-delay:0}.cs-addtocart--animation-done .cs-addtocart__fail-icon,.cs-addtocart--animation-done .cs-addtocart__success-icon{transition-delay:0}@keyframes ball-in{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes minicart-in{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes minicart-out{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0)}}@keyframes move-qty-badge{0%{opacity:1}15%{transform:scale(1)}80%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(1)}}.cs-addtocart .block-minicart{margin-bottom:0}.cs-autocomplete{width:100%;top:100%;left:0;box-sizing:border-box;background-color:#fff;border-radius:3px;box-shadow:0 0 10px 0 rgba(0,0,0,.17);z-index:200;margin-top:-1px}@media (max-width:48em){.cs-autocomplete .autocomplete-list.product dd:last-child{padding-bottom:9rem}}.cs-autocomplete .autocomplete-list dd,.cs-autocomplete__item{background:#fff;padding:.5rem 1rem;margin:0;border-bottom:1px solid #dcdcdc;display:flex;align-items:center;transition:background-color .15s linear;font-size:1.29rem}@media (min-width:48em) and (max-width:63.99em){.cs-autocomplete .autocomplete-list dd,.cs-autocomplete__item{padding:1rem}}.cs-autocomplete .autocomplete-list dd.selected,.cs-autocomplete .autocomplete-list dd:hover,.cs-autocomplete__item.selected,.cs-autocomplete__item:hover{background-color:#f0f0f0;cursor:pointer}.cs-autocomplete .autocomplete-list dd:last-child,.cs-autocomplete__item:last-child{border-bottom:none}.cs-autocomplete .autocomplete-list dd-image-container,.cs-autocomplete__item-image-container{padding:0;margin-right:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cs-autocomplete .autocomplete-list dd-image,.cs-autocomplete__item-image{width:4.5rem;height:4.5rem}.cs-autocomplete .autocomplete-list dd-details,.cs-autocomplete__item-details{flex:1 1 100%;margin:0;padding-block:2rem}.cs-autocomplete .autocomplete-list dd-details .f-fix,.cs-autocomplete__item-details .f-fix{height:auto;display:flex;flex-direction:column;justify-content:center}.cs-autocomplete .autocomplete-list dd-details img,.cs-autocomplete__item-details img{display:block}.cs-autocomplete .autocomplete-list dd-brand,.cs-autocomplete__item-brand{font-size:1.2rem;color:#888}.cs-autocomplete .autocomplete-list dd-name,.cs-autocomplete__item-name{font-size:1.29rem;color:#000;font-weight:700}.cs-autocomplete .autocomplete-list dd-price,.cs-autocomplete__item-price{margin:.3rem 0 0;padding-block:1rem}.cs-autocomplete .price-box{display:flex}.cs-autocomplete .price-box>.price{color:#324dcf;font-size:1.5rem;font-weight:700;margin-right:0}@media (max-width:30em){.cs-autocomplete .price-box .special-price .price-excluding-tax{margin-left:-.5rem}}.cs-autocomplete .price-box .old-price>.price{text-decoration:line-through;color:#696969;font-size:1.5rem;font-weight:700}@media (max-width:30em){.cs-autocomplete .price-box .old-price .price{margin:0}.cs-autocomplete .price-box .old-price .price-including-tax{position:relative}.cs-autocomplete .price-box .old-price .price-including-tax>.price{position:absolute;left:9.5rem;bottom:-2rem}.cs-autocomplete .price-box .old-price .price-excluding-tax{position:relative}.cs-autocomplete .price-box .old-price .price-excluding-tax>.price{position:absolute;left:9rem;top:-2rem}}.cs-autocomplete .price-box .special-price>.price{color:#e41f12;font-size:1.5rem;font-weight:700}.cs-autocomplete .price-box .minimal-price-link{display:none}.cs-autocomplete .price-box .old-price{order:-1}.cs-autocomplete .price-box .old-price .price{margin-right:1rem}.cs-autocomplete__badges{display:inline-flex;flex-direction:column;align-items:flex-end;margin-left:1rem}.cs-autocomplete__badge{display:inline-flex;justify-content:center;align-items:center;position:relative;background-color:#324dcf;color:#fff;border:0;border-radius:24px;padding:0 .7rem;font-size:1.1rem;font-weight:700;min-height:2em;text-transform:uppercase}.cs-autocomplete__badge+.cs-autocomplete__badge{margin-top:.5rem}.cs-autocomplete__badge--popular{background-color:#37b841;color:#fff}.cs-autocomplete__badge--popular .cs-autocomplete__badge-text{line-height:normal}.cs-autocomplete__badge--popular .cs-autocomplete__badge-text+.cs-autocomplete__badge--popular .cs-autocomplete__badge-text{margin-left:.5rem}.cs-autocomplete__badge--free-shipping{background-color:#37b841;color:#fff}.cs-autocomplete__badge--free-shipping .cs-autocomplete__badge-text{line-height:normal}.cs-autocomplete__badge--free-shipping .cs-autocomplete__badge-text+.cs-autocomplete__badge--free-shipping .cs-autocomplete__badge-text{margin-left:.5rem}.cs-autocomplete__badge-text{line-height:normal}.cs-autocomplete__badge-text+.cs-autocomplete__badge-text{margin-left:.5rem}@media (min-width:23.125em){.cs-autocomplete__badge-text{white-space:nowrap}}.autocomplete-list{margin:-1px 0 1rem;border-top:1px solid #dcdcdc}.autocomplete-list:first-child{border-top:0}.autocomplete-list:last-child{margin-bottom:0}.autocomplete-list .amount{color:#888;font-size:1.29rem;font-weight:700;margin-left:.5rem}.autocomplete-list .amount:not(:empty):after{content:")"}.autocomplete-list .amount:not(:empty):before{content:"("}.autocomplete-list-title{padding:1.2rem 3rem 1rem 1rem;border-bottom:none;color:#888;font-weight:700;text-transform:uppercase;font-size:1.29rem;letter-spacing:1px;margin:0}.autocomplete-list-title.selected,.autocomplete-list-title:hover{background-color:transparent}.autocomplete-list-title:not(:empty):first-child{border-top:transparent}.cs-breadcrumbs__item{padding:0 1.95em 0 0;font-size:1.2rem}.cs-breadcrumbs__item:last-child{color:#212121}.cs-breadcrumbs__item:not(:last-child):after{right:.8em}.cs-breadcrumbs__link,.cs-breadcrumbs__link:visited{color:#888}.cs-breadcrumbs__link:hover{color:#212121}.cs-container--breadcrumbs{background:#f0f0f0}@media (min-width:48em){.cs-container--breadcrumbs{display:block;background:#f0f0f0 url(../../frontend/Creativestyle/theme-kma/pl_PL/images/breadcrumbs.png) no-repeat 100%/auto 6.8rem}}.cs-breadcrumbs{padding-top:1.3rem;padding-bottom:1.3rem;font-weight:400;position:relative;z-index:10}.cs-breadcrumbs__list{margin:0;padding:0;list-style:none}.cs-breadcrumbs__item{position:relative;display:inline-block;margin:0;padding:0 .95em 0 0;cursor:pointer;font-size:1.3rem}.cs-breadcrumbs__item:last-child{padding:0;color:#878787;cursor:default}.cs-breadcrumbs__item:not(:last-child):after{position:absolute;top:50%;right:0;content:"⁄";transform:translateY(-50%);line-height:1;color:#888}.cs-breadcrumbs__link{position:relative;display:inline-block;color:#333}.cs-breadcrumbs__link:visited{color:#333}.cs-breadcrumbs__link:hover{text-decoration:none;color:#333}.cs-breadcrumbs__separator-icon{position:absolute;top:50%;right:.5em;transform:translateY(-50%);width:.8em;height:.8em;fill:#888}.cs-container--breadcrumbs{max-width:none;display:none;background:transparent}@media (min-width:48em){.cs-container--breadcrumbs{display:block;background:transparent}}.cms-kontakt .cs-container--breadcrumbs,.cms-o-nas .cs-container--breadcrumbs,.cms-serwis .cs-container--breadcrumbs{display:none!important}.cs-button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-button,.cs-button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-button:active:not([disabled]),.cs-button:focus:not([disabled]),.cs-button:hover:not([disabled]),.cs-button:visited:active:not([disabled]),.cs-button:visited:focus:not([disabled]),.cs-button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-button:visited[disabled],.cs-button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-button__span{font-size:1.6rem}.cs-button__icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-button-component{margin:0 0 3rem;position:relative;left:50%;transform:translateX(-50%)}.cs-button-component::-moz-focus-inner{border:0;padding:0;margin:0}.cs-button-component,.cs-button-component:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-button-component:active:not([disabled]),.cs-button-component:focus:not([disabled]),.cs-button-component:hover:not([disabled]),.cs-button-component:visited:active:not([disabled]),.cs-button-component:visited:focus:not([disabled]),.cs-button-component:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-button-component:visited[disabled],.cs-button-component[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}@media (min-width:48em){.cs-button-component{margin:0 0 4rem}}.cs-button-component--skip-spacing{margin:0}.cs-button-component__span{font-size:1.6rem}.cs-button-component__icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-button-component__amount:before{content:"("}.cs-button-component__amount:after{content:")"}@media (min-width:90em){.cs-container__aside{width:30%}}@media (min-width:90em){.cs-container__main-column{width:67%}}.cs-container{background-color:#f7f7f7;padding-left:1.5rem;padding-right:1.5rem;margin:0 auto;width:100%;box-sizing:border-box}.cs-container__inner{max-width:120rem;width:100%;margin:0 auto;position:relative}.cs-container__inner:after,.cs-container__inner:before{content:"";display:table;clear:both}.cs-container__aside{width:100%}@media (min-width:48em){.cs-container__aside{width:40%}}@media (min-width:64em){.cs-container__aside{width:32%}}@media (min-width:90em){.cs-container__aside{width:25%}}.cs-container__main-column{width:56%;position:relative}@media (min-width:64em){.cs-container__main-column{width:65%}}@media (min-width:90em){.cs-container__main-column{width:72%}}@media (max-width:47.99em){.cs-container__main-column{max-width:100%!important;width:100%!important}}@media (min-width:64em){.cs-container__main-column--space-top{padding-top:3rem}}.cs-container--contrast{background-color:#f0f0f0}@media (min-width:64em){.cs-container--contrast{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/background.png);background-size:cover;background-repeat:no-repeat}}.cs-container--spacious{padding-top:2rem;padding-bottom:2rem}@media (min-width:64em){.cs-container--spacious{padding-top:3rem;padding-bottom:3rem}}.cs-container--noscroll{overflow:hidden}.cs-container--ontop{z-index:301}.cs-container--viewport-width{max-width:none}.cs-cookie-message{position:fixed;bottom:0;left:0;width:100%;margin:0 auto;box-sizing:border-box;padding:1.2rem;background-color:#fff;color:#000;box-shadow:0 -.3rem .5rem 0 rgba(0,0,0,.15);font-size:85%;z-index:98;transform:translate3d(0,110%,0);opacity:0;transition:transform .25s ease-out,opacity .18s linear;display:flex;justify-content:center;align-items:center}.cs-cookie-message--shown{z-index:202;transform:translateZ(0);opacity:1}.cs-cookie-message__inner{display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative;padding-left:8rem}@media (min-width:48em){.cs-cookie-message__inner{flex-direction:row}}.cs-cookie-message__button-wrapper{align-self:flex-start}@media (min-width:48em){.cs-cookie-message__button-wrapper{align-self:unset}}.cs-cookie-message__text{position:relative;margin:0}.cs-cookie-message__text .block-cms-link.widget,.cs-cookie-message__text p{margin:0;display:inline}.cs-cookie-message__text a,.cs-cookie-message__text a:visited{color:#324dcf;text-decoration:none}.cs-cookie-message__text a:active,.cs-cookie-message__text a:focus,.cs-cookie-message__text a:hover,.cs-cookie-message__text a:visited:focus,.cs-cookie-message__text a:visited:hover{color:#142b9e;text-decoration:none}.cs-cookie-message__icon{position:absolute;left:.5rem;width:5.5rem;height:5.5rem;top:50%;transform:translateY(-50%)}@media (min-width:48em){.cs-cookie-message__icon{top:-3.5rem;transform:translateY(0)}}.cs-cookie-message__button{white-space:nowrap;margin-top:1.2rem}.cs-cookie-message__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-cookie-message__button,.cs-cookie-message__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-cookie-message__button:active:not([disabled]),.cs-cookie-message__button:focus:not([disabled]),.cs-cookie-message__button:hover:not([disabled]),.cs-cookie-message__button:visited:active:not([disabled]),.cs-cookie-message__button:visited:focus:not([disabled]),.cs-cookie-message__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-cookie-message__button:visited[disabled],.cs-cookie-message__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}@media (min-width:48em){.cs-cookie-message__button{margin-top:0;margin-left:1.2rem}}.cs-cookie-message__button-span{font-size:1.6rem}.cs-cookie-message__button-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}@media (max-width:47.99em){.cs-display-controller--hidden-mobile{display:none}}@media (min-width:48em){.cs-display-controller--hidden-desktop{display:none}}.cs-dropdown-switcher{white-space:nowrap;cursor:pointer;width:100%}@media (min-width:64em){.cs-dropdown-switcher .mage-dropdown-dialog{position:absolute;top:100%;right:-1rem;left:1rem}}.cs-dropdown-switcher--currency .mage-dropdown-dialog{right:-1rem}@media (min-width:64em){.cs-dropdown-switcher{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.cs-dropdown-switcher:before{position:absolute;top:0;bottom:0;left:1.3rem;content:"";border-left:.2rem solid #fff;display:block}}@media (min-width:64em){.cs-dropdown-switcher--stores:before{display:none}}.cs-dropdown-switcher__option-icon{min-width:1.5rem;height:1.5rem;margin-right:.6rem;margin-bottom:.2rem;display:inline-block}@media (min-width:64em){.cs-dropdown-switcher--language .cs-dropdown-switcher__option-icon{width:1.5rem}}@media (min-width:64em){.cs-dropdown-switcher .switcher-options{display:flex}}.cs-dropdown-switcher__trigger{padding:2.4rem 2rem;font-size:1.4rem;font-weight:700;border-bottom:1px solid #dcdcdc;position:relative}.cs-dropdown-switcher__trigger:after,.cs-dropdown-switcher__trigger:before{content:"";position:absolute;top:50%;width:.7rem;height:.1rem;left:auto;background-color:#324dcf;transition:transform .15s linear,right .15s linear,background-color .15s linear;backface-visibility:hidden}.cs-dropdown-switcher__trigger:before{transform:rotate(45deg) translateZ(0);right:3rem}.cs-dropdown-switcher__trigger:after{transform:rotate(-45deg) translateZ(0);right:2.5rem}.cs-dropdown-switcher__trigger.active:before{transform:rotate(-45deg)}.cs-dropdown-switcher__trigger.active:after{transform:rotate(45deg)}@media (min-width:64em){.cs-dropdown-switcher__trigger{height:100%;display:inline-flex;align-items:center;margin-left:2rem;font-size:1.1rem;font-weight:400;padding:0 1.5rem 0 0;border-bottom:none;position:relative}.cs-dropdown-switcher__trigger:after,.cs-dropdown-switcher__trigger:before{content:"";position:absolute;top:50%;width:.7rem;height:.1rem;left:auto;background-color:#000;transition:transform .15s linear,right .15s linear,background-color .15s linear;backface-visibility:hidden}.cs-dropdown-switcher__trigger:before{transform:rotate(45deg) translateZ(0);right:.5rem}.cs-dropdown-switcher__trigger:after{transform:rotate(-45deg) translateZ(0);right:0}.cs-dropdown-switcher__trigger.active:before{transform:rotate(-45deg)}.cs-dropdown-switcher__trigger.active:after{transform:rotate(45deg)}}.cs-dropdown-switcher__trigger.active{background:transparent;border-top-left-radius:3px;border-top-right-radius:3px;border:none;position:relative;width:100%}@media (max-width:63.99em){.cs-dropdown-switcher__trigger.active{padding:2.4rem 2rem;border-style:none}}.cs-dropdown-switcher__trigger-span{display:flex;align-items:center}.cs-dropdown-switcher__list{margin:0;padding:0;display:none;list-style:none;font-size:1.1rem;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border:1px solid #f0f0f0;border-top:0 solid #f0f0f0;width:100%}@media (min-width:64em){.cs-dropdown-switcher__list{background:#fff;min-width:100%}}.cs-dropdown-switcher__list-item{margin:0;white-space:nowrap}.cs-dropdown-switcher__list-item-link{width:100%;color:#212121!important;display:flex;align-items:center}.cs-dropdown-switcher__list-item-link:hover{background-color:#f0f0f0;text-decoration:none}@media (max-width:63.99em){.cs-dropdown-switcher__list-item-link{padding:1.4rem 2rem;font-size:1.4rem}}@media (min-width:64em){.cs-dropdown-switcher__list-item-link{padding:.6rem 1.8rem;font-size:1.1rem}}.cs-dropdown-switcher{width:unset;display:flex;align-content:center;height:100%;font-size:1.1rem;font-weight:400}.cs-dropdown-switcher:before{display:none}.cs-dropdown-switcher--language:before{display:block;border-left-color:#333;border-left-width:1px;height:1rem;top:50%;transform:translateY(-50%);left:1rem}.cs-dropdown-switcher--language .cs-dropdown-switcher__trigger-span{text-indent:-9999px;color:transparent;width:18px}@media (max-width:63.99em){.cs-dropdown-switcher--language{margin-right:1rem}}.cs-dropdown-switcher--currency .mage-dropdown-dialog{left:-1rem!important}@media (max-width:48em){.cs-dropdown-switcher--currency .mage-dropdown-dialog{left:unset!important}}.cs-dropdown-switcher__option-icon--active{border-radius:50%;border:1px solid #f7f7f7}.cs-dropdown-switcher__trigger{display:flex;border:none;height:100%}@media (max-width:48em){.cs-dropdown-switcher__trigger{padding-left:.75rem;padding-right:1.5rem}}.cs-dropdown-switcher__trigger span{line-height:1}.cs-dropdown-switcher__trigger#switcher-currency-trigger-topbar{margin-left:0}.cs-dropdown-switcher__trigger:after,.cs-dropdown-switcher__trigger:before{background-color:#000;width:.5rem}.cs-dropdown-switcher__trigger:before{right:.35rem}.cs-dropdown-switcher__trigger:after{right:0}.cs-dropdown-switcher .switcher-options{position:relative;height:100%}.cs-dropdown-switcher .mage-dropdown-dialog{position:absolute;top:5rem;left:-6rem;right:-1rem;background-color:#fff}@media (max-width:48em){.cs-dropdown-switcher .mage-dropdown-dialog{left:unset;right:0}}.cs-dropdown-switcher__list-item-link{padding:.6rem .8rem}.cs-field,.cs-input{font-size:1.6rem;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:center;border:0;padding:0;margin:0;width:100%}.cs-field__control,.cs-input__control{width:100%}.cs-field__label,.cs-input__label{font-weight:400;font-size:1.4rem;width:100%;text-transform:none;color:inherit;padding:4px 0}.required .cs-field__label:after,.required .cs-input__label:after{content:" *";color:#ff0018;padding:4px 0}.cs-field__input,.cs-field__textarea,.cs-input__input,.cs-input__textarea{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;margin:0 0 .2em;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit}.cs-field__input:focus:not([disabled]),.cs-field__input:hover:not([disabled]),.cs-field__textarea:focus:not([disabled]),.cs-field__textarea:hover:not([disabled]),.cs-input__input:focus:not([disabled]),.cs-input__input:hover:not([disabled]),.cs-input__textarea:focus:not([disabled]),.cs-input__textarea:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-field__input.required-entry,.cs-field__textarea.required-entry,.cs-input__input.required-entry,.cs-input__textarea.required-entry{margin-bottom:0}.cs-field__input::-moz-placeholder,.cs-field__textarea::-moz-placeholder,.cs-input__input::-moz-placeholder,.cs-input__textarea::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-field__input::placeholder,.cs-field__textarea::placeholder,.cs-input__input::placeholder,.cs-input__textarea::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-field__input[disabled],.cs-field__textarea[disabled],.cs-input__input[disabled],.cs-input__textarea[disabled]{opacity:1}.cs-field__input.mage-error,.cs-field__input.mage-error:hover:not(:focus),.cs-field__textarea.mage-error,.cs-field__textarea.mage-error:hover:not(:focus),.cs-input__input.mage-error,.cs-input__input.mage-error:hover:not(:focus),.cs-input__textarea.mage-error,.cs-input__textarea.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-field__select,.cs-input__select{display:block;font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3em 1rem 2.3rem;color:#333;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;width:100%;max-width:100%;margin:0 0 .2em;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23d5d5d5'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent);background-repeat:no-repeat,repeat;background-position:right .8em top 52%,0 0;background-size:.7em auto,100%;transition:border-color .5s}.cs-field__select.mage-error,.cs-field__select.mage-error:hover:not(:focus),.cs-input__select.mage-error,.cs-input__select.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-field__select.required-entry,.cs-input__select.required-entry{margin-bottom:1rem}.cs-field__select:-moz-focusring,.cs-field__select::-moz-focus-inner,.cs-input__select:-moz-focusring,.cs-input__select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.cs-field__select:focus:not([disabled]),.cs-field__select:hover:not([disabled]),.cs-input__select:focus:not([disabled]),.cs-input__select:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23333'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent)}.cs-field__select[disabled],.cs-input__select[disabled]{opacity:1}.cs-field__select option,.cs-input__select option{padding:0;color:initial}.cs-field__radio,.cs-input__radio{display:inline-block;height:1.9rem;width:1.9rem;margin:-.0625em calc(.5em + 1px) 0 0;font-size:1em;overflow:hidden;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;cursor:pointer;border:1px solid #d5d5d5;box-shadow:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:1em 1em;outline:0;border-radius:50%;transition:background-color .5s,border-color .5s}.cs-field__radio:-moz-focusring,.cs-field__radio::-moz-focus-inner,.cs-input__radio:-moz-focusring,.cs-input__radio::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.cs-field__radio:focus:not([disabled]),.cs-field__radio:hover:not([disabled]),.cs-input__radio:focus:not([disabled]),.cs-input__radio:hover:not([disabled]){border:1px solid #333;box-shadow:none;background-color:transparent}.cs-field__radio:checked,.cs-input__radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23333' r='4' cy='7' cx='7'/%3E%3C/svg%3E");background-size:cover}.cs-field__radio:checked,.cs-field__radio:checked:focus,.cs-field__radio:checked:hover,.cs-input__radio:checked,.cs-input__radio:checked:focus,.cs-input__radio:checked:hover{border:1px solid #333;background-color:transparent;box-shadow:none}.cs-field__radio[disabled],.cs-field__radio[disabled]+.cs-input__label,.cs-field__radio[disabled]+.label,.cs-input__radio[disabled],.cs-input__radio[disabled]+.cs-input__label,.cs-input__radio[disabled]+.label{opacity:1}.cs-field__checkbox,.cs-input__checkbox{display:inline-block;height:1.9rem;width:1.9rem;margin:-.0625em calc(.5em + 1px) 0 0;font-size:1em;overflow:hidden;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;cursor:pointer;border:1px solid #d5d5d5;box-shadow:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;outline:0;border-radius:50%;transition:background-color .5s,border-color .5s;border-radius:0;background-size:1em 1em;background-color:#fff}.cs-field__checkbox:-moz-focusring,.cs-field__checkbox::-moz-focus-inner,.cs-input__checkbox:-moz-focusring,.cs-input__checkbox::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.cs-field__checkbox:focus:not([disabled]),.cs-field__checkbox:hover:not([disabled]),.cs-input__checkbox:focus:not([disabled]),.cs-input__checkbox:hover:not([disabled]){border:1px solid #333;box-shadow:none;background-color:transparent}.cs-field__checkbox:checked,.cs-input__checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23333' r='4' cy='7' cx='7'/%3E%3C/svg%3E");background-size:cover}.cs-field__checkbox:checked,.cs-field__checkbox:checked:focus,.cs-field__checkbox:checked:hover,.cs-input__checkbox:checked,.cs-input__checkbox:checked:focus,.cs-input__checkbox:checked:hover{border:1px solid #333;background-color:transparent;box-shadow:none}.cs-field__checkbox[disabled],.cs-field__checkbox[disabled]+.cs-input__label,.cs-field__checkbox[disabled]+.label,.cs-input__checkbox[disabled],.cs-input__checkbox[disabled]+.cs-input__label,.cs-input__checkbox[disabled]+.label{opacity:1}.cs-field__checkbox:checked,.cs-input__checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E")}.cs-field__checkbox.mage-error,.cs-field__checkbox.mage-error:hover:not(:focus),.cs-input__checkbox.mage-error,.cs-input__checkbox.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-field__icon,.cs-input__icon{position:absolute;width:1.3em;height:1.3em;right:.8em;top:.8em;display:none}.cs-field__note,.cs-input__note{display:block;font-size:.85em;padding:4px 0;color:#696969;margin-top:-1rem}.cs-field__error,.cs-input__error{display:block;font-size:.85em;padding:4px 0;color:#696969;margin-top:-1rem;color:#ff0018}.field{font-size:1.6rem;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:center;border:0;padding:0;margin:0;width:100%}.field._success:not(._warn) .control{position:relative}.field._success:not(._warn) .control:after{position:absolute;width:1.3em;height:1.3em;right:.8em;top:.8em;display:none;background:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/check-green.svg) no-repeat 50%/contain;content:""}.field .control{width:100%}.field .control>textarea{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;margin:0 0 .2em;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit}.field .control>textarea:focus:not([disabled]),.field .control>textarea:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.field .control>textarea.mage-error,.field .control>textarea.mage-error:hover:not(:focus){border:1px solid #ff0018}.field .control>textarea.required-entry{margin-bottom:0}.field .control>textarea::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field .control>textarea::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field .control>textarea[disabled]{opacity:1}.field .label{font-weight:400;font-size:1.4rem;width:100%;text-transform:none;color:inherit;padding:4px 0}.field._required>.label:after,.field.required>.label:after{content:" *";color:#ff0018;padding:4px 0}.field.required ._required>.label:after{display:none}.field .input-text{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;margin:0 0 .2em;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit}.field .input-text:focus:not([disabled]),.field .input-text:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.field .input-text.required-entry{margin-bottom:0}.field .input-text::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field .input-text::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field .input-text[disabled]{opacity:1}.field .input-text.mage-error,.field .input-text.mage-error:hover:not(:focus){border:1px solid #ff0018}.field .input-text.required-entry{margin-bottom:1rem}.field .select{display:block;font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3em 1rem 2.3rem;color:#333;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;width:100%;max-width:100%;margin:0 0 .2em;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23d5d5d5'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent);background-repeat:no-repeat,repeat;background-position:right .8em top 52%,0 0;background-size:.7em auto,100%;transition:border-color .5s}.field .select.mage-error,.field .select.mage-error:hover:not(:focus){border:1px solid #ff0018}.field .select.required-entry{margin-bottom:1rem}.field .select:-moz-focusring,.field .select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.field .select:focus:not([disabled]),.field .select:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23333'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent)}.field .select[disabled]{opacity:1}.field .select option{padding:0;color:initial}.field .checkbox{display:inline-block;height:1.9rem;width:1.9rem;margin:-.0625em calc(.5em + 1px) 0 0;font-size:1em;overflow:hidden;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;cursor:pointer;border:1px solid #d5d5d5;box-shadow:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;outline:0;border-radius:50%;transition:background-color .5s,border-color .5s;border-radius:0;background-size:1em 1em;background-color:#fff}.field .checkbox:-moz-focusring,.field .checkbox::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.field .checkbox:focus:not([disabled]),.field .checkbox:hover:not([disabled]){border:1px solid #333;box-shadow:none;background-color:transparent}.field .checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23333' r='4' cy='7' cx='7'/%3E%3C/svg%3E");background-size:cover}.field .checkbox:checked,.field .checkbox:checked:focus,.field .checkbox:checked:hover{border:1px solid #333;background-color:transparent;box-shadow:none}.field .checkbox[disabled],.field .checkbox[disabled]+.cs-input__label,.field .checkbox[disabled]+.label{opacity:1}.field .checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E")}.field .checkbox.mage-error,.field .checkbox.mage-error:hover:not(:focus){border:1px solid #ff0018}.field .radio{display:inline-block;height:1.9rem;width:1.9rem;margin:-.0625em calc(.5em + 1px) 0 0;font-size:1em;overflow:hidden;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;cursor:pointer;border:1px solid #d5d5d5;box-shadow:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:1em 1em;outline:0;border-radius:50%;transition:background-color .5s,border-color .5s}.field .radio:-moz-focusring,.field .radio::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.field .radio:focus:not([disabled]),.field .radio:hover:not([disabled]){border:1px solid #333;box-shadow:none;background-color:transparent}.field .radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23333' r='4' cy='7' cx='7'/%3E%3C/svg%3E");background-size:cover}.field .radio:checked,.field .radio:checked:focus,.field .radio:checked:hover{border:1px solid #333;background-color:transparent;box-shadow:none}.field .radio[disabled],.field .radio[disabled]+.cs-input__label,.field .radio[disabled]+.label{opacity:1}.field.customer-name-prefix select{display:block;font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3em 1rem 2.3rem;color:#333;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;width:100%;max-width:100%;margin:0 0 .2em;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23d5d5d5'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent);background-repeat:no-repeat,repeat;background-position:right .8em top 52%,0 0;background-size:.7em auto,100%;transition:border-color .5s}.field.customer-name-prefix select.mage-error,.field.customer-name-prefix select.mage-error:hover:not(:focus){border:1px solid #ff0018}.field.customer-name-prefix select.required-entry{margin-bottom:1rem}.field.customer-name-prefix select:-moz-focusring,.field.customer-name-prefix select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.field.customer-name-prefix select:focus:not([disabled]),.field.customer-name-prefix select:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23333'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),linear-gradient(0deg,transparent,transparent)}.field.customer-name-prefix select[disabled]{opacity:1}.field.customer-name-prefix select option{padding:0;color:initial}.field.field-dob input{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;margin:0 0 .2em;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit}.field.field-dob input:focus:not([disabled]),.field.field-dob input:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.field.field-dob input.required-entry{margin-bottom:0}.field.field-dob input::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field.field-dob input::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.field.field-dob input[disabled]{opacity:1}.field.field-dob input.mage-error,.field.field-dob input.mage-error:hover:not(:focus){border:1px solid #ff0018}.field.field-dob button::-moz-focus-inner{border:0;padding:0;margin:0}.field.field-dob button,.field.field-dob button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.field.field-dob button:active:not([disabled]),.field.field-dob button:focus:not([disabled]),.field.field-dob button:hover:not([disabled]),.field.field-dob button:visited:active:not([disabled]),.field.field-dob button:visited:focus:not([disabled]),.field.field-dob button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.field.field-dob button:visited[disabled],.field.field-dob button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.field.field-dob button span{font-size:1.6rem}.field._error .checkbox,.field._error .checkbox:hover:not(:focus),.field._error .input-text,.field._error .input-text:hover:not(:focus){border:1px solid #ff0018}.field .control._with-tooltip input{width:100%;margin-right:0}.field .field-tooltip{position:static}.field .field-tooltip .field-tooltip-action,.field .field-tooltip .label{display:none}.field .field-tooltip .field-tooltip-content{position:static;background:none;border:none;display:block;font-size:.85em;padding:4px 0;color:#696969;margin-top:-1rem}.field .field-tooltip .field-tooltip-content:after,.field .field-tooltip .field-tooltip-content:before{display:none}.field .note{color:#696969}.field .note,div.field-error,div.mage-error{display:block;font-size:.85em;padding:4px 0;margin-top:-1rem}div.field-error,div.mage-error{color:#696969;color:#ff0018}.field:empty{display:none!important}.field textarea{max-width:100%;min-height:80px;min-width:100%}.field .mage-error{margin-top:0}.field-tooltip-content{margin-top:0!important}.cs-footer{position:relative;padding-top:80px;background:linear-gradient(90deg,#272727,#424242)}.cms-kontakt .cs-footer,.cms-serwis .cs-footer{margin-top:75px}.cms-o-nas .cs-footer{margin-top:0}@media (max-width:47.99em){.cs-footer{margin-top:260px}.cs-footer:before{content:"";position:absolute;top:-260px;left:0;height:260px;width:100%;background-color:#f7f7f7}}.cs-footer .cs-container__inner:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,#3c3c3c,#424242);right:calc(-75% - 15px);top:0;position:absolute}@media (max-width:47.99em){.cs-footer .cs-container__inner:after{top:unset;bottom:0;left:-15px;height:390px;width:calc(100% + 30px)}}.cs-footer p{margin:0}.cs-footer .footer__additional_info_wrapper{padding:29px 50px 23px;background-color:#fff;position:absolute;z-index:1;top:-75px;width:100%;display:flex;flex-direction:column;transform:translateY(-50%)}@media (max-width:47.99em){.cs-footer .footer__additional_info_wrapper{top:10px}}.cs-footer .footer__additional_info_title{color:#333;font-size:16px;font-weight:300;letter-spacing:0;line-height:24px;text-align:center;margin-bottom:20px}.cs-footer .footer__additional_info_items{display:flex;justify-content:space-between}@media (max-width:47.99em){.cs-footer .footer__additional_info_items{flex-direction:column;align-items:center}}.cs-footer .footer__addtional_info_item{width:33%;display:flex;align-items:center;position:relative;padding-left:88px;min-height:64px}@media (max-width:47.99em){.cs-footer .footer__addtional_info_item{flex-direction:column;align-items:center;padding-top:88px;min-height:88px;padding-left:0;width:100%;justify-content:center;margin-bottom:45px}}.cs-footer .footer__addtional_info_item--availability:before,.cs-footer .footer__addtional_info_item--delivery:before,.cs-footer .footer__addtional_info_item--launch:before{content:"";width:64px;height:64px;display:block;position:absolute;left:0;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/Dostepnosc.svg);background-size:cover;background-repeat:no-repeat}@media (max-width:47.99em){.cs-footer .footer__addtional_info_item--availability:before,.cs-footer .footer__addtional_info_item--delivery:before,.cs-footer .footer__addtional_info_item--launch:before{top:0;left:unset}}.cs-footer .footer__addtional_info_item--delivery:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/Szybka_wysylka.svg)}.cs-footer .footer__addtional_info_item--launch:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/Automatyk.svg)}.cs-footer .footer__addtional_info_item-title{color:#333;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-align:center}.cs-footer .footer__wrapper{margin-top:50px;position:relative;z-index:1}@media (max-width:47.99em){.cs-footer .footer__wrapper{margin-top:370px}}.cs-footer .footer__main-list{display:flex;justify-content:space-between;padding-bottom:40px}@media (max-width:47.99em){.cs-footer .footer__main-list{flex-direction:column}}.cs-footer .footer__main-list-links-wrapper{display:flex;flex-direction:column}.cs-footer .footer__main-list-links-wrapper a,.cs-footer .footer__main-list-links-wrapper p{color:#fff;font-size:14px;font-weight:300;letter-spacing:0;line-height:23px}.cs-footer .footer__main-list-links-wrapper a{text-decoration:none}@media (max-width:47.99em){.cs-footer .footer__main-list-links-wrapper a{margin-top:5px}}.cs-footer .footer__main-list-links-wrapper a:hover{color:#fff;text-decoration:underline}.cs-footer .footer__main-list-contact-item{padding-right:15px}.cs-footer .footer__main-list-links-item{display:flex;flex-direction:column;width:21%}@media (max-width:47.99em){.cs-footer .footer__main-list-links-item{width:100%;border-bottom:1px solid #878787;padding-bottom:16px;margin-bottom:16px}}.cs-footer .footer__main-list-links-title{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:26px;margin-bottom:16px;position:relative}@media (max-width:47.99em){.cs-footer .footer__main-list-links-title{margin-bottom:0}.cs-footer .footer__main-list-links-title:after{content:"+";display:block;position:absolute;top:0;right:0;font-size:32px;font-weight:300}.cs-footer .footer__main-list-links-title.active{margin-bottom:16px}.cs-footer .footer__main-list-links-title.active:after{content:"-";right:5px}}.cs-footer .footer__main-list-address-wrapper,.cs-footer .footer__main-list-mail-wrapper,.cs-footer .footer__main-list-phone-wrapper{display:flex}.cs-footer .footer__main-list-address-wrapper .footer__main-list-contact-icon-wrapper,.cs-footer .footer__main-list-mail-wrapper .footer__main-list-contact-icon-wrapper,.cs-footer .footer__main-list-phone-wrapper .footer__main-list-contact-icon-wrapper{width:24px;margin-right:16px;position:relative}.cs-footer .footer__main-list-address-wrapper .footer__main-list-contact-icon-wrapper:before,.cs-footer .footer__main-list-mail-wrapper .footer__main-list-contact-icon-wrapper:before,.cs-footer .footer__main-list-phone-wrapper .footer__main-list-contact-icon-wrapper:before{content:"";width:24px;height:24px;display:block;position:absolute;left:0;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/siedziba.svg);background-size:cover;background-repeat:no-repeat}.cs-footer .footer__main-list-address-wrapper{margin-top:24px}.cs-footer .footer__main-list-mail-wrapper{margin-top:16px}.cs-footer .footer__main-list-mail-wrapper .footer__main-list-contact-icon-wrapper:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/mail.svg)}.cs-footer .footer__main-list-mail-wrapper a{color:#fff;font-size:14px;font-weight:300;letter-spacing:0;line-height:23px;text-decoration:underline}.cs-footer .footer__main-list-phone-wrapper{margin-top:42px}@media (max-width:47.99em){.cs-footer .footer__main-list-phone-wrapper{margin-top:82px}}.cs-footer .footer__main-list-phone-wrapper .footer__main-list-contact-icon-wrapper:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/footer/infolinia.svg)}.cs-footer .footer__main-list-phone-wrapper .footer__main-list-contact-text-wrapper p{color:#d5d5d5}.cs-footer .footer__main-list-phone-wrapper .footer__main-list-contact-text-wrapper span{color:#fff}.cs-footer .footer__main-list-contact-text-wrapper{color:#fff;font-size:14px;font-weight:300;letter-spacing:0;line-height:23px}.cs-footer .footer__main-list-phone-text{color:#fff;font-size:24px;font-weight:300;letter-spacing:0;line-height:40px}.cs-footer .footer__text--bold{font-weight:600}.cs-footer .footer__info-list{border-top:1px solid #979797;padding:24px 0 44px;display:flex;justify-content:space-between}@media (max-width:47.99em){.cs-footer .footer__info-list{flex-direction:column;align-items:center}}@media (max-width:47.99em){.cs-footer .footer__info-list-links{margin-bottom:30px}}.cs-footer .footer__info-list-copy,.cs-footer .footer__info-list-links a{color:#fff;font-size:14px;font-weight:300;letter-spacing:0;line-height:23px;text-decoration:none;margin-right:10px;position:relative}.cs-footer .footer__info-list-links a:hover{color:#fff;text-decoration:underline}.cs-footer .footer__info-list-links a:after{content:"";display:block;position:absolute;width:1px;height:100%;border-right:1px solid #fff;right:-7px;top:0}.cs-footer .footer__info-list-links a:last-child:after{display:none}.catalog-product-view .cs-footer{margin-top:105px}@media (max-width:47.99em){.catalog-product-view .cs-footer{margin-top:260px}}.catalog-product-view .cs-footer:before{content:"";display:block;width:100%;height:110px;background:#f7f7f7;position:absolute;top:-110px}.cs-footer-links{margin:0;padding:0;list-style:none}.cs-footer-links__item{margin:0 0 .3em}.cs-footer-links a,.cs-footer-links a:visited{color:#fff;text-decoration:none}.cs-footer-links a:active,.cs-footer-links a:focus,.cs-footer-links a:hover,.cs-footer-links a:visited:focus,.cs-footer-links a:visited:hover{color:#fff;text-decoration:underline}.cs-footer-links a,.cs-footer-links a:visited{display:block;padding:.5em 0;font-size:inherit}@media (min-width:48em){.cs-footer-links a,.cs-footer-links a:visited{padding:.35em 0;display:inline-block}}.cs-headline{font-size:1rem;clear:both;padding:0;margin:0 0 3rem}@media (min-width:48em){.cs-headline{margin:0 0 4rem}}.cs-headline--skip-spacing{margin:0}.cs-headline__title{display:block;text-align:center;align-items:center;margin:0;font-size:2.6em;font-weight:700;color:#212121;text-transform:none}@media (min-width:48em){.cs-headline__title{display:flex}}.cs-headline__title:after,.cs-headline__title:before{content:"";display:none;height:1px;flex-grow:1;background-color:#dcdcdc}@media (min-width:48em){.cs-headline__title:after,.cs-headline__title:before{display:flex}}.cs-headline__title:before{margin-right:.6em}.cs-headline__title:after{margin-left:.6em}.cs-headline__subtitle{color:#888;font-size:1.3em;font-weight:400;text-transform:none;margin:0;display:none;text-align:center}@media (min-width:48em){.cs-headline__subtitle{display:block}}@media (max-width:47.99em){.cms-kma-home-page .cs-container.cs-container--headline{position:relative;z-index:1}}.cms-kma-home-page h2.cs-headline__title,.cms-kma-home-page h3.cs-headline__title,.cms-kma-home-page h4.cs-headline__title{display:block;color:#333;font-family:Poppins;font-size:42px;font-weight:600;letter-spacing:0;line-height:60px;margin-bottom:6px;text-align:left}.cms-kma-home-page h2.cs-headline__title:after,.cms-kma-home-page h2.cs-headline__title:before,.cms-kma-home-page h3.cs-headline__title:after,.cms-kma-home-page h3.cs-headline__title:before,.cms-kma-home-page h4.cs-headline__title:after,.cms-kma-home-page h4.cs-headline__title:before{display:none}@media (max-width:47.99em){.cms-kma-home-page h2.cs-headline__title{text-align:center;font-size:28px;line-height:42px}}.cms-kma-home-page h3.cs-headline__title{text-align:center}@media (max-width:47.99em){.cms-kma-home-page h3.cs-headline__title{font-size:28px;line-height:42px}}.cms-kma-home-page h4.cs-headline__title{font-size:24px;text-align:center;position:relative;z-index:9}@media (max-width:63.99em){.navigation-offcanvas-open .page-wrapper.no-scroll-child{padding-top:8.3rem}}@media (max-width:47.99em){.navigation-offcanvas-open .page-wrapper.no-scroll-child{padding-top:5rem}}@media (max-width:63.99em){.cs-container--header{position:sticky;z-index:800;top:0}.cs-container--header .ie11,.navigation-offcanvas-open.no-scroll .cs-container--header{position:fixed}}@media (max-width:47.99em){.cs-container--header{top:0}}.cs-header{font-size:1rem;height:5rem}@media (min-width:48em){.cs-header{height:8.3rem}}@media (min-width:80em){.cs-header{height:11rem}}.cs-header__content{height:5rem;z-index:300;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background-color:#fff;position:relative;max-width:100vw}@media (min-width:48em){.cs-header__content{height:8.3rem}}@media (min-width:64em){.cs-header__content{border-bottom:1px solid #f0f0f0;flex-wrap:nowrap}}@media (min-width:80em){.cs-header__content{height:11rem}}.cs-header__offcanvas-toggle{height:100%;flex:0 1 4rem}@media (min-width:64em){.cs-header__offcanvas-toggle{display:none}}.cs-header__logo{display:flex;flex:1 1;margin-bottom:0;height:100%;padding:.7rem 0 .7rem .7rem}@media (min-width:23.125em){.cs-header__logo{padding:.7rem 0 .7rem 1.5rem}}@media (min-width:48em){.cs-header__logo{flex:0 1 auto;padding:0}}.page-print .cs-header__logo{max-width:120rem;width:100%;margin:0 auto;position:relative;height:auto;padding:2rem 0}.page-print .cs-header__logo:after{content:"";display:table;clear:both}.cs-header__search{width:100%;background-color:#fff;padding:1rem;position:absolute;left:0;right:0;z-index:300;top:100%}@media (min-width:64em){.cs-header__search{flex-grow:1;width:auto;padding:0;position:static;margin-left:2rem!important;justify-content:center}}.cs-header__search--active{display:flex}@media (min-width:64em){.cs-header__search{display:flex;position:relative;padding:0;top:auto}}.cs-header__user-nav{display:flex;justify-content:flex-end;flex:0 1 30%}@media (min-width:64em){.cs-header__user-nav{flex:0 1 25%}}.cs-header__back-button{border-right:1px solid #dcdcdc;height:100%;display:flex;padding:0 1rem;align-items:center;justify-content:center;min-width:4rem}@media (min-width:23.125em){.cs-header__back-button{padding:0 1.5rem}}@media (min-width:48em){.cs-header__back-button{display:none}}.cs-header__back-button-icon{fill:#888;height:2.5rem}@media (max-width:23.115em){.cs-header__back-button-icon{height:2rem}}.cs-header .navigation{margin-left:3rem}.cs-header .navigation>.ninjamenus{position:static}.cs-header .navigation>.ninjamenus>.compare{position:absolute;top:2.5rem;left:1.5rem;width:3rem;height:3rem}@media (min-width:64em){.cs-header .navigation>.ninjamenus>.compare{display:none}}.cs-header .navigation>.ninjamenus>.compare .cs-header-user-nav__qty-counter--compare{top:-1rem;right:-1rem}.cs-header .navigation>.ninjamenus>.compare .cs-header-user-nav__label{bottom:-15px}.cs-header .navigation>.ninjamenus .magezon-builder{position:static}.cs-header .navigation>.ninjamenus .magezon-builder>.level0{padding-bottom:2px}@media (min-width:64em){.cs-header .navigation{padding:0}.cs-header .navigation .ninjamenus-close,.cs-header .navigation .switcher{display:none!important}.cs-header .navigation div.nav-item.level0.active>a{border-color:#c1272f!important}.cs-header .navigation div.nav-item.level0:hover>a{background:none!important;color:#c1272f!important}.cs-header .navigation div.nav-item.level0.mega.mgz-element>a{border-bottom:2px solid transparent;transition:all .3s}.cs-header .navigation div.nav-item.level0.mega.mgz-element:hover>a{color:#c1272f!important;background:none!important;border-color:#c1272f}.cs-header .navigation .nav-items-column>a{color:#333!important;transition:color .3s}.cs-header .navigation .nav-items-column>a:hover{color:#c1272f!important}.cs-header .navigation .nav-items-column .nav-item a{font-size:1.4rem;font-weight:300;color:#333;line-height:30px;transition:color .3s}.cs-header .navigation .nav-items-column .nav-item a:hover{color:#c1272f}.cs-header .navigation .mgz-element-heading-text{padding-block:.5rem}.cs-header .navigation .mgz-tabs-nav .mgz-tabs-tab-title>a{display:flex;align-items:center;border-bottom:1px solid #d5d5d5!important;border-radius:0;padding-inline:0;transition:all .3s;min-width:240px;font-size:1.4rem}.cs-header .navigation .mgz-tabs-nav .mgz-tabs-tab-title>a .mgz-fa-angle-right{margin-left:auto;padding-left:2rem}.cs-header .navigation .mgz-tabs-nav .mgz-tabs-tab-title.mgz-active>a{background:none!important;color:#c1272f!important;font-weight:600}.cs-header .navigation .bottom-links-outer{background-color:#f7f7f7}.cs-header .navigation .bottom-links-outer .bottom-links ul{display:flex;align-items:center;margin:0;padding:.5rem 0}.cs-header .navigation .bottom-links-outer .bottom-links ul li{margin:0;color:#878787;font-size:1.6rem}.cs-header .navigation .bottom-links-outer .bottom-links ul li a{display:block;font-weight:600;color:#c1272f;padding-block:.5rem;font-size:1.6rem}.cs-header .navigation .bottom-links-outer .bottom-links ul li:nth-child(n+2){padding-inline:2rem}.cs-header .navigation .bottom-links-outer .bottom-links ul li:nth-child(2){border-right:1px solid #d5d5d5}}@media (max-width:63.99em){.cs-header .navigation{margin:0;padding-right:0}.cs-header .navigation>.ninjamenus-desktop{display:none}.cs-header .navigation .ninjamenus-hamburger-trigger{background:none!important;display:block}.cs-header .navigation .ninjamenus-hamburger-trigger .menu-trigger-inner{background-color:transparent;padding-inline:5px}.cs-header .navigation .ninjamenus-hamburger-trigger .menu-trigger-inner .trigger-icon{margin-right:0}.cs-header .navigation .ninjamenus-hamburger-trigger .menu-trigger-inner .label{display:none}.cs-header .navigation .ninjamenus-hamburger-trigger .menu-trigger-inner .line{background-color:#333!important;height:1px;margin-block:5px;z-index:9}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus{max-width:100vw;background:#fff;position:fixed;z-index:9;top:0;right:0;bottom:0;left:0;padding-top:8rem}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active>.drilldown-root>.drilldown-root{display:none!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active .ninjamenus-drilldown-back{background-color:#f7f7f7!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active>.drilldown-root>.mgz-element-inner{background-color:#fff;width:calc(100% + 3rem)!important;position:absolute;top:7rem;right:1.5rem;left:1.5rem;max-width:100%}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active>.drilldown-root>.mgz-element-inner>.mgz-element{background-color:#fff}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus.active .switcher{display:none}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer{background-color:#fff}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links{margin-block:2rem 6rem}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul{padding:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul li{display:flex;align-items:center;font-size:1.4rem;font-weight:400}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul li:first-child{color:#333;margin-bottom:2rem}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul li:nth-child(2):before{content:"";display:block;margin-right:1rem;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:50%;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/promotion.svg)}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul li:nth-child(3):before{content:"";display:block;margin-right:1rem;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:50%;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/new.svg)}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .bottom-links-outer .bottom-links ul li a{font-weight:600;color:#000!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus>div{height:auto;padding-inline:1.5rem}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root{width:100%!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root>.mgz-element-inner{background-color:#f7f7f7;margin-inline:-1.5rem;padding-inline:1.5rem;border:none}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root>.mgz-element-inner>.ninjamenus-drilldown-back{background-color:#fff;border:none;text-align:left;font-size:1.6rem;font-weight:300;text-transform:none;margin-inline:-1.5rem;padding-inline:5rem 1.5rem;width:calc(100% + 3rem)!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root>.mgz-element-inner>.ninjamenus-drilldown-back:before{left:2.5rem!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root>.mgz-element-inner .mgz-element-inner{padding:0;margin:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root>.mgz-element-inner .mgz-element-inner .title{font-weight:300;color:#333}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item{padding-inline:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item>a{padding:2rem 0;border-bottom:1px solid #d5d5d5;font-size:1.6rem;font-weight:300;color:#333}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item>a>.mgz-fa-angle-right{display:none}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item>a:hover{color:#333!important;background:transparent!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item .opener{top:50%;transform:translateY(-50%)}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-root .nav-item .opener:before{left:unset;right:0;transform:translateY(-50%)}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language{display:block;margin:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language span{text-indent:0!important;line-height:26px;color:inherit}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language span img{margin-bottom:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions{width:100%}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions .action,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions .action{padding-inline:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions .action span,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions .action span{font-weight:300!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions .mage-dropdown-dialog,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions .mage-dropdown-dialog{position:relative;top:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions .mage-dropdown-dialog>ul,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions .mage-dropdown-dialog>ul{border:none!important}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher-language .actions .mage-dropdown-dialog>ul a,.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .switcher.currency .actions .mage-dropdown-dialog>ul a{padding-inline:0;font-weight:300}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .ninjamenus-close{position:absolute;top:2.5rem;right:1rem;z-index:2;background:none;border:none;padding:0}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .ninjamenus-close .label{display:block;text-indent:-9999px;width:0;height:0;overflow:hidden;color:transparent;visibility:hidden}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .ninjamenus-close:after{content:"";display:inline-flex;background:50% no-repeat url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/x.svg);background-size:contain;height:3rem;width:3rem}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-opener.drilldown-back{width:100%}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-opener:hover{background-color:transparent}.cs-header .navigation.ninjamenus-hamburger-active .ninjamenus .drilldown-opener:before{font-size:12px!important;transform:translateY(-50%);left:19px}.cs-header .navigation .mgz-tabs-tab-content{display:block!important}.cs-header .navigation .mgz-tabs-tab-content .mgz-element-inner{padding:0!important}.cs-header .navigation .links,.cs-header .navigation .mgz-element-heading,.cs-header .navigation .mgz-tabs-tab-title,.cs-header .navigation .mgz-tabs .mgz-tabs-tab-content .mgz-single-image-wrapper{display:none!important}.cs-header .navigation .nav-item.level0 .title{font-weight:600!important}}.cs-header .navigation .nav-item.level0.active>a{background-color:transparent!important;color:#c1272f!important;border-bottom:2px solid #c1272f}.cs-header .navigation .nav-item.level0.mega.mgz-element:hover>a{background:none!important;color:#000!important}.cs-header .navigation .nav-item.level0.mega:hover>a{color:#fff!important;background:#c1272f!important}.cs-header .navigation .nav-item.level0>a{font-size:1.6rem;font-weight:600;line-height:26px;padding-block:2.7rem}.cs-header .navigation .nav-item.level0>a:hover{color:#c1272f;background:none}.cs-header .navigation .block-title{font-size:1.8rem;font-weight:600;color:#333;text-align:left;margin-bottom:1rem}.cs-header .navigation .product-items{padding:0}.cs-header .navigation .product-items .product-item{width:100%!important;border:1px solid #e5e5e5;border-radius:8px;transition:all .3s;padding-bottom:1rem;position:relative;min-height:500px}.cs-header .navigation .product-items .product-item:hover{box-shadow:0 0 12px 0 rgba(0,0,0,.15)}.cs-header .navigation .product-items .product-item:hover .actions-primary,.cs-header .navigation .product-items .product-item:hover .actions-secondary{display:block}.cs-header .navigation .product-items .product-item:hover .price-box,.cs-header .navigation .product-items .product-item:hover .product-item-name{display:none!important}.cs-header .navigation .product-items .product-item-info{display:flex;flex-direction:column;width:100%}.cs-header .navigation .product-items .product-item-info .product-image-container{width:100%!important}.cs-header .navigation .product-items .product-item-info .product-image-container .product-image-wrapper{padding:45%!important}.cs-header .navigation .product-items .product-item-info .product-image-container .product-image-wrapper>img{margin:0 auto!important}.cs-header .navigation .product-items .product-item-details{display:flex;flex-direction:column;margin-top:1rem;padding:0 4rem 3rem}.cs-header .navigation .product-items .product-item-details .price-box{padding-top:3rem}.cs-header .navigation .product-items .product-item-details .price-box .price-wrapper{position:relative}.cs-header .navigation .product-items .product-item-details .price-box .special-price .price-excluding-tax{margin-left:-.5rem}.cs-header .navigation .product-items .product-item-details .price-box .old-price .price-including-tax .price{position:absolute;left:9.5rem;bottom:-1.6rem}@media (max-width:29.99em){.cs-header .navigation .product-items .product-item-details .price-box .old-price .price-including-tax .price{left:9rem}}.cs-header .navigation .product-items .product-item-details .price-box .old-price .price-excluding-tax .price{position:absolute;left:9rem;top:-1.8rem}@media (max-width:30em){.cs-header .navigation .product-items .product-item-details .price-box .old-price .price-excluding-tax .price{left:8.5rem}}.cs-header .navigation .product-items .product-item-name{text-align:center}.cs-header .navigation .product-items .product-item-link{font-size:16px;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.cs-header .navigation .product-items .product-item .badges{position:absolute;top:1rem;left:50%;transform:translateX(-50%);width:19rem;justify-content:center}.cs-header .navigation .product-items .product-item .product-reviews-summary.short{display:none}.cs-header .navigation .product-items .product-item .special-price .price-container{height:100%;justify-content:center}.cs-header .navigation .product-items .product-item .special-price .price-container .price-excluding-tax .price{font-size:1.8rem!important}.cs-header .navigation .product-items .product-item .actions-primary{display:none;text-align:center}.cs-header .navigation .product-items .product-item .tocart{cursor:pointer;background-color:#c1272f;border:none;width:180px;text-align:center;font-weight:500;font-size:1.6rem;color:#fff;margin:auto;border-radius:27px;transition:all .3s;display:block;padding:1.25rem 2rem}.cs-header .navigation .product-items .product-item .tocart:hover{background-color:#a20109}.cs-header .navigation .product-items .product-item .actions-secondary{display:none;position:absolute;top:2rem;right:2rem;flex-direction:column;z-index:1}.cs-header .navigation .product-items .product-item .actions-secondary .action>span{text-indent:-9999px;overflow:hidden;width:0;height:0;visibility:hidden}.cs-header .navigation .product-items .product-item .actions-secondary .action:before{content:"";display:block;width:24px;height:24px;margin-left:auto;background-size:contain;background-repeat:no-repeat}.cs-header .navigation .product-items .product-item .actions-secondary .action.towishlist:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/wishlist.svg)}.cs-header .navigation .product-items .product-item .actions-secondary .action.tocompare:before{background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/compare.svg)}@media (min-width:64.01em){.navigation .nav-item.level0.active:after{border-bottom:4px solid #c1272f;display:block;position:relative;top:-2px}.navigation .nav-item.level0.active:after .title{color:#c1272f}.cms-o-nas .navigation .nav-item.level0:nth-of-type(2) .title{color:#c1272f}.cms-o-nas .navigation .nav-item.level0:nth-of-type(2):after{border-bottom:4px solid #c1272f;display:block}.cms-serwis .navigation .nav-item.level0:nth-of-type(3) .title{color:#c1272f}.cms-serwis .navigation .nav-item.level0:nth-of-type(3):after{border-bottom:4px solid #c1272f;display:block}.cms-kontakt .navigation .nav-item.level0:nth-of-type(4) .title{color:#c1272f}.cms-kontakt .navigation .nav-item.level0:nth-of-type(4):after{border-bottom:4px solid #c1272f;display:block}}body.search-open{overflow-y:hidden!important;max-height:100vh!important}.cms-kma-home-page .cs-container--header{border-bottom:none}.cms-kma-home-page .cs-container--top-bar+.cs-container--header{top:40px}.cms-kma-home-page .cs-container--header{background:transparent;position:absolute}.cs-container--header{background-color:#fff;border-bottom:1px solid #d5d5d5;position:relative;z-index:202}.cs-container--header .cs-container__inner{max-width:160rem}.cs-container--header>.cs-container__inner{position:static}@media (max-width:63.99em){.cs-container--header{padding-left:0;padding-right:0}}.cs-header{height:8rem;max-width:100vw}.cs-header__content{padding-inline:4rem;background:none;border:none;height:8rem;position:static;flex-wrap:nowrap}@media (max-width:64em){.cs-header__content .switcher.language,.cs-header__content>.cs-topbar__item--currency{display:none}}@media (max-width:64em){.cs-header__content{padding-inline:0}}@media (max-width:64em){.cs-header__logo{padding-left:1.5rem}}@media (max-width:63.99em){.cs-header .nav-sections{order:-1}}.cs-header__search{display:none;position:fixed;margin-inline:0!important;max-width:100vw}.cs-header__search--active{display:block;top:0;bottom:0}@media (max-width:64em){.cs-header__search{padding:0}}.cs-header-search{margin:0;width:100%!important;height:100%;max-width:unset!important}.cs-header-search__wrapper{background-color:#f7f7f7;padding-block:8rem 4rem;max-width:100vw}@media (max-width:64em){.cs-header-search__wrapper{padding-inline:1.5rem}}.cs-header-search__most-searched{background-color:#fff;max-width:77rem;margin:4rem auto 1rem}@media (max-width:64em){.cs-header-search__most-searched{padding-inline:1.5rem}}.cs-header-search__most-searched[style*="display: none"]~.search-autocomplete{display:block!important;padding-bottom:2rem}.cs-header-search__most-searched h3{color:#333;font-size:1.8rem;letter-spacing:normal;margin:0}.cs-header-search__most-searched ul{margin:4rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.cs-header-search__most-searched ul li{display:flex;align-items:center;font-size:1.6rem;font-weight:300;flex-basis:380px}.cs-header-search__most-searched ul li a:hover{color:#c1272f;text-decoration:underline}.cs-header-search__most-searched ul li:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjkxNyAzLjcyM2EuNS41IDAgMDEuODc2LjQ3NWwtLjA0NC4wOC01LjMzMyA4YS41LjUgMCAwMS0uNjk5LjEzNWwtLjA3LS4wNi00LTRhLjUuNSAwIDAxLjYzNy0uNzY0bC4wNy4wNTcgMy41NjggMy41NjkgNC45OTUtNy40OTJ6IiBmaWxsPSIjQzEyNzJGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");background-repeat:no-repeat;background-size:contain;margin-right:10px}.cs-header-search__field{max-width:77rem;margin:auto}.cs-header-search__field:after,.cs-header-search__field:before{display:none}.cs-header-search__field input::-moz-placeholder{color:rgba(51,51,51,.5)}.cs-header-search__field input::placeholder{color:rgba(51,51,51,.5)}.cs-header-search__close{position:fixed;top:6rem;right:8rem}.cs-header-search__close-icon{display:block!important;width:4.3rem!important;height:3.3rem!important;opacity:1!important;margin:0!important}@media (max-width:64em){.cs-header-search__close{top:2rem;right:1rem}}.cs-header-search__button{background:none!important;border:none!important;margin-right:1rem!important}.cs-header-search__button-icon--search path{fill:#000!important}.cs-header-search__button-icon--loader{stroke:#000!important}.cs-header-search__input{border:1px solid #000!important;height:6rem!important;background-color:transparent!important}.cs-header-search__input::-moz-placeholder{font-size:1.8rem;font-weight:300}.cs-header-search__input::placeholder{font-size:1.8rem;font-weight:300}.cs-header-search__autocomplete{position:static!important;bottom:0;height:100%;box-shadow:none!important;transform:none!important;left:0!important;height:calc(100vh - 180px);overflow-y:scroll}@media (max-width:64em){.cs-header-search__autocomplete{width:100%!important;padding-inline:2rem}}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result{padding-top:2rem;max-width:77rem;margin:auto}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list-title{color:#333;font-size:1.8rem;letter-spacing:normal;text-transform:none;margin:0}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term{flex-wrap:wrap;align-items:flex-start}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd{position:relative}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd:before,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd:before{content:"\2713";color:#c1272f;margin-right:10px;font-size:2rem}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .category-mini-crumb,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .qs-option-name,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .category-mini-crumb,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .qs-option-name{font-size:1.6rem}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .category-mini-crumb strong,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .qs-option-name strong,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .category-mini-crumb strong,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .qs-option-name strong{font-weight:400}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .category-mini-crumb,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .category-mini-crumb{margin-right:5px}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd .amount,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd .amount{font-weight:400}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd:hover,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd:hover{background:transparent}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd:hover .qs-option-name,.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.term dd:hover .qs-option-name{color:#c1272f;text-decoration:underline}@media (max-width:48em){.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.category dd:last-child{padding-bottom:9rem}}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product{border:none}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .product-image-box{width:100px;height:100px;margin-right:2rem}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .product-image-box>img{width:100%;height:100%}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .product-name{color:#333;font-size:1.6rem}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .price-box .price-wrapper{display:flex;align-items:center;font-size:1.4rem;position:relative}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .price-box .price-final_price{color:#333;font-size:1.6rem;font-weight:400}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item .price-box .price-final_price .price{color:#333;font-size:1.6rem;font-weight:600}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item:hover{background-color:transparent}.cs-header-search__autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list.product .product-item:hover .product-name{text-decoration:underline;color:#c1272f}.cs-header .ninjamenus.ninjamenus-desktop .left_edge_menu_bar>.item-submenu{width:auto!important}.level0>.item-submenu{position:absolute;left:0!important;right:0;border-top:none!important;padding:10px 0 0}.cs-header-search{width:100%}@media (min-width:64em){.cs-header-search{width:50%}}.cs-header-search--in-offcanvas{position:relative}.cs-header-search__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-header-search__field{position:relative}.cs-header-search__field:after,.cs-header-search__field:before{content:"";position:absolute;opacity:0;transition:opacity .3s;left:-.5rem;right:-.5rem;background:#fff}.cs-header-search__field:before{content:"";position:absolute;box-shadow:0 0 10px 0 rgba(0,0,0,.17);top:-.5rem;bottom:-.5rem;border-radius:5px 5px 0 0}.cs-header-search__field:after{content:"";position:absolute;bottom:-1rem;top:100%;z-index:209}.active-popup .cs-header-search__field:after,.active-popup .cs-header-search__field:before{opacity:1}.cs-header-search__input{line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit;font-size:1.6rem;position:relative;z-index:210;margin:0;-webkit-appearance:none}.cs-header-search__input:focus:not([disabled]),.cs-header-search__input:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-header-search__input.mage-error,.cs-header-search__input.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-header-search__input.required-entry{margin-bottom:0}.cs-header-search__input::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-header-search__input::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-header-search__input[disabled]{opacity:1}@media (min-width:30em){.cs-header-search__input{font-size:1.4rem}}.ajax-loading .cs-header-search__input:focus+.cs-header-search__action .cs-header-search__button-container--search{transform:translateX(100%);opacity:0}.ajax-loading .cs-header-search__input:focus+.cs-header-search__action .cs-header-search__button-container--loader{transform:translateX(0);opacity:1}.cs-header-search__action{position:absolute;top:0;right:0;bottom:0;z-index:220;overflow:hidden;display:flex;justify-content:space-between;align-items:center;border-top-right-radius:24px;border-bottom-right-radius:24px}.cs-header-search__close-icon{width:1.5rem;height:1.5rem;margin-right:1rem;display:block;opacity:.6;transition:opacity .3s linear}.cs-header-search__close-icon:hover{cursor:pointer;opacity:1}@media (min-width:64em){.cs-header-search__close-icon{display:none}}.cs-header-search__close-icon path{fill:#888}.cs-header-search__close-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-header-search__button-container{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .5s cubic-bezier(0,.66,.32,.99),opacity .15s linear}.cs-header-search__button-container--search{transform:translateX(0)}.cs-header-search__button-container--loader{transform:translateX(100%)}.cs-header-search__button{width:5rem;height:100%;overflow:hidden;position:relative;border-radius:0!important;backface-visibility:hidden;transform:translateX(.7rem)}.cs-header-search__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-header-search__button,.cs-header-search__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-header-search__button:active:not([disabled]),.cs-header-search__button:focus:not([disabled]),.cs-header-search__button:hover:not([disabled]),.cs-header-search__button:visited:active:not([disabled]),.cs-header-search__button:visited:focus:not([disabled]),.cs-header-search__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-header-search__button:visited[disabled],.cs-header-search__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-header-search__button[disabled]{opacity:1}.cs-header-search__button-icon{transform:translateX(-.3rem)}.cs-header-search__button-icon--search{width:2rem;height:2rem}.cs-header-search__button-icon--search path{fill:#fff}.cs-header-search__button-icon--loader{stroke:#fff;width:3.2rem;height:3.2rem}.cs-header-search__button-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-header-search__autocomplete{width:calc(100% - 1rem);left:.5rem;right:.5rem}@media (max-width:47.99em){.cs-header-search__autocomplete{max-height:calc(100vh - 5rem - 2.6rem - 7rem);overflow-y:auto}}@media (min-width:64em){.cs-header-search__autocomplete{margin-top:.5rem;left:50%;transform:translateX(-50%);box-shadow:0 4px 10px 0 rgba(0,0,0,.17);border:0;width:100%}}.lazyload,.lazyloading,.swiper-lazy{opacity:.001}.lazyloaded,.swiper-lazy-loaded{opacity:1;transition:opacity .2s}.cs-links-block-addto__item+.cs-links-block-addto__item{margin-top:.5rem}.cs-links-block-addto__link{font-size:1.2rem;color:#142b9e}.cs-links-block-addto__link:hover{color:#142b9e}.cs-links-block-addto__icon{width:1.375em;height:1.375em}.cs-links-block-addto__icon path{fill:#888}.cs-links-block-addto__icon--wishlist path{fill:#e41f12}.cs-links-block-addto__icon--compare path{fill:#324dcf}.cs-links-block-addto{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.page-product-bundle .cs-links-block-addto{margin-top:1rem}.cs-product-tile__addon .cs-links-block-addto{padding-top:0}.cs-links-block-addto--centered{justify-content:center}.cs-links-block-addto__item{margin:0}.cs-links-block-addto__item+.cs-links-block-addto__item{margin-top:0}.cs-links-block-addto__item:nth-child(2n){text-align:right}.cs-links-block-addto__item:nth-child(2n) .cs-links-block-addto__icon{order:2;margin-left:.5rem}.cs-links-block-addto__link{display:flex;align-items:center;font-size:2.4rem;color:#c1272f;transition:color .15s linear}.cs-links-block-addto__link:hover{color:#c1272f;text-decoration:none}.cs-links-block-addto__icon{width:2.4rem;height:2.4rem;margin-right:.4rem}.cs-links-block-addto__icon--wishlist path,.cs-links-block-addto__icon path{fill:#333}.cs-links-block-addto__icon--wishlist:hover path{fill:#c1272f!important}.cs-links-block-addto__icon--compare path{fill:#333}.cs-links-block-addto__icon--compare:hover path{fill:#c1272f!important}.cs-logo,.cs-logo__image{height:100%}.cs-logo__image--desktop{display:none}.checkout-index-index .cs-logo__image--desktop{display:block}@media (min-width:48em){.cs-logo__image--desktop{display:block}}.cs-logo__image--mobile{display:block}@media (min-width:48em){.cs-logo__image--mobile{display:none}}.checkout-index-index .cs-logo__image--mobile{display:none}.cs-logo{display:flex;align-items:center}.cs-logo__image{max-width:20rem;height:auto}@media (max-width:48em){.cs-logo__image{max-width:13rem}}.messages{max-width:120rem;margin:0 auto}.cs-messages__message,.message{margin:1rem 0;border-radius:24px;background-repeat:no-repeat;background-position:1.2rem;background-size:2rem 2rem;padding:1.8rem 1rem 1.8rem 4.3rem}.cs-messages__message--success,.message.success{background-color:rgba(49,136,98,.1);background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/messages/icon-success.svg);border:none}.cs-messages__message--notice,.message.warning{background-color:#fdf4ca;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/messages/icon-warning.svg);border:none}.cs-messages__message--info,.message.info,.message.notice{background-color:rgba(0,54,102,.1);background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/messages/icon-info.svg);border:none}.cs-messages__message--error,.message.error{background-color:rgba(255,0,24,.1);background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/messages/icon-error.svg);border:none}.cs-messages__text,.message span{color:#696969;font-size:1.4rem}.cs-messages--space-top{margin-top:1.5rem}.cs-minicart__close{top:50%;right:.5rem}.cs-minicart__close-icon:after,.cs-minicart__close-icon:before{width:2rem}.cs-minicart__title-wrapper{color:#212121;font-size:1.8rem;padding:1rem 2rem;font-size:2.1rem;text-transform:uppercase;border-bottom:1px solid #dcdcdc}.cs-minicart__list{padding:0}.cs-minicart__list-item{border-bottom:1px solid #dcdcdc;padding:1.5rem 2rem}.cs-minicart__actions-wrapper{padding:1.5rem 2rem}.cs-minicart__actions{margin-top:1rem}.cs-minicart__actions:first-child{margin-top:0}.cs-minicart__empty{padding:2rem 0}.cs-minicart__subtotal{font-weight:700;font-size:1.5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.cs-minicart__subtotal-price .price{font-weight:700;font-size:1.5rem!important;font-size:2.1rem!important}.cs-minicart__button-carousel-wrapper{padding-top:3rem;border-top:1px solid #dcdcdc}.cs-minicart__carousel-wrapper{right:calc(40rem + 2rem);width:calc(100vw - (40rem + (2 * 2rem)))}@media (min-width:48em){.minicart-offcanvas-open .cs-minicart__carousel-wrapper{display:block}}@media (min-width:80em){.cs-minicart__carousel-wrapper{right:calc(40rem + (2 * 2rem));width:calc(100vw - (40rem + (4 * 2rem)))}}.cs-minicart{position:relative;z-index:13}.cs-minicart__wrapper{height:100vh;display:flex;flex-direction:column}.cs-minicart .update-cart-item{display:block;border:1px solid #333;background:none;border-radius:24px!important;color:#333;width:100%}.cs-minicart .update-cart-item:hover svg{filter:none}.cs-minicart .update-cart-item svg{filter:invert(1);transition:all .3s}.cs-minicart__close{display:inline-block;background:none;box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;position:absolute;right:-1.5rem;width:5rem;height:5rem;top:70%;transform:translateY(-50%);cursor:pointer;right:1.5rem}.cs-minicart__close:active,.cs-minicart__close:focus,.cs-minicart__close:hover{background:transparent;border:none;color:inherit}.cs-minicart__close-icon{position:relative;transform:rotate(45deg);width:100%;height:100%;display:inline-block}.cs-minicart__close-icon:after,.cs-minicart__close-icon:before{content:"";position:absolute;top:50%;width:2.5rem;height:.2rem;left:auto;background-color:#484848;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden}.cs-minicart__close-icon:hover:after,.cs-minicart__close-icon:hover:before{background-color:#696969}.cs-minicart__close-icon[aria-expanded=true]:after,.cs-minicart__close-icon[aria-expanded=true]:before{background-color:#888}.cs-minicart__close-icon:after,.cs-minicart__close-icon:before{right:1.5rem;transform:translate3d(0,-50%,0)!important}.cs-minicart__close-icon:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-minicart__close-icon[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-minicart__close-icon[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}.cs-minicart__close-text{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cs-minicart__title-wrapper{position:relative;padding:3rem 1.5rem 1.5rem;display:flex;color:#333;font-weight:700;margin:0;font-size:2.4rem;text-transform:none;border-bottom:none}.cs-minicart__items-total{margin-left:.5rem;color:#696969;font-weight:400}.cs-minicart__items-total:not(.cs-minicart__items-total--empty):before{content:"("}.cs-minicart__items-total:not(.cs-minicart__items-total--empty):after{content:")"}.cs-minicart__items-total--empty .count{display:none}.cs-minicart__edit-link{font-weight:700}.cs-minicart__edit-link .cs-link__icon{padding:0 0 0 1rem}.cs-minicart__content{height:auto!important;background-color:#fff;position:relative}.cs-minicart__content-wrapper{position:relative;flex-grow:1}@media (max-width:30em){.cs-minicart__content-wrapper{padding-bottom:270px}}.cs-minicart__content .load.indicator:before{height:unset}.cs-minicart__list{padding:0 1.5rem;list-style:none;margin-bottom:0}.cs-minicart__list--scroll{height:auto!important;max-height:calc(100vh - 36rem);overflow-y:auto}@media (min-width:48em){.cs-minicart__list--scroll{max-height:calc(100vh - 38rem)}.is-tablet .cs-minicart__list--scroll{max-height:calc(100vh - 43rem)}}.cs-minicart__list-item{border-bottom:1px solid #d5d5d5;margin-bottom:0;padding:3rem 0 3.5rem}.cs-minicart__list-item:last-child{border-bottom:none}@media (max-width:30em){.cs-minicart__list-item:last-child{padding-bottom:11rem}}.cs-minicart__actions-wrapper{padding:2rem 1.5rem;position:relative;background-color:#f7f7f7;min-height:26rem;max-height:26rem;box-shadow:0 -5px 5px -5px rgba(0,0,0,.27)}@media (max-width:30em){.cs-minicart__actions-wrapper{position:fixed;right:0;bottom:0;left:0;z-index:3}}.cs-minicart__actions{margin:2rem auto;max-width:240px}.cs-minicart__actions:first-child{margin-top:3rem}.cs-minicart__empty{padding:3rem 4rem;display:inline-block;font-size:1.4rem;text-align:center}.cs-minicart__subtotal{display:block}.cs-minicart__subtotal-label{display:none}.cs-minicart__subtotal-price .price-wrapper{width:100%;display:flex;justify-content:space-between;font-size:1.6rem;padding-bottom:1rem;line-height:2.6rem}.cs-minicart__subtotal-price .price-wrapper:before{content:attr(data-label) ":";font-weight:400;font-size:1.6rem!important;width:auto!important}.cs-minicart__subtotal-price .price-wrapper .price{font-weight:700;font-size:1.6rem!important}.cs-minicart__subtotal-price .price-wrapper.price-excluding-tax .price{font-weight:700;font-size:2.4rem!important}.cs-minicart__subtotal-price .price-wrapper.price-excluding-tax:before{font-weight:700;font-size:1.6rem!important;width:auto!important}.cs-minicart__button-checkout{width:100%}.cs-minicart__button-checkout::-moz-focus-inner{border:0;padding:0;margin:0}.cs-minicart__button-checkout,.cs-minicart__button-checkout:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-minicart__button-checkout:active:not([disabled]),.cs-minicart__button-checkout:focus:not([disabled]),.cs-minicart__button-checkout:hover:not([disabled]),.cs-minicart__button-checkout:visited:active:not([disabled]),.cs-minicart__button-checkout:visited:focus:not([disabled]),.cs-minicart__button-checkout:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-minicart__button-checkout:visited[disabled],.cs-minicart__button-checkout[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-minicart__button-checkout-span{font-size:1.6rem}.cs-minicart__button-checkout-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-minicart__button-viewcart{width:100%}.cs-minicart__button-viewcart::-moz-focus-inner{border:0;padding:0;margin:0}.cs-minicart__button-viewcart,.cs-minicart__button-viewcart:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-minicart__button-viewcart:active:not([disabled]),.cs-minicart__button-viewcart:focus:not([disabled]),.cs-minicart__button-viewcart:hover:not([disabled]),.cs-minicart__button-viewcart:visited:active:not([disabled]),.cs-minicart__button-viewcart:visited:focus:not([disabled]),.cs-minicart__button-viewcart:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-minicart__button-viewcart:visited[disabled],.cs-minicart__button-viewcart[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-minicart__button-viewcart-span{font-size:1.6rem}.cs-minicart__button-viewcart-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-minicart__button-carousel-wrapper{display:flex;justify-content:center;padding-top:0;margin:3rem 0}.cs-minicart__button-carousel::-moz-focus-inner{border:0;padding:0;margin:0}.cs-minicart__button-carousel,.cs-minicart__button-carousel:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-minicart__button-carousel:active:not([disabled]),.cs-minicart__button-carousel:focus:not([disabled]),.cs-minicart__button-carousel:hover:not([disabled]),.cs-minicart__button-carousel:visited:active:not([disabled]),.cs-minicart__button-carousel:visited:focus:not([disabled]),.cs-minicart__button-carousel:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-minicart__button-carousel:visited[disabled],.cs-minicart__button-carousel[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-minicart__button-carousel-span{font-size:1.6rem}.cs-minicart__button-carousel-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-minicart__messages{padding:0 2rem}.cs-minicart-offcanvas__wrapper{padding:0}.cs-minicart__carousel{position:relative;z-index:10}.cs-minicart__carousel-container{opacity:0;transition:opacity .3s ease-in;background:#fff;z-index:-1;overflow-x:hidden}.cs-minicart__carousel-wrapper--ready .cs-minicart__carousel-container{opacity:1}.cs-minicart__carousel-wrapper{display:none;visibility:hidden;pointer-events:none;top:50%;right:calc(50rem + 2rem + 2rem);transform:translateY(-50%);width:calc(100vw - (50rem + (2 * 2rem)));max-width:120rem;padding:0;margin:0;background:transparent;overflow-y:auto;max-height:100vh}@media (max-width:64em){.cs-minicart__carousel-wrapper{display:none!important}}.cs-minicart__carousel-wrapper .cs-product-tile__price--grid{padding-top:2.5rem!important}@media (max-width:30em){.cs-minicart__carousel-wrapper .cs-products-carousel__nav{display:none!important}}.cs-minicart__carousel-wrapper--loading,.cs-minicart__carousel-wrapper--ready{visibility:visible;pointer-events:auto}.drawer--visible .cs-minicart__carousel-wrapper{position:absolute}@media (min-width:80em){.minicart-offcanvas-open .cs-minicart__carousel-wrapper{display:block}}@media (min-width:80em){.cs-minicart__carousel-wrapper{max-height:80vh;right:calc(50rem + (2 * 2rem));width:calc(100vw - (50rem + (4 * 2rem)))}}.cs-minicart__carousel-wrapper .cs-headline{margin:0 0 2rem;padding:2rem 0 0}.cs-minicart__carousel-wrapper .cs-headline:after,.cs-minicart__carousel-wrapper .cs-headline:before{display:none!important}.cs-minicart__carousel-spinner{opacity:0;position:absolute;top:50%;left:50%;width:11rem;height:11rem;padding:2rem 0;transform:translate3d(-50%,-50%,0);transition:opacity .3s ease-in}.cs-minicart__carousel-wrapper--loading .cs-minicart__carousel-spinner{opacity:1;z-index:10}.cs-minicart__carousel .cs-products-carousel{margin:0;background:#fff}.minicart-wrapper .ui-dialog{display:block!important}.minicart-wrapper .ui-dialog .drawer--visible{width:100%}.cs-minicart-product__brand-wrapper{text-align:left}.cs-minicart-product__brand{font-size:1.2rem;color:#888}.cs-minicart-product__name-wrapper{padding-bottom:1.2rem;text-align:left;font-size:1.3rem}.cs-minicart-product__name{font-size:inherit;color:#212121;font-weight:600;font-size:1.4rem}.cs-minicart-product__name:hover,.cs-minicart-product__name:visited{color:#212121}.cs-minicart-product__item-pricing{order:3}.cs-minicart-product__price .price,.cs-minicart-product__price .price-excluding-tax,.cs-minicart-product__price .price-including-tax{font-size:1.3rem}.cs-minicart-product__price .price{font-weight:400}.cs-minicart-product__options-subtitle,.cs-minicart-product__price-label{display:none}.cs-minicart-product__options-title{font-size:1.2rem;color:#484848;cursor:pointer;font-size:1.3rem;color:#212121}.cs-minicart-product__options-title[aria-expanded=true]>.cs-minicart-product__options-title-svg{transform:rotate(180deg);vertical-align:initial}.cs-minicart-product__options-title-svg{width:1rem;height:1rem;margin-left:.5rem;transition:transform .3s cubic-bezier(0,.66,.32,.99);vertical-align:middle}.cs-minicart-product__options-wrapper{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-top:-.4rem;flex-basis:100%;padding-bottom:1.2rem}.cs-minicart-product__options-group{margin:0;width:100%;display:flex;align-items:center}.cs-minicart-product__options-group--qty{margin-top:.5rem}.cs-minicart-product__options-wrapper+.cs-minicart-product__options-group--qty{margin-top:1.5rem}.cs-minicart-product__options-content{width:100%;padding-top:.5rem}.cs-minicart-product__options-label{font-size:1.2rem;color:#888;font-weight:400;margin-bottom:0;text-align:left;padding-right:.5rem;font-size:1.1rem;font-weight:700;color:#212121;text-transform:uppercase}.cs-minicart-product__options-label:after{content:":"}.cs-minicart-product__options-value{font-size:1.2rem;color:#888;margin-bottom:0;width:100%}.cs-minicart-product__options-value__value{display:flex;justify-content:space-between;width:100%}.cs-minicart-product__options-value__value .price{color:#212121}.cs-minicart-product__action-wrapper{margin-left:1rem}.cs-minicart-product__qty-input{height:3rem;width:4rem;max-width:4rem}.cs-minicart-product__qty-button{padding:0;width:3rem;height:3rem;margin-left:.5rem}.cs-minicart-product__action:hover .cs-minicart-product__action-icon *,.cs-minicart-product__action:hover .cs-minicart-product__options-title-svg *,.cs-minicart-product__options-title:hover .cs-minicart-product__action-icon *,.cs-minicart-product__options-title:hover .cs-minicart-product__options-title-svg *{fill:#142b9e}.cs-minicart-product__action-icon{width:1.6rem;height:1.6rem;width:2rem;height:2rem}.cs-minicart-product__action-icon *,.cs-minicart-product__options-title-svg *{fill:#324dcf}.cs-minicart-product__options-title-svg *,.cs-minicart-product__options-title:hover .cs-minicart-product__options-title-svg *{fill:#212121}.cs-minicart-product{display:flex;line-height:24px;text-align:left;gap:0 3rem}.cs-minicart-product__image-container{flex-shrink:0;margin-right:1rem}.cs-minicart-product__image-container img{width:auto!important;height:auto!important}.cs-minicart-product__image{max-height:100%;width:auto}.cs-minicart-product__overview{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:3px}.cs-minicart-product__details{width:100%}.cs-minicart-product__name-wrapper{flex-basis:55%;padding-bottom:0;font-size:1.6rem;flex-basis:100%!important}@media (min-width:30em){.cs-minicart-product__name-wrapper{flex-basis:70%}}.cs-minicart-product__options-group{display:block;margin-top:-5px}.cs-minicart-product__options-wrapper{margin-top:.25rem!important}.cs-minicart-product__name{width:100%;padding:0;margin-top:0;font-weight:700;font-size:1.6rem}.cs-minicart-product__name,.cs-minicart-product__name:hover,.cs-minicart-product__name:visited{text-decoration:none;color:#333}.cs-minicart-product__sku-wrapper{line-height:2.4rem;width:100%;font-size:1.4rem;font-weight:300}.cs-minicart-product__price{margin-top:1rem}.cs-minicart-product__price .price{font-size:1.6rem;font-weight:700;color:#212121}.cs-minicart-product__price .price-wrapper{display:flex}.cs-minicart-product__price .price-excluding-tax,.cs-minicart-product__price .price-including-tax{text-align:left;line-height:2.4rem;font-size:1.6rem}.cs-minicart-product__price .price-excluding-tax:before,.cs-minicart-product__price .price-including-tax:before{content:attr(data-label) ":";font-size:1.4rem;font-weight:300}.cs-minicart-product__price .price-excluding-tax .price,.cs-minicart-product__price .price-including-tax .price{font-weight:700}.cs-minicart-product__price .price-excluding-tax .price{font-weight:700;font-size:1.8rem}.cs-minicart-product__actions{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:1.2rem}.cs-minicart-product__action-wrapper{margin-left:3rem;margin-top:1.4rem}.cs-minicart-product .cs-qty-increment,.cs-minicart-product__qty{display:flex;flex:1 0 9rem;flex-wrap:nowrap}@media (max-width:30em){.cs-minicart-product .cs-qty-increment,.cs-minicart-product__qty{flex-direction:column;gap:1rem}}.cs-minicart-product__qty-label{display:none}.cs-minicart-product__qty-input{font-size:1.6rem;line-height:2.6rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;width:100%;background-clip:padding-box;font-family:inherit;padding:0;text-align:center;box-sizing:border-box;margin:0;height:4.8rem;width:8rem;max-width:8rem;font-size:1.2rem}.cs-minicart-product__qty-input:focus:not([disabled]),.cs-minicart-product__qty-input:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-minicart-product__qty-input.mage-error,.cs-minicart-product__qty-input.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-minicart-product__qty-input.required-entry{margin-bottom:0}.cs-minicart-product__qty-input::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-minicart-product__qty-input::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-minicart-product__qty-input[disabled]{opacity:1}.cs-minicart-product__qty-button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-minicart-product__qty-button,.cs-minicart-product__qty-button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-minicart-product__qty-button:active:not([disabled]),.cs-minicart-product__qty-button:focus:not([disabled]),.cs-minicart-product__qty-button:hover:not([disabled]),.cs-minicart-product__qty-button:visited:active:not([disabled]),.cs-minicart-product__qty-button:visited:focus:not([disabled]),.cs-minicart-product__qty-button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-minicart-product__qty-button:visited[disabled],.cs-minicart-product__qty-button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-minicart-product__qty-button,.cs-minicart-product__qty-button:visited{border-radius:3px!important;padding:0;width:4.8rem;height:4.8rem;margin-left:.5rem}.cs-minicart-product__qty-button-icon *,.cs-minicart-product__qty-button:visited-icon *{fill:#fff}.cs-minicart-product__qty-button-span{font-size:1.6rem}.cs-minicart-product__qty-button-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;position:relative;top:.1em}.cs-minicart-product__action:hover .cs-minicart-product__action-icon *,.cs-minicart-product__action:hover .cs-minicart-product__options-title-svg *,.cs-minicart-product__options-title:hover .cs-minicart-product__action-icon *,.cs-minicart-product__options-title:hover .cs-minicart-product__options-title-svg *{fill:#a20109}.cs-minicart-product__action-icon{width:2.4rem;height:2.4rem}.cs-minicart-product__action-icon *,.cs-minicart-product__options-title-svg *{fill:#333}.cs-minicart-product__action-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-minicart-product__options-title:hover .cs-minicart-product__options-title-svg *{fill:#878787}.cs-minicart-product__options-title-svg *{fill:#333}.cs-free-shipping-indicator__content{border-top:1px solid #dcdcdc;padding:1.5rem 2rem 2rem;color:#696969;font-size:1.4rem;text-align:left}.cs-free-shipping-indicator__cell{padding-top:1.4rem;padding-bottom:1.4rem;padding-right:0!important}.cs-free-shipping-indicator__total-left-text span{font-weight:700}.cs-free-shipping-indicator__total-fulfilled{padding-left:2.8rem;background:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/messages/icon-success.svg) 0 50% no-repeat;background-size:2rem}.cs-free-shipping-indicator__bar-wrapper{display:flex;align-items:center}.cs-free-shipping-indicator__bar-label{flex-shrink:0;color:#37b841;font-weight:700}.cs-free-shipping-indicator__bar-label--start{margin-right:1rem}.cs-free-shipping-indicator__bar-label--end{margin-left:1rem}.cs-free-shipping-indicator__bar{width:100%;height:2rem;padding:.4rem;border:1px solid #b0b0b0;border-radius:33.6px}.cs-free-shipping-indicator__bar-progress-wrapper{height:100%;background:transparent;border-radius:24px}.cs-free-shipping-indicator__bar-progress{height:100%;width:0;background:#37b841;border-radius:24px;transition:width .55s cubic-bezier(0,.66,.32,.99)}.cs-free-shipping-indicator__icon{flex-shrink:0;width:3.4rem;height:2rem;margin:0 0 0 2.5rem;fill:#888;transition:fill .3s}.cs-free-shipping-indicator__bar-wrapper--free-shipping-active .cs-free-shipping-indicator__icon{fill:#37b841}.modal-custom.confirm .modal-inner-wrap,.modal-popup.confirm .modal-inner-wrap,.modal-slide.confirm .modal-inner-wrap{max-width:50rem}.modal-custom .modal-inner-wrap,.modal-popup .modal-inner-wrap,.modal-slide .modal-inner-wrap{background:#fff;box-shadow:1px 3px 3rem 0 rgba(33,33,33,.28);border-radius:0;border:none}.modal-custom .modal-content,.modal-popup .modal-content,.modal-slide .modal-content{padding-top:2rem;padding-bottom:2rem;font-size:1.6rem}.modal-custom .modal-header,.modal-popup .modal-header,.modal-slide .modal-header{padding:0;margin:0}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{background:none;border:none;position:absolute;right:0;top:0;margin:1.5rem;background-image:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/close.svg);background-repeat:no-repeat;background-position:50%;background-size:1rem 1rem;width:3rem;height:3rem}.modal-custom .action-close span,.modal-popup .action-close span,.modal-slide .action-close span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{content:none}.modal-custom .modal-footer,.modal-popup .modal-footer,.modal-slide .modal-footer{padding:2rem;border-top:1px solid #dcdcdc;display:flex;justify-content:space-between}@media (max-width:29.99em){.modal-custom .modal-footer,.modal-popup .modal-footer,.modal-slide .modal-footer{flex-wrap:wrap}}.modal-custom .modal-footer .action-primary,.modal-custom .modal-footer .primary,.modal-popup .modal-footer .action-primary,.modal-popup .modal-footer .primary,.modal-slide .modal-footer .action-primary,.modal-slide .modal-footer .primary{min-width:12rem}.modal-custom .modal-footer .action-primary::-moz-focus-inner,.modal-custom .modal-footer .primary::-moz-focus-inner,.modal-popup .modal-footer .action-primary::-moz-focus-inner,.modal-popup .modal-footer .primary::-moz-focus-inner,.modal-slide .modal-footer .action-primary::-moz-focus-inner,.modal-slide .modal-footer .primary::-moz-focus-inner{border:0;padding:0;margin:0}.modal-custom .modal-footer .action-primary,.modal-custom .modal-footer .action-primary:visited,.modal-custom .modal-footer .primary,.modal-custom .modal-footer .primary:visited,.modal-popup .modal-footer .action-primary,.modal-popup .modal-footer .action-primary:visited,.modal-popup .modal-footer .primary,.modal-popup .modal-footer .primary:visited,.modal-slide .modal-footer .action-primary,.modal-slide .modal-footer .action-primary:visited,.modal-slide .modal-footer .primary,.modal-slide .modal-footer .primary:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.modal-custom .modal-footer .action-primary:active:not([disabled]),.modal-custom .modal-footer .action-primary:focus:not([disabled]),.modal-custom .modal-footer .action-primary:hover:not([disabled]),.modal-custom .modal-footer .action-primary:visited:active:not([disabled]),.modal-custom .modal-footer .action-primary:visited:focus:not([disabled]),.modal-custom .modal-footer .action-primary:visited:hover:not([disabled]),.modal-custom .modal-footer .primary:active:not([disabled]),.modal-custom .modal-footer .primary:focus:not([disabled]),.modal-custom .modal-footer .primary:hover:not([disabled]),.modal-custom .modal-footer .primary:visited:active:not([disabled]),.modal-custom .modal-footer .primary:visited:focus:not([disabled]),.modal-custom .modal-footer .primary:visited:hover:not([disabled]),.modal-popup .modal-footer .action-primary:active:not([disabled]),.modal-popup .modal-footer .action-primary:focus:not([disabled]),.modal-popup .modal-footer .action-primary:hover:not([disabled]),.modal-popup .modal-footer .action-primary:visited:active:not([disabled]),.modal-popup .modal-footer .action-primary:visited:focus:not([disabled]),.modal-popup .modal-footer .action-primary:visited:hover:not([disabled]),.modal-popup .modal-footer .primary:active:not([disabled]),.modal-popup .modal-footer .primary:focus:not([disabled]),.modal-popup .modal-footer .primary:hover:not([disabled]),.modal-popup .modal-footer .primary:visited:active:not([disabled]),.modal-popup .modal-footer .primary:visited:focus:not([disabled]),.modal-popup .modal-footer .primary:visited:hover:not([disabled]),.modal-slide .modal-footer .action-primary:active:not([disabled]),.modal-slide .modal-footer .action-primary:focus:not([disabled]),.modal-slide .modal-footer .action-primary:hover:not([disabled]),.modal-slide .modal-footer .action-primary:visited:active:not([disabled]),.modal-slide .modal-footer .action-primary:visited:focus:not([disabled]),.modal-slide .modal-footer .action-primary:visited:hover:not([disabled]),.modal-slide .modal-footer .primary:active:not([disabled]),.modal-slide .modal-footer .primary:focus:not([disabled]),.modal-slide .modal-footer .primary:hover:not([disabled]),.modal-slide .modal-footer .primary:visited:active:not([disabled]),.modal-slide .modal-footer .primary:visited:focus:not([disabled]),.modal-slide .modal-footer .primary:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.modal-custom .modal-footer .action-primary:visited[disabled],.modal-custom .modal-footer .action-primary[disabled],.modal-custom .modal-footer .primary:visited[disabled],.modal-custom .modal-footer .primary[disabled],.modal-popup .modal-footer .action-primary:visited[disabled],.modal-popup .modal-footer .action-primary[disabled],.modal-popup .modal-footer .primary:visited[disabled],.modal-popup .modal-footer .primary[disabled],.modal-slide .modal-footer .action-primary:visited[disabled],.modal-slide .modal-footer .action-primary[disabled],.modal-slide .modal-footer .primary:visited[disabled],.modal-slide .modal-footer .primary[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}@media (max-width:29.99em){.modal-custom .modal-footer .action-primary,.modal-custom .modal-footer .primary,.modal-popup .modal-footer .action-primary,.modal-popup .modal-footer .primary,.modal-slide .modal-footer .action-primary,.modal-slide .modal-footer .primary{width:100%}}.modal-custom .modal-footer .action-primary span,.modal-custom .modal-footer .primary span,.modal-popup .modal-footer .action-primary span,.modal-popup .modal-footer .primary span,.modal-slide .modal-footer .action-primary span,.modal-slide .modal-footer .primary span{font-size:1.6rem}.modal-custom .modal-footer .action-secondary,.modal-custom .modal-footer .secondary,.modal-popup .modal-footer .action-secondary,.modal-popup .modal-footer .secondary,.modal-slide .modal-footer .action-secondary,.modal-slide .modal-footer .secondary{min-width:12rem}.modal-custom .modal-footer .action-secondary::-moz-focus-inner,.modal-custom .modal-footer .secondary::-moz-focus-inner,.modal-popup .modal-footer .action-secondary::-moz-focus-inner,.modal-popup .modal-footer .secondary::-moz-focus-inner,.modal-slide .modal-footer .action-secondary::-moz-focus-inner,.modal-slide .modal-footer .secondary::-moz-focus-inner{border:0;padding:0;margin:0}.modal-custom .modal-footer .action-secondary,.modal-custom .modal-footer .action-secondary:visited,.modal-custom .modal-footer .secondary,.modal-custom .modal-footer .secondary:visited,.modal-popup .modal-footer .action-secondary,.modal-popup .modal-footer .action-secondary:visited,.modal-popup .modal-footer .secondary,.modal-popup .modal-footer .secondary:visited,.modal-slide .modal-footer .action-secondary,.modal-slide .modal-footer .action-secondary:visited,.modal-slide .modal-footer .secondary,.modal-slide .modal-footer .secondary:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.modal-custom .modal-footer .action-secondary:active:not([disabled]),.modal-custom .modal-footer .action-secondary:focus:not([disabled]),.modal-custom .modal-footer .action-secondary:hover:not([disabled]),.modal-custom .modal-footer .action-secondary:visited:active:not([disabled]),.modal-custom .modal-footer .action-secondary:visited:focus:not([disabled]),.modal-custom .modal-footer .action-secondary:visited:hover:not([disabled]),.modal-custom .modal-footer .secondary:active:not([disabled]),.modal-custom .modal-footer .secondary:focus:not([disabled]),.modal-custom .modal-footer .secondary:hover:not([disabled]),.modal-custom .modal-footer .secondary:visited:active:not([disabled]),.modal-custom .modal-footer .secondary:visited:focus:not([disabled]),.modal-custom .modal-footer .secondary:visited:hover:not([disabled]),.modal-popup .modal-footer .action-secondary:active:not([disabled]),.modal-popup .modal-footer .action-secondary:focus:not([disabled]),.modal-popup .modal-footer .action-secondary:hover:not([disabled]),.modal-popup .modal-footer .action-secondary:visited:active:not([disabled]),.modal-popup .modal-footer .action-secondary:visited:focus:not([disabled]),.modal-popup .modal-footer .action-secondary:visited:hover:not([disabled]),.modal-popup .modal-footer .secondary:active:not([disabled]),.modal-popup .modal-footer .secondary:focus:not([disabled]),.modal-popup .modal-footer .secondary:hover:not([disabled]),.modal-popup .modal-footer .secondary:visited:active:not([disabled]),.modal-popup .modal-footer .secondary:visited:focus:not([disabled]),.modal-popup .modal-footer .secondary:visited:hover:not([disabled]),.modal-slide .modal-footer .action-secondary:active:not([disabled]),.modal-slide .modal-footer .action-secondary:focus:not([disabled]),.modal-slide .modal-footer .action-secondary:hover:not([disabled]),.modal-slide .modal-footer .action-secondary:visited:active:not([disabled]),.modal-slide .modal-footer .action-secondary:visited:focus:not([disabled]),.modal-slide .modal-footer .action-secondary:visited:hover:not([disabled]),.modal-slide .modal-footer .secondary:active:not([disabled]),.modal-slide .modal-footer .secondary:focus:not([disabled]),.modal-slide .modal-footer .secondary:hover:not([disabled]),.modal-slide .modal-footer .secondary:visited:active:not([disabled]),.modal-slide .modal-footer .secondary:visited:focus:not([disabled]),.modal-slide .modal-footer .secondary:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.modal-custom .modal-footer .action-secondary:visited[disabled],.modal-custom .modal-footer .action-secondary[disabled],.modal-custom .modal-footer .secondary:visited[disabled],.modal-custom .modal-footer .secondary[disabled],.modal-popup .modal-footer .action-secondary:visited[disabled],.modal-popup .modal-footer .action-secondary[disabled],.modal-popup .modal-footer .secondary:visited[disabled],.modal-popup .modal-footer .secondary[disabled],.modal-slide .modal-footer .action-secondary:visited[disabled],.modal-slide .modal-footer .action-secondary[disabled],.modal-slide .modal-footer .secondary:visited[disabled],.modal-slide .modal-footer .secondary[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}@media (max-width:29.99em){.modal-custom .modal-footer .action-secondary,.modal-custom .modal-footer .secondary,.modal-popup .modal-footer .action-secondary,.modal-popup .modal-footer .secondary,.modal-slide .modal-footer .action-secondary,.modal-slide .modal-footer .secondary{width:100%;margin-bottom:1.5rem!important}}.modal-custom .modal-footer .action-secondary span,.modal-custom .modal-footer .secondary span,.modal-popup .modal-footer .action-secondary span,.modal-popup .modal-footer .secondary span,.modal-slide .modal-footer .action-secondary span,.modal-slide .modal-footer .secondary span{font-size:1.6rem}body.checkout-index-index .modal-custom .modal-footer .action-secondary,body.checkout-index-index .modal-custom .modal-footer .secondary,body.checkout-index-index .modal-popup .modal-footer .action-secondary,body.checkout-index-index .modal-popup .modal-footer .secondary,body.checkout-index-index .modal-slide .modal-footer .action-secondary,body.checkout-index-index .modal-slide .modal-footer .secondary{min-width:12rem}body.checkout-index-index .modal-custom .modal-footer .action-secondary::-moz-focus-inner,body.checkout-index-index .modal-custom .modal-footer .secondary::-moz-focus-inner,body.checkout-index-index .modal-popup .modal-footer .action-secondary::-moz-focus-inner,body.checkout-index-index .modal-popup .modal-footer .secondary::-moz-focus-inner,body.checkout-index-index .modal-slide .modal-footer .action-secondary::-moz-focus-inner,body.checkout-index-index .modal-slide .modal-footer .secondary::-moz-focus-inner{border:0;padding:0;margin:0}body.checkout-index-index .modal-custom .modal-footer .action-secondary,body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited,body.checkout-index-index .modal-custom .modal-footer .secondary,body.checkout-index-index .modal-custom .modal-footer .secondary:visited,body.checkout-index-index .modal-popup .modal-footer .action-secondary,body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited,body.checkout-index-index .modal-popup .modal-footer .secondary,body.checkout-index-index .modal-popup .modal-footer .secondary:visited,body.checkout-index-index .modal-slide .modal-footer .action-secondary,body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited,body.checkout-index-index .modal-slide .modal-footer .secondary,body.checkout-index-index .modal-slide .modal-footer .secondary:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}body.checkout-index-index .modal-custom .modal-footer .action-secondary:active:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .action-secondary:focus:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .action-secondary:hover:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited:active:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited:hover:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:active:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:focus:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:hover:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:visited:active:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-custom .modal-footer .secondary:visited:hover:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:active:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:focus:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:hover:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited:active:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited:hover:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:active:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:focus:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:hover:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:visited:active:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-popup .modal-footer .secondary:visited:hover:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:active:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:focus:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:hover:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited:active:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited:hover:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:active:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:focus:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:hover:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:visited:active:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:visited:focus:not([disabled]),body.checkout-index-index .modal-slide .modal-footer .secondary:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited[disabled],body.checkout-index-index .modal-custom .modal-footer .action-secondary[disabled],body.checkout-index-index .modal-custom .modal-footer .secondary:visited[disabled],body.checkout-index-index .modal-custom .modal-footer .secondary[disabled],body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited[disabled],body.checkout-index-index .modal-popup .modal-footer .action-secondary[disabled],body.checkout-index-index .modal-popup .modal-footer .secondary:visited[disabled],body.checkout-index-index .modal-popup .modal-footer .secondary[disabled],body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited[disabled],body.checkout-index-index .modal-slide .modal-footer .action-secondary[disabled],body.checkout-index-index .modal-slide .modal-footer .secondary:visited[disabled],body.checkout-index-index .modal-slide .modal-footer .secondary[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}body.checkout-index-index .modal-custom .modal-footer .action-secondary span,body.checkout-index-index .modal-custom .modal-footer .secondary span,body.checkout-index-index .modal-popup .modal-footer .action-secondary span,body.checkout-index-index .modal-popup .modal-footer .secondary span,body.checkout-index-index .modal-slide .modal-footer .action-secondary span,body.checkout-index-index .modal-slide .modal-footer .secondary span{font-size:1.6rem}.modal-custom .modal-footer button:only-child,.modal-popup .modal-footer button:only-child,.modal-slide .modal-footer button:only-child{min-width:12rem}.modal-custom .modal-footer button:only-child::-moz-focus-inner,.modal-popup .modal-footer button:only-child::-moz-focus-inner,.modal-slide .modal-footer button:only-child::-moz-focus-inner{border:0;padding:0;margin:0}.modal-custom .modal-footer button:only-child,.modal-custom .modal-footer button:only-child:visited,.modal-popup .modal-footer button:only-child,.modal-popup .modal-footer button:only-child:visited,.modal-slide .modal-footer button:only-child,.modal-slide .modal-footer button:only-child:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.modal-custom .modal-footer button:only-child:active:not([disabled]),.modal-custom .modal-footer button:only-child:focus:not([disabled]),.modal-custom .modal-footer button:only-child:hover:not([disabled]),.modal-custom .modal-footer button:only-child:visited:active:not([disabled]),.modal-custom .modal-footer button:only-child:visited:focus:not([disabled]),.modal-custom .modal-footer button:only-child:visited:hover:not([disabled]),.modal-popup .modal-footer button:only-child:active:not([disabled]),.modal-popup .modal-footer button:only-child:focus:not([disabled]),.modal-popup .modal-footer button:only-child:hover:not([disabled]),.modal-popup .modal-footer button:only-child:visited:active:not([disabled]),.modal-popup .modal-footer button:only-child:visited:focus:not([disabled]),.modal-popup .modal-footer button:only-child:visited:hover:not([disabled]),.modal-slide .modal-footer button:only-child:active:not([disabled]),.modal-slide .modal-footer button:only-child:focus:not([disabled]),.modal-slide .modal-footer button:only-child:hover:not([disabled]),.modal-slide .modal-footer button:only-child:visited:active:not([disabled]),.modal-slide .modal-footer button:only-child:visited:focus:not([disabled]),.modal-slide .modal-footer button:only-child:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.modal-custom .modal-footer button:only-child:visited[disabled],.modal-custom .modal-footer button:only-child[disabled],.modal-popup .modal-footer button:only-child:visited[disabled],.modal-popup .modal-footer button:only-child[disabled],.modal-slide .modal-footer button:only-child:visited[disabled],.modal-slide .modal-footer button:only-child[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.modal-custom .modal-footer button:only-child span,.modal-popup .modal-footer button:only-child span,.modal-slide .modal-footer button:only-child span{font-size:1.6rem}.modal-custom .modal-title,.modal-popup .modal-title,.modal-slide .modal-title{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2.4rem;line-height:1.1;color:#333;font-weight:700;text-transform:none;padding:2rem;border-bottom:1px solid #dcdcdc;margin:0}@media (max-width:47.99em){.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#fff}}@media (max-width:29.99em){.modal-slide .modal-footer{flex-wrap:wrap}}@media (max-width:29.99em){.modal-slide .modal-footer .action-primary,.modal-slide .modal-footer .primary{width:100%}}@media (max-width:29.99em){.modal-slide .modal-footer .action-secondary,.modal-slide .modal-footer .secondary{width:100%;margin-bottom:1.5rem!important}}.page-layout-checkout .modal-popup{pointer-events:auto}@media (min-width:48em){.page-layout-checkout .modal-slide{width:80%;max-width:65rem;left:50%;transform:translateX(-50%)}}.modals-overlay{background-color:rgba(0,0,0,.7)}.cs-navigation-teaser__figure{display:block;max-height:100%;overflow:hidden}.cs-navigation-teaser__image{display:block}.cs-navigation-teaser__content-wrapper{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;padding:6rem 3rem}.cs-navigation-teaser__content{display:flex;flex-direction:column;justify-content:center;width:100%;color:#212121;text-align:center}.cs-navigation-teaser__headline{margin:0 0 1rem;font-size:3rem;line-height:1.15;font-weight:700;color:#212121}@media (min-width:64em){.cs-navigation-teaser__headline{font-size:4.3rem;line-height:1}}.cs-navigation-teaser__subheadline{margin:0 0 1rem;font-size:1.65rem;line-height:1.15;font-weight:400;color:#212121}@media (min-width:64em){.cs-navigation-teaser__subheadline{font-size:2.8rem;line-height:1.25}}.cs-navigation-teaser__text{margin:0 0 1rem;font-size:1rem;line-height:1.15;font-weight:300;color:#212121}@media (min-width:64em){.cs-navigation-teaser__text{font-size:1.4rem}}.cs-navigation-teaser__cta{margin-top:2rem}.cs-navigation-teaser__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-navigation-teaser__button,.cs-navigation-teaser__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-navigation-teaser__button:active:not([disabled]),.cs-navigation-teaser__button:focus:not([disabled]),.cs-navigation-teaser__button:hover:not([disabled]),.cs-navigation-teaser__button:visited:active:not([disabled]),.cs-navigation-teaser__button:visited:focus:not([disabled]),.cs-navigation-teaser__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-navigation-teaser__button:visited[disabled],.cs-navigation-teaser__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-navigation-teaser__button-span{font-size:1.6rem}.cs-navigation-teaser__button-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;display:none}.cs-navigation{box-sizing:border-box;font-size:1rem}.cs-navigation__list{list-style:none;padding:0;margin:0}.cs-navigation__list--main{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between}.cs-navigation__list--all-categories,.cs-navigation__list--level_1{width:100%;-moz-columns:auto 1;columns:1;-moz-column-gap:0;column-gap:0;flex:1 0 auto}.cs-navigation__list--level_2{flex-wrap:wrap}.cs-navigation__list--hidden,.cs-navigation__list--hidden+.cs-navigation__extras{display:none}.cs-navigation__list .cs-navigation__item--no-children:nth-child(2){padding-top:1rem}.cs-navigation__list .cs-navigation__item--no-children:last-of-type{padding-bottom:1rem}.cs-navigation__item{font-size:.9em;margin:0;width:100%}.cs-navigation__item--active:not([data-category-identifier=all-categories])>.cs-navigation__link,.cs-navigation__item.active:not([data-category-identifier=all-categories])>.cs-navigation__link,.cs-navigation__item:hover:not([data-category-identifier=all-categories])>.cs-navigation__link{color:#324dcf}.cs-navigation__item--main{width:auto;font-size:1.4em}.cs-navigation__item--main:first-of-type>.cs-navigation__link:not(.cs-navigation__link--with-icon){padding-left:0}.cs-navigation__item--main:last-of-type>.cs-navigation__link{padding-right:0}.cs-navigation__item--all-categories,.cs-navigation__item--level_1{padding:1rem;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;display:table}.cs-navigation__item--hidden{display:none}.cs-navigation__link{display:block;text-transform:uppercase;padding:.9em 1.05em;width:100%}.cs-navigation__link,.cs-navigation__link:visited{color:#484848}.cs-navigation__link:hover{text-decoration:none;color:#324dcf}.cs-navigation__link:hover .cs-navigation__link-icon--svg path{fill:#324dcf}.cs-navigation__link--main{font-weight:700}.cs-navigation__link--all-categories,.cs-navigation__link--level_1{font-weight:700;margin:0;border-bottom:1px solid #dcdcdc;padding-bottom:1.6em}.cs-navigation__link--level_2{text-transform:none;font-size:1.25em}.cs-navigation__link--with-icon{position:relative;padding-left:3rem}.cs-navigation__link-icon-wrapper{position:absolute;width:2rem;height:2rem;top:0;left:0;margin-top:.8em}.cs-navigation__link-icon{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);height:2rem;width:2rem}.cs-navigation__link--category .cs-navigation__link-icon{margin-top:-.5rem}.cs-navigation__link-icon--svg path{fill:#484848}.cs-navigation__link-products-qty:before{content:"("}.cs-navigation__link-products-qty:after{content:")"}.cs-navigation .cs-navigation__item--no-children{padding:0}.cs-navigation .cs-navigation__item--no-children>.cs-navigation__link--level_1{text-transform:none;font-size:1.12em;font-weight:400;padding:.9em 1.5em;border:none;color:#484848}.cs-navigation__flyout{position:absolute;display:none;background:#fff;left:0;backface-visibility:hidden;z-index:1001;box-shadow:2px 2px 5px rgba(0,0,0,.15);margin-top:-1px}.cs-navigation__flyout--visible{display:flex}.cs-navigation__flyout svg{pointer-events:none}@supports (-ms-ime-align:auto){.cs-navigation__flyout li{list-style:none;list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);list-style-type:none}}.cs-navigation__extras{margin:0}.cs-navigation__teaser{position:relative;max-height:100%;padding:1em 0;overflow:hidden;margin-bottom:0!important}.cs-navigation__teaser--hidden{display:none}.cs-navigation__teaser .cs-image-teaser__figure{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.cs-navigation__products{padding:.5em 1em;min-width:24rem}.cs-navigation__products-header{display:block;color:#484848;text-transform:uppercase;width:100%;font-weight:700;margin:0;border-bottom:1px solid #dcdcdc;padding:1.1em 1.05em 1.55em;font-size:.9em}.cs-navigation__products-list{margin:0;padding:0;list-style:none}.cs-navigation__product{position:relative}.cs-navigation__product:before{display:block;content:"";width:100%;padding-top:170%}.cs-navigation__product .cs-product-tile{position:absolute;top:0;left:0;right:0;bottom:0}.cs-navigation__overlay{display:none;position:absolute;z-index:1000;background-color:#000;opacity:0;left:0;width:100%;height:0;transform:translate3d(0,3rem,0);transition:opacity .15s linear,transform .2s cubic-bezier(0,.97,.05,.99)}.cs-navigation__overlay--visible{opacity:.8;transform:translateZ(0)}.page-print .cs-navigation{display:none}@supports (display:grid) and (grid-auto-flow:row){.cs-navigation__product{position:relative}.cs-navigation__product:before{content:none}.cs-navigation__product .cs-product-tile{position:relative;top:auto;left:auto;right:auto;bottom:auto}}.cs-container--navigation{display:none}@media (min-width:64em){.cs-container--navigation{display:block}}.cs-newsletter{margin:0;width:100%}@media (max-width:47.99em){.cs-newsletter{padding:0 1.5rem}}.cs-newsletter__form{position:relative;display:flex;flex-wrap:wrap;overflow:hidden}@media (min-width:48em){.cs-newsletter__form{max-width:34rem}}@media (min-width:64em){.cs-newsletter__form{max-width:100%}}.cs-newsletter__form-wrapper{display:flex;flex-basis:100%}.cs-newsletter__field{flex-basis:100%}.cs-newsletter__input{margin-top:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.cs-newsletter__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-newsletter__actions{display:flex;align-items:stretch;height:4rem}.cs-newsletter__button{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.cs-newsletter__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-newsletter__button,.cs-newsletter__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-newsletter__button:active:not([disabled]),.cs-newsletter__button:focus:not([disabled]),.cs-newsletter__button:hover:not([disabled]),.cs-newsletter__button:visited:active:not([disabled]),.cs-newsletter__button:visited:focus:not([disabled]),.cs-newsletter__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-newsletter__button:visited[disabled],.cs-newsletter__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-newsletter__button-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;position:relative;top:.1em;width:.8em;height:.8em;margin-right:0}.cs-header-user-nav{list-style:none;margin:0;padding:0 1rem;height:100%}@media (max-width:23.115em){.cs-header-user-nav{padding:0 .7rem}}.cs-header-user-nav__item{margin-bottom:0;display:flex;align-items:center;justify-content:center;padding:0;flex:1 1 25%}@media (min-width:64em){.cs-header-user-nav__item{flex:1 1 33.33333%}}@media (min-width:64em){.cs-header-user-nav__item--search{display:none}}.cs-header-user-nav__link{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:100%;padding:1rem}.cs-header-user-nav__link:hover{text-decoration:none}.cs-header-user-nav__link:hover .cs-header-user-nav__icon path{fill:#324dcf}.cs-header-user-nav__link:hover .cs-header-user-nav__label{color:#696969}.cs-header-user-nav__link--search:hover{cursor:pointer}.cs-header-user-nav__icon-wrapper{position:relative}.cs-header-user-nav__icon{width:2.6rem;height:2.6rem;display:block;margin:0 auto}.cs-header-user-nav__icon path{fill:#324dcf}.cs-header-user-nav__label{text-transform:uppercase;font-size:1rem;font-weight:300;color:#696969;text-decoration:none;clip:rect(0 0 0 0);white-space:nowrap}@media (min-width:48em){.cs-header-user-nav__label{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;white-space:normal}}.cs-header-user-nav__qty-counter{display:inline-flex;background-color:#324dcf;color:#fff;border:0;border-radius:.2rem;padding:0 .6rem;position:relative;justify-content:center;align-items:center;font-size:1rem;line-height:100%;font-weight:700;height:1.8em;background-clip:padding-box;position:absolute;right:-.5rem;top:-.5rem;opacity:0;transition:opacity .3s}@media (min-width:48em){.cs-header-user-nav__qty-counter{right:-1rem}}.cs-header-user-nav__qty-counter--wishlist{background-color:#fed400;color:#000}.cs-header-user-nav__qty-counter--minicart{background-color:#e41f12;color:#fff}.cs-header-user-nav__qty-counter--compare{background-color:#fed400;color:#000}.cs-header-user-nav__qty-counter--have-items{opacity:1}.cs-header-user-nav__qty-counter-span{min-width:1ch}.cs-header-user-nav{flex:0 1 15%;margin-left:auto}@media (max-width:30em){.cs-header-user-nav{flex-grow:1;padding-right:1.5rem!important}}@media (max-width:23.125em){.cs-header-user-nav{padding-right:0!important}}.cs-header-user-nav__qty-counter--compare,.cs-header-user-nav__qty-counter--minicart,.cs-header-user-nav__qty-counter--wishlist{bottom:3.5rem;top:unset;right:0;border-radius:100%;width:2rem;height:2rem;padding:0;align-items:center;line-height:normal;text-align:center}.cs-header-user-nav__qty-counter--compare{background-color:#003666;color:#fff}.cs-header-user-nav__qty-counter--minicart{background-color:#c1272f}.cs-header-user-nav__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;text-align:center;bottom:-3px}.cs-header-user-nav__item{height:100%;position:relative;width:43px;max-width:43px}.cs-header-user-nav__item--search{display:flex!important}.cs-header-user-nav__link{position:static;height:100%}@media (max-width:30em){.cs-header-user-nav__link{padding:0 .5rem}}@media (max-width:23.125em){.cs-header-user-nav__link{padding-inline:0}}.cs-header-user-nav__link .cs-header-user-nav__label{opacity:0;transition:opacity .3s;transition-delay:1s}.cs-header-user-nav__link:hover .cs-header-user-nav__icon path{fill:#c1272f}.cs-header-user-nav__link:hover .cs-header-user-nav__label{width:auto;height:auto;clip:unset;bottom:0;left:50%;transform:translateX(-50%);opacity:1}.cs-header-user-nav__icon{width:2.3rem;height:2.3rem}.cs-header-user-nav__icon path{fill:#000}.cs-header-user-nav__icon-wrapper{position:static}@media (max-width:48em){.cs-header-user-nav{padding:0}}.cs-offcanvas-toggle{position:relative;display:flex;border:0;align-items:center;justify-content:center;padding:1.5rem;align-self:stretch;height:100%;width:100%}.cs-offcanvas-toggle,.cs-offcanvas-toggle:active,.cs-offcanvas-toggle:focus,.cs-offcanvas-toggle:hover{border:0;background:transparent;box-shadow:none;border-radius:0}.cs-offcanvas-toggle:after{position:absolute;height:2px;width:100%;transform:scale(0);background:#324dcf;transition:transform .3s;bottom:0;left:0;transform-origin:left}.cs-offcanvas-toggle--active,.cs-offcanvas-toggle--active:active,.cs-offcanvas-toggle--active:focus,.cs-offcanvas-toggle--active:hover{background:#324dcf}.cs-offcanvas-toggle--active:after{transform:scale(1)}.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon{transform:rotate(-45deg)}.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon,.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:before{background:#fff}.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:before{transform:rotate(90deg)}.cs-offcanvas-toggle__icon{padding:0;margin:0;position:relative}.cs-offcanvas-toggle__icon,.cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle__icon:before{width:1.8rem;height:.2rem;background:#324dcf;transition:background-color .3s,transform .3s}.cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle__icon:before{content:"";display:block;position:absolute}.cs-offcanvas-toggle__icon:before{transform:translateY(-250%);transform:translate3d(0,-250%,0)}.cs-offcanvas-toggle__icon:after{transform:translateY(250%);transform:translate3d(0,250%,0)}.cs-offcanvas-toggle__text{position:absolute;bottom:.5rem;left:0;width:100%;text-align:center;font-size:.8rem;color:#212121;text-transform:uppercase;transition:color .3s}.cs-offcanvas-toggle--active .cs-offcanvas-toggle__text{color:#fff}@media (min-width:48em){.cs-offcanvas-toggle__text{bottom:2rem}}.cs-offcanvas-toggle:after{content:"";background:#c1272f}.cs-offcanvas-toggle--active,.cs-offcanvas-toggle--active:active,.cs-offcanvas-toggle--active:focus,.cs-offcanvas-toggle--active:hover{background:none}.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon,.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:before,.cs-offcanvas-toggle__icon,.cs-offcanvas-toggle__icon:after,.cs-offcanvas-toggle__icon:before{background:#000}.cs-offcanvas-navigation{position:relative;width:100%;height:100%;overflow:hidden;background:#fff}.cs-offcanvas-navigation__list{z-index:1;width:100%;min-width:100%;list-style:none;padding:0;margin:0;background-color:#fff;overflow-y:hidden;overflow-x:hidden;height:100%;-webkit-overflow-scrolling:touch;display:none}.cs-offcanvas-navigation__list--active,.cs-offcanvas-navigation__list--current,.cs-offcanvas-navigation__list--level_0{display:block}.cs-offcanvas-navigation__list--current,.cs-offcanvas-navigation__list--level_0{overflow-y:auto}.cs-offcanvas-navigation__list--current>.cs-offcanvas-navigation__item>.cs-offcanvas-navigation__list{display:block}.cs-offcanvas-navigation__list .cs-offcanvas-navigation__list{position:absolute;left:105%;height:100%;top:0;transition:transform .3s}.cs-offcanvas-navigation__list .cs-offcanvas-navigation__list--active{transform:translateX(-105%);transform:translate3d(-105%,0,0)}.cs-offcanvas-navigation__item{width:100%;display:flex;overflow:hidden;margin:0}.cs-offcanvas-navigation__item+.cs-offcanvas-navigation__item{border-top:1px solid #dcdcdc}.cs-offcanvas-navigation__item:last-of-type{border-bottom:1px solid #dcdcdc}.cs-offcanvas-navigation__item--with-icon .cs-offcanvas-navigation__text{position:relative;padding-left:2rem}.cs-offcanvas-navigation__link{min-width:100%;width:100%;display:flex;padding:2.4rem 2rem;font-size:1.4rem;align-items:center;text-transform:uppercase;font-weight:700;position:relative}.cs-offcanvas-navigation__link,.cs-offcanvas-navigation__link:hover,.cs-offcanvas-navigation__link:visited{color:#212121}.cs-offcanvas-navigation__link--sign-in,.cs-offcanvas-navigation__link--sign-out{padding-right:5rem}.cs-offcanvas-navigation__link--sign-in,.cs-offcanvas-navigation__link--sign-in:hover,.cs-offcanvas-navigation__link--sign-in:visited,.cs-offcanvas-navigation__link--sign-out,.cs-offcanvas-navigation__link--sign-out:hover,.cs-offcanvas-navigation__link--sign-out:visited{color:#324dcf}.cs-offcanvas-navigation__link--sign-in:hover .cs-offcanvas-navigation__icon path,.cs-offcanvas-navigation__link--sign-out:hover .cs-offcanvas-navigation__icon path{fill:#324dcf}.cs-offcanvas-navigation__link--sign-in .cs-offcanvas-navigation__icon,.cs-offcanvas-navigation__link--sign-out .cs-offcanvas-navigation__icon{width:2.3rem;height:2.7rem;right:2rem}.cs-offcanvas-navigation__link--sign-in .cs-offcanvas-navigation__icon path,.cs-offcanvas-navigation__link--sign-out .cs-offcanvas-navigation__icon path{fill:#324dcf}.cs-offcanvas-navigation__link--parent .cs-offcanvas-navigation__icon,.cs-offcanvas-navigation__link--return .cs-offcanvas-navigation__icon{width:.7rem;height:.1rem}.cs-offcanvas-navigation__link--parent{padding-right:5rem}.cs-offcanvas-navigation__link--parent .cs-offcanvas-navigation__icon{right:2rem}.cs-offcanvas-navigation__link--return{padding-left:5rem}.cs-offcanvas-navigation__link--return .cs-offcanvas-navigation__icon{left:2rem}.cs-offcanvas-navigation__link--next{position:relative}.cs-offcanvas-navigation__link--next:after,.cs-offcanvas-navigation__link--next:before{content:"";position:absolute;top:50%;width:.7rem;height:.1rem;left:auto;background-color:#324dcf;backface-visibility:hidden}.cs-offcanvas-navigation__link--next[aria-expanded=true]:after,.cs-offcanvas-navigation__link--next[aria-expanded=true]:before{background-color:#888}.cs-offcanvas-navigation__link--next:before{transform:rotate(135deg) translate3d(50%,0,0);right:2rem}.cs-offcanvas-navigation__link--next:after{right:2rem;transform:rotate(-135deg) translate3d(50%,0,0)}.cs-offcanvas-navigation__link--next[aria-expanded=true]:before{transform:rotate(225deg) translateZ(0);right:0}.cs-offcanvas-navigation__link--next[aria-expanded=true]:after{transform:rotate(-45deg) translateZ(0);right:2rem}.cs-offcanvas-navigation__link--prev{position:relative}.cs-offcanvas-navigation__link--prev:after,.cs-offcanvas-navigation__link--prev:before{content:"";position:absolute;top:50%;width:.7rem;height:.1rem;left:auto;background-color:#324dcf;backface-visibility:hidden}.cs-offcanvas-navigation__link--prev[aria-expanded=true]:after,.cs-offcanvas-navigation__link--prev[aria-expanded=true]:before{background-color:#888}.cs-offcanvas-navigation__link--prev:before{transform:rotate(45deg) translate3d(50%,-50%,0);right:0}.cs-offcanvas-navigation__link--prev:after{right:0;transform:rotate(-45deg) translate3d(50%,50%,0)}.cs-offcanvas-navigation__link--prev[aria-expanded=true]:before{transform:rotate(-45deg) translateZ(0);right:auto}.cs-offcanvas-navigation__link--prev[aria-expanded=true]:after{transform:rotate(-135deg) translateZ(0);right:0}.cs-offcanvas-navigation__link--prev:after,.cs-offcanvas-navigation__link--prev:before{left:2rem}.cs-offcanvas-navigation .active>.cs-offcanvas-navigation__link{color:#324dcf}.cs-offcanvas-navigation__icon{position:absolute;top:50%;transform:translateY(-50%)}.cs-offcanvas-navigation__icon path{fill:#324dcf}.cs-offcanvas-navigation__category-icon-wrapper{position:relative;width:2rem;margin-right:1rem}.cs-offcanvas-navigation__category-icon{position:absolute;top:50%;left:0;transform:translate3d(0,-50%,0);max-height:2rem}.cs-offcanvas{position:relative;z-index:300}.cs-offcanvas__drawer,.cs-offcanvas__overlay{position:fixed;left:0;top:0;bottom:0;top:5rem}@media (min-width:48em){.cs-offcanvas__drawer,.cs-offcanvas__overlay{top:8.3rem;bottom:0}}@media (min-width:64em){.cs-offcanvas__drawer,.cs-offcanvas__overlay{display:none}}.cs-offcanvas--mini-cart .cs-offcanvas__drawer,.cs-offcanvas--mini-cart .cs-offcanvas__overlay{display:block;top:0}.cs-offcanvas__overlay{width:100%;height:calc(100% - 5rem);background-color:transparent;transition:background-color .3s,transform 1ms .3s;transform:scale(0);cursor:pointer}@media (min-width:48em){.cs-offcanvas__overlay{height:100%}}.cs-offcanvas--mini-cart .cs-offcanvas__overlay{height:100%}.cs-offcanvas .overlay--visible{transform:scale(1);background:rgba(0,0,0,.7);transition:background-color .3s}.cs-offcanvas__drawer{position:fixed;background:#fff;transition:transform .3s;width:90%;max-width:40rem}.cs-offcanvas--side_left .cs-offcanvas__drawer{left:0;right:auto;transform:translate3d(-105%,0,0)}.cs-offcanvas--side_right .cs-offcanvas__drawer{left:auto;right:0;transform:translate3d(105%,0,0)}.cs-offcanvas__drawer--navigation{left:0;right:auto;transform:translate3d(-105%,0,0)}.cs-offcanvas .drawer--visible{transform:translateZ(0)!important}.cs-offcanvas__spinner{position:absolute;width:6rem;height:6rem;left:50%;top:20%;margin-left:-3rem}.cs-offcanvas__drawer{max-width:48rem}.cs-offcanvas--mini-cart>.drawer{bottom:0}.cs-offcanvas-filters{position:relative;z-index:1001}.cs-offcanvas-filters__drawer,.cs-offcanvas-filters__overlay{position:fixed;left:0;top:0;bottom:0}.cs-offcanvas-filters__overlay{width:100%;height:100%;background-color:transparent;transition:background-color .3s,transform 1ms .3s;transform:scale(0);cursor:pointer}.cs-offcanvas-filters .overlay--visible{transform:scale(1);background:rgba(0,0,0,.7);transition:background-color .3s}.cs-offcanvas-filters__drawer{position:fixed;background:#fff;transition:transform .3s;width:90%;max-width:40rem;left:0;right:auto;transform:translate3d(-105%,0,0);overflow-y:auto}.cs-offcanvas-filters .drawer--visible{transform:translateZ(0)!important}.cs-offcanvas-filters__headline{padding:2rem;font-size:4.2rem}.cs-offcanvas-filters__close{width:4rem;height:4rem;position:absolute;right:1.5rem;top:1rem;background:none;border:none;padding:0;cursor:pointer}.cs-offcanvas-filters__close-icon{position:relative;transform:rotate(45deg) translateY(-.5rem);width:100%;height:100%;display:inline-block}.cs-offcanvas-filters__close-icon:after,.cs-offcanvas-filters__close-icon:before{content:"";position:absolute;top:50%;width:2rem;height:.2rem;left:auto;background-color:#484848;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden}.cs-offcanvas-filters__close-icon:hover:after,.cs-offcanvas-filters__close-icon:hover:before{background-color:#696969}.cs-offcanvas-filters__close-icon[aria-expanded=true]:after,.cs-offcanvas-filters__close-icon[aria-expanded=true]:before{background-color:#888}.cs-offcanvas-filters__close-icon:after,.cs-offcanvas-filters__close-icon:before{right:1rem;transform:translate3d(0,-50%,0)!important}.cs-offcanvas-filters__close-icon:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-offcanvas-filters__close-icon[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-offcanvas-filters__close-icon[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}.page-title{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:4.2rem;line-height:1.1;color:#333;font-weight:700;margin:1rem 0 2rem;text-transform:none}.cs-page-bottom{padding:1.5rem 0;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width:48em){.cs-page-bottom{flex-wrap:wrap;justify-content:flex-start}}@media (min-width:64em){.cs-page-bottom{flex-wrap:nowrap;justify-content:space-between}}.page-print .cs-page-bottom{display:none}.cs-page-bottom__image{height:3rem;width:auto}.cs-page-bottom__image--circle{width:4.7rem;height:4.7rem;min-width:4.7rem;min-height:4.7rem;margin-right:1rem}.cs-page-bottom__text{font-size:1.2rem;color:#696969;margin-bottom:0;margin-right:.6rem}.cs-page-bottom__text--small{font-size:1rem}.cs-page-bottom__group{display:flex;align-items:center;flex-grow:1;flex-shrink:1;justify-content:space-between}@media (min-width:48em){.cs-page-bottom__group{width:100%;padding:1rem 0}}@media (min-width:64em){.cs-page-bottom__group{width:auto;padding:0}}.cs-page-bottom__group--info{display:none;flex-direction:row-reverse}@media (min-width:48em){.cs-page-bottom__group--info{display:flex;flex-basis:40%;justify-content:flex-end;padding-right:1.5rem}.cs-page-bottom__group--info .cs-page-bottom__text{max-width:20rem}}@media (min-width:64em){.cs-page-bottom__group--info{flex-basis:17%;padding-right:0}.cs-page-bottom__group--info .cs-page-bottom__text{max-width:100%}}.cs-page-bottom__group--shipping{display:none}@media (min-width:48em){.cs-page-bottom__group--shipping{display:flex;flex-basis:55%;padding-left:1.5rem}}@media (min-width:64em){.cs-page-bottom__group--shipping{flex-basis:33%;padding-left:4rem}}.cs-page-bottom__group--payment{flex-basis:50%}@media (max-width:47.99em){.cs-page-bottom__group--payment .cs-page-bottom__text{display:none}}@media (min-width:48em) and (max-width:63.99em){.cs-page-bottom__group--payment{flex-basis:100%}}@media (min-width:64em){.cs-page-bottom__group--payment{padding-left:4rem}}@media (min-width:64em){.cs-page-bottom__group--payment,.cs-page-bottom__group--shipping{position:relative}.cs-page-bottom__group--payment:before,.cs-page-bottom__group--shipping:before{margin:0 1rem;content:"";position:absolute;left:1rem;top:50%;width:.2rem;height:2rem;background:#dcdcdc;transform:translateY(-50%)}}.cs-page-bottom__logo{display:flex;flex-shrink:1;height:2rem}@media (max-width:63.99em){.cs-page-bottom__logo{width:auto}}.cs-page-bottom__logo--hermes{width:12.2rem}.cs-page-bottom__logo--dhl{height:auto;max-height:2rem;min-width:8.6rem;padding-left:10px}.cs-page-bottom__logo--paypal{width:6.2rem}.cs-page-bottom__logo--visa{height:auto;max-height:2rem;min-width:5.5rem}.cs-page-bottom__logo--mastercard{width:3.3rem}.cs-page-bottom__logo--klarna-sofort{height:auto;max-height:2.5rem;min-height:2.5rem}.cs-page-bottom__logo--klarna{width:7rem}.cs-page-bottom__logo--gls{width:5rem}.cs-page-bottom__logo--giropay{width:4.8rem}.cs-page-bottom__logo--ec{width:1.8rem}.cs-page-bottom__logo--paydirekt{width:6rem}.cs-page-bottom__logo--lastschrift{width:6.15rem}.cs-page-bottom__logo--vorkasse{width:8.3rem}.cs-page-bottom__logo--rechnung{width:6.15rem}.cs-page-bottom__logo:not(:last-child){margin-right:.5rem}.cs-container--page-bottom{max-width:none}.price-box{display:inline-block}.price-box .price{white-space:nowrap}.price-box .old-price .price{font-size:.65rem}.price-box .old-price.no-display{display:none}.price-box .special-price .price{padding-left:.4em}.price-box .old-price .price{color:#696969;font-size:1.5rem;font-weight:700}.price-box .special-price .price{color:#e41f12;font-size:1.5rem}.price-box{display:flex!important;flex-direction:row!important;position:relative}.price-box .price-container{display:flex;flex-direction:column}.price-box .price-including-tax .price{color:#333!important;font-weight:600!important;font-size:1.4rem!important}.price-box .price-excluding-tax{order:-1;margin-bottom:1rem}.price-box .price-excluding-tax .price{color:#c1272f!important;font-size:2.2rem!important}.price-box .price{color:#324dcf;font-size:1.5rem;font-weight:700;margin:0}.price-box .price-label{color:#324dcf;display:none;font-size:1.1rem;font-weight:700;text-transform:uppercase;margin:0 .3rem .3rem 0}.price-box .price-label:after{content:":"}body p .price-box .price-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.price-box .price-wrapper{display:flex;align-items:center}.price-box .price-from,.price-box .price-to{display:inline-block;margin:0;padding:0}.price-box .price-from>.price-container,.price-box .price-to>.price-container{font-size:1.1rem}.price-box .price-from .price-label,.price-box .price-to .price-label{display:inline-block;padding:0}.price-box .old-price{order:-1;text-decoration:none}.price-box .old-price .price-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1rem}.price-box .old-price .price-excluding-tax{order:-1;margin-block:4px 0}.price-box .old-price .price{text-decoration:line-through;color:#333!important;font-size:1.4rem!important;font-weight:300!important}.price-box .special-price .price-container{display:flex;flex-direction:column}.price-box .special-price .price{padding-left:0;color:#c1272f!important;font-size:2.2rem!important;font-weight:700}.price-box .special-price .price-including-tax .price{color:#333!important;font-weight:600!important;font-size:1.4rem!important}.price-box .special-price .price-excluding-tax:before,.price-box .special-price .price-including-tax:before{display:none!important}.price-box .special-price .price-excluding-tax{order:-1;margin-block:0 1rem}.price-box .special-price.active .price{color:#e41f12}.price-box .price-from{margin-right:1rem}.cs-price--pdp_dailydeal-countdown .price-box:not(.price-final_price_without_daily_deal){display:none}.price-box .price-container.price-final_price:not(:only-child) .price{color:#e41f12}.cs-bundle-box__add .price-as-configured{margin:1rem 0 0}.minimal-price-link{margin-top:0!important;margin-right:1.5rem;position:relative}.minimal-price-link:after{color:#324dcf;display:block;content:"-";right:-1rem;top:0;position:absolute}.price-excluding-tax:before,.price-including-tax:before{content:attr(data-label) ": "!important;display:block!important;font-size:1.4rem!important;margin-right:.5rem;font-weight:300;color:#333;width:9rem}@media (max-width:30em){.price-excluding-tax:before,.price-including-tax:before{margin-right:0}}@media (max-width:48em){body.cms-kma-home-page .cs-product-tile__name-link{-webkit-line-clamp:2!important}}@media (min-width:48.01em){body.cms-kma-home-page .cs-product-tile__name-link{-webkit-line-clamp:2!important}}@media (min-width:64.01em){body.cms-kma-home-page .cs-product-tile__name-link{-webkit-line-clamp:3!important}}.cs-product-tile{width:100%;height:100%;position:relative;border-radius:8px;background-color:#fff}@media (min-width:64em){.cs-product-tile:hover{z-index:5}}.cs-product-tile--clickable:hover{cursor:pointer}.cs-product-tile--hidden .cs-product-tile__addons,.cs-product-tile--hidden .cs-product-tile__main{visibility:hidden!important}.cs-product-tile--list{margin-bottom:2rem}.cs-product-tile--list:hover{box-shadow:0 0 12px 0 rgba(0,0,0,.12)}.cs-product-tile--grid.cs-product-tile--static .cs-product-tile__addons{display:none}.cs-product-tile__container{display:flex;height:100%;width:100%}.cs-product-tile--grid .cs-product-tile__container{flex-direction:column;padding:1.5rem}.cs-product-tile--grid .cs-product-tile__container .cs-product-tile__epoint-badges--list{display:none!important}.cs-product-tile--grid .cs-product-tile__container .cs-product-tile__epoint-badges--grid{position:absolute;top:1rem;left:0;right:0;z-index:1}.cs-product-tile--grid .cs-product-tile__container .cs-product-tile__epoint-badges--grid .badge{background-color:#fff}@media (max-width:30em) and (min-width:23.135em){.cs-product-tile--grid .cs-product-tile__container .cs-product-tile__epoint-badges--grid{position:relative;top:0;padding-bottom:2rem}.cs-product-tile--grid .cs-product-tile__container .cs-product-tile__epoint-badges--grid>.badges{position:absolute;top:0;left:0;right:0;z-index:1}}.cs-product-tile--grid .cs-product-tile__container .badges{padding:0;justify-content:center;align-items:center;max-width:70%;margin:auto}.cs-product-tile--list .cs-product-tile__container{flex-direction:row;gap:0 2rem;padding:1.5rem 2.1rem 2.5rem;display:grid;grid-template-columns:1fr 3fr;grid-template-rows:auto auto auto;grid-column-gap:10px;grid-template-areas:"image content" "review content" "badge content"}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__container{grid-template-columns:1fr 2fr;grid-row-gap:1rem}}.cs-product-tile--list .cs-product-tile__container .cs-product-tile__epoint-badges--grid{display:none!important}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__container .cs-product-tile__epoint-badges--grid{display:block!important;grid-area:unset}}@media (min-width:30.01em){.cs-product-tile--list .cs-product-tile__container .cs-product-tile__epoint-badges--grid{grid-area:badge;padding-top:1rem}}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__container .cs-product-tile__epoint-badges--list{display:none!important}}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__container .badges{align-items:center;flex-direction:column}}.cs-product-tile--list .cs-product-tile__link{display:flex;width:100%}.cs-product-tile--grid .cs-product-tile__link{display:block;height:100%}.cs-product-tile__thumbnail{display:flex;grid-area:image}@media (max-width:30em){.cs-product-tile__thumbnail{margin-bottom:-1rem}}.cs-product-tile--list .cs-product-tile__thumbnail{flex:1 1;justify-content:center}@media (max-width:23.125em){.cs-product-tile--list .cs-product-tile__thumbnail{flex:initial}}.cs-product-tile__thumbnail-link{display:block;position:relative;overflow:hidden}.cs-product-tile--grid .cs-product-tile__thumbnail-link{width:100%}.cs-product-tile--list .cs-product-tile__thumbnail-link{padding:0 4rem 0 0;height:100%;flex-grow:0}@media (min-width:48em){.cs-product-tile--list .cs-product-tile__thumbnail-link{padding:0}}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__thumbnail-link{padding:0}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__thumbnail-link{padding:0}}.cs-product-tile__thumbnail-link:hover,.cs-product-tile__thumbnail-link:visited{color:inherit;text-decoration:inherit}.cs-product-tile__figure{position:static;margin:0;padding:0;height:100%;overflow:hidden}.cs-product-tile__figure:before{content:none!important}.cs-product-tile--grid .cs-product-tile__figure{width:100%;justify-content:flex-start;align-items:center;top:0;position:relative}.cs-product-tile--grid .cs-product-tile__figure:before{display:block;content:"";width:100%;padding-top:125.71429%}.cs-product-tile--grid .cs-product-tile__figure .cs-product-tile__thumbnail-link{position:absolute;top:0;left:0;right:0;bottom:0}.cs-product-tile--list .cs-product-tile__figure{width:100%;min-width:10rem;justify-content:center;align-items:flex-start;height:auto}@media (max-width:29.99em){.cs-product-tile--list .cs-product-tile__figure{width:100%}}.cs-product-tile--list .cs-product-tile__figure:before{content:none}.cs-product-tile__image{display:flex;justify-content:center;width:100%;height:auto;max-width:100%;margin:auto}.cs-product-tile__img{width:auto;height:230px;max-height:230px;margin-bottom:1rem}@media (max-width:48em){.cs-product-tile__img{height:auto;min-height:140px;max-height:300px;height:196px}}.cs-product-tile--list .cs-product-tile__img{height:auto;margin-bottom:0}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__img{height:auto}}.cs-product-tile__badges{margin:0;padding:0;list-style:none;display:none;flex-wrap:wrap}.cs-product-tile--grid .cs-product-tile__badges--list,.cs-product-tile--list .cs-product-tile__badges--grid{display:none}.cs-product-tile--grid .cs-product-tile__badges{position:absolute;z-index:2;top:0;left:.3rem;flex-direction:column}.cs-product-tile--list .cs-product-tile__badges{margin:0 0 0 .3rem;justify-content:flex-start}.cs-product-tile__badge{display:inline-flex;justify-content:center;align-items:center;position:relative;background-color:#324dcf;color:#fff;border:0;border-radius:24px;padding:0 .7rem;font-size:1.1rem;font-weight:700;min-height:2em;text-transform:uppercase}@media (min-width:23.125em) and (max-width:29.99em){.cs-product-tile__badge{font-size:.9rem}}.cs-product-tile__badge--discount{background-color:#e41f12;color:#fff}.cs-product-tile__badge--discount .cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge--discount .cs-product-tile__badge-text+.cs-product-tile__badge--discount .cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile__badge--new{background-color:#fed400;color:#000}.cs-product-tile__badge--new .cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge--new .cs-product-tile__badge-text+.cs-product-tile__badge--new .cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile__badge--free-shipping{background-color:#37b841;color:#fff}.cs-product-tile__badge--free-shipping .cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge--free-shipping .cs-product-tile__badge-text+.cs-product-tile__badge--free-shipping .cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile__badge--popular{background-color:#37b841;color:#fff}.cs-product-tile__badge--popular .cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge--popular .cs-product-tile__badge-text+.cs-product-tile__badge--popular .cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile__badge--dailydeal{background-color:#e41f12;color:#fff}.cs-product-tile__badge--dailydeal .cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge--dailydeal .cs-product-tile__badge-text+.cs-product-tile__badge--dailydeal .cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile__badge-item{display:flex}.cs-product-tile--grid .cs-product-tile__badge-item{margin:0 0 .5rem;width:100%}.cs-product-tile--list .cs-product-tile__badge-item{margin:0 1rem .3rem 0}.cs-product-tile__badge-item:empty{display:none}.cs-product-tile__badge-text{line-height:normal}.cs-product-tile__badge-text+.cs-product-tile__badge-text{margin-left:.5rem}.cs-product-tile--list .cs-product-tile__gallery{display:none!important}.cs-product-tile__content{padding:0;display:flex;align-items:stretch;grid-area:content}.cs-product-tile--grid .cs-product-tile__content{flex-direction:column;flex:auto;height:27rem}@media (max-width:64em){.cs-product-tile--grid .cs-product-tile__content{height:27rem;padding-bottom:6rem}}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__content{height:28rem;padding-bottom:4rem}}@media (max-width:30em){.cs-product-tile--grid .cs-product-tile__content{height:auto;padding-bottom:5rem;min-height:32rem;flex:1 1}}.cs-product-tile--list .cs-product-tile__content{position:relative;flex:3 1;flex-direction:column}@media (max-width:23.125em){.cs-product-tile--list .cs-product-tile__content{flex:initial}}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__content{flex-direction:column}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__content{flex-direction:column}}.cs-product-tile__addons{position:absolute;left:0;z-index:1;width:100%;display:flex;flex-wrap:wrap;overflow:hidden;background:transparent;border-radius:8px;min-height:100%;background:linear-gradient(0deg,#fff,#fff 10%,rgba(0,212,255,0) 0);pointer-events:none}.cs-product-tile__addons-bottom,.cs-product-tile__addons-sides{pointer-events:auto}@media (pointer:coarse){.cs-product-tile__addons{opacity:1!important}}@media (pointer:coarse) and (min-width:48.01em){.cs-product-tile__addons{padding-bottom:1.5rem!important}}@media (max-width:48em){.cs-product-tile__addons{height:100%}}.cs-product-tile--list .cs-product-tile__addons{padding:0;margin:1rem 0 0;position:relative;z-index:1;opacity:1;box-shadow:none;transform:none;overflow:visible;justify-content:space-between;align-items:center;flex-direction:row;min-height:unset}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__addons{padding:0;margin:1rem 0 0;flex:1 0 auto;border-left:none;flex-direction:row;align-items:center}@media (max-width:64em){.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__addons{padding:0;margin:0;flex:0 1;flex-direction:column;align-items:flex-start;gap:1rem 0}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__addons-sides{padding:0}}.cs-product-tile--grid .cs-product-tile__addons{align-items:flex-end;opacity:0;top:30px;padding:38.2rem 2.5rem 3rem;box-shadow:0 0 12px 0 rgba(0,0,0,.12);justify-content:center;transform:translate3d(0,-3rem,0)}@media (max-width:64em){.cs-product-tile--grid .cs-product-tile__addons{padding-top:47rem;opacity:1!important;overflow:visible!important;box-shadow:none!important;transform:translateZ(0)!important;top:0}}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__addons{padding-top:44rem}}@media (max-width:23.125em){.cs-product-tile--grid .cs-product-tile__addons{padding-top:43rem}}@media (min-width:64em){.cs-product-tile:hover .cs-product-tile__addons{opacity:1;top:0;transform:translateZ(0);transition:opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99)}}@media (min-width:64em) and (pointer:coarse){.cs-product-tile:hover .cs-product-tile__addons{opacity:0;transform:none}}.cs-product-tile--static .cs-product-tile:hover .cs-product-tile__addons,.cs-product-tile:hover .cs-product-tile__addons .cs-product-tile.no-transition{transition:none}.cs-product-tile__addons-top{width:100%}.cs-product-tile--list .cs-product-tile__addons-top{flex:1 1;display:none}.cs-product-tile__addons-sides{display:flex;width:auto;position:absolute;top:1rem;right:1rem}.cs-product-tile--list .cs-product-tile__addons-sides{position:static}@media (max-width:64em){.cs-product-tile__addons-sides{width:100%;right:.2rem;top:1.6rem;padding:0 1rem}}@media (max-width:30em){.cs-product-tile__addons-sides{padding:0 .5rem}}@media (max-width:23.125em){.cs-product-tile__addons-sides{padding:0 1.5rem}}.cs-product-tile__addons-right{display:none}.cs-product-tile--grid .cs-product-tile__addons-right{align-items:flex-end}.cs-product-tile--list .cs-product-tile__addons-right{align-items:flex-start;padding-left:0;order:-1}.cs-product-tile__addons-bottom{width:auto}.cs-product-tile--list .cs-product-tile__addons-bottom{display:none}@media (min-width:48em){.cs-product-tile--list .cs-product-tile__addons-bottom{display:block}}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__addons-bottom{display:block}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__addons-bottom{display:block}}.cs-product-tile__addons-left{padding-right:0;flex:1 1 auto;display:flex;justify-content:flex-end;flex-direction:column}.cs-product-tile--grid .cs-product-tile__addons-left{align-items:flex-start}.cs-product-tile--list .cs-product-tile__addons-left{align-items:flex-start;padding-right:0;order:2}.cs-product-tile__addons-left .cs-star-rating{display:none!important}.cs-product-tile__review--grid{margin:1rem 0 0}.cs-product-tile--list .cs-product-tile__review--grid{display:none;display:block;grid-area:review;padding-bottom:0;margin-top:0}.cs-product-tile--list .cs-product-tile__review--grid .cs-star-rating{max-width:10rem;flex-wrap:wrap;row-gap:1rem;justify-content:center;margin:auto}.cs-product-tile--grid .cs-product-tile__review--grid{display:none!important}.cs-product-tile__review--list{display:none!important;margin:0 0 1rem}@media (max-width:48em){.cs-product-tile__review--list{margin:0}}@media (min-width:48em){.cs-product-tile__review--list{position:absolute;top:0;right:2rem}.cs-product-tile--list .cs-product-tile__review--list+.cs-product-tile__name{padding-right:12rem}}.cs-products-list--with-sidebar .cs-product-tile__review--list{position:relative;top:0;right:auto;padding-top:.5rem}.cs-products-list--with-sidebar .cs-product-tile__review--list .cs-star-rating__text{min-width:2rem}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile__review--list{position:absolute;top:.5rem;right:9rem;margin:0 0 1rem;padding-top:0}.cs-product-tile--list .cs-products-list--with-sidebar .cs-product-tile__review--list+.cs-product-tile__name{padding-right:12rem}}@media (max-width:30em){.cs-products-list--with-sidebar .cs-product-tile__review--list{display:none!important}}.cs-product-tile--grid .cs-product-tile__review--list{display:none}.cs-product-tile__review:empty{margin:0!important}.cs-product-tile__stock{display:inline-block;white-space:nowrap;font-size:1.3rem}.cs-product-tile__stock--in{color:#37b841}.cs-product-tile__stock--out{color:#e41f12}.cs-product-tile--grid .cs-product-tile__stock{margin:0}.cs-product-tile--list .cs-product-tile__stock{margin:0 1rem 0 0}.cs-product-tile--list .cs-product-tile__dailydeal--grid{display:none!important}.cs-product-tile__dailydeal--list{position:relative;width:auto;margin-bottom:0}.cs-product-tile--grid .cs-product-tile__dailydeal--list{display:none!important}.cs-product-tile__dailydeal--list.cs-dailydeal--tile{position:relative;width:auto;bottom:0}.cs-product-tile--grid .cs-product-tile__dailydeal{margin:0}.cs-product-tile--list .cs-product-tile__dailydeal{margin:1rem 0 0}.cs-product-tile__qty{margin-bottom:1rem;width:11rem;margin-left:auto}.cs-product-tile__main{position:relative;display:flex;align-items:stretch}@media (max-width:30em){.cs-product-tile__main{flex-direction:column!important}}.cs-product-tile--grid .cs-product-tile__main{flex-direction:column;height:100%;justify-content:flex-start}.cs-product-tile--list .cs-product-tile__main{flex-direction:row;flex:1 1 100%}@media (min-width:48em){.cs-product-tile--list .cs-product-tile__main{padding:0}}.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__main{padding:0}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__main{padding:0}}.cs-product-tile__details{flex-shrink:0;text-align:center;text-decoration:none!important;overflow:hidden}.cs-product-tile--list .cs-product-tile__details{display:flex;flex-direction:column;align-items:flex-start;flex:1 1;padding:0}.cs-product-tile--grid .cs-product-tile__details{display:flex;flex-direction:column;height:100%}.cs-product-tile__swatches{display:none}.cs-product-tile--grid .cs-product-tile__swatches{margin:1.5rem 0 1rem;min-height:2.6rem}.cs-product-tile--grid .cs-product-tile__swatches,.cs-product-tile--grid .cs-product-tile__swatches .swatch-attribute-options{justify-content:center}.cs-product-tile--list .cs-product-tile__swatches{width:100%;margin:0 0 .5rem}.cs-product-tile--list .cs-product-tile__swatches:empty{margin:0}.cs-product-tile--list .cs-product-tile__swatches,.cs-product-tile--list .cs-product-tile__swatches .swatch-attribute-options{justify-content:flex-start}.cs-product-tile__swatches--list:empty{margin:0!important}.cs-product-tile__brand{margin-top:1rem;text-align:center;height:2.2rem;min-height:1.6rem}@media (max-width:30em){.cs-product-tile__brand{margin-top:.5rem;height:2rem}.cs-product-tile--list .cs-product-tile__brand{width:calc(100% - 80px);text-align:left}}.cs-product-tile__brand-text{font-size:1.2rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-word}.cs-product-tile__name{line-height:2.4rem;font-weight:700;font-size:1.6rem;margin-top:1rem;overflow:hidden;width:100%;padding:0 1rem;min-height:5rem}.cs-product-tile--grid .cs-product-tile__details>.cs-product-tile__brand+.cs-product-tile__name{margin:.5rem 0 .3rem}@media (max-width:47.99em){.cs-product-tile--grid .cs-product-tile__details>.cs-product-tile__brand+.cs-product-tile__name{margin:.2rem 0 .3rem;flex:1 1}}@media (max-width:30em){.cs-product-tile--grid .cs-product-tile__details>.cs-product-tile__brand+.cs-product-tile__name{margin-top:.2rem}}.cs-product-tile--list .cs-product-tile__name{text-align:left;padding:0;width:100%}.cs-product-tile__sku{padding:0;text-align:center}.cs-product-tile__sku-text{font-size:1.4rem}@media (max-width:30em){.cs-product-tile__sku{padding-bottom:0}}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__sku{margin-top:auto}}.cs-product-tile__name-link{color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;max-width:100%}.cs-product-tile__name-link:visited{color:#333}.cs-product-tile__name-link:hover{color:#333!important;text-decoration:none}.cs-product-tile__description{font-size:1.6rem;font-weight:400;line-height:2.4rem;color:#333;margin:2.4rem 0 2rem;overflow:hidden}.cs-product-tile--grid .cs-product-tile__description{display:none}.cs-product-tile--grid:hover .cs-product-tile__description{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;max-height:12rem}@media (max-width:48em){.cs-product-tile--grid:hover .cs-product-tile__description{-webkit-line-clamp:7;line-clamp:7;max-height:20rem}}.cs-product-tile--list .cs-product-tile__description{width:100%;margin:1rem 0 2rem;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media (max-width:64em){.cs-product-tile--list .cs-product-tile__description{display:none}}.cs-product-tile__description:empty{margin:0!important}.cs-product-tile__additional--list{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;order:-1;margin:0 0 -4.8rem;width:auto;right:0;position:absolute}@media (min-width:48em){.cs-product-tile__additional--list{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}}.cs-products-list--with-sidebar .cs-product-tile__additional--list{flex-direction:row;align-items:flex-end;justify-content:flex-end}@media (min-width:64em){.cs-products-list--with-sidebar .cs-product-tile__additional--list{flex-direction:row;align-items:flex-end;justify-content:flex-end}}@media (max-width:29.99em){.cs-product-tile__additional--list{margin-bottom:-1rem}}.cs-product-tile__addto-left{align-items:flex-end}.cs-product-tile--list .cs-product-tile__addto--grid{display:none}.cs-product-tile--grid .cs-product-tile__addto--grid{order:-1}.cs-product-tile--grid .cs-product-tile__addto--grid .cs-links-block-addto{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (max-width:64em){.cs-product-tile--grid .cs-product-tile__addto--grid{width:100%}.cs-product-tile--grid .cs-product-tile__addto--grid .cs-links-block-addto{flex-direction:row}}.cs-product-tile__addto--list{padding-bottom:1.5rem;margin-top:0!important}.cs-product-tile--grid .cs-product-tile__addto--list{display:none}.cs-product-tile--list .cs-product-tile__addto{margin:1rem 0 0}.cs-product-tile--list .cs-product-tile__addto .cs-links-block-addto{gap:0 1.5rem}.cs-product-tile__addto .cs-links-block-addto__link{font-size:1.3rem}.cs-dashboard__bottom-wishlist .cs-product-tile__addto,.cs-dashboard__wishlist-products-grid .cs-product-tile__addto,.cs-product-tile__addto .cs-links-block-addto__link-label{display:none}.cs-product-tile__addto:empty{margin:0!important}.cs-product-tile--grid .cs-product-tile__addtocart{margin:1rem 0 0}.cs-product-tile--list .cs-product-tile__addtocart{margin:0}.cs-product-tile__addtocart-button{width:100%}@media (max-width:30em){.cs-product-tile__addtocart-button{padding:1rem}}.cs-product-tile__wishlist-remove-icon{display:none!important;position:absolute;top:0;right:0;background:transparent;display:flex;justify-content:center;align-items:center;padding:1.5rem}@media (pointer:fine){.cs-product-tile__wishlist-remove-icon{display:none}}.cs-product-tile__wishlist-remove-icon-image{width:1.2rem;height:1.2rem;fill:#888}.cs-product-tile--list .cs-product-tile__wishlist-comment,.cs-product-tile__wishlist-comment{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-product-tile__wishlist-actions{display:flex;justify-content:center;margin:1.5rem 0 0}@media (max-width:48em){.cs-product-tile__wishlist-actions{margin-top:.5rem}}@media (max-width:30em){.cs-product-tile__wishlist-actions{align-items:center;background-color:#fff;margin:1rem -1rem 0}}@media (max-width:23.125em){.cs-product-tile__wishlist-actions{margin-top:.5rem}}.cs-product-tile__wishlist-actions .cs-product-tile__wishlist-action:hover{color:#c1272f;text-decoration:underline}.cs-product-tile__wishlist-actions .cs-product-tile__wishlist-action:hover span{text-decoration:underline}.cs-product-tile__wishlist-actions .cs-product-tile__wishlist-action--remove{padding-left:5px}.cs-product-tile__wishlist-actions .cs-product-tile__wishlist-action--remove:hover{text-decoration:none!important}.cs-product-tile__wishlist-actions .cs-product-tile__wishlist-action--remove:before{content:"|";color:#000!important}.cs-product-tile__price{line-height:1.2}.cs-product-tile--list .cs-product-tile__price--grid{display:none}.cs-product-tile--grid .cs-product-tile__price--grid{display:flex;justify-content:center}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__price--grid{padding-bottom:4rem;height:13rem}.cs-product-tile--grid .cs-product-tile__price--grid .price-final_price .price-including-tax>.price{margin-top:0}}@media (min-width:48.01em){.cs-product-tile--grid .cs-product-tile__price--grid{padding-top:1.5rem}}@media (min-width:48.01em) and (pointer:fine){.cs-product-tile--grid .cs-product-tile__price--grid{margin-top:auto;margin-bottom:-2.5rem;padding-top:1.5rem;padding-bottom:3rem}}.cs-product-tile__price--grid .old-price .price-excluding-tax>.price,.cs-product-tile__price--grid .old-price .price-including-tax>.price{left:9.5rem}@media (max-width:48em){.cs-product-tile__price--grid .old-price .price-excluding-tax>.price,.cs-product-tile__price--grid .old-price .price-including-tax>.price{left:50%!important;transform:translateX(-50%)}}@media (max-width:48em){.cs-product-tile__price--grid .old-price .price-excluding-tax>.price{top:1.95rem!important}}@media (max-width:48em){.cs-product-tile__price--grid .old-price .price-including-tax:before{transform:translateY(-1.6rem)}.cs-product-tile__price--grid .old-price .price-including-tax>.price{bottom:0!important}}@media (max-width:47.99em){.cs-product-tile__price--grid .price-box .price-wrapper{flex-direction:column!important;align-items:center!important}}.cs-product-tile--grid .cs-product-tile__price--list{display:none}@media (max-width:48em){.cs-product-tile__price--list .special-price .price-including-tax{transform:translateY(-1rem)!important}.cs-product-tile__price--list .special-price .price-including-tax>.price{margin-top:3px!important;transform:translateY(-3px)}}@media (max-width:48em){.cs-product-tile__price--list .special-price .price-excluding-tax{transform:translateY(-4.7rem)!important;margin-top:0!important}}@media (max-width:48em){.cs-product-tile__price--list .old-price .price-excluding-tax>.price,.cs-product-tile__price--list .old-price .price-including-tax>.price{left:0!important;transform:none}}@media (max-width:48em){.cs-product-tile__price--list .old-price .price-excluding-tax{margin-top:0}.cs-product-tile__price--list .old-price .price-excluding-tax>.price{top:2rem!important}}@media (max-width:48em){.cs-product-tile__price--list .old-price .price-including-tax>.price{bottom:3rem!important}}.cs-product-tile__price .price-box{margin-top:2rem;display:flex;line-height:2rem}.cs-product-tile__price .price-box .price-excluding-tax .price{font-size:1.8rem!important}@media (max-width:47.99em){.cs-product-tile__price .price-box .price-wrapper{flex-direction:column!important;align-items:flex-start}}.cs-product-tile__price .price-box .price-wrapper .price{font-size:1.8rem;font-weight:700;color:#333}.cs-product-tile__price .price-box .old-price{height:100%}@media (max-width:48em){.cs-product-tile__price .price-box .old-price>.price-container{gap:5.5rem}}.cs-product-tile__price .price-box .old-price .price{font-size:1.4rem!important;font-weight:400;color:#333;text-decoration:line-through}@media (max-width:47.99em){.cs-product-tile__price .price-box .old-price .price-including-tax{gap:0}}.cs-product-tile__price .price-box .old-price .price-including-tax>.price{position:absolute;bottom:-2rem;left:9.5rem}@media (max-width:47.99em){.cs-product-tile__price .price-box .old-price .price-excluding-tax{gap:0}}.cs-product-tile__price .price-box .old-price .price-excluding-tax>.price{position:absolute;top:-1.5rem;left:9rem}.cs-product-tile__price .price-box .special-price{height:100%}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__price .price-box .special-price{width:100%;position:absolute}}.cs-product-tile__price .price-box .special-price .price{font-weight:700;color:#c1272f}.cs-product-tile__price .price-box .special-price .price-excluding-tax{margin-left:-.5rem}@media (max-width:47.99em){.cs-product-tile__price .price-box .special-price .price-excluding-tax{margin-top:-2rem;margin-left:0;transform:translateY(3.1rem)}}.cs-product-tile__price .price-box .special-price .price-excluding-tax .price{font-size:1.8rem!important}@media (max-width:47.99em){.cs-product-tile__price .price-box .special-price .price-including-tax{transform:translateY(3.9rem)}}.cs-product-tile__price .price-box .special-price .price-final_price{height:100%;justify-content:space-evenly}.cs-product-tile__price .price-box .minimal-price{margin:0;display:flex}.cs-product-tile--grid .cs-product-tile__price .price-box{margin:0 0 2rem;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width:30em){.cs-product-tile--grid .cs-product-tile__price .price-box{margin:0}}.cs-product-tile--grid .cs-product-tile__price .price-box .old-price{order:-1;text-decoration:none}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__price .price-box .old-price .price-wrapper:before{visibility:visible}}.cs-product-tile--grid .cs-product-tile__price .price-box .old-price .price-wrapper .price{text-decoration:line-through}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__price .price-box .special-price .price-wrapper:before{display:none}}.cs-product-tile--grid .cs-product-tile__price .price-box .minimal-price{align-items:center}.cs-product-tile--grid .cs-product-tile__price .price-box .old-price .price{margin-right:0}@media (max-width:48em){.cs-product-tile--grid .cs-product-tile__price .price-box{align-items:center}}.cs-product-tile--list .cs-product-tile__price .price-box{justify-content:flex-end;margin:0;text-align:left;flex-direction:column}.cs-product-tile--list .cs-product-tile__price .price-box .old-price .price-wrapper{justify-content:flex-start}.cs-product-tile--list .cs-product-tile__price .price-box .old-price .price-wrapper:before{display:none}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__price .price-box .old-price>.price-container{padding-top:.5rem;gap:5rem}}.cs-product-tile--list .cs-product-tile__price .price-box .old-price{order:-1;text-align:left;text-decoration:none}.cs-product-tile--list .cs-product-tile__price .price-box .old-price .price-wrapper .price{text-decoration:line-through}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__price .price-box .special-price .price-wrapper:before{display:none}}.cs-product-tile--list .cs-product-tile__price .price-box .price-from{margin-right:0}.cs-product-tile--list .cs-product-tile__price .price-box .minimal-price{flex-direction:column}.cs-product-tile__price--dailydeal-countdown .price-box:not(.price-final_price_without_daily_deal){display:none}.cs-product-tile__price--dailydeal-countdown .price-box.price-box--visible{display:flex}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__price .price-box{flex-direction:column!important}}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__price .price-box .old-price .price-excluding-tax .price,.cs-product-tile--list .cs-product-tile__price .price-box .old-price .price-including-tax .price{transform:none}}@media (max-width:48em){.cs-product-tile--list .cs-product-tile__price .price-box .special-price{margin:0}}@media (min-width:48.01em){.cs-product-tile--list .cs-product-tile__addons{gap:3rem 0!important;padding-top:1rem!important}.cs-product-tile--list .cs-product-tile__addons-sides{padding-bottom:1rem}.cs-product-tile--list .cs-product-tile__addons-bottom{margin-top:auto}}.cs-products-list{margin:0;padding:0;list-style:none}.cs-products-list__item{margin:0}.cs-products-list:not(.cs-products-list--carousel) .cs-products-list__item{border-bottom:1px solid #f0f0f0;padding:0}.cs-products-list:not(.cs-products-list--carousel) .cs-products-list__item:last-child{border-bottom:0}@media (min-width:48em){.cs-products-list--carousel .cs-products-list__item{border-bottom:1px solid #f0f0f0;padding:0}.cs-products-list--carousel .cs-products-list__item:last-child{border-bottom:0}}.cs-qty-increment{position:relative;display:flex;flex-wrap:wrap}.cs-qty-increment--wishlist,.cs-qty-increment__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-qty-increment__input{font-size:1.6rem;line-height:2.6rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit;font-size:inherit;text-align:center;margin:0;padding:1rem .5em;border-radius:0;width:0;min-width:2ch;flex:1 1;order:2}.cs-qty-increment__input:focus:not([disabled]),.cs-qty-increment__input:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-qty-increment__input.mage-error,.cs-qty-increment__input.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-qty-increment__input.required-entry{margin-bottom:0}.cs-qty-increment__input::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-qty-increment__input::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-qty-increment__input[disabled]{opacity:1}.cs-qty-increment__input,.cs-qty-increment__input:focus:not([disabled]),.cs-qty-increment__input:hover:not([disabled]){border-left-width:0;border-right-width:0;border-color:#dcdcdc}.cs-qty-increment__input.mage-error,.cs-qty-increment__input.mage-error~.cs-qty-increment__button{border-color:#e41f12!important}.cs-qty-increment__input+.mage-error{order:3;width:100%}.cs-qty-increment__button{transition:background-color .5s,border-color .5s,fill .5s;max-width:3rem;background-color:transparent;flex:1 1 2rem;position:relative;padding-left:.5em;padding-right:.5em;border-radius:24px}.cs-qty-increment__button,.cs-qty-increment__button:focus,.cs-qty-increment__button:visited{background-color:transparent;border:1px solid #dcdcdc}.cs-qty-increment__button *,.cs-qty-increment__button:focus *,.cs-qty-increment__button:visited *{fill:#324dcf}.cs-qty-increment__button:active,.cs-qty-increment__button:hover{background-color:#324dcf;border:1px solid #324dcf;cursor:pointer}.cs-qty-increment__button:active *,.cs-qty-increment__button:hover *{fill:#fff}.cs-qty-increment__button--decrement{order:1;border-top-right-radius:0;border-bottom-right-radius:0}.cs-qty-increment__button--increment{order:2;border-top-left-radius:0;border-bottom-left-radius:0}.cs-qty-increment__button--disabled{opacity:1}.cs-qty-increment__button--disabled,.cs-qty-increment__button--disabled:focus,.cs-qty-increment__button--disabled:hover,.cs-qty-increment__button--disabled:visited{background-color:transparent;border:1px solid #dcdcdc;cursor:not-allowed}.cs-qty-increment__button--disabled *,.cs-qty-increment__button--disabled:focus *,.cs-qty-increment__button--disabled:hover *,.cs-qty-increment__button--disabled:visited *{fill:#dcdcdc}.cs-qty-increment__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cs-qty-increment__icon--decrement{width:1.2rem;height:.3rem}.cs-qty-increment__icon--increment{width:1.2rem;height:1.2rem}.cs-qty-increment__button:hover{background-color:#c1272f;border-color:#c1272f}.cs-qty-increment__button--disabled svg path{fill:#d5d5d5!important}.cs-qty-increment svg path{fill:#000}.ui-slider-horizontal{height:1rem;margin-left:.5rem;margin-right:.5rem;border-radius:1rem}.ui-slider-horizontal .ui-slider-handle{width:1rem;height:1rem;background:#324dcf;margin-left:-.5rem}.ui-slider-horizontal .ui-slider-handle.ui-state-active,.ui-slider-horizontal .ui-slider-handle.ui-state-focus,.ui-slider-horizontal .ui-slider-handle.ui-state-hover{transform:scale(1.5);background:#142b9e}.ui-slider-horizontal{background:#dcdcdc;height:.4rem;margin-left:.65rem;margin-right:.65rem;position:relative;border-radius:1.3rem}.ui-slider-horizontal .ui-slider-handle{top:-1rem;width:2.6rem;height:2.6rem;background:#fff;border:1px solid #333;transition:transform .3s,background .3s;cursor:pointer;position:absolute;border-radius:50%;margin-left:-1.3rem;display:flex;justify-content:center;align-items:center}.ui-slider-horizontal .ui-slider-handle:after{content:"";position:absolute;top:.8rem;left:.7rem;display:block;border-top:1px solid #333;border-right:1px solid #333;width:.7rem;height:.7rem;transform:rotate(45deg)}.ui-slider-horizontal .ui-slider-handle:first-of-type:after{transform:rotate(-135deg);left:1rem}.ui-slider-horizontal .ui-slider-handle.ui-state-active,.ui-slider-horizontal .ui-slider-handle.ui-state-focus,.ui-slider-horizontal .ui-slider-handle.ui-state-hover{transform:scale(1);background:#fff}.cs-social-media-list{margin:0;list-style:none;display:flex;padding:1.5rem 0;justify-content:center;align-items:center}@media (min-width:48em){.cs-social-media-list{justify-content:flex-start;padding-bottom:0;padding-top:0}}.cs-social-media-list__item{margin:0 .4em;padding:0}.cs-social-media-list__link{display:flex;position:relative;height:3.5em;min-width:4em;background:#212121;color:inherit;border-radius:24px;transition:background-color .15s linear}.cs-social-media-list__link:hover{background:#142b9e}.cs-social-media-list__icon{position:absolute;transform:translate3d(-55%,-55%,0);top:50%;left:55%}.cs-social-media-list__item--fb .cs-social-media-list__icon{width:.9em;height:1.8em}.cs-social-media-list__item--tw .cs-social-media-list__icon{width:2.5em;height:2em}.cs-social-media-list__item--yt .cs-social-media-list__icon{width:1.8em;height:2.1em}.cs-social-media-list__item--gp .cs-social-media-list__icon{width:2em;height:2em;margin-top:.1em}.cs-star-rating{display:flex;align-items:center}.cs-star-rating__stars{display:inline-flex;padding:0;width:7.2rem;justify-content:space-between}.cs-star-rating--summary .cs-star-rating__stars{width:10rem;padding:0}.cs-star-rating--review .cs-star-rating__stars{width:7.2rem;padding:0}.cs-star-rating__star{display:flex;width:1.5rem;height:100%;fill:#888}.cs-star-rating__star--active,.cs-star-rating__star--half-active .star-left{fill:#fcb739}.cs-star-rating__star--half-active .star-rigth{fill:#888}.cs-star-rating--summary .cs-star-rating__star{width:2rem}.cs-star-rating--review .cs-star-rating__star{width:1.5rem}.cs-star-rating__star path{fill-opacity:1;fill:inherit}.cs-star-rating img{width:1.5rem;height:100%}.cs-star-rating__form-stars{display:inline-flex;padding:0}.cs-star-rating__form-star{opacity:1;fill:#888;width:100%}.cs-star-rating__form-star--active{fill:#fcb739}.cs-star-rating__form-star path{fill-opacity:1;fill:inherit}.cs-star-rating__form-star:nth-last-of-type(){padding-right:0}.cs-star-rating__form-stars:hover .cs-star-rating__form-star{fill:#fcb739}.cs-star-rating__form-stars label:hover~label .cs-star-rating__form-star{fill:#888}.cs-star-rating__text{display:inline-block;color:#696969;padding-left:.5em;line-height:1;padding-top:calc(1.5rem * .1)}.cs-star-rating__text--count:before{content:"("}.cs-star-rating__text--count:after{content:")"}.cs-star-rating__text--empty{padding-left:0}.cs-star-rating__text-annotation{display:inline;line-height:1}.cs-product-tile .cs-star-rating__text-annotation{display:none}.cs-star-rating__label{color:#212121;font-size:.75em;font-weight:700;text-transform:uppercase;padding-top:calc(1.5rem * .2)}.review-control-vote{overflow:hidden}.review-control-vote .rating-1{z-index:1}.review-control-vote .rating-1:before{content:none}.review-control-vote .rating-2{z-index:2}.review-control-vote .rating-2:before{content:none}.review-control-vote .rating-3{z-index:3}.review-control-vote .rating-3:before{content:none}.review-control-vote .rating-4{z-index:4}.review-control-vote .rating-4:before{content:none}.review-control-vote .rating-5{z-index:5}.review-control-vote .rating-5:before,.review-control-vote:before{content:none}.review-control-vote label{position:static;cursor:pointer;display:block;width:3rem;padding-right:1rem;line-height:0}@media (min-width:48em){.review-control-vote label{width:2.6rem;padding-right:.6rem}}.review-control-vote label:last-child{width:2rem;padding-right:0}.review-control-vote label span{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;white-space:normal}.cs-star-rating__form-stars{margin-top:-3px}.cs-star-rating__form-star{fill:transparent;stroke:#333}.cs-star-rating__form-star--active{fill:#003666}.cs-star-rating__form-star .star-right{stroke:none}.cs-star-rating__form-stars:hover .cs-star-rating__form-star{fill:#003666}.cs-star-rating__form-stars label:hover~label .cs-star-rating__form-star{fill:transparent}.cs-star-rating__stars{width:9.2rem!important;margin-left:-.5rem}.cs-star-rating__star{fill:transparent;stroke:#333;margin-left:5px;width:2.5rem!important}.cs-star-rating__star .star-right{stroke:none}.cs-star-rating__star--active{fill:#003666}.cs-star-rating__star--half-active .star-left{fill:rgba(0,54,102,.5)}.cs-star-rating__text{min-width:4rem;text-align:center;white-space:nowrap}.cs-star-rating__label{font-weight:300!important;text-transform:none!important;font-size:1.4rem!important;color:#878787!important;margin-block:.25em}[class^=swatch-opt-]{font-size:.45em;min-height:calc(1 * (2.8em + 8px));opacity:1;transition:opacity .3s;pointer-events:none}@media (min-width:48.01em){[class^=swatch-opt-]{pointer-events:auto}}[class^=swatch-opt-]:empty{opacity:0}.swatch-opt{font-size:.9em}.swatch-opt .mage-error{font-size:1em;width:100%;margin-left:calc(10rem + 1.5rem)}@media (min-width:64em){.swatch-opt .mage-error{margin-left:calc(11rem + 1.5rem)}}.swatch-attribute{display:flex;width:100%;overflow:hidden;align-items:center!important;flex-wrap:wrap}.swatch-attribute.swatch-layered{font-size:.8em}.swatch-attribute+.swatch-attribute{margin-top:.8em}.swatch-attribute-label{text-transform:uppercase;line-height:calc(2.8em - 6px + .1em);font-weight:700;font-size:1.1em;width:10rem;margin-right:1.5rem}@media (min-width:64em){.swatch-attribute-label{width:11rem}}.swatch-attribute-label:after{content:": ";line-height:calc(2.8em - 6px + .1em)}.swatch-attribute-selected-option{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.swatch-attribute-options{display:flex;flex-wrap:wrap;margin-left:-.2em;margin-bottom:-.4em;min-width:100%;justify-content:center}.swatch-attribute-options:focus{box-shadow:none}.swatch-opt .swatch-attribute-options{min-width:0;justify-content:flex-start;max-width:calc(100% - 1.5rem - 10rem)}@media (min-width:64em){.swatch-opt .swatch-attribute-options{max-width:calc(100% - 1.5rem - 11rem)}}.swatch-option-link-layered{font-size:1em}.swatch-option-link-layered:hover{text-decoration:none}.swatch-option{font-weight:400;position:relative;min-width:3.2em;height:2.8em;padding:0 .35em;margin:1px calc(1px + .2em) calc(1px + .4em);border-radius:24px;background-color:#f0f0f0;border:3px solid #f0f0f0;color:#696969;cursor:pointer;line-height:calc(2.8em - 6px + .1em);text-align:center;transition:background-color .3s,border-color .3s,opacity .3s,color .3s;display:block!important}.swatch-option:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid #dcdcdc;border-radius:24px;transition:border-color .3s}.swatch-option:after{content:"";position:absolute;top:50%;left:50%;border-radius:50%;background:url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/swatches/disabled.svg) hsla(0,0%,86.3%,.5) 50% no-repeat;transform:translate(-50%,-50%);width:calc(2.8em - 1.2em);height:calc(2.8em - 1.2em);background-size:.6em;transition:opacity .3s;opacity:0}.swatch-option.bis-selected,.swatch-option.selected{border:3px solid #fff;background:#fff}.swatch-option.bis-selected:before,.swatch-option.selected:before{border:1px solid #142b9e}.swatch-option.disabled:not(.back-in-stock-alert),.swatch-option[disabled]:not(.back-in-stock-alert){cursor:not-allowed}.swatch-option.disabled:not(.back-in-stock-alert).text,.swatch-option[disabled]:not(.back-in-stock-alert).text{opacity:.65;color:#888;background:#fff}.swatch-option.disabled:not(.back-in-stock-alert).text:before,.swatch-option[disabled]:not(.back-in-stock-alert).text:before{border:1px solid #dcdcdc}.swatch-option.disabled:not(.back-in-stock-alert).color:after,.swatch-option.disabled:not(.back-in-stock-alert).image:after,.swatch-option[disabled]:not(.back-in-stock-alert).color:after,.swatch-option[disabled]:not(.back-in-stock-alert).image:after{opacity:1}.swatch-option.back-in-stock-alert:after{background:hsla(0,0%,86.3%,.55) url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/push-notification/icon_notification-outline.svg) 50%/64% no-repeat;opacity:1}.swatch-option.back-in-stock-alert.text{padding-right:2em}.swatch-option.back-in-stock-alert.text:after{left:auto;right:.35em;background-color:transparent;transform:translateY(-50%)}.swatch-option.back-in-stock-alert:hover,.swatch-option:not(.disabled):not(.selected):not([disabled]):hover{border:3px solid #fff;background:#fff}.swatch-option.back-in-stock-alert:hover:before,.swatch-option:not(.disabled):not(.selected):not([disabled]):hover:before{border:1px solid #324dcf}.swatch-input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap;left:-1000px;position:absolute;visibility:hidden}.swatch-more{display:none}.swatch-option-tooltip,.swatch-option-tooltip-layered{display:none;position:absolute;margin:0;z-index:999;background:#fff;border-radius:.5rem;color:#888;font-size:1.3rem;font-weight:400;padding:.5rem;text-align:center;min-width:2rem;border:.1rem solid #dcdcdc}.swatch-option-tooltip-layered .image,.swatch-option-tooltip .image{display:block;margin:0 auto;width:110px;height:110px}.swatch-option-tooltip-layered .corner:after,.swatch-option-tooltip .corner:after{content:"";position:absolute;top:100%;display:block;width:1rem;height:1rem;background-color:#fff;left:50%;transform:translateX(-50%) rotate(45deg);border-bottom:.1rem solid #dcdcdc;border-right:.1rem solid #dcdcdc;margin-top:calc(-.5rem + .1rem)}.swatch-option-tooltip{pointer-events:none}.missing-swatches-modal{max-width:40rem;margin-left:auto}.missing-swatches-modal .mage-error{padding-top:.8rem}.missing-swatches-modal .swatch-attribute+.swatch-attribute{margin-top:2rem}.cs-topbar{background:transparent;display:none;width:100%;font-size:1.1rem}@media (min-width:64em){.cs-topbar{display:flex;z-index:302}}.cs-topbar__wrapper{display:flex;flex-wrap:wrap;flex-grow:1;align-items:center;height:2.7rem}@media (min-width:64em){.cs-topbar__wrapper{flex-wrap:nowrap}}.cs-topbar__item{color:#212121;display:flex;flex:0 0 auto;white-space:nowrap;height:100%}.cs-topbar__item--usps{margin-right:auto;display:none}@media (min-width:80em){.cs-topbar__item--usps{display:flex}}.cs-topbar__item--hotline{align-items:center;flex:1 1;justify-content:flex-end}.cs-topbar__item--language{height:100%}.cs-topbar__item>ul,.cs-topbar__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.cs-topbar__list-item{margin-bottom:0;height:2.7rem;display:flex;align-items:center;position:relative}.cs-topbar__list-item:not(:last-child){margin-right:.9rem;padding:0 .3rem 0 0}@media (min-width:64em){.cs-topbar__list-item{padding:0 1.3rem 0 0;margin-right:1.7rem}}.cs-topbar__list-item:not(:last-child):before{position:absolute;top:0;bottom:0;right:0;content:"";border-right:.2rem solid #fff}.cs-topbar__text{color:#212121}.cs-topbar__link{margin-right:.9rem}.cs-topbar__link,.cs-topbar__link:visited{color:#324dcf;text-decoration:none}.cs-topbar__link:active,.cs-topbar__link:focus,.cs-topbar__link:hover,.cs-topbar__link:visited:focus,.cs-topbar__link:visited:hover{color:#142b9e;text-decoration:none}.cs-topbar__hotline{display:flex;align-items:center}.cs-topbar__phone-number{font-weight:700;margin-right:.9rem}.cs-topbar__phone-number,.cs-topbar__phone-number:active,.cs-topbar__phone-number:focus,.cs-topbar__phone-number:hover,.cs-topbar__phone-number:visited,.cs-topbar__phone-number:visited:focus,.cs-topbar__phone-number:visited:hover{color:#000;text-decoration:none}.cs-container--top-bar{background-color:#f0f0f0;max-width:none;background-color:#fff}.cs-container--top-bar .cs-topbar{max-width:160rem;z-index:6}@media (max-width:79.99em){.cs-container--top-bar .cs-topbar{display:block}}.cs-container--top-bar .cs-topbar__wrapper{height:auto}.cs-container--top-bar .cs-topbar__item{display:block;width:100%;border-bottom:1px solid #e5e5e5}@media (max-width:79.99em){.cs-container--top-bar .cs-topbar__item{border-bottom:none}}.cs-container--top-bar .cs-topbar div[data-content-type=text] p{display:flex;align-items:center;justify-content:center;margin:0;padding:10px 0;max-height:40px}.cs-container--top-bar .cs-topbar div[data-content-type=text] img{max-width:30px;max-height:30px;margin-bottom:3px}h1{font-size:5.6rem}h1,h2{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.1;color:#333;font-weight:700;text-transform:none;margin:1rem 0 2rem}h2{font-size:4.2rem}h3{font-size:2.4rem}h3,h4{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.1;color:#333;font-weight:700;text-transform:none;margin:1rem 0 2rem}h4{font-size:1.8rem}h5{font-size:1.1rem}h5,h6{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.1;color:#333;font-weight:700;text-transform:none;margin:1rem 0 2rem}h6{font-size:1rem}a,a:active,a:focus,a:hover,a:visited,a:visited:focus,a:visited:hover{color:#333;text-decoration:none}ol,ul{margin:0 0 2.5rem;padding:0 0 0 4rem}ol>li,ul>li{margin:0 0 1rem}body{font-size:1.6rem}.cs-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-select{min-width:.5px;position:absolute;bottom:0;left:50%;display:block;height:100%;padding:0;opacity:0;border:none}.cs-select--mobile{top:0;left:0;display:block;width:100%;z-index:4}.cs-html-select{position:relative;display:block;min-width:15rem;box-sizing:border-box;z-index:2}.cs-html-select.open{z-index:99}.cs-html-select__trigger{display:flex;align-items:center;position:relative;cursor:pointer;width:100%;min-width:13rem;text-align:left;z-index:3;overflow:hidden;box-sizing:border-box;background:#fff;border:1px solid #d5d5d5;padding:1rem 2.3em 1rem 2.3rem;border-radius:24px;box-shadow:none;font-size:1.6rem}.cs-html-select__trigger--disabled{opacity:1;cursor:not-allowed}.cs-html-select--error .cs-html-select__trigger{border-color:#f46667;border-bottom-left-radius:0;border-bottom-right-radius:0}.cs-html-select--open .cs-html-select__trigger,.cs-html-select.open .cs-html-select__trigger{border-bottom-left-radius:0;border-bottom-right-radius:0;border:1px solid #324dcf;border-bottom-color:#d5d5d5}.cs-html-select__trigger-text{color:#333;line-height:2.6rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.6rem;margin-right:2rem}.cs-html-select__trigger-caret{position:absolute;right:0;top:50%;transform:translateY(-50%)}.cs-html-select__trigger-caret-arrow{display:block;position:relative}.cs-html-select__trigger-caret-arrow:after,.cs-html-select__trigger-caret-arrow:before{content:"";position:absolute;top:50%;width:.7rem;height:1px;left:auto;background-color:#dcdcdc;transition:transform .15s linear,right .15s linear,background-color .15s linear;backface-visibility:hidden}.cs-html-select__trigger-caret-arrow:hover:after,.cs-html-select__trigger-caret-arrow:hover:before{background-color:#888}.cs-html-select--open .cs-html-select__trigger-caret-arrow:after,.cs-html-select--open .cs-html-select__trigger-caret-arrow:before{background-color:#324dcf}.cs-html-select__trigger-caret-arrow:before{transform:rotate(45deg) translateZ(0);right:1.7rem}.cs-html-select__trigger-caret-arrow:after{transform:rotate(-45deg) translateZ(0);right:1.2rem}.cs-html-select--open .cs-html-select__trigger-caret-arrow:before{transform:rotate(-45deg)}.cs-html-select--open .cs-html-select__trigger-caret-arrow:after{transform:rotate(45deg)}.cs-html-select__menu{position:absolute;top:100%;left:0;z-index:5;display:none;border:1px solid #324dcf;border-top-color:#d5d5d5;border-bottom-left-radius:24px;border-bottom-right-radius:24px;background-color:#fff;box-shadow:0 1px 5px 0 hsla(0,0%,39.2%,.2);margin-top:-1px;min-width:100%;overflow:hidden;box-sizing:border-box;transform:translateZ(0)}.cs-html-select--open .cs-html-select__menu{display:block;opacity:1}.cs-html-select--autosuggest:not(.cs-html-select--open) .cs-html-select__menu{padding:0;border:none}.cs-html-select__menu-list{margin:0;padding:0;list-style:none}.cs-html-select__menu-item{margin:0;padding:0;border-top:none}.cs-html-select__menu-item--hidden{display:none}.cs-html-select__menu-link{position:relative;display:flex;align-items:center;padding:0 1em;height:2.8em;color:#212121;background-color:#fff;cursor:pointer;transition:background-color .15s linear,color .15s linear}.cs-html-select__menu-item--selected .cs-html-select__menu-link{color:#fff;background-color:#324dcf}.cs-html-select__menu-item--focused .cs-html-select__menu-link,.cs-html-select__menu-link:focus,.cs-html-select__menu-link:hover{background-color:#324dcf;color:#fff;text-decoration:none;outline:none}.cs-html-select__menu-item-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-html-select__text-image-wrapper{display:flex;align-items:center}.cs-html-select__thumbnail{width:2.5rem;height:2.5rem;display:block;margin-right:1rem}.cs-html-select--autosuggest{padding:0}.cs-html-select--autosuggest .cs-html-select__menu{overflow-y:hidden;max-height:220px}.cs-html-select--autosuggest .cs-html-select__menu-list{max-height:220px}.cs-html-select--autosuggest:not(.cs-html-select--animate) .cs-html-select__menu{padding:0;border:none}.cs-html-select__menu-item--focused .cs-html-select__menu-link,.cs-html-select__menu-item--selected .cs-html-select__menu-link,.cs-html-select__menu-link:focus,.cs-html-select__menu-link:hover{background-color:#878787}.cs-html-select__menu{border:1px solid #d5d5d5}.cs-ie11-modal.modal-slide{left:0;width:100%}.cs-ie11-modal.modal-slide .modal-inner-wrap{top:50%;transform:translate3d(0,-50%,0)!important;width:100%;max-width:78rem;background-color:#fff;margin:auto}.cs-ie11-modal.modal-slide .modal-inner-wrap .modal-content{padding:0}.cs-ie11-modal.modal-slide .action-close{background-size:1.8rem 1.8rem;margin:2.5rem}.cs-ie11-modal.modal-slide .modal-footer{padding:2rem 0;margin:0 3rem;border-top:0;display:flex;justify-content:center}.cs-ie11-modal._show .cs-ie11-modal__inner{display:flex}.cs-ie11-modal__inner{display:none;padding:0 3rem;font-size:1.4rem;color:#212121;height:100%}.cs-ie11-modal__body,.cs-ie11-modal__header{padding:2rem 0}.cs-ie11-modal__header{display:flex;flex-direction:column;align-items:center}.cs-ie11-modal__header-icon{width:7rem;height:7rem;margin-bottom:2rem}.cs-ie11-modal__header-title{font-size:3.5rem;font-weight:700;text-align:center;line-height:100%;max-width:100%}.cs-ie11-modal__body{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.cs-ie11-modal__paragraph{text-align:center;margin-bottom:2rem}.cs-ie11-modal__paragraph--title{font-size:2rem;font-weight:700}.cs-ie11-modal__list{margin:0;padding:0;list-style:none;display:flex;justify-content:space-around}.cs-ie11-modal__list-item{display:flex;flex-direction:column;align-items:center;line-height:130%;margin:0}.cs-ie11-modal__item-logo{width:3.8rem;height:3.8rem;margin-bottom:1rem;border:0}.ie11 .cs-ie11-modal__item-logo{width:4rem;height:4rem}.cs-ie11-modal__item-name{font-weight:700}.ie11 .modal-popup:not(.cs-vide-player__modal) .modal-content{max-height:100%}.cs-pwa-notification._show{position:fixed;bottom:0;top:auto;height:15rem;display:flex;flex-direction:column;justify-content:flex-end;overflow-y:visible}.cs-pwa-notification._show .modal-inner-wrap{width:100%;margin:0;background:#fff;box-shadow:0 -.3rem .5rem 0 rgba(0,0,0,.15)}.cs-pwa-notification--ios-guide .modal-inner-wrap{display:flex;flex-direction:row;align-items:center;position:relative;padding:0;line-height:1.35}.cs-pwa-notification--ios-guide .modal-inner-wrap:after{top:100%;left:50%;content:"";height:0;width:0;position:absolute;pointer-events:none;border:1.6rem solid rgba(242,242,247,0);border-top-color:#f2f2f7;margin-left:-1.6rem}.cs-pwa-notification--ios-guide .modal-text-content{padding:.4rem 1.4rem 1.1rem}.cs-pwa-notification--ios-guide._show{height:auto;left:1.5rem;width:calc(100% - 3rem);padding-bottom:2rem}.cs-pwa-notification--ios-guide._show .modal-inner-wrap{background:#f2f2f7;border-radius:6px;filter:drop-shadow(0 0 .5rem rgba(0,0,0,.1));box-shadow:none}.cs-pwa-notification--ios-guide.device-iPad{bottom:auto;top:0;padding-bottom:0;padding-top:2rem;left:auto;right:1.5rem;width:auto;max-width:38rem}.cs-pwa-notification--ios-guide.device-iPad .modal-inner-wrap:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#f2f2f7;left:auto;right:12.8vw}@media (min-width:64em){.cs-pwa-notification--ios-guide.device-iPad .modal-inner-wrap:after{right:11vw}}.cs-pwa-notification__title{margin:0;padding:2rem;font-size:2.4rem}.cs-pwa-notification__content{padding:.5rem 2rem 1rem}.cs-pwa-notification__ios-transfer-icon{width:1.8rem;height:2.4rem;margin:0 .3rem;vertical-align:bottom}.cs-pwa-notification__footer{padding:.5rem 2rem 2rem;display:flex;justify-content:flex-end}.cs-pwa-notification--ios-guide .cs-pwa-notification__footer{height:100%;display:flex;justify-content:center;align-items:center;margin:0;padding:0;border-left:1px solid #d9d9e7}.cs-pwa-notification__button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-pwa-notification__button,.cs-pwa-notification__button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-pwa-notification__button:active:not([disabled]),.cs-pwa-notification__button:focus:not([disabled]),.cs-pwa-notification__button:hover:not([disabled]),.cs-pwa-notification__button:visited:active:not([disabled]),.cs-pwa-notification__button:visited:focus:not([disabled]),.cs-pwa-notification__button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-pwa-notification__button:visited[disabled],.cs-pwa-notification__button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-pwa-notification__button span{font-size:1.6rem}.cs-pwa-notification__button-icon{width:1.5rem;height:1.5rem;fill:currentColor}.cs-pwa-notification__close-button{border:0;background:transparent;margin:0;padding:1.8rem}.cs-dailydeal,.cs-pwa-notification+.modals-overlay{display:none}.cs-dailydeal__header{display:flex;width:100%;margin:0 0 .5rem;font-size:1.2rem;justify-content:space-between;align-items:flex-start}.cs-dailydeal__title{margin:0;text-transform:uppercase;font-weight:600}.cs-dailydeal__items-amount{font-weight:600}.cs-dailydeal__countdown{display:flex;margin:0;justify-content:stretch;align-items:stretch}.cs-dailydeal__countdown-element{position:relative;z-index:3;width:100%;padding:.3rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;background:none;border-radius:24px}.cs-dailydeal__countdown-element--special{width:50%;background:#e41f12;z-index:5}.cs-dailydeal--teaser .cs-dailydeal__countdown-element{min-height:4rem}.cs-dailydeal__countdown-icon{width:1.9rem;height:2.4rem;fill:#fff}.cs-dailydeal__countdown-value{display:block;font-size:1.5rem;font-weight:600;color:#e41f12;padding:2px 0 0}.cs-dailydeal__countdown-label{display:block;font-size:1.1rem;font-weight:inherit;color:#888;padding:2px 0 0}.cs-dailydeal--tile{position:absolute;left:0;bottom:0;width:100%;z-index:3}.cs-dailydeal--tile .cs-dailydeal__availability{position:relative;background:#888;font-size:1rem;color:#fff;padding:2px 4px;z-index:4;font-weight:300;border-radius:24px}@media (min-width:23.125em) and (max-width:599px){.cs-dailydeal--tile .cs-dailydeal__countdown-element{margin-left:0;margin-right:0}.cs-dailydeal--tile .cs-dailydeal__countdown-element:last-child:not(:only-child){margin-left:0}.cs-dailydeal--tile .cs-dailydeal__countdown-element:last-child .cs-dailydeal__countdown-value:after{content:none}.cs-dailydeal--tile .cs-dailydeal__countdown-element--special{width:auto}.cs-dailydeal--tile .cs-dailydeal__countdown-element:not(.cs-dailydeal__countdown-element--special){border-radius:0;width:auto;padding:0}.cs-dailydeal--tile .cs-dailydeal__countdown-element:not(.cs-dailydeal__countdown-element--special):before{transform:none}.cs-dailydeal--tile .cs-dailydeal__countdown-element:not(.cs-dailydeal__countdown-element--special):nth-child(2){padding-left:1.8rem;margin-left:-1rem!important}.cs-dailydeal--tile .cs-dailydeal__countdown-element:not(.cs-dailydeal__countdown-element--special):last-child{padding-right:.8rem;border-radius:0 24px 24px 0}.cs-dailydeal--tile .cs-dailydeal__countdown-value{font-size:1.3rem}.cs-dailydeal--tile .cs-dailydeal__countdown-value:after{content:":"}.cs-dailydeal--tile .cs-dailydeal__countdown-label{display:none}}.cs-dailydeal__badge-pdp-icon{width:1.5rem;height:1.5rem;z-index:10;fill:#fff}.cs-google-recaptcha{margin:1rem 0}.cs-google-recaptcha__badge--invisible .grecaptcha-badge{visibility:hidden;height:0!important;width:0!important;overflow:hidden}.cs-google-recaptcha__note{display:inline-block;margin:0;font-size:1.2rem;color:#696969}.cs-google-recaptcha__note a,.cs-google-recaptcha__note a:visited{color:#324dcf;text-decoration:none}.cs-google-recaptcha__note a:active,.cs-google-recaptcha__note a:focus,.cs-google-recaptcha__note a:hover,.cs-google-recaptcha__note a:visited:focus,.cs-google-recaptcha__note a:visited:hover{color:#142b9e;text-decoration:none}.cs-google-recaptcha--newsletter{display:none;margin:1rem 0}.cs-google-recaptcha--newsletter .cs-google-recaptcha__note{margin:0;font-size:1.2rem;color:#fff}.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a,.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:visited{color:#fff;text-decoration:none}.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:active,.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:focus,.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:hover,.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:visited:focus,.cs-google-recaptcha--newsletter .cs-google-recaptcha__note a:visited:hover{color:#fff;text-decoration:underline}.cs-google-recaptcha--customer_create{margin-top:-2rem}.cs-google-recaptcha--customer_login .g-recaptcha{margin-bottom:0!important}.loading-mask[data-role=main-css-loader]{display:none!important}.cs-page-category{padding-bottom:1.5rem;padding-top:1.5rem}@media (min-width:48em){.cs-page-category{padding-top:3rem;padding-bottom:3rem}}@media (min-width:48em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 3);border-right:2px solid #f0f0f0;padding:0 1.5rem 0 0}}@media (min-width:64em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:2px solid #f0f0f0;padding:0 1.5rem 0 0}}@media (min-width:80em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:2px solid #f0f0f0}}@media (min-width:90em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:2px solid #f0f0f0}}@media (min-width:120em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:2px solid #f0f0f0}}.cs-page-category__toolbar-wrapper{padding:1.5rem 0 0}.cs-page-category__toolbar-wrapper--top{border-bottom:1px solid #f0f0f0}.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--limiter,.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination{display:none}@media (min-width:48em){.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination{display:block}}.cs-page-category__toolbar-wrapper--bottom{margin-top:1px;border-top:1px solid #f0f0f0}@media (max-width:47.99em){.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--sorter,.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--viewmode-switcher .cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--amount{display:none}}@media (max-width:63.99em){.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--limiter{display:none}}.category-image{margin:2rem 0}.cs-page-category{background-color:#f7f7f7;padding-bottom:calc(1.5rem + 85px + 3rem);padding-top:0}.cs-page-category--search-results{margin-top:0}.cs-page-category--search-results .cs-page-category__columns{justify-content:center!important}.cs-page-category--search-results .cs-page-category__columns .kma-bottom-banner img{display:block;margin:0 auto}@media (max-width:30em){.cs-page-category{padding-bottom:2rem}}@media (min-width:48em){.cs-page-category{padding-top:0}}@media (min-width:48em){.page-layout-2columns-left .cs-page-category__columns{display:flex;flex-wrap:wrap;align-items:stretch}.page-layout-2columns-left .cs-page-category__columns:after,.page-layout-2columns-left .cs-page-category__columns:before{display:none}}.page-layout-2columns-left .cs-page-category__messages{width:100%}.page-layout-2columns-left .cs-page-category__sidebar{order:1}@media (min-width:48em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 3);border-right:none;padding:0 1.5rem 0 0}}@media (min-width:64em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:none;padding:0 1.5rem 0 0}}@media (min-width:80em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:none}}@media (min-width:90em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:none}}@media (min-width:120em){.page-layout-2columns-left .cs-page-category__sidebar{width:calc(100% / 4);border-right:none}}.page-layout-2columns-left .cs-page-category__main{order:2}@media (min-width:48em){.page-layout-2columns-left .cs-page-category__main{width:calc(100% - (100% / 3));padding:1.5rem 0 0 1.5rem}}@media (min-width:64em){.page-layout-2columns-left .cs-page-category__main{width:calc(100% - (100% / 4));padding:1.5rem 0 0 1.5rem}}@media (min-width:80em){.page-layout-2columns-left .cs-page-category__main{width:calc(100% - (100% / 4))}}@media (min-width:90em){.page-layout-2columns-left .cs-page-category__main{width:calc(100% - (100% / 4))}}@media (min-width:120em){.page-layout-2columns-left .cs-page-category__main{width:calc(100% - (100% / 4))}}.page-layout-2columns-left .cs-page-category .cs-page-category__main--search-no-result{width:100%}.cs-page-category__main{padding-inline:0!important}.cs-page-category__main .page-title{display:flex}.cs-page-category__main .page-title .page-title__headline,.cs-page-category__main .page-title .page-title__span{font-size:2.4rem;margin-top:0}.page-layout-1column .cs-page-category__main{display:flex;flex-direction:column}.page-layout-1column .cs-page-category__main .page-title-wrapper{order:-2}.page-layout-1column .cs-page-category__main .cs-aftersearch-nav--horizontal{order:-1}@media (max-width:47.99em){.cs-page-category__columns{display:flex;flex-direction:column}}.cs-page-category__toolbar-wrapper{padding:0}.cs-page-category__toolbar-wrapper--top{border-bottom:none}.cs-page-category__toolbar-wrapper--top .cs-toolbar{justify-content:flex-end}.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--sorter{margin-right:auto}.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination{display:none}.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--limiter{margin-right:2rem}@media (min-width:48em){.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination{display:none}}@media (min-width:64em){.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--limiter{display:block}}.cs-page-category__toolbar-wrapper--bottom{margin:2.5rem 0;border-top:none}.cs-page-category__toolbar-wrapper--bottom .cs-toolbar{justify-content:center}.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--limiter,.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--sorter,.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--viewmode-switcher{display:none}.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--pagination{display:flex;justify-content:center}.cs-page-category__cc-bottom{padding-top:3rem}@media (min-width:48em){.cs-page-category__cc-bottom{padding-top:4rem}}.cs-page-category__products-wrapper{margin:0}.cs-page-category .search.results>.block .title{font-size:1.8rem}.cs-page-category .search.results>.block .item{display:flex;align-items:center;font-size:1.6rem;font-weight:300}.cs-page-category .search.results>.block .item a:hover{color:#c1272f;text-decoration:underline}.cs-page-category .search.results>.block .item:before{content:"\2713";color:#c1272f;margin-right:10px;font-size:2rem}@media (min-width:48em){.catalog-category-view .cs-container--spacious,.catalogsearch-result-index .cs-container--spacious{padding-top:0}}.category-view{position:relative;margin-bottom:0;margin-top:-6.6rem}.category-view .category-image{width:100%;max-width:160rem;height:40rem;margin:2rem auto;background-repeat:no-repeat;background-size:cover;background-position:top;text-align:center}.category-view .category-image .image{opacity:1;display:none}@media (max-width:80em){.category-view .category-image{height:34rem;margin-bottom:6rem}}@media (max-width:64em){.category-view .category-image{height:30rem;margin-bottom:10rem}}@media (max-width:48em){.category-view .category-image{height:40rem;margin-top:6rem;margin-bottom:0;background-position:-800px}}@media (max-width:600px){.category-view .category-image{background:none;background-image:none!important;overflow:hidden;height:auto}.category-view .category-image .image{position:relative;left:calc(-150% + 8rem);width:calc(300% - 16rem);max-width:calc(300% - 16rem);opacity:1;display:initial}}.category-view .description-wrapper{margin-top:-38rem;margin-bottom:10rem;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}@media (max-width:48em){.category-view .description-wrapper{margin-top:0;margin-bottom:4rem}}.category-view .page-title-wrapper{max-width:120rem;width:100%;margin:0 auto;padding:6rem 1rem 0;box-sizing:content-box}.category-view .page-title-wrapper .page-title{width:44%}.category-view .page-title-wrapper .page-title__headline{font-size:4.2rem;line-height:5.8rem}.category-view .page-title-wrapper .page-title__span{display:none}@media (max-width:48em){.category-view .page-title-wrapper{margin:0 auto;box-sizing:border-box;padding-top:0}.category-view .page-title-wrapper .page-title{width:100%}}.category-view .cs-cms-block,.category-view .cs-page-category__description{max-width:120rem;width:100%;margin:0 auto;padding:0 1rem 1rem;box-sizing:content-box}.category-view .cs-cms-block>div,.category-view .cs-page-category__description>div{width:44%;font-size:1.6rem}@media (max-width:48em){.category-view .cs-cms-block,.category-view .cs-page-category__description{box-sizing:border-box}.category-view .cs-cms-block>div,.category-view .cs-page-category__description>div{width:100%}}@media (max-width:48em){.category-view{margin-bottom:4rem}}.cs-aftersearch-nav-state{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.cs-aftersearch-nav-state__item--clear{order:2;width:100%}.cs-aftersearch-nav-state__item--clear:nth-child(n+3){display:block}.cs-aftersearch-nav-state__text{padding-left:1.8em}.cs-aftersearch-nav-state__remove-icon{height:.8em;width:.8em}.cs-aftersearch-nav-state{font-size:1.4rem;padding:.8em 0 0;border-top:none;border-bottom:none;width:100%;overflow:hidden}.cs-aftersearch-nav-state__items{display:flex;flex-wrap:wrap;position:relative;box-sizing:border-box;margin-right:-.8em}.cs-aftersearch-nav-state__items:after{content:"";flex:1 1;order:1}.cs-aftersearch-nav-state__item{display:flex;align-items:flex-start;margin:0 .8em .8em 0;order:1}.cs-aftersearch-nav-state__item:nth-child(n+2).cs-aftersearch-nav-state__item--clear{display:block!important}.cs-aftersearch-nav-state__item--clear{display:none;width:auto}@media (max-width:48em){.cs-aftersearch-nav-state__item--clear>a{border:none!important;text-decoration:underline}}.cs-aftersearch-nav-state__link{font-size:.8em;background:transparent!important;border:1px solid #d5d5d5!important;padding:.2rem 3.6rem .2rem 1.6rem!important;border-radius:1.7rem}.cs-aftersearch-nav-state__link::-moz-focus-inner{border:0;padding:0;margin:0}.cs-aftersearch-nav-state__link,.cs-aftersearch-nav-state__link:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-aftersearch-nav-state__link:active:not([disabled]),.cs-aftersearch-nav-state__link:focus:not([disabled]),.cs-aftersearch-nav-state__link:hover:not([disabled]),.cs-aftersearch-nav-state__link:visited:active:not([disabled]),.cs-aftersearch-nav-state__link:visited:focus:not([disabled]),.cs-aftersearch-nav-state__link:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-aftersearch-nav-state__link:visited[disabled],.cs-aftersearch-nav-state__link[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-aftersearch-nav-state__text{font-size:1.6rem;padding-left:0;font-size:1.4rem;color:#333}.cs-aftersearch-nav-state__label:after{content:": "}.cs-aftersearch-nav-state__value{font-weight:400}.cs-aftersearch-nav-state__remove-icon{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;position:absolute;top:50%;transform:translate3d(0,-50%,0);margin-left:0;left:2.3rem;height:1.1rem;width:1.1rem;left:auto;right:1.5rem}.cs-aftersearch-nav-state__remove-icon path{fill:currentColor}.cs-aftersearch-nav-range{font-size:1.3rem}.cs-aftersearch-nav-range--inputs-only .cs-aftersearch-nav-range__slider,.cs-aftersearch-nav-range--slider-only .cs-aftersearch-nav-range__fields{display:none}.cs-aftersearch-nav-range--slider-only .cs-aftersearch-nav-range__slider-label{display:inline-block}.cs-aftersearch-nav-range__fields{display:flex;align-items:center;margin-bottom:1.9rem}.cs-aftersearch-nav-range__label{color:#696969}.cs-aftersearch-nav-range__label--from{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.cs-aftersearch-nav-range__label--to{margin:0 .5em;flex:1 0 auto;text-align:center}.cs-aftersearch-nav-range__field{font-size:1.6rem;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:center;border:0;padding:0;margin:0;width:100%;position:relative;font-size:1em;width:auto;min-width:10rem;max-width:15rem;flex:1 1 auto}.cs-aftersearch-nav-range__currency{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);color:#212121}.cs-aftersearch-nav-range__input{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit;font-size:1.4rem;margin:0}.cs-aftersearch-nav-range__input:focus:not([disabled]),.cs-aftersearch-nav-range__input:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-aftersearch-nav-range__input.mage-error,.cs-aftersearch-nav-range__input.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-aftersearch-nav-range__input.required-entry{margin-bottom:0}.cs-aftersearch-nav-range__input::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-aftersearch-nav-range__input::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-aftersearch-nav-range__input[disabled]{opacity:1}.cs-aftersearch-nav-range__slider{margin-bottom:1.9rem;display:flex;flex-wrap:wrap;justify-content:space-between}.cs-aftersearch-nav-range__slider-label{display:none;margin-bottom:.5em}.cs-aftersearch-nav-range__slider-bar{width:100%}.cs-aftersearch-nav-range__actions-box{display:flex;align-items:center}.cs-aftersearch-nav-range__message{flex:1 1;margin-right:1em;color:#212121}.cs-aftersearch-nav-range__apply{font-size:1em}.cs-aftersearch-nav-range__apply::-moz-focus-inner{border:0;padding:0;margin:0}.cs-aftersearch-nav-range__apply,.cs-aftersearch-nav-range__apply:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-aftersearch-nav-range__apply:active:not([disabled]),.cs-aftersearch-nav-range__apply:focus:not([disabled]),.cs-aftersearch-nav-range__apply:hover:not([disabled]),.cs-aftersearch-nav-range__apply:visited:active:not([disabled]),.cs-aftersearch-nav-range__apply:visited:focus:not([disabled]),.cs-aftersearch-nav-range__apply:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-aftersearch-nav-range__apply:visited[disabled],.cs-aftersearch-nav-range__apply[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-aftersearch-nav{margin:0 -1.5rem 3rem}.cs-aftersearch-nav__filters-trigger{background:#f0f0f0;box-shadow:0 4px 3px -2px rgba(0,0,0,.15);transition-property:background-color,color,box-shadow;transition-duration:.3s;font-size:1.5rem;text-transform:uppercase}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]{background:#324dcf;color:#fff}.cs-aftersearch-nav__filters{padding:0}@media (min-width:48em){.cs-aftersearch-nav__filters{height:auto;border-bottom:none;overflow:visible}}.cs-aftersearch-nav__filter-title{font-size:1.2rem;text-transform:uppercase;background:#f0f0f0}.cs-aftersearch-nav__filter-content{padding:2rem 1.5rem}@media (min-width:48em){.cs-aftersearch-nav__filter-content{padding:0 0 2rem;width:auto}}.cs-aftersearch-nav .search{font-size:1.3rem}.cs-aftersearch-nav .filter-search{margin:0 0 1rem}.cs-aftersearch-nav .items{-moz-columns:2;column-count:2}.cs-aftersearch-nav .item,.cs-aftersearch-nav .no-results-message,.cs-aftersearch-nav .show-less,.cs-aftersearch-nav .show-more{font-size:1.3rem}@media (min-width:48em){.cs-aftersearch-nav--horizontal{z-index:20;padding-bottom:0;margin-bottom:2rem;margin-top:1rem}.cs-aftersearch-nav--horizontal.cs-aftersearch-nav--expanded .cs-aftersearch-nav__filter{display:block!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filters{width:100%;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__state{width:100%;order:2}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-options{margin-top:.8em;margin-right:-.8em;display:flex;flex-wrap:wrap;justify-content:space-between}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper{margin-right:auto;margin-bottom:.8em}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter{border-bottom:none;margin:0 .8em .8em 0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title{font-size:1.4rem;overflow:visible;background-color:#f0f0f0;line-height:2.6rem;padding:1rem 2.3rem;border:1px solid #f0f0f0;box-shadow:none;transition:box-shadow .3s,background .3s,border .3s;word-break:unset}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title:hover{background-color:#dcdcdc;border:1px solid #dcdcdc}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title[aria-expanded=true]{background-color:#fff;border:1px solid #fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title-text{font-size:1.1rem}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button{width:100%;border-radius:0!important;position:relative;display:flex}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:active:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:focus:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:hover:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:active:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:focus:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited[disabled],.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:before{content:"";position:absolute;top:50%;width:1rem;height:.2rem;left:auto;background-color:currentColor;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden;right:1.5rem;transform:translate3d(0,-50%,0)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true] .cs-aftersearch-nav__toggle-text--less{display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true] .cs-aftersearch-nav__toggle-text--more{display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text{font-size:1.1rem;text-transform:uppercase}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--less{display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--more{display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content{position:absolute;min-width:100%;background-color:#fff;transition:opacity .3s ease-in-out;overflow:visible;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:auto;opacity:0;box-shadow:0 4px 6px 0 rgba(0,0,0,.15)}}.cs-aftersearch-nav{overflow:visible;width:calc(100% + 3rem);margin:0 -1.5rem 1rem}@media (min-width:48em){.cs-aftersearch-nav{width:auto;margin:0}}.cs-offcanvas-filters .cs-aftersearch-nav{margin:0;width:100%}.cs-aftersearch-nav-range__label--to{text-transform:lowercase}.cs-aftersearch-nav__loader{display:none}.cs-aftersearch-nav__loader-icon{position:fixed;top:50%;left:50%;transform:translate3d(-50%,-50%,0);stroke:#dcdcdc;width:8rem;height:8rem}.cs-aftersearch-nav.filter-no-options{display:none}@media (min-width:48em){.cs-aftersearch-nav.filter-no-options{display:block}}.cs-aftersearch-nav__filter-options{margin:0;padding:0;list-style:none}.cs-aftersearch-nav__filter{position:relative;margin:0}.cs-aftersearch-nav__filter+.cs-aftersearch-nav__filter{border-top:1px solid #dcdcdc}@media (min-width:48em){.cs-aftersearch-nav__filter+.cs-aftersearch-nav__filter{border-top:0}}.cs-aftersearch-nav__filter--hide-searchbox .search{display:none}@media (min-width:48em){.cs-aftersearch-nav__filter{padding-bottom:0;border-bottom:1px solid #dcdcdc}}.cs-aftersearch-nav__filter--checked:not(.active)>.cs-aftersearch-nav__filter-title:after{opacity:0}.cs-aftersearch-nav__filter--checked>.cs-aftersearch-nav__filter-title:before{background:50% no-repeat url(../../frontend/Creativestyle/theme-kma/pl_PL/images/icons/aftersearch-nav/check.svg);height:1.3rem;width:1.3rem}.cs-aftersearch-nav__filters-trigger{position:relative;margin:0;display:flex;align-items:center;padding:1em;background:#fff;box-shadow:none;font-size:1.6rem;font-weight:700;text-transform:none;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.cs-aftersearch-nav__filters-trigger:after,.cs-aftersearch-nav__filters-trigger:before{content:"";position:absolute;top:50%;width:1rem;height:.2rem;left:auto;background-color:currentColor;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden}.cs-aftersearch-nav__filters-trigger:hover:after,.cs-aftersearch-nav__filters-trigger:hover:before{background-color:#888}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:after,.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:before{background-color:#fff}.cs-aftersearch-nav__filters-trigger:after,.cs-aftersearch-nav__filters-trigger:before{right:1.5rem;transform:translate3d(0,-50%,0)!important}.cs-aftersearch-nav__filters-trigger:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}.cs-aftersearch-nav__filters-trigger:after,.cs-aftersearch-nav__filters-trigger:before{width:1.2rem;background-color:#333}.cs-aftersearch-nav__filters-trigger:hover{cursor:pointer}.cs-aftersearch-nav__filters-trigger:hover:after,.cs-aftersearch-nav__filters-trigger:hover:before{background-color:#333}@media (min-width:48em){.cs-aftersearch-nav__filters-trigger{display:none}}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]{background:#fff;color:#333}.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:after,.cs-aftersearch-nav__filters-trigger[aria-expanded=true]:before{background-color:#333}.cs-offcanvas-filters .cs-aftersearch-nav__filters-trigger{padding-left:2rem;padding-right:2rem}.cs-aftersearch-nav__filters{padding:.7rem 0 0;margin:0;overflow:hidden;height:0;background:#fff}.cs-aftersearch-nav__filters[aria-hidden],.cs-offcanvas-filters .cs-aftersearch-nav__filters{height:auto}@media (min-width:48em){.cs-aftersearch-nav__filters{height:auto;border-bottom:none;overflow:visible;background:transparent}}.cs-aftersearch-nav__filter-title{position:relative;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;font-weight:700;margin:0;overflow:hidden;text-decoration:none;text-transform:none;word-break:break-all;z-index:1;width:100%;background:transparent;padding:1.3rem 3rem 1.3rem 1.5rem}.cs-aftersearch-nav__filter-title:after,.cs-aftersearch-nav__filter-title:before{content:"";position:absolute;top:50%;width:1rem;height:.2rem;left:auto;background-color:currentColor;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden;right:1.5rem;transform:translate3d(0,-50%,0)!important}.cs-aftersearch-nav__filter-title:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-aftersearch-nav__filter-title[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-aftersearch-nav__filter-title[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}@media (min-width:48em){.cs-aftersearch-nav__filter-title{padding:2rem 2rem 2rem 0;background:transparent}}.cs-offcanvas-filters .cs-aftersearch-nav__filter-title{padding-left:2rem;padding-right:2rem}.cs-aftersearch-nav__filter-content{width:100%;margin:0;padding:2rem 1.5rem 3rem;display:none}@media (min-width:48em){.cs-aftersearch-nav__filter-content{padding:0 0 3rem;width:auto;background:transparent}}.cs-aftersearch-nav__filter-content[aria-hidden]{display:block}.cs-offcanvas-filters .cs-aftersearch-nav__filter-content{padding-left:2rem;padding-right:2rem}.cs-aftersearch-nav .search{font-size:1.6rem}.cs-aftersearch-nav .filter-search{font-size:1.6rem;line-height:2.6rem;padding:1rem 2.3rem;color:#333;background:#fff;border-radius:24px;border:1px solid #d5d5d5;box-shadow:none;transition:border-color .5s;width:100%;height:4.8rem;background-clip:padding-box;font-family:inherit;margin:0 0 2rem}.cs-aftersearch-nav .filter-search:focus:not([disabled]),.cs-aftersearch-nav .filter-search:hover:not([disabled]){border:1px solid #333;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.cs-aftersearch-nav .filter-search.mage-error,.cs-aftersearch-nav .filter-search.mage-error:hover:not(:focus){border:1px solid #ff0018}.cs-aftersearch-nav .filter-search.required-entry{margin-bottom:0}.cs-aftersearch-nav .filter-search::-moz-placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-aftersearch-nav .filter-search::placeholder{opacity:1;font-size:1.6rem;color:#333;font-style:normal}.cs-aftersearch-nav .filter-search[disabled]{opacity:1}.cs-aftersearch-nav .items{margin:0;padding:0;list-style:none;-moz-columns:1;column-count:1}@media (min-width:48em){.cs-aftersearch-nav .items{padding-top:0;-moz-columns:1;column-count:1}}.cs-aftersearch-nav .item{margin:1rem 0 0;font-size:1.6rem;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.cs-aftersearch-nav .item:first-child{margin-top:0}.cs-aftersearch-nav .item a{font-size:1.6rem;display:flex;flex-wrap:wrap;align-content:flex-start;border:0;padding:0;margin:0;width:100%;align-items:center;font-size:1em;flex-wrap:nowrap;align-content:center}.cs-aftersearch-nav .item a:hover{text-decoration:none}.cs-aftersearch-nav .item input[type=checkbox]{display:inline-block;height:1.9rem;width:1.9rem;margin:-.0625em calc(.5em + 1px) 0 0;overflow:hidden;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;cursor:pointer;border:1px solid #d5d5d5;box-shadow:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;outline:0;border-radius:50%;transition:background-color .5s,border-color .5s;border-radius:0;background-size:1em 1em;background-color:#fff;font-size:1em}.cs-aftersearch-nav .item input[type=checkbox]:-moz-focusring,.cs-aftersearch-nav .item input[type=checkbox]::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}.cs-aftersearch-nav .item input[type=checkbox]:focus:not([disabled]),.cs-aftersearch-nav .item input[type=checkbox]:hover:not([disabled]){border:1px solid #333;box-shadow:none;background-color:transparent}.cs-aftersearch-nav .item input[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23333' r='4' cy='7' cx='7'/%3E%3C/svg%3E");background-size:cover}.cs-aftersearch-nav .item input[type=checkbox]:checked,.cs-aftersearch-nav .item input[type=checkbox]:checked:focus,.cs-aftersearch-nav .item input[type=checkbox]:checked:hover{border:1px solid #333;background-color:transparent;box-shadow:none}.cs-aftersearch-nav .item input[type=checkbox][disabled],.cs-aftersearch-nav .item input[type=checkbox][disabled]+.cs-input__label,.cs-aftersearch-nav .item input[type=checkbox][disabled]+.label{opacity:1}.cs-aftersearch-nav .item input[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E")}.cs-aftersearch-nav .item label{display:inline;align-items:center}.cs-aftersearch-nav .item label:hover{cursor:pointer}.cs-aftersearch-nav .count{display:inline-flex;color:#888;margin-left:.2em}.cs-aftersearch-nav .count:before{content:"("}.cs-aftersearch-nav .count:after{content:")"}.cs-aftersearch-nav .filter-count-label{display:none}.cs-aftersearch-nav .no-results-message{font-size:1.6rem}.cs-aftersearch-nav .actions{margin-top:1rem}.cs-aftersearch-nav .show-less,.cs-aftersearch-nav .show-more{font-size:1.6rem!important;font-weight:300!important;background-color:transparent!important;border:none!important;padding-left:0!important;position:relative}.cs-aftersearch-nav .show-less::-moz-focus-inner,.cs-aftersearch-nav .show-more::-moz-focus-inner{border:0;padding:0;margin:0}.cs-aftersearch-nav .show-less,.cs-aftersearch-nav .show-less:visited,.cs-aftersearch-nav .show-more,.cs-aftersearch-nav .show-more:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-aftersearch-nav .show-less:active:not([disabled]),.cs-aftersearch-nav .show-less:focus:not([disabled]),.cs-aftersearch-nav .show-less:hover:not([disabled]),.cs-aftersearch-nav .show-less:visited:active:not([disabled]),.cs-aftersearch-nav .show-less:visited:focus:not([disabled]),.cs-aftersearch-nav .show-less:visited:hover:not([disabled]),.cs-aftersearch-nav .show-more:active:not([disabled]),.cs-aftersearch-nav .show-more:focus:not([disabled]),.cs-aftersearch-nav .show-more:hover:not([disabled]),.cs-aftersearch-nav .show-more:visited:active:not([disabled]),.cs-aftersearch-nav .show-more:visited:focus:not([disabled]),.cs-aftersearch-nav .show-more:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-aftersearch-nav .show-less:visited[disabled],.cs-aftersearch-nav .show-less[disabled],.cs-aftersearch-nav .show-more:visited[disabled],.cs-aftersearch-nav .show-more[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-aftersearch-nav .show-less:after,.cs-aftersearch-nav .show-more:after{content:"";width:1rem;height:.2rem;background-color:#333;display:block;position:absolute;top:2.2rem;right:0}.cs-aftersearch-nav .show-more:before{content:"";width:1rem;height:.2rem;background-color:#333;display:block;position:absolute;top:2.3rem;right:0;transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-aftersearch-nav__toggle-wrapper{display:none}.cs-aftersearch-nav--horizontal{margin-top:1rem}@media (min-width:48em){.cs-aftersearch-nav--horizontal{z-index:20;padding-bottom:0;margin-bottom:2rem;margin-top:1rem}.cs-aftersearch-nav--horizontal.cs-aftersearch-nav--expanded .cs-aftersearch-nav__filter{display:block!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filters{width:100%;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__state{width:100%;order:2}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-options{margin-top:.8em;margin-right:-.8em;display:flex;flex-wrap:wrap;justify-content:space-between}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper{margin-right:auto;margin-bottom:.8em}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter{border-bottom:none;margin:0 .8em .8em 0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title{font-size:1.4rem;overflow:visible;background-color:#f0f0f0;line-height:2.6rem;padding:1rem 2.3rem;border:1px solid #f0f0f0;box-shadow:none;transition:box-shadow .3s,background .3s,border .3s;word-break:unset}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title:hover{background-color:#dcdcdc;border:1px solid #dcdcdc}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title[aria-expanded=true]{background-color:#fff;border:1px solid #fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title-text{font-size:1.1rem}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button{width:100%;border-radius:0!important;position:relative;display:flex}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #c1272f;color:#fff;background-color:#c1272f}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:active:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:focus:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:hover:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:active:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:focus:not([disabled]),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #a20109;color:#fff;background-color:#a20109}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited[disabled],.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#e5e5e5}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:before{content:"";position:absolute;top:50%;width:1rem;height:.2rem;left:auto;background-color:currentColor;transition:transform .3s ease-out,opacity .15s ease-out,background-color .15s linear;backface-visibility:hidden;right:1.5rem;transform:translate3d(0,-50%,0)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after{transform:translate3d(0,-50%,0) rotate(90deg)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true]:before{transform:translate3d(0,-50%,0) rotate(-90deg)!important;opacity:0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true]:after{transform:translate3d(0,-50%,0) rotate(0)!important}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true] .cs-aftersearch-nav__toggle-text--less{display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button[aria-expanded=true] .cs-aftersearch-nav__toggle-text--more{display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text{font-size:1.1rem;text-transform:uppercase}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--less{display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--more{display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content{position:absolute;min-width:100%;background-color:#fff;transition:opacity .3s ease-in-out;overflow:visible;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:auto;opacity:0;box-shadow:0 4px 6px 0 rgba(0,0,0,.15)}}@media (min-width:48em) and (min-width:48em){.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content{padding-bottom:0}}@media (min-width:48em){.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content[aria-hidden=false]{z-index:6;opacity:1}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content>div,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content>ol{padding:1rem 1.5rem}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content--align-right{left:auto;right:0}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__swatch,.cs-aftersearch-nav--horizontal .item:last-child{margin-bottom:0}}@media (min-width:48em) and (max-width:63.99em){.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper{flex-basis:calc(25% - .8em)}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(-n+3){display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(n+4){display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(4):nth-last-child(2),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper:nth-child(n+6){display:block}}@media (min-width:64em) and (max-width:89.99em){.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper{flex-basis:calc(20% - .8em)}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(-n+4){display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(n+5){display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(5):nth-last-child(2),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper:nth-child(n+7){display:block}}@media (min-width:90em){.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper{flex-basis:calc(16.66667% - .8em)}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(-n+5){display:block}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(n+6){display:none}.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter:nth-child(6):nth-last-child(2),.cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper:nth-child(n+8){display:block}}.cs-toolbar{font-size:1.2rem;font-weight:inherit;text-transform:uppercase}@media (min-width:48em){.cs-toolbar__item{margin:0 0 1.5rem;padding:0}.cs-toolbar__item:first-child{padding-left:0}.cs-toolbar__item:last-child{padding-right:0}}@media (min-width:64em){.cs-toolbar__item--pagination{margin-left:auto}}.cs-toolbar .field .label{font-weight:inherit}.toolbar-amount{margin:0;white-space:nowrap}.cs-sorter{display:flex;align-items:center}@media (max-width:48em){.cs-sorter{border-bottom:1px solid #d5d5d5}}.cs-sorter__label{padding:0 1rem 0 0;white-space:nowrap}.cs-sorter__select{width:0}.cs-limiter{display:flex;position:relative;margin:0 1rem 0 0;align-items:center;flex-wrap:nowrap}.cs-limiter__label,.field .cs-limiter__label{white-space:nowrap}.cs-limiter__label--prefix,.field .cs-limiter__label--prefix{padding:0 1rem}.cs-limiter__label--suffix,.field .cs-limiter__label--suffix{padding:0 0 0 1rem}.cs-limiter__pagination{margin:0;padding:0;list-style:none;display:flex;align-items:stretch}.cs-limiter__pagination-item{padding:0;border:1px solid #dcdcdc;text-align:center;margin:0 0 0 -1px;overflow:hidden}.cs-limiter__pagination-item:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.cs-limiter__pagination-item:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.cs-limiter__pagination-number{display:flex;align-items:center;justify-content:center;min-width:3.5rem;min-height:3.5rem;border:0;margin:0;padding:.3em;background:#fff;cursor:pointer;line-height:1;font-size:1.2rem;font-weight:400;transition:color .15s linear}.cs-limiter__pagination-number,.cs-limiter__pagination-number:visited{color:#333;text-decoration:none}.cs-limiter__pagination-number:active,.cs-limiter__pagination-number:focus,.cs-limiter__pagination-number:hover{border:0;color:#212121;background:inherit;text-decoration:inherit}.cs-limiter__pagination-item--current .cs-limiter__pagination-number{color:#000!important}.cs-limiter__pagination-item--current .cs-limiter__pagination-number,.cs-limiter__pagination-item--current .cs-limiter__pagination-number:active,.cs-limiter__pagination-item--current .cs-limiter__pagination-number:focus,.cs-limiter__pagination-item--current .cs-limiter__pagination-number:hover{color:#324dcf;background:#f0f0f0;cursor:default}.cs-limiter .cs-html-select,.cs-limiter .cs-html-select__trigger,.cs-limiter select{min-width:3rem;min-height:3.5rem}.cs-dashboard .limiter-label,.cs-dashboard .limiter-text{font-weight:400;font-size:1.4rem;margin-right:.5rem}.cs-dashboard .limiter-text{white-space:nowrap}.cs-dashboard .limiter-options{margin-right:.5rem}.cs-pagination__content{display:flex;align-items:center}.cs-pagination__prefix-label{margin:0;padding:0 1rem 0 0}.cs-pagination__page-provider{display:flex;flex-wrap:nowrap;white-space:nowrap;align-items:center;width:auto;gap:0 .5rem}.cs-pagination__page-provider-input.input-text{margin:0;max-height:3.5rem;width:4.5em;text-align:center;font-size:.85em}.cs-pagination__page-provider-label{padding-left:1rem;width:auto!important}.cs-pagination__items{margin:0;padding:0;list-style:none;display:flex;align-items:stretch}.cs-pagination__item{padding:0;border:1px solid #dcdcdc;text-align:center;margin:0 0 0 -1px;overflow:hidden}.cs-pagination__item:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.cs-pagination__item:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.cs-pagination__number{display:flex;align-items:center;justify-content:center;min-width:3.5rem;min-height:3.5rem;border:0;margin:0;padding:.3em;background:#fff;cursor:pointer;line-height:1;font-size:1.2rem;font-weight:400;transition:color .15s linear}.cs-pagination__number,.cs-pagination__number:visited{color:#333;text-decoration:none}.cs-pagination__number:active,.cs-pagination__number:focus,.cs-pagination__number:hover{border:0;color:#212121;background:inherit;text-decoration:inherit}.cs-pagination__item--current .cs-pagination__number,.cs-pagination__item--current .cs-pagination__number:active,.cs-pagination__item--current .cs-pagination__number:focus,.cs-pagination__item--current .cs-pagination__number:hover{color:#324dcf;background:#f0f0f0;cursor:default}.cs-pagination__prev{margin-right:1.5rem}.cs-pagination__next{margin-left:1.5rem}.cs-pagination__action{display:flex;min-width:3.5rem;min-height:3.5rem;align-items:center;justify-content:center}.cs-pagination__action-icon{width:2.5rem;height:2rem;fill:#333;transition:fill .15s linear}.cs-pagination__action--disabled .cs-pagination__action-icon *{fill:#878787}.cs-pagination__action:not(.cs-pagination__action--disabled):active .cs-pagination__action-icon *,.cs-pagination__action:not(.cs-pagination__action--disabled):focus .cs-pagination__action-icon *,.cs-pagination__action:not(.cs-pagination__action--disabled):hover .cs-pagination__action-icon *{fill:#c1272f}.cs-viewmode-switcher__mode{border:1px solid #dcdcdc}.cs-viewmode-switcher__mode-icon{fill:currentColor}.cs-viewmode-switcher__mode-icon--grid,.cs-viewmode-switcher__mode-icon--list{width:1.5rem;height:1.1rem}.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-icon{fill:#324dcf}.cs-viewmode-switcher{display:flex;align-items:center}@media (max-width:48em){.cs-viewmode-switcher{justify-content:flex-end}}.cs-viewmode-switcher__label{margin:0;padding:0 1rem 0 0}.cs-viewmode-switcher__modes{margin:0;padding:0;list-style:none;display:flex;align-items:stretch;gap:0 1rem}@media (min-width:48em) and (max-width:63.99em){.cs-viewmode-switcher__modes{padding-left:1rem}}.cs-viewmode-switcher__mode{padding:0;text-align:center;margin:0 0 0 -1px;overflow:hidden;border:none;background-color:transparent!important}.cs-viewmode-switcher__mode:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.cs-viewmode-switcher__mode:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.cs-viewmode-switcher__mode-action{display:flex;align-items:center;justify-content:center;min-width:3.5rem;min-height:3.5rem;border:0;margin:0;background:#fff;cursor:pointer;line-height:1;font-size:1.2rem;font-weight:400;transition:color .15s linear;background-color:transparent!important;height:100%;padding:.3em .7em}.cs-viewmode-switcher__mode-action,.cs-viewmode-switcher__mode-action:visited{color:#333;text-decoration:none}.cs-viewmode-switcher__mode-action:active,.cs-viewmode-switcher__mode-action:focus,.cs-viewmode-switcher__mode-action:hover{border:0;color:#212121;background:inherit;text-decoration:inherit}.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action,.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:active,.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:focus,.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:hover{color:#324dcf;background:#f0f0f0;cursor:default}.cs-viewmode-switcher__mode-icon path{fill:#333}.cs-viewmode-switcher__mode-icon--grid,.cs-viewmode-switcher__mode-icon--list{width:2.4rem;height:2.4rem}.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-icon path,.cs-viewmode-switcher__mode-icon:hover path{fill:#c1272f}.cs-viewmode-switcher__mode-icon+.cs-viewmode-switcher__mode-label{padding-left:.7rem}.cs-toolbar{font-size:1.6rem;font-weight:400;text-transform:none}@media (min-width:48em){.cs-toolbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap!important}}.cs-toolbar__item{margin:0 0 1.5rem}@media (min-width:48em){.cs-toolbar__item{margin:0 0 1.5rem;padding:0}.cs-toolbar__item:first-child{padding-left:0}}@media (min-width:64em){.cs-toolbar__item--pagination{margin-left:0}}.cs-toolbar__item--limiter{display:flex;align-items:center}.cs-toolbar__item--offcanvas{margin-right:3rem;z-index:1}.cs-toolbar .field .label{font-weight:400;width:auto;text-transform:none}@media (min-width:48em) and (max-width:63.99em){.cs-toolbar .cs-html-select{max-width:20rem}}@media (max-width:48em){.cs-toolbar .cs-html-select{max-width:100%;width:100%}}.cs-toolbar .cs-html-select__trigger{min-height:3.5rem;background-color:transparent;border:none!important;padding:1rem .8rem 1rem 0;padding-right:.8rem!important}.cs-toolbar .cs-html-select__trigger-caret-arrow{right:-1.2rem}.cs-toolbar .cs-html-select__trigger-caret-arrow:after,.cs-toolbar .cs-html-select__trigger-caret-arrow:before{background-color:#000;width:.9rem;height:2px}.cs-toolbar__filters-button::-moz-focus-inner{border:0;padding:0;margin:0}.cs-toolbar__filters-button,.cs-toolbar__filters-button:visited{display:inline-block;font-size:1.6rem;font-weight:700;text-align:center;position:relative;line-height:2.6rem;margin:0;text-transform:none;white-space:nowrap;padding:1rem 2.3rem;box-sizing:border-box;transition:background-color .5s,border-color .5s,fill .5s,color .5s;vertical-align:middle;z-index:5;cursor:pointer;border-radius:24px;outline-offset:1px;text-decoration:none;box-shadow:none;border:1px solid #333;color:#333;background-color:#fff}.cs-toolbar__filters-button:active:not([disabled]),.cs-toolbar__filters-button:focus:not([disabled]),.cs-toolbar__filters-button:hover:not([disabled]),.cs-toolbar__filters-button:visited:active:not([disabled]),.cs-toolbar__filters-button:visited:focus:not([disabled]),.cs-toolbar__filters-button:visited:hover:not([disabled]){box-shadow:none;outline:none;text-decoration:none;border:1px solid #c1272f;color:#c1272f;background-color:#fff}.cs-toolbar__filters-button:visited[disabled],.cs-toolbar__filters-button[disabled]{cursor:auto;border:1px solid #e5e5e5;color:#878787;background-color:#f7f7f7}.cs-toolbar__filters-button svg{max-width:1em;max-height:1.6rem;z-index:2;height:auto;width:100%;position:absolute;top:50%;transform:translate3d(0,-50%,0);margin-left:0;left:2.3rem;max-width:2.3rem;max-height:2.3rem}.cs-toolbar__filters-button-label{font-size:1.6rem}.cs-tabs{box-shadow:1px 3px 3rem 0 rgba(33,33,33,.28)}.cs-tabs--store-pickup{width:100%;margin:0;box-shadow:none;position:relative}@media (max-width:47.99em){.cs-tabs--store-pickup:after{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:1px 3px 3rem 0 rgba(33,33,33,.28);z-index:-1;content:""}}.cs-tabs--bar{margin:0 0 0 -1.5rem;padding:0 1.5rem;border-bottom:1px solid #dcdcdc;box-shadow:none}.cs-tabs__triggers{display:flex;overflow:hidden;justify-content:space-between}.cs-tabs--bar .cs-tabs__triggers{justify-content:flex-start}#store-pickup~#shipping .cs-tabs__triggers{display:none}.cs-tabs__title{flex-basis:50%;background:#f0f0f0;box-shadow:inset 0 0 5px 0 #696969;margin-top:-1px;margin-right:-1px;padding-top:.2rem;padding-left:.2rem}.cs-tabs__title--active{background:#fff;box-shadow:none;margin:0;padding:0}.cs-tabs__title--active .cs-tabs__title-link{cursor:default;color:#000!important}.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link{color:#212121;box-shadow:none}.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:after{position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:#fff;content:"";z-index:3}.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:hover,.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:visited{color:#212121}.cs-tabs__title--active .cs-tabs__title-link:active,.cs-tabs__title--active .cs-tabs__title-link:hover,.cs-tabs__title--active .cs-tabs__title-link:visited{color:#000!important}.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:active,.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:hover,.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:visited{color:#212121}.cs-tabs--bar .cs-tabs__title{margin:0;padding:0;flex-basis:auto;text-align:center;border:1px solid #dcdcdc;border-bottom:none;border-left:0 solid #dcdcdc;box-shadow:none;transition:background-color .15s linear,color .15s linear}.cs-tabs--bar .cs-tabs__title:not(.cs-tabs__title--active):hover{background-color:#fdfdfd}.cs-tabs--bar .cs-tabs__title:first-child{border-left-width:1px;border-top-left-radius:5px}.cs-tabs--bar .cs-tabs__title:last-child{border-top-right-radius:5px}.cs-tabs__title-link{color:#888;text-decoration:none;line-height:4rem;height:4rem;padding:.1rem 1rem;display:block;position:relative;z-index:2;font-weight:600;font-size:1.2rem;cursor:pointer}@media (min-width:30em){.cs-tabs__title-link{padding:.1rem 2rem}}@media (min-width:48em){.cs-tabs__title-link{font-size:1.8rem;line-height:5.5rem;height:5.5rem}}.cs-tabs__title-link:active,.cs-tabs__title-link:focus,.cs-tabs__title-link:hover,.cs-tabs__title-link:visited{color:#888}.cs-tabs__title-link:hover{text-decoration:none}.cs-tabs--bar .cs-tabs__title-link{position:relative;height:auto;line-height:120%;font-size:1.2rem;padding:.6rem .5rem;font-weight:300;white-space:nowrap}@media (min-width:30em){.cs-tabs--bar .cs-tabs__title-link{padding:.8rem 1.5rem}}.cs-tabs--bar .cs-tabs__title-link:active,.cs-tabs--bar .cs-tabs__title-link:focus,.cs-tabs--bar .cs-tabs__title-link:hover,.cs-tabs--bar .cs-tabs__title-link:visited{color:#212121}.cs-tabs--bar .cs-tabs__title-span:not(:empty):before{content:"("}.cs-tabs--bar .cs-tabs__title-span:not(:empty):after{content:")"}.cs-tabs__content{padding:2rem}#store-pickup~#shipping #tab-customer,.cs-search-results-switcher{display:none}.cs-search-results-switcher__triggers{overflow:visible!important}.cs-search-results-switcher__content{padding:2rem 0}.cs-search-results-switcher__content:not(.cs-search-results-switcher__content--active){display:none}.cs-search-results-switcher__content--active+.cs-search-results-switcher__content--active{border-top:1px solid #dcdcdc}.cs-search-results-switcher__messages:not(.cs-search-results-switcher__messages--visible){display:none}.cs-search-results-switcher__headline{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2.4rem;line-height:1.1;color:#333;font-weight:700;text-transform:none;margin:1rem 0 2rem}.cs-search-results-switcher__count:not(:empty),.cs-search-results-switcher__overall-count:not(:empty){font-weight:300;color:#b0b0b0}.cs-search-results-switcher__count:not(:empty):before,.cs-search-results-switcher__overall-count:not(:empty):before{content:"("}.cs-search-results-switcher__count:not(:empty):after,.cs-search-results-switcher__overall-count:not(:empty):after{content:")"}.cs-search-results-cms{margin:0;padding:0;list-style:none}.cs-search-results-cms__item{margin-bottom:0!important}.cs-search-results-cms__item+.cs-search-results-cms__item{margin-top:1.5rem}.cs-search-results-cms__link{display:inline-flex;align-items:center;font-size:1.5rem;line-height:1.2}.cs-search-results-cms__icon{fill:#888;width:2em;height:2em;flex-shrink:0}.cs-search-results-cms__title{color:#324dcf;margin-left:1.5rem}.catalogsearch-result-index dt.title{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2.4rem;line-height:1.1;color:#333;font-weight:700;text-transform:none;margin:1rem 0 2rem}@use "sass:map";.cs-offcanvas-filters .cs-side-nav~.cs-aftersearch-nav{margin-top:0}.cs-side-nav__parent{margin-bottom:1.5rem;padding:1.5rem 0;font-size:1.8rem;text-transform:uppercase;font-weight:700;border-bottom:1px solid #dcdcdc}.cs-offcanvas-filters .cs-side-nav__parent{display:none}.cs-side-nav__parent-link,.cs-side-nav__parent-link:visited{color:#212121;transition:color .15s linear}.cs-side-nav__parent-link:hover,.cs-side-nav__parent-link:visited:hover{color:#324dcf;text-decoration:none}.cs-side-nav__category-name,.cs-side-nav__parent-category-name{-webkit-hyphens:auto;hyphens:auto}.cs-side-nav__products-counter{font-weight:400;color:#888}.cs-side-nav__products-counter:before{content:"("}.cs-side-nav__products-counter:after{content:")"}.cs-side-nav__list{margin:0 0 1rem;padding:0;list-style:none}.cs-side-nav__list--subcats{margin:1rem 0 2rem;padding-left:2rem}.cs-side-nav__list--subcats .cs-side-nav__link,.cs-side-nav__list--subcats .cs-side-nav__link:visited{color:#888}.cs-side-nav__list--subcats .cs-side-nav__link--current{font-weight:700;color:#888}.cs-side-nav__list--subcats .cs-side-nav__link--current:hover{color:#888}.cs-offcanvas-filters .cs-side-nav__list{margin-bottom:0}.cs-side-nav__item{font-weight:400;text-transform:none;font-size:1.4rem}.cs-offcanvas-filters .cs-side-nav__item{padding-left:2rem;padding-right:3rem}.cs-side-nav__link,.cs-side-nav__link a{color:#212121;transition:color .15s linear}.cs-side-nav__link:hover,.cs-side-nav__link a:hover{color:#324dcf;text-decoration:none}.cs-side-nav__link:visited,.cs-side-nav__link a:visited{color:#212121}.cs-side-nav__link:visited:hover,.cs-side-nav__link a:visited:hover{color:#324dcf}.cs-side-nav__link--current,.cs-side-nav__link a--current{font-weight:700;color:#212121}.cs-side-nav__link--current:hover,.cs-side-nav__link--current:visited,.cs-side-nav__link a--current:hover,.cs-side-nav__link a--current:visited{color:#212121}