@charset "UTF-8";
/* Assets
   ========================================================================== */
/* Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Cako";
  src: font-url("Cako-ThinItalic.eot");
  src: local("Cako Thin Italic"), local("Cako-ThinItalic"), font-url("Cako-ThinItalic.eot?#iefix") format("embedded-opentype"), font-url("Cako-ThinItalic.woff2") format("woff2"), font-url("Cako-ThinItalic.woff") format("woff"), font-url("Cako-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Cako";
  src: font-url("Cako-Regular.eot");
  src: local("Cako Regular"), local("Cako-Regular"), font-url("Cako-Regular.eot?#iefix") format("embedded-opentype"), font-url("Cako-Regular.woff2") format("woff2"), font-url("Cako-Regular.woff") format("woff"), font-url("Cako-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cako";
  src: font-url("Cako-Black.eot");
  src: local("Cako Black"), local("Cako-Black"), font-url("Cako-Black.eot?#iefix") format("embedded-opentype"), font-url("Cako-Black.woff2") format("woff2"), font-url("Cako-Black.woff") format("woff"), font-url("Cako-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cako";
  src: font-url("Cako-Thin.eot");
  src: local("Cako Thin"), local("Cako-Thin"), font-url("Cako-Thin.eot?#iefix") format("embedded-opentype"), font-url("Cako-Thin.woff2") format("woff2"), font-url("Cako-Thin.woff") format("woff"), font-url("Cako-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Cako";
  src: font-url("Cako-RegularItalic.eot");
  src: local("Cako Regular Italic"), local("Cako-RegularItalic"), font-url("Cako-RegularItalic.eot?#iefix") format("embedded-opentype"), font-url("Cako-RegularItalic.woff2") format("woff2"), font-url("Cako-RegularItalic.woff") format("woff"), font-url("Cako-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Cako";
  src: font-url("Cako-BlackItalic.eot");
  src: local("Cako Black Italic"), local("Cako-BlackItalic"), font-url("Cako-BlackItalic.eot?#iefix") format("embedded-opentype"), font-url("Cako-BlackItalic.woff2") format("woff2"), font-url("Cako-BlackItalic.woff") format("woff"), font-url("Cako-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Functions
   ========================================================================== */
/*@function rem($pxval) {
    @if not unitless($pxval) {
        $pxval: strip-units($pxval);
    }

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body, html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #ffffff;
  background: #2E2D2C;
  height: 100%;
  width: 100%;
}

a {
  color: #ffffff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
a:hover {
  color: #ffffff;
  opacity: 0.5;
}

strong {
  font-weight: 700;
}

/* Helpers
   ========================================================================== */
@media (max-width: 375px) {
  .col-max-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 325px) and (max-width: 767px) {
  .col-min-max-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .col-min-375 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50%;
  }
}

.border-dark {
  border-color: #000000 !important;
  opacity: 1;
}

.list-dot {
  list-style-type: initial;
  padding-left: 0.9375rem;
}
.list-dot li {
  padding-bottom: 0.625rem;
}

.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mt-10 {
  padding-top: 6rem;
}

.mb-10 {
  padding-bottom: 6rem;
}

.my-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 6rem;
  }

  .pb-sm-10 {
    padding-bottom: 6rem;
  }

  .py-sm-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mt-sm-10 {
    padding-top: 6rem;
  }

  .mb-sm-10 {
    padding-bottom: 6rem;
  }

  .my-sm-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 6rem;
  }

  .pb-md-10 {
    padding-bottom: 6rem;
  }

  .py-md-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mt-md-10 {
    padding-top: 6rem;
  }

  .mb-md-10 {
    padding-bottom: 6rem;
  }

  .my-md-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 6rem;
  }

  .pb-lg-10 {
    padding-bottom: 6rem;
  }

  .py-lg-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mt-lg-10 {
    padding-top: 6rem;
  }

  .mb-lg-10 {
    padding-bottom: 6rem;
  }

  .my-lg-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.grid {
  display: grid;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.cl-dark {
  color: #000000 !important;
}

.cl-bright {
  color: #ffffff !important;
}

.cl-primary {
  color: #000000 !important;
}

.cl-secondary {
  color: #BFB8AF !important;
}

.cl-third {
  color: #EDEDED !important;
}

.cl-fourth {
  color: #E8D1BF !important;
}

.cl-accent {
  color: #80569E !important;
}

.cl-gray-50 {
  color: #F5F5F5 !important;
}

.cl-gray-100 {
  color: #f8f9fa !important;
}

.cl-gray-200 {
  color: #e9ecef !important;
}

.cl-gray-300 {
  color: #dee2e6 !important;
}

.cl-gray-400 {
  color: #ced4da !important;
}

.cl-gray-500 {
  color: #adb5bd !important;
}

.cl-gray-600 {
  color: #6c757d !important;
}

.cl-gray-700 {
  color: #495057 !important;
}

.cl-gray-800 {
  color: #343a40 !important;
}

.cl-gray-900 {
  color: #2E2D2C !important;
}

.cl-danger {
  color: #FF004E !important;
}

.cl-success {
  color: #00D66B !important;
}

.cl-warning {
  color: #ffa500 !important;
}

.cl-info {
  color: #FFCE00 !important;
}

.cl-link {
  color: #A7A7A7 !important;
}

.cl-invalid {
  color: #dc3545 !important;
}

.bg-transparent {
  background-image: none !important;
}

.bg-dark {
  background: #ffffff !important;
}

.bg-bright {
  background: #ffffff !important;
}

.bg-primary {
  background: #000000 !important;
}

.bg-secondary {
  background: #BFB8AF !important;
}

.bg-third {
  background: #EDEDED !important;
}

.bg-fourth {
  background: #E8D1BF !important;
}

.bg-accent {
  background: #80569E !important;
}

.bg-gray-50 {
  background-color: #F5F5F5 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #2E2D2C !important;
}

.bg-danger {
  background: #FF004E !important;
}

.bg-success {
  background: #00D66B !important;
}

.bg-warning {
  background: #ffa500 !important;
}

.bg-info {
  background: #FFCE00 !important;
}

.bg-link {
  background: #A7A7A7 !important;
}

.bg-invalid {
  background: #dc3545 !important;
}

.text-normal {
  text-transform: initial !important;
}

.hide,
.hidden {
  display: none !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.h-90 {
  height: 90% !important;
}

.w-90 {
  width: 90% !important;
}

.h-80 {
  height: 80% !important;
}

.w-80 {
  width: 80% !important;
}

.h-70 {
  height: 70% !important;
}

.w-70 {
  width: 70% !important;
}

.h-60 {
  height: 60% !important;
}

.w-60 {
  width: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.w-50 {
  width: 50% !important;
}

.h-40 {
  height: 40% !important;
}

.w-40 {
  width: 40% !important;
}

.h-30 {
  height: 30% !important;
}

.w-30 {
  width: 30% !important;
}

.h-20 {
  height: 20% !important;
}

.w-20 {
  width: 20% !important;
}

.h-10 {
  height: 10% !important;
}

.w-10 {
  width: 10% !important;
}

.w--100 {
  width: 100px !important;
}

.w--90 {
  width: 90px !important;
}

.w--80 {
  width: 80px !important;
}

.w--70 {
  width: 70px !important;
}

.w--60 {
  width: 60px !important;
}

.w--50 {
  width: 50px !important;
}

.w--40 {
  width: 40px !important;
}

.w--30 {
  width: 30px !important;
}

.w--20 {
  width: 20px !important;
}

.w--10 {
  width: 10px !important;
}

.zindex-1000 {
  z-index: 1000 !important;
}

.zindex-900 {
  z-index: 900 !important;
}

.zindex-800 {
  z-index: 800 !important;
}

.zindex-700 {
  z-index: 700 !important;
}

.zindex-600 {
  z-index: 600 !important;
}

.zindex-500 {
  z-index: 500 !important;
}

.zindex-400 {
  z-index: 400 !important;
}

.zindex-300 {
  z-index: 300 !important;
}

.zindex-200 {
  z-index: 200 !important;
}

.zindex-100 {
  z-index: 100 !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

/* Negative Margin n1 */
.mt-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* Negative Margin n2 */
.mt-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* Negative Margin n3 */
.mt-n3 {
  margin-top: -1rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* Negative Margin n4 */
.mt-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* Negative Margin n5 */
.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

@media (min-width: 576px) {
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}
/* Typography
   ========================================================================== */
*[class*=display-] {
  font-family: "Poppins", sans-serif;
}

.page-header {
  position: relative;
}
.page-header__block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 5%;
  padding-right: 5%;
}
.page-header__block .page-title {
  font-size: 1.5625rem;
  white-space: nowrap;
}

.page-title {
  font-family: "Cako", serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #ffffff;
}

.text-through {
  text-decoration: line-through;
}

.tx-10 {
  font-size: 0.625rem !important;
}

.tx-11 {
  font-size: 0.6875rem !important;
}

.tx-12 {
  font-size: 0.75rem !important;
}

.tx-13 {
  font-size: 0.8125rem !important;
}

.tx-14 {
  font-size: 0.875rem !important;
}

.tx-15 {
  font-size: 0.9375rem !important;
}

.tx-16 {
  font-size: 1rem !important;
}

.tx-17 {
  font-size: 1.0625rem !important;
}

.tx-18 {
  font-size: 1.125rem !important;
}

.tx-19 {
  font-size: 1.1875rem !important;
}

.tx-20 {
  font-size: 1.25rem !important;
}

.tx-21 {
  font-size: 1.3125rem !important;
}

.tx-22 {
  font-size: 1.375rem !important;
}

.tx-23 {
  font-size: 1.4375rem !important;
}

.tx-24 {
  font-size: 1.5rem !important;
}

.tx-25 {
  font-size: 1.5625rem !important;
}

.tx-26 {
  font-size: 1.625rem !important;
}

.tx-27 {
  font-size: 1.6875rem !important;
}

.tx-28 {
  font-size: 1.75rem !important;
}

.tx-29 {
  font-size: 1.8125rem !important;
}

.tx-30 {
  font-size: 1.875rem !important;
}

.tx-31 {
  font-size: 1.9375rem !important;
}

.tx-32 {
  font-size: 2rem !important;
}

.tx-33 {
  font-size: 2.0625rem !important;
}

.tx-34 {
  font-size: 2.125rem !important;
}

.tx-35 {
  font-size: 2.1875rem !important;
}

.tx-36 {
  font-size: 2.25rem !important;
}

.tx-37 {
  font-size: 2.3125rem !important;
}

.tx-38 {
  font-size: 2.375rem !important;
}

.tx-39 {
  font-size: 2.4375rem !important;
}

.tx-40 {
  font-size: 2.5rem !important;
}

.tx-41 {
  font-size: 2.5625rem !important;
}

.tx-42 {
  font-size: 2.625rem !important;
}

.tx-43 {
  font-size: 2.6875rem !important;
}

.tx-44 {
  font-size: 2.75rem !important;
}

.tx-45 {
  font-size: 2.8125rem !important;
}

.tx-46 {
  font-size: 2.875rem !important;
}

.tx-47 {
  font-size: 2.9375rem !important;
}

.tx-48 {
  font-size: 3rem !important;
}

.tx-49 {
  font-size: 3.0625rem !important;
}

.tx-50 {
  font-size: 3.125rem !important;
}

.tx-51 {
  font-size: 3.1875rem !important;
}

.tx-52 {
  font-size: 3.25rem !important;
}

.tx-53 {
  font-size: 3.3125rem !important;
}

.tx-54 {
  font-size: 3.375rem !important;
}

.tx-55 {
  font-size: 3.4375rem !important;
}

.tx-56 {
  font-size: 3.5rem !important;
}

.tx-57 {
  font-size: 3.5625rem !important;
}

.tx-58 {
  font-size: 3.625rem !important;
}

.tx-59 {
  font-size: 3.6875rem !important;
}

.tx-60 {
  font-size: 3.75rem !important;
}

.tx-default {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 992px) {
  .tx-default {
    font-size: 1.25rem;
  }
}
.tx-default p {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 992px) {
  .tx-default p {
    font-size: 1.25rem;
  }
}

.tl-1 {
  font-weight: 700;
  font-size: 2rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-1 {
    font-weight: 700;
    font-size: 2.25rem;
  }
}

.tl-2 {
  font-weight: 700;
  font-size: 1.25rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-2 {
    font-weight: 700;
    font-size: 1.5rem;
  }
}

.tl-3 {
  font-weight: 700;
  font-size: 0.875rem;
  color: inherit;
}
@media (min-width: 1200px) {
  .tl-3 {
    font-weight: 700;
    font-size: 1.125rem;
  }
}

.p-font {
  font-family: "Poppins", sans-serif;
}

.s-font {
  font-family: "Cako", serif;
}

.fw-thin {
  font-weight: 100;
}

.fw-x-light {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-s-bold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-x-bold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 10px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: flex;
  align-items: center;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

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

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

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

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../content/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Layout
   ========================================================================== */
/* Header
   ========================================================================== */
@media (min-width: 1200px) {
  .header {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.navbar {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .navbar {
    padding-bottom: --bs-navbar-padding-y;
  }
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-brand {
  width: 50%;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    padding-bottom: 2.8125rem;
  }
}
.navbar-brand__logo {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-brand__logo {
    width: auto;
  }
}

@media (min-width: 768px) {
  .nav-item {
    padding: 0 0.5rem;
  }
  .nav-item:last-child {
    padding-right: 0;
  }
}

.nav-link {
  font-family: "Cako", serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 3.125rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
@media (min-width: 1200px) {
  .nav-link {
    border-top: none;
    display: block;
  }
}
.nav-link:focus {
  outline: none;
  color: #ffffff;
}
.nav-link:hover {
  color: #ffffff;
}

.nav-link.active,
.nav-link.show {
  color: #ffffff !important;
}

.megamenu {
  background: #2E2D2C;
}
.megamenu .border-top,
.megamenu .border-end {
  border-color: #ffffff !important;
}
.megamenu .border-end:last-child {
  border: none !important;
}
@media (min-width: 992px) {
  .megamenu {
    min-width: 41.875rem;
  }
}
.megamenu__badge {
  display: inline-block;
  background: #BFB8AF;
  color: #ffffff;
  font-size: 0.625rem;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  margin-bottom: 0.625rem;
}
.megamenu__linkbox {
  color: #ffffff;
  height: 100%;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.megamenu__title {
  font-size: 0.9375rem;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-family: "Cako", serif;
}
.megamenu__text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .megamenu__text {
    font-size: 0.75rem;
  }
}
.megamenu__body {
  height: 100%;
  margin-bottom: 1.25rem;
}
.megamenu__nav {
  line-height: 2.5;
}
@media (min-width: 768px) {
  .megamenu__nav {
    line-height: 1.8;
  }
}
.megamenu__link, .megamenu__footer {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .megamenu__link, .megamenu__footer {
    font-size: 0.75rem;
  }
}
.megamenu__link:hover, .megamenu__footer:hover {
  color: #ffffff;
  opacity: 0.6;
}

.dropdown-menu {
  border-radius: 0;
  border-left: none;
  border-right: none;
  opacity: 0;
  display: block;
  height: 0;
  overflow: hidden;
  position: static !important;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.dropdown-menu.show {
  height: auto;
  overflow: initial;
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .dropdown-menu .border-end {
    border-right: none !important;
  }
}
@media (max-width: 299px) {
  .dropdown-menu .border-start {
    border-left: none !important;
  }
}
@media (max-width: 1200px) {
  .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    border: none;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu {
    position: absolute !important;
  }
  .dropdown-menu.show {
    padding: 1.5625rem;
  }
  .navbar .dropdown-menu.show {
    margin-top: 3.125rem !important;
    filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.25));
  }
}

/* Mostra il menu della dropdown quando il pulsante viene premuto */
@media (max-width: 1199px) {
  .dropdown-toggle.show {
    border-bottom: 1px solid #ffffff;
  }
}
.dropdown-toggle__arrow {
  transition: transform 0.3s ease-in-out;
}
.dropdown-toggle.show .dropdown-toggle__arrow {
  transform: rotate(180deg);
}
.navbar .dropdown-toggle__arrow {
  margin-left: 0.625rem;
}
.dropdown-toggle::after {
  display: none;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .dropdown-toggle::after {
    position: static;
  }
}

.dropdown-menu-center {
  position: static;
}
@media (min-width: 1200px) {
  .dropdown-menu-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown-menu-center.show {
    left: 50%;
    transform: translateX(-50%);
  }
}

.dropdown-menu-end {
  position: absolute;
  right: 0 !important;
  left: auto !important;
}
@media (min-width: 1200px) {
  .dropdown-menu-end.show {
    position: absolute;
    right: 0;
    left: auto;
  }
}

.dropdown-menu-full {
  width: 100%;
  max-width: none;
  background: #000000;
}
.dropdown-menu-full.show {
  padding: 1.5625rem;
  filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1199px) {
  .dropdown-menu-full.show {
    transform: translate(0px, 0px) !important;
  }
}

.dropdown-menu-wide {
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  left: 50%;
}

/* Footer
   ========================================================================== */
.footer {
  background: #BFB8AF;
  color: #2E2D2C;
  padding-top: 1.5625rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .footer {
    font-size: 0.625rem;
  }
}
@media (max-width: 575px) {
  .footer__banner {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .footer__banner {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .footer__banner {
    width: 50%;
  }
}
.footer__title {
  text-transform: uppercase;
  font-weight: 700;
}
.footer__link {
  text-decoration: none;
  color: #2E2D2C;
  display: inline-block;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
.footer__link:hover {
  color: #000000;
  opacity: 0.5;
}
.footer__inner {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #2E2D2C;
  color: #BFB8AF;
}

/* Containers
   ========================================================================== */
/* Page Banner
   ========================================================================== */
.banner-main {
  max-height: 31.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.banner-main__img {
  width: 100%;
  max-height: 31.25rem;
  object-fit: contain;
}
.banner-main--mobile {
  max-height: unset;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.banner-main--mobile .banner-main__workinghours {
  width: 100%;
  bottom: unset;
}
.banner-main__workinghours {
  background: #BFB8AF;
  font-size: 0.875rem;
  text-align: center;
  flex: 0 0 auto;
  width: auto;
  position: absolute;
  bottom: -23px !important;
  color: #000000;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .banner-main__workinghours {
    width: 40.625rem;
  }
}
.banner-main__workinghours-icn {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-main--carousel .carousel-indicators {
  bottom: -25px;
}
.banner-main--carousel .carousel-control-next, .banner-main--carousel .carousel-control-prev {
  width: auto;
  height: 1.4375rem;
  top: unset;
  bottom: -23px;
}
.banner-main--carousel .carousel-control-prev {
  left: auto;
  right: 3.125rem;
}

.banner-store {
  max-height: 21.875rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.banner-store__img {
  width: 100%;
  max-height: 21.875rem;
  object-fit: cover;
  object-position: top;
}

.banner {
  background: #BFB8AF;
  padding: 1.875rem 0.9375rem;
}
.banner__icn {
  width: 3.25rem;
}
.banner__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
.banner__text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  /* or 125% */
  text-align: center;
}
.banner--giftcard {
  max-height: 21.875rem;
  padding: 4rem 0.9375rem;
  background: #BFB8AF url("../img/img-v.svg") no-repeat center center;
  display: flex;
  justify-content: center;
}
.banner--giftcard img {
  max-height: 13.875rem;
}
.banner--virtualcard {
  max-height: 21.875rem;
  padding: 4rem 0.9375rem;
  background: #80569E url("../img/img-v-virtual.svg") no-repeat center center;
  display: flex;
  justify-content: center;
}
.banner--virtualcard img {
  max-height: 13.875rem;
}

/* Sections
   ========================================================================== */
.container--narrow {
  max-width: 910px;
}
.container--medium {
  max-width: 1200px;
}
.container--large {
  max-width: 1360px;
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #BFB8AF;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

/* Box
   ========================================================================== */
.results__link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  padding-top: 0.9375rem;
  display: inline-block;
  width: 100%;
}
.results__link:hover {
  color: #ffffff;
}

.box-news-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1.25rem;
}
.box-news-preview__title {
  text-transform: uppercase;
  font-weight: 700;
}
.box-news-preview__img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .box-news-preview {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .box-news-preview {
    flex-direction: row;
  }
}

.box-corner {
  position: relative;
}
.box-corner__title {
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  width: 100%;
  height: 5.375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(45, 45, 45, 0) 0%, #2D2D2D 100%);
  display: flex;
  align-items: flex-end;
  text-align: center;
  padding-bottom: 0.9375rem;
}
.box-corner__img {
  max-width: 100%;
  --s: 20px;
  /* control the radius of the cut */
  --mask: radial-gradient(var(--s) at var(--s) var(--s), #0000 98%, #000) calc(-1*var(--s)) calc(-1*var(--s));
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.box-corner__body {
  position: relative;
  display: flex;
  justify-content: center;
}
.box-corner__content {
  text-align: center;
}

.box-vm {
  min-height: 20.625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.1875rem;
}
.box-vm .btn-default {
  position: absolute;
  bottom: -19px;
}
.box-vm__body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 1.25rem;
}
.box-vm__body--center {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-vm__title {
  font-weight: 700;
  font-size: 1.125rem;
}
.box-vm p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.box-vm__logo {
  min-width: 16rem;
  min-height: 3.125rem;
  border-radius: 0.9375rem;
}
.box-vm__logo--center {
  min-width: 16rem;
  min-height: 3.125rem;
  display: flex;
}
.box-vm__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .box-vm__img {
    width: auto;
  }
}
.box-vm__icon {
  width: 9.6875rem;
  height: 9.6875rem;
}
.virtual-card .box-vm__icon {
  background-color: #80569E;
}
.gift-card .box-vm__icon {
  background-color: #E8D1BF;
}
.newsletter .box-vm__icon {
  background-color: #FFCFB4;
}
.box-vm.virtual-card {
  background-color: #80569E;
}
.box-vm.gift-card {
  background-color: #E8D1BF;
}
.box-vm.newsletter {
  background-color: #FFCFB4;
}

.box-services {
  height: 15.625rem;
  padding-top: 1.625rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: column;
}
.box-services__header {
  display: flex;
  align-items: center;
}
.box-services__icon {
  width: 5.625rem;
  height: 3.125rem;
}
.box-services__icon-img {
  max-height: 100%;
}
.box-services__body {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  flex-grow: 1;
}

.box-suggestions__title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.box-brand__title {
  font-size: 1.25rem;
}

.box-promo__body {
  position: relative;
  min-height: 18.75rem;
  background-color: #2E2D2C;
  border: 2px solid #BFB8AF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-promo__logo {
  min-width: 3.125rem;
  min-height: 3.125rem;
  padding: 0.9375rem;
}
.box-promo__title {
  text-transform: uppercase;
  font-family: "Cako", serif;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}
.box-promo__corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  background-color: #2E2D2C;
}
.box-promo__top-left {
  border-radius: 0 0 40px 0;
  top: -2px;
  left: -2px;
  border-top: none;
  border-left: none;
}
.box-promo__top-right {
  border-radius: 0 0 0 40px;
  top: -2px;
  right: -2px;
  border-top: none;
  border-right: none;
}
.box-promo__bottom-left {
  border-radius: 0 40px 0 0;
  bottom: -2px;
  left: -2px;
  border-left: none;
  border-bottom: none;
}
.box-promo__bottom-right {
  border-radius: 40px 0 0 0;
  bottom: -2px;
  right: -2px;
  border-right: none;
  border-bottom: none;
}

.map__over {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14.5rem;
  height: 16.6875rem;
  background-color: #ffffff;
  padding: 0.9375rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.store {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .store--translate-top {
    transform: translate(0, -135px);
  }
}
.store--box__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.store__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.75rem;
  background: #000000;
}
.map__over .store__img .w-100 {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
}
.store__img .btn-discover {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .store__img .btn-discover {
    font-size: 0.75rem;
  }
}
.store__body {
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  padding: 0.625rem;
  padding-top: 1.25rem;
  gap: 1.875rem;
}
.store--box__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.store__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Cako", serif;
  color: #2D2D2D;
}
.store__text {
  font-size: 1rem;
  color: #2D2D2D;
  font-weight: 400;
  text-align: center;
}
.store__footer {
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.store__btn {
  display: inline-flex;
  font-size: 0.625rem;
  color: #2D2D2D;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
}
@media (min-width: 768px) {
  .store__btn {
    font-size: 0.75rem;
  }
}
.store__btn:hover {
  color: #2D2D2D;
  opacity: 1;
}
.store__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem;
  flex-grow: 1;
}
.store__logo .img-fluid {
  max-height: 100%;
}
.store__list {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  width: 100%;
}
.store__item {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .store__item {
    font-size: 0.75rem;
  }
}
.store__number {
  display: flex;
  height: 3.3125rem;
}
.store__number-title {
  height: 3.3125rem;
  border: 1px solid #000000;
  font-size: 0.75rem;
  font-style: italic;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store__number-pin {
  height: 3.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  background: #BFB8AF;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inverted-rounded {
  position: relative;
  height: 500px;
  background-color: #2E2D2C;
  border: 2px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inverted-rounded__corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  background-color: #2E2D2C;
}
.inverted-rounded__top-left {
  border-radius: 0 0 40px 0;
  top: -2px;
  left: -2px;
  border-top: none;
  border-left: none;
}
.inverted-rounded__top-right {
  border-radius: 0 0 0 40px;
  top: -2px;
  right: -2px;
  border-top: none;
  border-right: none;
}
.inverted-rounded__bottom-left {
  border-radius: 0 40px 0 0;
  bottom: -2px;
  left: -2px;
  border-left: none;
  border-bottom: none;
}
.inverted-rounded__bottom-right {
  border-radius: 40px 0 0 0;
  bottom: -2px;
  right: -2px;
  border-right: none;
  border-bottom: none;
}

/* Card
   ========================================================================== */
.card {
  border-radius: 0;
  border: 1px solid #000000;
}
.card-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 20px;
}
.card-img-top {
  border-radius: 0;
}
.card-body {
  min-height: 10.375rem;
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Carousel
   ========================================================================== */
.carousel-item__img {
  max-height: 31.25rem;
  width: 100%;
  object-fit: contain;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: 2.1875rem;
}

.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-stores .btn-check:checked + .btn,
.slideshow-stores .btn.active,
.slideshow-stores .btn.show,
.slideshow-stores .btn:first-child:active,
.slideshow-stores :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent !important;
  border-color: transparent;
}
.slideshow-stores--container {
  position: relative;
  overflow: hidden;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.slideshow-stores--container .slideshow__prev {
  left: 0 !important;
}
.slideshow-stores--container .slideshow__next {
  right: 0 !important;
}
.slideshow-stores .slick-list {
  overflow: initial;
}
.slideshow-stores .slick-slide {
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  height: 5.625rem;
  align-items: center;
  margin-right: 1.5625rem;
  margin-left: 1.5625rem;
}
.slideshow-stores .slick-slide img {
  max-height: 100%;
}

.slideshow-highlight {
  padding: 0;
  /* 
     nel caso si utilizzasse questa soluzione, bisognerà applicare px-4 su tutti i container sottostanti

     .slideshow-highlight {
           padding: 0;

           &--container {
              height: 500px;
              align-items: center;
              overflow: hidden;
           }

           .slick-list {
              overflow: initial;
           }

           .slick-slide {
              transition: all 0.3s ease;
              height: auto;
              text-align: center;
              margin-right: rem(25);
              margin-left: rem(25);
              transform: scale(1);
           }

           .slick-slide.slick-center {
              transform: scale(1.17);
           }


        }
  */
}
.slideshow-highlight--container {
  position: relative;
  align-items: center;
  overflow: hidden;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  /*@media (min-width: 576px) {
     height: rem(300);
  }

  @media (min-width: 768px) {
     height: rem(400);
  }

  @media (min-width: 992px) {
     height: rem(500);
  }

  @media (min-width: 1200px) {
     height: rem(500);
  }*/
}
.slideshow-highlight--container .slideshow__prev {
  left: 1.875rem !important;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slideshow-highlight--container .slideshow__prev img {
  width: 1.0625rem;
}
@media (max-width: 575px) {
  .slideshow-highlight--container .slideshow__prev {
    left: 0 !important;
  }
}
.slideshow-highlight--container .slideshow__next {
  right: 1.875rem !important;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slideshow-highlight--container .slideshow__next img {
  width: 1.0625rem;
}
@media (max-width: 575px) {
  .slideshow-highlight--container .slideshow__next {
    right: 0 !important;
  }
}
.slideshow-highlight .slick-list {
  overflow: initial;
}
.slideshow-highlight .slick-slide {
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  transform: scale(1);
}
@media (max-width: 575px) {
  .slideshow-highlight .slick-slide img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .slideshow-highlight .slick-slide {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media (min-width: 480px) {
  .slideshow-highlight .slick-slide {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .slideshow-highlight .slick-slide {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .slideshow-highlight .slick-slide {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .slideshow-highlight .slick-slide {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
}
.slideshow-highlight .slick-slide.slick-center {
  transform: scale(1.2);
}
@media (max-width: 575px) {
  .slideshow-highlight .slick-slide.slick-center {
    transform: scale(1);
  }
}

/* Sidebar
   ========================================================================== */
/* Components
   ========================================================================== */
/* Loader
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #BFB8AF;
  z-index: 1000;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #730d32;
  z-index: 1001;
  -moz-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #a42150;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: spin 3s linear infinite;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #730d32;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: spin 1.5s linear infinite;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.3s ease-out 1s;
  -o-transition: all 0.3s ease-out 1s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 1s;
  transition: all 0.3s ease-out 1s;
}

.loaded #loader-wrapper .loader-section.section-left {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.loaded #loader-wrapper .loader-section.section-right {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.section-right {
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loaded #loader {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loading #loader-wrapper {
  visibility: visible;
  top: 0;
}

.loading #loader-wrapper .loader-section.section-left {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.loading #loader-wrapper .loader-section.section-right {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.loading #loader-wrapper .loader-section.section-left,
.loading #loader-wrapper .loader-section.section-right {
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loading #loader {
  opacity: 1;
  -moz-transition: all 0.3s ease-out 0.8s;
  -o-transition: all 0.3s ease-out 0.8s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.8s;
  transition: all 0.3s ease-out 0.8s;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Buttons
   ========================================================================== */
.btn {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.48, 0.07, 0.37, 0.99);
  display: inline-flex;
}
.btn-default {
  color: #ffffff;
  background: transparent;
  font-size: 1rem;
  text-transform: uppercase;
  gap: 1rem;
  padding: 0;
}
.btn-default:hover {
  color: #ffffff;
  opacity: 0.5;
}
.btn-default-s {
  border: 2px solid #000000;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.btn-default-s:hover, .btn-default-s.bg-bright:hover {
  border: 2px solid #000000;
  background: #000000 !important;
  color: #ffffff;
  opacity: 1;
}
.btn-link {
  padding: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
.btn-link:hover {
  color: #000000;
  opacity: 0.7;
}
.btn-discover {
  padding: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
.btn-discover:hover {
  opacity: 0.7;
}

/* Breadcrumb
   ========================================================================== */
.breadcrumb {
  font-size: 0.75rem;
}

.breadcrumb-item.active {
  color: #898989;
}
.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #ffffff;
}

/* Forms
   ========================================================================== */
.form-control,
.custom-select {
  height: 1.9375rem;
  border-radius: 0;
  border-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 0.75rem;
  color: #ffffff;
}
.form-control.placeholder,
.custom-select.placeholder {
  font-size: 0.75rem;
  color: #000000;
}
.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  font-size: 0.75rem;
  color: #000000;
}
.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  font-size: 0.75rem;
  color: #000000;
}
.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #000000;
}
.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #000000;
}

.form-control--border {
  border: none;
  border-bottom: 1px solid #000000 !important;
}

.form-control--search {
  height: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  background: url("../img/icn-search.svg") no-repeat 98% center;
  border-bottom-color: #ffffff;
  color: #ffffff !important;
}
.form-control--search.placeholder {
  font-size: 0.875rem;
  color: #ffffff !important;
}
.form-control--search:-moz-placeholder {
  font-size: 0.875rem;
  color: #ffffff !important;
}
.form-control--search::-moz-placeholder {
  font-size: 0.875rem;
  color: #ffffff !important;
}
.form-control--search:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #ffffff !important;
}
.form-control--search::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #ffffff !important;
}

.form-control:focus {
  background-color: transparent;
  border-color: #BFB8AF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 184, 175, 0.25);
}

.form-label {
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
}

.form-select {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: #BFBFBF;
}
.form-select:focus {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.input-group--search .form-control {
  cursor: pointer;
  height: 2.5rem;
  background: transparent;
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group--search .form-control.placeholder {
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group--search .form-control:-moz-placeholder {
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group--search .form-control::-moz-placeholder {
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group--search .form-control:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group--search .form-control::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #ffffff;
}
.input-group .input-group-text {
  border-radius: 0;
  background: transparent;
  border-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-check {
  padding: 0;
}

.form-check-label {
  font-size: 0.75rem;
}

.radio-control {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  margin: 0;
  margin-right: 0.9375rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.radio-control.is-disabled .radio-control__dot {
  background: #A7A7A7 url("../img/icn-check.svg") no-repeat center center;
}
.radio-control__input {
  display: none;
}
.radio-control__dot {
  width: 0.375rem;
  height: 0.375rem;
  background: #BFB8AF;
  border-radius: 100%;
  display: block;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.radio-control__input:checked + .radio-control__dot {
  opacity: 1;
}

.check-control {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  margin: 0;
  margin-right: 0.9375rem;
  background: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.check-control__input {
  display: none;
}
.check-control__dot {
  width: 0.375rem;
  height: 0.375rem;
  background: #BFB8AF;
  display: block;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.check-control__input:checked + .check-control__dot {
  opacity: 1;
}

/* Widget
   ========================================================================== */
/* Table
   ========================================================================== */
.table-brand {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .table-brand {
    font-size: 0.875rem;
  }
}
.table-brand thead th {
  text-transform: uppercase;
  font-weight: 400;
}
.table-brand tbody td {
  font-weight: 700;
}

.table > :not(caption) > * > * {
  padding: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* Styles
   ========================================================================== */

/*# sourceMappingURL=style.css.map */
