@charset "UTF-8";
/* Assets
   ========================================================================== */
/* Fonts
   ========================================================================== */
@font-face {
  font-family: "Rosmatika";
  src: img-url("Rosmatika-Regular.woff2") format("woff2"), img-url("Rosmatika-Regular.woff") format("woff"), img-url("Rosmatika-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Functions
   ========================================================================== */
/*@function rem($pxval) {
    @if not unitless($pxval) {
        $pxval: strip-units($pxval);
    }

    @return ($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: "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

a {
  color: #111111;
  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);
  text-decoration: none;
}
a:hover {
  color: #111111;
  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;
}

.img-clip {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.img-clip--noradius {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.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;
}

@media (min-width: 992px) {
  .column-1 {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .column-2 {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .column-3 {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .column-4 {
    column-count: 4;
  }
}

@media (min-width: 992px) {
  .column-5 {
    column-count: 5;
  }
}

@media (min-width: 992px) {
  .column-6 {
    column-count: 6;
  }
}

@media (min-width: 992px) {
  .column-7 {
    column-count: 7;
  }
}

@media (min-width: 992px) {
  .column-8 {
    column-count: 8;
  }
}

@media (min-width: 992px) {
  .column-9 {
    column-count: 9;
  }
}

@media (min-width: 992px) {
  .column-10 {
    column-count: 10;
  }
}

@media (min-width: 992px) {
  .column-11 {
    column-count: 11;
  }
}

@media (min-width: 992px) {
  .column-12 {
    column-count: 12;
  }
}

.cl-gray-50 {
  color: #F0F0F0;
}

.cl-gray-100 {
  color: #f8f9fa;
}

.cl-gray-200 {
  color: #e9ecef;
}

.cl-gray-300 {
  color: #dee2e6;
}

.cl-gray-400 {
  color: #C3C3C3;
}

.cl-gray-500 {
  color: #adb5bd;
}

.cl-gray-600 {
  color: #7F7F7F;
}

.cl-gray-700 {
  color: #495057;
}

.cl-gray-800 {
  color: #343a40;
}

.cl-gray-900 {
  color: #09090D;
}

.cl-transparent {
  color: none !important;
}

.cl-dark {
  color: #000000 !important;
}

.cl-pink {
  color: #FC77E7 !important;
}

.cl-bright {
  color: #ffffff !important;
}

.cl-primary {
  color: #111111 !important;
}

.cl-secondary {
  color: #A21D21 !important;
}

.cl-accent {
  color: #FFAD00 !important;
}

.cl-danger {
  color: #F8466F !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-gray-50 {
  background-color: #F0F0F0;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

.bg-gray-300 {
  background-color: #dee2e6;
}

.bg-gray-400 {
  background-color: #C3C3C3;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-600 {
  background-color: #7F7F7F;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-800 {
  background-color: #343a40;
}

.bg-gray-900 {
  background-color: #09090D;
}

.bg-transparent {
  background: none !important;
}

.bg-dark {
  background: #000000 !important;
}

.bg-pink {
  background: #FC77E7 !important;
}

.bg-bright {
  background: #ffffff !important;
}

.bg-primary {
  background: #111111 !important;
}

.bg-secondary {
  background: #A21D21 !important;
}

.bg-accent {
  background: #FFAD00 !important;
}

.bg-danger {
  background: #F8466F !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;
}

.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: "Arial", sans-serif;
}

.page-header {
  position: relative;
}

.page-title {
  font-family: "Rosmatika", serif;
  font-weight: 400;
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  .page-title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1360px) {
  .page-title {
    font-size: 4.0625rem;
  }
}
.page-title strong {
  font-weight: 900;
}
.page-title br {
  display: none;
}
@media (min-width: 992px) {
  .page-title br {
    display: block;
  }
}
.page-title--main {
  font-family: "Rosmatika", serif;
  font-weight: 400;
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  .page-title--main {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .page-title--main {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .page-title--main {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .page-title--main {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1360px) {
  .page-title--main {
    font-size: 5.625rem;
    line-height: 5.375rem;
  }
}
.page-title--main strong {
  font-weight: 900;
}
.page-title--main br {
  display: none;
}
@media (min-width: 992px) {
  .page-title--main br {
    display: block;
  }
}

.page-subtitle {
  font-family: "Rosmatika", serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .page-subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .page-subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .page-subtitle {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .page-subtitle {
    font-size: 1.875rem;
  }
}
@media (min-width: 1360px) {
  .page-subtitle {
    font-size: 2.0625rem;
  }
}
.page-subtitle br {
  display: none;
}
@media (min-width: 992px) {
  .page-subtitle br {
    display: block;
  }
}

.page-intro {
  font-family: "Rosmatika", serif;
  font-weight: 400;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .page-intro {
    font-size: 2.8125rem;
  }
}
.page-intro br {
  display: none;
}
@media (min-width: 992px) {
  .page-intro br {
    display: block;
  }
}

.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-61 {
  font-size: 3.8125rem !important;
}

.tx-62 {
  font-size: 3.875rem !important;
}

.tx-63 {
  font-size: 3.9375rem !important;
}

.tx-64 {
  font-size: 4rem !important;
}

.tx-65 {
  font-size: 4.0625rem !important;
}

.tx-66 {
  font-size: 4.125rem !important;
}

.tx-67 {
  font-size: 4.1875rem !important;
}

.tx-68 {
  font-size: 4.25rem !important;
}

.tx-69 {
  font-size: 4.3125rem !important;
}

.tx-70 {
  font-size: 4.375rem !important;
}

.tx-71 {
  font-size: 4.4375rem !important;
}

.tx-72 {
  font-size: 4.5rem !important;
}

.tx-73 {
  font-size: 4.5625rem !important;
}

.tx-74 {
  font-size: 4.625rem !important;
}

.tx-75 {
  font-size: 4.6875rem !important;
}

.tx-76 {
  font-size: 4.75rem !important;
}

.tx-77 {
  font-size: 4.8125rem !important;
}

.tx-78 {
  font-size: 4.875rem !important;
}

.tx-79 {
  font-size: 4.9375rem !important;
}

.tx-80 {
  font-size: 5rem !important;
}

.tx-81 {
  font-size: 5.0625rem !important;
}

.tx-82 {
  font-size: 5.125rem !important;
}

.tx-83 {
  font-size: 5.1875rem !important;
}

.tx-84 {
  font-size: 5.25rem !important;
}

.tx-85 {
  font-size: 5.3125rem !important;
}

.tx-86 {
  font-size: 5.375rem !important;
}

.tx-87 {
  font-size: 5.4375rem !important;
}

.tx-88 {
  font-size: 5.5rem !important;
}

.tx-89 {
  font-size: 5.5625rem !important;
}

.tx-90 {
  font-size: 5.625rem !important;
}

.tx-91 {
  font-size: 5.6875rem !important;
}

.tx-92 {
  font-size: 5.75rem !important;
}

.tx-93 {
  font-size: 5.8125rem !important;
}

.tx-94 {
  font-size: 5.875rem !important;
}

.tx-95 {
  font-size: 5.9375rem !important;
}

.tx-96 {
  font-size: 6rem !important;
}

.tx-97 {
  font-size: 6.0625rem !important;
}

.tx-98 {
  font-size: 6.125rem !important;
}

.tx-99 {
  font-size: 6.1875rem !important;
}

.tx-100 {
  font-size: 6.25rem !important;
}

.text-through {
  text-decoration: line-through;
}

.text-normal {
  text-transform: initial !important;
}

.tx-default,
p {
  font-weight: 400;
  font-size: 1rem;
  color: #111111;
}
@media (min-width: 992px) {
  .tx-default,
p {
    font-size: 1.5625rem;
  }
}
.tx-default p,
p p {
  font-weight: 400;
  font-size: 1rem;
  color: #111111;
}
@media (min-width: 992px) {
  .tx-default p,
p p {
    font-size: 1.5625rem;
  }
}

.tx-cta {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  color: #FFAD00;
}
@media (min-width: 992px) {
  .tx-cta {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }
}

.p-font {
  font-family: "Arial", sans-serif !important;
}

.s-font {
  font-family: "Rosmatika", serif !important;
}

.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: #000;
}

.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: #000;
  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("../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
   ========================================================================== */
.header {
  width: 100%;
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #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);
}
.modal-open .header {
  z-index: 1;
  transition: opacity 0.15s linear;
}
@media (min-width: 992px) {
  .header.header--bg {
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .header.header--scroll {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-collapse {
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-item {
  border-bottom: 1px solid #5BBAB7;
}
@media (min-width: 992px) {
  .nav-item {
    padding: 0 0.5rem;
    border: none;
  }
  .nav-item:last-child {
    padding-right: 0;
  }
}

.nav-link {
  white-space: nowrap;
  height: 2.6875rem;
  font-family: "Rosmatika", serif;
  font-size: 1.125rem;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 1rem;
    justify-content: initial;
  }
}
.nav-link.active {
  font-weight: 700;
}
.nav-link.active::after {
  content: "";
  height: 0.125rem;
  background: #111111;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .nav-link.active::after {
    margin-right: var(--bs-navbar-nav-link-padding-x);
    margin-left: var(--bs-navbar-nav-link-padding-x);
  }
}
.nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .nav-link.btn-default.d-lg-none {
    display: none !important;
  }
}

/* Footer
   ========================================================================== */
.footer {
  background: #ffffff;
  color: #111111;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  font-size: 1rem;
}
.footer__title {
  font-family: "Rosmatika", serif;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.footer__copyright {
  font-size: 0.9375rem;
  color: #111111;
}
@media (min-width: 992px) {
  .footer__copyright {
    font-size: 0.9375rem;
  }
}
.footer--top {
  background: #A21D21 url("../img/bg-footer.png") no-repeat left bottom;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.footer--contacts {
  background: #EDEAE9;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* Containers
   ========================================================================== */
/* Page Banner
   ========================================================================== */
@media (min-width: 1700px) {
  .container--main {
    max-width: 1920px;
    margin: auto;
  }
}

@media (min-width: 1700px) {
  .banner--carousel {
    max-width: 1920px;
    margin: auto;
    height: calc(100vh - 90px);
  }
}
.banner--main {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1700px) {
  .banner--main {
    max-width: 1920px;
    margin: auto;
    height: calc(100vh - 90px);
  }
}
.banner--main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 100%);
  height: 100%;
}
.banner--main__header {
  z-index: 1;
  position: absolute;
  right: 5%;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  bottom: 1.25rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .banner--main__header {
    right: 15%;
    left: 15%;
  }
}
.banner--main__icn {
  width: 2.1875rem;
}
@media (min-width: 576px) {
  .banner--main__icn {
    width: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .banner--main__icn {
    width: 4.0625rem;
  }
}

.carousel {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-item {
  height: 100%;
}
.carousel-img {
  object-fit: cover;
  object-position: right center;
  display: block;
  height: 100%;
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)) !important;
  flex-shrink: 0;
}
.carousel-indicators [data-bs-target].active {
  background-color: #A21D21;
  background-clip: padding-box;
}

/* Sections
   ========================================================================== */
.main {
  overflow: hidden;
  margin-top: 4.375rem;
}
@media (min-width: 992px) {
  .main {
    margin-top: 5.625rem;
  }
}

.section {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  position: relative;
}
@media (min-width: 992px) {
  .section {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.container-offset--sx {
  width: 100%;
}
@media (min-width: 1200px) {
  .container-offset--sx {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
.container-offset--sx .container-offset {
  width: 100%;
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #A21D21;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  color: #111111;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

/* Box
   ========================================================================== */
.list__item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.card {
  border-radius: 0;
  border: none;
  background: transparent;
}
.card-img {
  border-radius: 0;
}

.card-img-overlay {
  background: linear-gradient(rgba(168, 15, 28, 0) 0%, rgba(168, 15, 28, 0) 43.35%, rgba(162, 29, 33, 0.9) 100%);
  padding: 1.875rem;
}
@media (min-width: 992px) {
  .card-img-overlay {
    font-size: 3.75rem;
  }
}

.card-title {
  font-family: "Rosmatika", serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .card-title {
    font-size: 2.8125rem;
  }
}

.card-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .card-text {
    font-size: 1.1875rem;
  }
}

/* Components
   ========================================================================== */
/* Loader
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  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);
  }
}
/* Modals
   ========================================================================== */
.modal {
  z-index: 9999;
}
.modal--donation .modal-header {
  border-bottom: none;
}
.modal--donation .modal-body {
  padding: 0;
}

/* 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;
  flex-shrink: 0;
  font-family: "Rosmatika", serif;
  cursor: pointer;
}
.btn.is-disabled {
  opacity: 0.5;
}
.btn-link {
  font-weight: 400;
  font-size: 1rem;
  white-space: nowrap;
  align-items: center;
  padding: 0;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .btn-link {
    font-weight: 400;
    font-size: 1.1875rem;
  }
}
.btn-default {
  border-radius: 50px;
  border: 2px solid #A21D21;
  background: #A21D21;
  color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  border: 2px solid #111111;
  color: #ffffff;
  background: #111111;
  opacity: 1;
}
.btn-default-outline {
  border-radius: 50px;
  border: 2px solid #111111;
  background: transparent;
  color: #111111;
}
.btn-default-outline:hover, .btn-default-outline:focus, .btn-default-outline:active {
  border: 2px solid #111111;
  background: #111111;
  color: #ffffff;
  opacity: 1;
}

/* Forms
   ========================================================================== */
.form-group {
  padding-bottom: 2.1875rem;
}

.form-control,
.custom-select {
  height: 3.125rem;
  border-radius: 0;
  background: #ffffff;
  border-color: #DCDBDD;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.875rem;
  color: #000000;
}
.form-control.placeholder,
.custom-select.placeholder {
  font-size: 0.875rem;
  color: #414B50;
}
.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  font-size: 0.875rem;
  color: #414B50;
}
.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  font-size: 0.875rem;
  color: #414B50;
}
.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #414B50;
}
.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #414B50;
}
@media (min-width: 768px) {
  .form-control,
.custom-select {
    height: 3.75rem;
    font-size: 0.9375rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .form-control.placeholder,
.custom-select.placeholder {
    font-size: 0.9375rem;
  }
  .form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
    font-size: 0.9375rem;
  }
  .form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
    font-size: 0.9375rem;
  }
  .form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #FFAD00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(173, 214, 213, 0.25);
}

.form-label {
  font-family: "Rosmatika", serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #000000;
}

.form-select {
  background: #F4F4F4 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: #414B50;
}
.form-select:focus {
  background: 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;
}

textarea.form-control {
  height: auto;
  padding: 1.5625rem;
}

.form-radio {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background: #F4F4F4;
  border: 1px solid #C7C7C7;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 6.25rem;
  cursor: pointer;
  flex-shrink: 0;
}
.form-radio:checked {
  background: #555555 url("../img/icn-checked.svg") no-repeat center center;
  background-size: 0.9375rem;
}

.form-check {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background: #F4F4F4;
  border: 1px solid #C7C7C7;
  width: 2.0625rem;
  height: 2.0625rem;
  flex-shrink: 0;
}
.form-check:checked {
  background: #555555 url("../img/icn-checked.svg") no-repeat center center;
  background-size: 0.9375rem;
}

/* Styles
   ========================================================================== */

/*# sourceMappingURL=style.css.map */
