@charset "UTF-8";
/*!
Theme Name: cotra
Theme URI: http://underscores.me/
Author: UncleDev
Author URI: https://uncledev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cotra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cotra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Custom Sass files
--------------------------------------------- */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 526px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 706px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 946px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1056px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1252px; } }
/*@media (min-width: 1400px) {
    .container {
        max-width: 1341px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1471px;
    }
}*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px; }
  @media (max-width: 767.98px) {
    .col {
      flex-basis: 100%; } }

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0; }
  .button:hover {
    background: #920D11;
    color: #FCFCFD; }
  .button:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .button:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .button.button--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB; }
    .button.button--secondary:hover {
      background: #920D11;
      color: #FCFCFD; }
    .button.button--secondary:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .button.button--secondary:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .button.button--secondary:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .button.button--secondary:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .button.button--secondary:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
  .button.button--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB;
    background: #fff;
    border: 1px solid #C51216;
    color: #C51216; }
    .button.button--outline:hover {
      background: #920D11;
      color: #FCFCFD; }
    .button.button--outline:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .button.button--outline:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .button.button--outline:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .button.button--outline:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .button.button--outline:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
    .button.button--outline:hover {
      background: #fff;
      border: 1px solid #920D11;
      color: #920D11; }
    .button.button--outline:focus {
      background: #fff;
      border: 1px solid #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #C51015; }
    .button.button--outline:disabled {
      background: #fff;
      border: 1px solid #F59497;
      color: #F59497; }
  .button.button--destructive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    background: #F04437; }
    .button.button--destructive:hover {
      background: #920D11;
      color: #FCFCFD; }
    .button.button--destructive:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .button.button--destructive:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .button.button--destructive:hover {
      background: #FCA19B;
      color: #FCFCFD; }
    .button.button--destructive:focus {
      background: #F97066;
      box-shadow: 0px 0px 0px 3px #FEE4E2;
      color: #FCFCFD; }
    .button.button--destructive:disabled {
      background: #FECDCA;
      color: #FCFCFD; }
  .button.button--sm {
    font-family: "Source Sans Pro" !important;
    height: 36px;
    padding: 0px 12px; }
  .button.button--xl {
    height: 44px;
    padding: 0px 24px; }

.button--icon-after:after {
  display: block;
  font-family: icomoon;
  content: "\e907";
  font-weight: 400; }
.button--icon-after.icon-reverse:before {
  display: block;
  font-family: icomoon;
  content: "\e906";
  font-weight: 400; }
.button--icon-after.icon-reverse:after {
  display: none; }

.link {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0;
  color: #6C727E;
  background: #fff;
  border: 1px solid #D2D6DB;
  background: #fff;
  border: 1px solid #C51216;
  color: #C51216; }
  .link:hover {
    background: #920D11;
    color: #FCFCFD; }
  .link:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .link:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .link:hover {
    background: #F3F4F6;
    border-color: #E5E7EB;
    color: #4D5761; }
  .link:focus {
    background: #E5E7EB;
    border: 1px solid #D2D6DB;
    box-shadow: 0px 0px 0px 3px #F3F4F6;
    color: #384250; }
  .link:disabled {
    background: #fff;
    border: 1px solid #E5E7EB;
    color: #E5E7EB; }
  .link:hover {
    background: #fff;
    border: 1px solid #920D11;
    color: #920D11; }
  .link:focus {
    background: #fff;
    border: 1px solid #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #C51015; }
  .link:disabled {
    background: #fff;
    border: 1px solid #F59497;
    color: #F59497; }
  .link.link--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB; }
    .link.link--secondary:hover {
      background: #920D11;
      color: #FCFCFD; }
    .link.link--secondary:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .link.link--secondary:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .link.link--secondary:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .link.link--secondary:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .link.link--secondary:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
  .link.link--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB;
    background: #fff;
    border: 1px solid #C51216;
    color: #C51216; }
    .link.link--outline:hover {
      background: #920D11;
      color: #FCFCFD; }
    .link.link--outline:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .link.link--outline:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .link.link--outline:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .link.link--outline:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .link.link--outline:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
    .link.link--outline:hover {
      background: #fff;
      border: 1px solid #920D11;
      color: #920D11; }
    .link.link--outline:focus {
      background: #fff;
      border: 1px solid #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #C51015; }
    .link.link--outline:disabled {
      background: #fff;
      border: 1px solid #F59497;
      color: #F59497; }
  .link.link--destructive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    background: #F04437; }
    .link.link--destructive:hover {
      background: #920D11;
      color: #FCFCFD; }
    .link.link--destructive:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .link.link--destructive:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .link.link--destructive:hover {
      background: #FCA19B;
      color: #FCFCFD; }
    .link.link--destructive:focus {
      background: #F97066;
      box-shadow: 0px 0px 0px 3px #FEE4E2;
      color: #FCFCFD; }
    .link.link--destructive:disabled {
      background: #FECDCA;
      color: #FCFCFD; }
  .link.link--sm {
    height: 27px; }
  .link.link--xl {
    height: 35px; }
  .link.link--icon {
    height: 40px; }
    .link.link--icon:after {
      display: block;
      font-family: icomoon;
      content: "\e907";
      font-weight: 400; }
    .link.link--icon.link--sm {
      height: 36px; }
    .link.link--icon.link--xl {
      height: 44px; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?3xiz7");
  src: url("fonts/icomoon.eot?3xiz7#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?3xiz7") format("woff2"), url("fonts/icomoon.ttf?3xiz7") format("truetype"), url("fonts/icomoon.woff?3xiz7") format("woff"), url("fonts/icomoon.svg?3xiz7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"]:not(.button), [class*=" icon-"]:not(.button) {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quote-o:before {
  content: "\e925"; }

.icon-quote:before {
  content: "\e924"; }

.icon-trashcan-solid:before {
  content: "\e923"; }

.icon-check-solid:before {
  content: "\e922"; }

.icon-Funnel:before {
  content: "\e921";
  color: #4d5761; }

.icon-house-solid:before {
  content: "\e920"; }

.icon-xmark:before {
  content: "\e91f"; }

.icon-trashcan:before {
  content: "\e91e"; }

.icon-eye:before {
  content: "\e91c"; }

.icon-eye-slash:before {
  content: "\e91d"; }

.icon-circle-dot-solid:before {
  content: "\e91b"; }

.icon-circle-info:before {
  content: "\e91a"; }

.icon-arrow-right:before {
  content: "\e919"; }

.icon-arrow-left:before {
  content: "\e918"; }

.icon-grid:before {
  content: "\e916"; }

.icon-list:before {
  content: "\e917"; }

.icon-magnifing-glass:before {
  content: "\e911"; }

.icon-user:before {
  content: "\e912"; }

.icon-heart:before {
  content: "\e913"; }

.icon-cart-o:before {
  content: "\e914"; }

.icon-cart:before {
  content: "\e915"; }

.icon-square-twitter-brands-solid:before {
  content: "\e90e"; }

.icon-linkedin-brands-solid:before {
  content: "\e90f"; }

.icon-facebook-brands-solid:before {
  content: "\e910"; }

.icon-clone:before {
  content: "\e90d"; }

.icon-arrow-up-right:before {
  content: "\e90c"; }

.icon-location-dot:before {
  content: "\e90b"; }

.icon-minus:before {
  content: "\e900"; }

.icon-plus:before {
  content: "\e901"; }

.icon-chevron-down:before {
  content: "\e902"; }

.icon-FilePdf:before {
  content: "\e903"; }

.icon-FileImage:before {
  content: "\e904"; }

.icon-FilePng:before {
  content: "\e905"; }

.icon-chevron-left:before {
  content: "\e906"; }

.icon-chevron-right:before {
  content: "\e907"; }

.icon-envelope:before {
  content: "\e908"; }

.icon-phone:before {
  content: "\e909"; }

.icon-time:before {
  content: "\e90a"; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
  line-height: 1;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  color: #111927;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

figure {
  margin-bottom: 0; }

a {
  text-decoration: none;
  transition: .25s ease-in-out; }
  a:hover {
    text-decoration: none; }

input[type=submit]:hover, button[type="submit"]:hover {
  cursor: pointer; }

input:focus-visible {
  outline: none !important; }

button {
  transition: .25s ease-in-out; }
  button:hover {
    cursor: pointer; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400; }

h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111927; }
  @media only screen and (max-width: 1199.98px) {
    h1 {
      font-size: 44px; } }
  @media only screen and (max-width: 767.98px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #111927; }
  @media only screen and (max-width: 1199.98px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767.98px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #111927; }
  @media only screen and (max-width: 1199.98px) {
    h3 {
      font-size: 28px; } }
  @media only screen and (max-width: 767.98px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111927; }

h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #111927; }

p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6C727E;
  margin: 0;
  padding: 0; }
  p strong {
    font-weight: 700; }
  p a {
    color: #C51216;
    text-decoration: none; }
    p a:hover {
      color: #920D11; }

address {
  margin: 0px;
  padding: 0px;
  font-style: normal; }

i {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

table {
  margin-bottom: 0;
  border-spacing: 0;
  width: 100%; }

small {
  font-size: inherit; }

.page, .post {
  margin-bottom: 0; }

.entry-content, .entry-summary, .page-content {
  margin: 0; }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

input:focus::placeholder {
  color: transparent !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
textarea:focus::placeholder {
  color: transparent !important; }

input[type="checkbox"]:checked {
  accent-color: #F8CB2F; }

select:focus {
  outline: none; }

.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; }
  .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.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*===================================
=            Slick Theme            =
===================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//../img/ico/ajax-loader.gif") center center no-repeat; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      width: 10px;
      height: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 0;
      cursor: pointer;
      z-index: 99;
      transition: none;
      background: #C51216;
      border-radius: 50%; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: #9DA4AE; }

.slick-slider {
  overflow: hidden; }

.slick-slider.slick-dotted {
  padding-bottom: 50px; }

.slick-slide {
  margin: 0 8px; }
  @media only screen and (min-width: 1400px) {
    .slick-slide {
      margin: 0 10px; } }
  @media only screen and (max-width: 767.98px) {
    .slick-slide {
      margin: 0 10px; } }

.slick-list {
  margin: 0 -8px; }
  @media only screen and (min-width: 1400px) {
    .slick-list {
      margin: 0 -10px; } }
  @media only screen and (max-width: 767.98px) {
    .slick-list {
      margin: 0 -10px; } }

.slick-prev {
  left: 70px; }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .slick-prev {
      left: 20px; } }

.slick-next {
  right: 70px; }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .slick-next {
      right: 20px; } }

.slick-prev:before, .slick-next:before {
  font-family: "icomoon";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  opacity: 1;
  color: #C51216;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.25s ease-in-out; }

.slick-prev:before {
  content: "\e906"; }

.slick-next:before {
  content: "\e907"; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 99;
  width: 40px;
  height: 40px;
  color: #C51216;
  background: #fff;
  border: 1px solid #C51216;
  border-radius: 50%; }
  .slick-prev:hover, .slick-next:hover {
    background: #fff;
    border: 1px solid #920D11;
    color: #920D11; }
  .slick-prev:focus, .slick-next:focus {
    background: #fff;
    border: 1px solid #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #C51015; }
  .slick-prev:disabled, .slick-next:disabled {
    background: #fff;
    border: 1px solid #FFC6C7;
    color: #FFC6C7; }

.slick-slider, .hero-slider {
  opacity: 0; }
  .slick-slider.slick-initialized, .hero-slider.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease-out; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) translateY(-50%); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) translateY(-50%); }
  to {
    opacity: 1; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translateY(-50%); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: '';
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #F2F2F8; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #746558; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #746558; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x; }

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #746558; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #746558; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #746558; }

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0; } }
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0; } }
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeOut {
  100% {
    opacity: 0; } }
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }
@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0); }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }

.f-thumbs__track {
  display: flex; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0))*-0.5);
  width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: transform .33s ease; }

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path .33s ease; }

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path); }

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius); }

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

.toastify {
  padding: 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px #111927;
  background-color: #111927;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647; }
  .toastify.is-danger {
    background-color: #B20000; }

.toastify.on {
  opacity: 1; }

.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px; }

.toastify-right {
  right: 15px; }

.toastify-left {
  left: 15px; }

.toastify-top {
  top: -150px; }

.toastify-bottom {
  bottom: -150px; }

.toastify-rounded {
  border-radius: 25px; }

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px; }

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content; }

@media only screen and (max-width: 360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content; } }
.menu-overlay {
  background: rgba(17, 17, 17, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .menu-overlay.active-overlay {
    opacity: 1;
    visibility: visible; }

.menu-button-holder {
  display: none; }

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }
  #header .row {
    align-items: center; }
  #header #logo img {
    height: 48px; }
    @media only screen and (max-width: 767.98px) {
      #header #logo img {
        height: 32px; } }
  #header .container {
    position: relative; }
  #header [class*="col-"] {
    position: static; }
  #header .action-btns {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #header #navigation {
    box-shadow: 0px 1px 0px #E6E6E6;
    padding-top: 19px;
    padding-bottom: 8px;
    /*.container {
        position: relative;
        display: flex;
        align-items: center;
    }*/ }
    @media only screen and (max-width: 1199.98px) {
      #header #navigation .hide-sm {
        display: none; } }
    @media only screen and (max-width: 991.98px) {
      #header #navigation {
        display: none; } }
    #header #navigation .header-contact {
      display: flex;
      align-items: center;
      gap: 24px; }
      #header #navigation .header-contact .item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #6C727E;
        color: #111927; }
        #header #navigation .header-contact .item a {
          color: inherit; }
          #header #navigation .header-contact .item a:hover {
            color: #C51216; }
        #header #navigation .header-contact .item i {
          font-size: 16px; }
    #header #navigation ul.links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-grow: 1; }
      @media only screen and (max-width: 1199.98px) {
        #header #navigation ul.links {
          display: none; } }
      #header #navigation ul.links li a {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #111927;
        padding-top: 5px;
        padding-bottom: 5px; }
        #header #navigation ul.links li a:hover {
          color: #C51216; }
      #header #navigation ul.links li.current-menu-item a {
        color: #C51216; }
      @media only screen and (min-width: 1200px) {
        #header #navigation ul.links li.show-sm {
          display: none; } }
    #header #navigation .action-btns {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: 15px;
      gap: 24px; }
      #header #navigation .action-btns .cta-buttons ul {
        display: flex;
        align-items: center;
        gap: 27px; }
        #header #navigation .action-btns .cta-buttons ul a {
          height: 28px;
          font-family: 'Source Sans Pro';
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase; }
  #header .bottom-nav .container {
    display: flex;
    align-items: stretch;
    gap: 24px; }
  #header .bottom-nav .sh {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px; }
  @media only screen and (max-width: 991.98px) {
    #header .bottom-nav .product-categories {
      display: none; } }
  #header .bottom-nav .product-categories .dropdown-toggle {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #6C727E;
    padding-right: 28px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%; }
    #header .bottom-nav .product-categories .dropdown-toggle:after {
      font-family: icomoon;
      font-size: 16px;
      content: "\e902";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      transition: .25s ease-in-out; }
  #header .bottom-nav .product-categories .sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    z-index: 9999;
    width: 904px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 10px 16px rgba(10, 14, 21, 0.12), 0px 2px 5px rgba(10, 14, 21, 0.16);
    background-color: #fff;
    padding: 24px;
    max-height: calc(100vh - 250px);
    overflow: auto; }
    @media only screen and (min-width: 1400px) {
      #header .bottom-nav .product-categories .sub-menu {
        width: 1026px;
        padding: 24px 100px 24px 100px; } }
    #header .bottom-nav .product-categories .sub-menu a {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      color: #111927;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 56px 8px 16px;
      position: relative; }
      #header .bottom-nav .product-categories .sub-menu a img {
        width: 24px; }
      #header .bottom-nav .product-categories .sub-menu a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        display: block;
        font-family: icomoon;
        content: "\e907";
        display: none; }
      #header .bottom-nav .product-categories .sub-menu a:hover, #header .bottom-nav .product-categories .sub-menu a.active {
        font-weight: 600;
        color: #fff;
        background-color: #C51216;
        z-index: 1; }
        #header .bottom-nav .product-categories .sub-menu a:hover img, #header .bottom-nav .product-categories .sub-menu a.active img {
          filter: brightness(0) invert(1); }
    #header .bottom-nav .product-categories .sub-menu li.has-children > a:after {
      display: block !important; }
    #header .bottom-nav .product-categories .sub-menu .category-item {
      position: relative; }
      #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list {
        position: fixed;
        top: 24px;
        margin: 0;
        display: block;
        opacity: 0;
        pointer-events: none;
        left: 400px;
        height: 100%;
        background-color: #fff; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list {
            left: 310px; } }
        #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list.active {
          pointer-events: auto;
          opacity: 1;
          z-index: 2; }
        #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list .subsubcategory-list {
          position: fixed;
          top: 24px;
          margin: 0;
          display: block;
          opacity: 0;
          pointer-events: none;
          left: 695px;
          height: 100%;
          background-color: #fff; }
          @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
            #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list .subsubcategory-list {
              left: 600px; } }
          #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list .subsubcategory-list.active {
            pointer-events: auto;
            opacity: 1;
            z-index: 3; }
        #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list .subcategory-item {
          position: relative; }
          #header .bottom-nav .product-categories .sub-menu .category-item .subcategory-list .subcategory-item:hover .subsubcategory-list {
            pointer-events: auto;
            opacity: 1; }
      #header .bottom-nav .product-categories .sub-menu .category-item .category-description {
        width: 192px;
        left: 634px;
        position: absolute;
        top: 0;
        margin: 0;
        display: block;
        opacity: 0;
        pointer-events: none;
        background-color: #fff; }
      #header .bottom-nav .product-categories .sub-menu .category-item:hover .subcategory-list, #header .bottom-nav .product-categories .sub-menu .category-item:hover .category-description {
        pointer-events: auto;
        opacity: 1; }
      #header .bottom-nav .product-categories .sub-menu .category-item a {
        width: 293px; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #header .bottom-nav .product-categories .sub-menu .category-item a {
            width: 280px; } }
    #header .bottom-nav .product-categories .sub-menu p {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      color: #111927; }
  #header .bottom-nav .product-categories:hover .dropdown-toggle:after {
    transform: translateY(-50%) rotate(180deg); }
  #header .bottom-nav .product-categories:hover .sub-menu {
    pointer-events: auto;
    opacity: 1; }
  #header .bottom-nav .search-area {
    flex-grow: 1;
    position: relative; }
    @media only screen and (max-width: 991.98px) {
      #header .bottom-nav .search-area {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        padding: 16px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        align-items: flex-start;
        background-color: #fff;
        transition: .25s ease-in-out; } }
    #header .bottom-nav .search-area .close-mobile-search {
      margin-left: auto;
      padding: 0;
      border: 0;
      background: none;
      font-size: 24px;
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 9999;
      opacity: 0;
      pointer-events: none;
      transition: .25s ease-in-out; }
    @media only screen and (max-width: 991.98px) {
      #header .bottom-nav .search-area.active {
        opacity: 1;
        pointer-events: auto; } }
    @media only screen and (max-width: 991.98px) {
      #header .bottom-nav .search-area.active .close-mobile-search {
        opacity: 1;
        pointer-events: auto; } }
    #header .bottom-nav .search-area form.custom-form {
      position: relative;
      width: 100%; }
      @media only screen and (max-width: 991.98px) {
        #header .bottom-nav .search-area form.custom-form {
          margin-top: 50px; } }
    #header .bottom-nav .search-area input[type="text"] {
      padding-left: 44px;
      margin-top: 0; }
    #header .bottom-nav .search-area .search-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 16px;
      padding: 0;
      background: none;
      border: 0;
      color: #6C727E; }
  #header .bottom-nav .shop-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (max-width: 991.98px) {
      #header .bottom-nav .shop-buttons {
        flex-grow: 1; } }
    #header .bottom-nav .shop-buttons .action-btn + .action-btn:before {
      content: '|';
      display: inline-flex;
      width: 1px;
      height: 24px;
      background: #EAECF0;
      margin-left: 16px;
      margin-right: 16px;
      color: transparent; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #header .bottom-nav .shop-buttons .action-btn + .action-btn:before {
          margin-left: 12px;
          margin-right: 12px; } }
    #header .bottom-nav .shop-buttons .action-btn {
      color: #111927;
      display: flex;
      align-items: center; }
      #header .bottom-nav .shop-buttons .action-btn a {
        color: inherit; }
      #header .bottom-nav .shop-buttons .action-btn i {
        font-size: 32px; }
    @media only screen and (min-width: 992px) {
      #header .bottom-nav .shop-buttons .mobile-search-button {
        display: none; } }
    #header .bottom-nav .shop-buttons .mobile-search-button button {
      padding: 0;
      border: 0;
      background: none; }
    #header .bottom-nav .shop-buttons .cart-contents, #header .bottom-nav .shop-buttons .quote-contents {
      display: flex;
      align-items: center;
      gap: 12px; }
      #header .bottom-nav .shop-buttons .cart-contents .cart-icon-holder, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-holder, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-holder, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-holder {
        position: relative; }
      @media only screen and (max-width: 991.98px) {
        #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content {
          display: none; } }
      #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content .cart-label, #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content .quote-label, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content .cart-label, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content .quote-label, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content .cart-label, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content .quote-label, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content .cart-label, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content .quote-label {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #0C111D;
        display: block;
        width: 100%; }
      #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content .cart-label + .amount, #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content .quote-label + .amount, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content .cart-label + .amount, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content .quote-label + .amount, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content .cart-label + .amount, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content .quote-label + .amount, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content .cart-label + .amount, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content .quote-label + .amount {
        margin-top: 2px; }
      #header .bottom-nav .shop-buttons .cart-contents .cart-icon-content .amount, #header .bottom-nav .shop-buttons .cart-contents .quote-icon-content .amount, #header .bottom-nav .shop-buttons .quote-contents .cart-icon-content .amount, #header .bottom-nav .shop-buttons .quote-contents .quote-icon-content .amount {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #0C111D; }
    #header .bottom-nav .shop-buttons .count:not(.amount .count), #header .bottom-nav .shop-buttons .wishlist_products_counter_number {
      right: -5px;
      top: -5px;
      position: absolute;
      min-width: 18px;
      min-height: 18px;
      padding: 2px;
      aspect-ratio: 1/1;
      background: #C51216;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 13px;
      text-align: center;
      letter-spacing: 0.02em;
      text-align: center;
      color: #FFFFFF; }
    @media only screen and (max-width: 767.98px) {
      #header .bottom-nav .shop-buttons .user-area {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      #header .bottom-nav .shop-buttons .wishlist-area {
        display: none; } }
    #header .bottom-nav .shop-buttons .wishlist-area .wishlist_products_counter {
      position: relative; }
      #header .bottom-nav .shop-buttons .wishlist-area .wishlist_products_counter.top_wishlist-heart:before {
        font-size: 34px;
        margin-right: 0; }
    #header .bottom-nav .shop-buttons .wishlist-area .wishlist_products_counter_text {
      display: none; }
    #header .bottom-nav .shop-buttons .wishlist-area .wishlist-counter-with-products:before {
      content: "\e909"; }
    #header .bottom-nav .shop-buttons .mobile-toggler {
      padding: 0;
      border: 0;
      background: none; }
      @media only screen and (min-width: 1200px) {
        #header .bottom-nav .shop-buttons .mobile-toggler {
          display: none; } }

.top-notification {
  text-align: center;
  background-color: #C51216;
  padding: 8px 0; }
  @media only screen and (max-width: 767.98px) {
    .top-notification {
      text-align: left; } }
  @media only screen and (max-width: 767.98px) {
    .top-notification .tn-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
      justify-content: space-between; } }
  .top-notification .my-acc-sm {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF; }
    @media only screen and (min-width: 768px) {
      .top-notification .my-acc-sm {
        display: none; } }
  .top-notification p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #6C727E;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .top-notification p {
        font-size: 14px; } }
    @media only screen and (max-width: 767.98px) {
      .top-notification p {
        font-weight: 500;
        font-size: 12px; } }

#ajax-search-result {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 100%; }
  @media only screen and (max-width: 991.98px) {
    #ajax-search-result {
      top: 115px;
      width: calc(100% - 32px);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  #ajax-search-result .sajx-nofund-prod {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 16px rgba(10, 14, 21, 0.12), 0px 2px 5px rgba(10, 14, 21, 0.16);
    border-radius: 8px;
    min-height: 150px;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      #ajax-search-result .sajx-nofund-prod {
        box-shadow: none;
        border: 1px solid #D2D6DB; } }
    #ajax-search-result .sajx-nofund-prod p {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.25;
      color: #6C727E;
      color: #111927; }
  #ajax-search-result .product-rows {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 16px rgba(10, 14, 21, 0.12), 0px 2px 5px rgba(10, 14, 21, 0.16);
    border-radius: 8px;
    max-height: 539px;
    overflow: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #111A1D #C9C9C9;
    display: flex;
    gap: 24px;
    flex-direction: column; }
    @media only screen and (max-width: 991.98px) {
      #ajax-search-result .product-rows {
        box-shadow: none;
        border: 1px solid #D2D6DB; } }
    #ajax-search-result .product-rows .product-row {
      background-color: #fff;
      display: flex;
      align-items: center;
      gap: 24px; }
      #ajax-search-result .product-rows .product-row .product-photo {
        max-width: 89px;
        min-width: 89px;
        font-size: 0; }
        #ajax-search-result .product-rows .product-row .product-photo img {
          width: 100%; }
      #ajax-search-result .product-rows .product-row .product-content {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        #ajax-search-result .product-rows .product-row .product-content .product-title {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 1.25;
          color: #6C727E;
          color: #111927; }
          #ajax-search-result .product-rows .product-row .product-content .product-title a {
            color: inherit; }
            #ajax-search-result .product-rows .product-row .product-content .product-title a:hover {
              color: #6C727E; }
        #ajax-search-result .product-rows .product-row .product-content .price {
          display: flex;
          align-items: center;
          gap: 16px;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 1.2;
          color: #111927;
          font-weight: 400; }
          #ajax-search-result .product-rows .product-row .product-content .price del {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.25;
            color: #6C727E;
            font-weight: 400;
            color: #6C727E; }
          #ajax-search-result .product-rows .product-row .product-content .price ins {
            text-decoration: none; }
          #ajax-search-result .product-rows .product-row .product-content .price.onsale {
            flex-direction: row-reverse;
            justify-content: flex-end; }
  #ajax-search-result .live-search-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px; }
    #ajax-search-result .live-search-footer form {
      text-align: right; }

.checkout-header {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center; }

.cart-checkout-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #111927; }
  @media only screen and (max-width: 1199.98px) {
    .cart-checkout-title {
      font-size: 28px; } }
  @media only screen and (max-width: 767.98px) {
    .cart-checkout-title {
      font-size: 24px; } }

@media only screen and (max-width: 767.98px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 16px;
    padding-left: 16px; } }

html.fixed,
body.fixed {
  margin-top: 0 !important;
  max-width: 100vw; }

html.fixed {
  overflow: hidden; }

.fancybox__container {
  z-index: 9999; }

body.admin-bar #header, body.admin-bar .mobile-menu {
  top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #header, body.admin-bar .mobile-menu {
    top: 46px; }
  body.admin-bar .products-lhs-filter-wrap {
    padding-top: 106px; } }
@media only screen and (max-width: 767.98px) {
  body.admin-bar #header.sticky, body.admin-bar .mobile-menu.sticky {
    top: 0px; } }
@media only screen and (max-width: 991.98px) {
  body.admin-bar #header .bottom-nav .search-area form.custom-form {
    margin-top: 96px; } }
@media only screen and (max-width: 991.98px) {
  body.admin-bar #header .bottom-nav .search-area.active .close-mobile-search {
    top: 62px; } }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .row {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -15px;
    margin-right: -15px; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .row {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -15px;
    margin-right: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 767.98px) {
  .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; } }

.block {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767.98px) {
    .block {
      padding-top: 32px;
      padding-bottom: 32px; } }

.woocommerce-breadcrumb:not(.page-breadcrumb .woocommerce-breadcrumb) {
  display: none; }

#search-category .category-item {
  position: relative; }

#search-blog .row {
  row-gap: 30px; }

.post-item {
  position: relative; }
  .post-item .img-holder {
    overflow: hidden;
    border-radius: 16px; }
    .post-item .img-holder img {
      transition: .25s ease-in-out;
      width: 100%;
      display: block; }
  .post-item .content-holder {
    margin-top: 20px; }
    .post-item .content-holder .post-category {
      display: block;
      margin-bottom: 8px; }
      .post-item .content-holder .post-category a {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
        color: #6C727E;
        color: #111927;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        position: relative;
        z-index: 2; }
        .post-item .content-holder .post-category a:hover {
          color: #C51216; }
    .post-item .content-holder .post-title {
      display: block;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.25;
      color: #6C727E;
      font-weight: 700;
      color: #111927; }
      .post-item .content-holder .post-title + p {
        margin-top: 4px !important; }
    .post-item .content-holder p {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      color: #6C727E;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .post-item:hover img {
    transform: scale(1.1); }

.product-item {
  position: relative; }

.wp-block-quote {
  padding: 0;
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid #C51216; }
  .wp-block-quote blockquote {
    padding: 0;
    margin: 0;
    border: 0; }
  .wp-block-quote p {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    color: #111927; }
  .wp-block-quote cite {
    margin-top: 16px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #475467; }
    .wp-block-quote cite br {
      display: none; }
    .wp-block-quote cite strong {
      font-weight: 600;
      color: #111927;
      display: block; }

.spinner {
  width: 24px;
  height: 24px;
  background: url("img/ico/spinner.svg") no-repeat center center;
  background-size: contain;
  display: none;
  /* Initially hidden */ }

.spinner.is-active {
  display: block;
  /* Show the spinner when active */ }

.ajax_add_to_cart.loading, .request-a-quote-button.loading {
  pointer-events: none;
  opacity: 0.7; }
  .ajax_add_to_cart.loading .icon-cart, .ajax_add_to_cart.loading .icon-quote, .request-a-quote-button.loading .icon-cart, .request-a-quote-button.loading .icon-quote {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }
    .ajax_add_to_cart.loading .icon-cart:before, .ajax_add_to_cart.loading .icon-quote:before, .request-a-quote-button.loading .icon-cart:before, .request-a-quote-button.loading .icon-quote:before {
      display: none; }

.request-a-quote-button.loading .icon-quote {
  border-color: #6C727E;
  border-top-color: transparent; }
.request-a-quote-button.active {
  color: #111927 !important; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
.url-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1; }

.img-holder {
  overflow: hidden; }
  .img-holder img {
    border-radius: 16px; }

.breadcrumb, .page-breadcrumb {
  margin-top: 14px;
  margin-bottom: 50px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #6C727E;
  color: #111927; }
  @media only screen and (max-width: 1199.98px) {
    .breadcrumb, .page-breadcrumb {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767.98px) {
    .breadcrumb, .page-breadcrumb {
      margin-bottom: 24px; } }
  .breadcrumb a, .page-breadcrumb a {
    color: #6C727E;
    font-weight: 400; }
    .breadcrumb a:hover, .page-breadcrumb a:hover {
      color: #111927; }

.woocommerce-pagination {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .woocommerce-pagination {
      flex: 0 0 100%;
      max-width: 100%; } }

.custom-pagination, .woocommerce-pagination ul.page-numbers {
  padding-top: 20px;
  border-top: 1px solid #EAECF0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 58px; }
  .custom-pagination a:not(.prev, .next), .custom-pagination span:not(.prev, .next), .woocommerce-pagination ul.page-numbers a:not(.prev, .next), .woocommerce-pagination ul.page-numbers span:not(.prev, .next) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: #475467; }
    .custom-pagination a:not(.prev, .next).current, .custom-pagination span:not(.prev, .next).current, .woocommerce-pagination ul.page-numbers a:not(.prev, .next).current, .woocommerce-pagination ul.page-numbers span:not(.prev, .next).current {
      color: #fff;
      background: #C51216; }
  .custom-pagination a.prev, .custom-pagination a.next, .custom-pagination span.prev, .custom-pagination span.next, .woocommerce-pagination ul.page-numbers a.prev, .woocommerce-pagination ul.page-numbers a.next, .woocommerce-pagination ul.page-numbers span.prev, .woocommerce-pagination ul.page-numbers span.next {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #C51216; }
  .custom-pagination a.prev, .custom-pagination span.prev, .woocommerce-pagination ul.page-numbers a.prev, .woocommerce-pagination ul.page-numbers span.prev {
    margin-right: 15px; }
  .custom-pagination a.next, .custom-pagination span.next, .woocommerce-pagination ul.page-numbers a.next, .woocommerce-pagination ul.page-numbers span.next {
    margin-left: 15px; }
  .custom-pagination a:not(.prev, .next):hover, .woocommerce-pagination ul.page-numbers a:not(.prev, .next):hover {
    color: #fff;
    background: #C51216; }

.blogs .blog-categories, #blogs .blog-categories {
  overflow: auto; }
  .blogs .blog-categories ul, #blogs .blog-categories ul {
    display: inline-flex;
    gap: 24px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      .blogs .blog-categories ul, #blogs .blog-categories ul {
        display: flex; } }
    .blogs .blog-categories ul li, #blogs .blog-categories ul li {
      min-width: 160px; }
      @media only screen and (max-width: 767.98px) {
        .blogs .blog-categories ul li, #blogs .blog-categories ul li {
          min-width: auto; } }
      .blogs .blog-categories ul li a, #blogs .blog-categories ul li a {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #6C727E;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        padding: 0px 4px;
        border-radius: 4px 4px 0px 0px; }
        .blogs .blog-categories ul li a.active, .blogs .blog-categories ul li a:hover, #blogs .blog-categories ul li a.active, #blogs .blog-categories ul li a:hover {
          color: #fff;
          background: #C51216; }
        @media only screen and (max-width: 767.98px) {
          .blogs .blog-categories ul li a, #blogs .blog-categories ul li a {
            padding: 0 8px; } }
      .blogs .blog-categories ul li.active a, #blogs .blog-categories ul li.active a {
        color: #fff;
        background: #C51216; }

.blogs {
  padding-bottom: 0; }
  .blogs .blog-posts {
    min-height: 512px;
    position: relative; }
    .blogs .blog-posts .wp-core-spinner {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      color: #fff; }

.inner-intro {
  max-width: 512px; }
  .inner-intro h1 + p {
    margin-top: 16px; }
  .inner-intro p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400; }

.badge {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #6C727E;
  font-weight: 600;
  color: #6C727E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
  text-transform: uppercase; }
  .badge.badge--reverse {
    color: #FCFCFD;
    background: #0A0E15;
    border-color: #6C727E; }
  .badge.badge--brand {
    color: #fff;
    background: #C51216;
    border: 1px solid #C51216; }
  .badge.badge--discount, .badge.badge--out-of-stock {
    color: #C51216;
    background: #F3F4F6;
    border-color: #C51216; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox label {
    display: flex !important;
    position: relative;
    height: auto !important;
    align-items: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0; }
    .custom-checkbox label span {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      padding-left: 32px;
      display: block;
      position: relative; }
      .custom-checkbox label span a {
        text-decoration-line: underline;
        color: inherit; }
        .custom-checkbox label span a:hover {
          color: #C51216; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #101828;
    min-width: 16px;
    width: 16px;
    height: 16px;
    top: 1px;
    background: transparent;
    border-radius: 4px;
    left: 0;
    border: 1px solid #D0D5DD; }
  .custom-checkbox input[type="checkbox"]::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #fff; }
  .custom-checkbox input[type="checkbox"]:checked {
    background: #C51216;
    border-color: #C51216; }
  .custom-checkbox input[type="checkbox"]:checked::before {
    transform: scale(1); }
  .custom-checkbox input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed; }

.custom-radiobox label {
  display: flex !important;
  position: relative;
  height: auto !important;
  align-items: center;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0; }
  .custom-radiobox label span {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    padding-left: 32px;
    display: block;
    position: relative; }
    .custom-radiobox label span a {
      text-decoration-line: underline;
      color: inherit; }
      .custom-radiobox label span a:hover {
        color: #C51216; }
.custom-radiobox li {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  position: relative; }
  .custom-radiobox li input[type="radio"] {
    left: 0; }
  .custom-radiobox li label span {
    display: inline;
    padding-left: 0; }
    .custom-radiobox li label span.price-group {
      padding-left: 10px; }
.custom-radiobox input[type="radio"] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #101828;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #D0D5DD;
  top: 2px;
  border-radius: 50%; }
.custom-radiobox input[type="radio"]::before {
  content: "";
  width: 6px;
  height: 6px;
  display: flex;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: #101828;
  border-radius: 50%; }
.custom-radiobox input[type="radio"]:checked {
  background: #C51216; }
.custom-radiobox input[type="radio"]:checked::before {
  transform: scale(1); }
.custom-radiobox input[type="radio"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed; }

.custom-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 100%;
  height: 1.6em;
  position: relative; }
  .custom-switch > input[type="checkbox"] {
    display: none; }
  .custom-switch .custom-switch-style {
    height: 1.2em;
    left: 0;
    background: #F3F4F6;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 2.3em;
    cursor: pointer; }
    .custom-switch .custom-switch-style:before {
      display: block;
      content: '';
      height: 1em;
      position: absolute;
      width: 1em;
      background-color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      left: 0.1em;
      top: 0.1em;
      box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .custom-switch > input[type="checkbox"]:checked + .custom-switch-style {
    background-color: #C51216; }
    .custom-switch > input[type="checkbox"]:checked + .custom-switch-style:before {
      left: 50%; }

.custom-form .form-group {
  margin-bottom: 24px; }
.custom-form .form-row {
  margin-bottom: 16px; }
.custom-form .hidden-field {
  display: none; }
.custom-form label {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #6C727E; }
.custom-form label + .wpcf7-form-control-wrap, .custom-form label + .input-holder, .custom-form label + input, .custom-form label + span {
  margin-top: 8px;
  display: block; }
.custom-form .select2-container {
  display: block;
  width: 100%;
  padding: 0px 16px;
  height: 42px;
  background: #fff;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E; }
  .custom-form .select2-container .selection {
    height: 100%; }
  .custom-form .select2-container .select2-selection__rendered {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #6C727E; }
  .custom-form .select2-container .select2-selection--single {
    border: 0;
    height: 100%; }
  .custom-form .select2-container .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    top: 0;
    right: 10px; }
    .custom-form .select2-container .select2-selection__arrow:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: icomoon;
      color: #6C727E;
      font-size: 14px;
      content: "\e902";
      font-weight: 700;
      transition: .25s ease-in-out; }
    .custom-form .select2-container .select2-selection__arrow b {
      display: none; }
  .custom-form .select2-container .select2-container--open .select2-selection__arrow:after {
    transform: translateY(-50%) rotate(180deg); }
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"],
.custom-form input[type="tel"],
.custom-form input[type="number"],
.custom-form textarea, .custom-form .my-multi {
  display: block;
  width: 100%;
  padding: 0px 16px;
  height: 44px;
  background: #fff;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E; }
  .custom-form input[type="text"]:focus,
  .custom-form input[type="email"]:focus,
  .custom-form input[type="password"]:focus,
  .custom-form input[type="tel"]:focus,
  .custom-form input[type="number"]:focus,
  .custom-form textarea:focus, .custom-form .my-multi:focus {
    box-shadow: 0px 0px 0px 3px #F3F4F6;
    border: 1px solid #E5E7EB;
    color: #4D5761; }
  .custom-form input[type="text"].placeholder,
  .custom-form input[type="email"].placeholder,
  .custom-form input[type="password"].placeholder,
  .custom-form input[type="tel"].placeholder,
  .custom-form input[type="number"].placeholder,
  .custom-form textarea.placeholder, .custom-form .my-multi.placeholder {
    color: #6C727E; }
  .custom-form input[type="text"]:-moz-placeholder,
  .custom-form input[type="email"]:-moz-placeholder,
  .custom-form input[type="password"]:-moz-placeholder,
  .custom-form input[type="tel"]:-moz-placeholder,
  .custom-form input[type="number"]:-moz-placeholder,
  .custom-form textarea:-moz-placeholder, .custom-form .my-multi:-moz-placeholder {
    color: #6C727E; }
  .custom-form input[type="text"]::-moz-placeholder,
  .custom-form input[type="email"]::-moz-placeholder,
  .custom-form input[type="password"]::-moz-placeholder,
  .custom-form input[type="tel"]::-moz-placeholder,
  .custom-form input[type="number"]::-moz-placeholder,
  .custom-form textarea::-moz-placeholder, .custom-form .my-multi::-moz-placeholder {
    color: #6C727E; }
  .custom-form input[type="text"]:-ms-input-placeholder,
  .custom-form input[type="email"]:-ms-input-placeholder,
  .custom-form input[type="password"]:-ms-input-placeholder,
  .custom-form input[type="tel"]:-ms-input-placeholder,
  .custom-form input[type="number"]:-ms-input-placeholder,
  .custom-form textarea:-ms-input-placeholder, .custom-form .my-multi:-ms-input-placeholder {
    color: #6C727E; }
  .custom-form input[type="text"]::-webkit-input-placeholder,
  .custom-form input[type="email"]::-webkit-input-placeholder,
  .custom-form input[type="password"]::-webkit-input-placeholder,
  .custom-form input[type="tel"]::-webkit-input-placeholder,
  .custom-form input[type="number"]::-webkit-input-placeholder,
  .custom-form textarea::-webkit-input-placeholder, .custom-form .my-multi::-webkit-input-placeholder {
    color: #6C727E; }
  .custom-form input[type="text"].wpcf7-not-valid,
  .custom-form input[type="email"].wpcf7-not-valid,
  .custom-form input[type="password"].wpcf7-not-valid,
  .custom-form input[type="tel"].wpcf7-not-valid,
  .custom-form input[type="number"].wpcf7-not-valid,
  .custom-form textarea.wpcf7-not-valid, .custom-form .my-multi.wpcf7-not-valid {
    border-color: #dc3232; }
.custom-form textarea {
  height: 190px;
  padding-top: 16px;
  padding-bottom: 16px; }
.custom-form input[type="submit"],
.custom-form button[type="submit"],
.custom-form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0;
  height: 44px;
  padding: 0px 24px;
  display: flex;
  margin-left: auto; }
  .custom-form input[type="submit"]:hover,
  .custom-form button[type="submit"]:hover,
  .custom-form .button:hover {
    background: #920D11;
    color: #FCFCFD; }
  .custom-form input[type="submit"]:focus,
  .custom-form button[type="submit"]:focus,
  .custom-form .button:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .custom-form input[type="submit"]:disabled,
  .custom-form button[type="submit"]:disabled,
  .custom-form .button:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .custom-form input[type="submit"].button--secondary,
  .custom-form button[type="submit"].button--secondary,
  .custom-form .button.button--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB; }
    .custom-form input[type="submit"].button--secondary:hover,
    .custom-form button[type="submit"].button--secondary:hover,
    .custom-form .button.button--secondary:hover {
      background: #920D11;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--secondary:focus,
    .custom-form button[type="submit"].button--secondary:focus,
    .custom-form .button.button--secondary:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--secondary:disabled,
    .custom-form button[type="submit"].button--secondary:disabled,
    .custom-form .button.button--secondary:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .custom-form input[type="submit"].button--secondary:hover,
    .custom-form button[type="submit"].button--secondary:hover,
    .custom-form .button.button--secondary:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .custom-form input[type="submit"].button--secondary:focus,
    .custom-form button[type="submit"].button--secondary:focus,
    .custom-form .button.button--secondary:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .custom-form input[type="submit"].button--secondary:disabled,
    .custom-form button[type="submit"].button--secondary:disabled,
    .custom-form .button.button--secondary:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
  .custom-form input[type="submit"].button--outline,
  .custom-form button[type="submit"].button--outline,
  .custom-form .button.button--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB;
    background: #fff;
    border: 1px solid #C51216;
    color: #C51216; }
    .custom-form input[type="submit"].button--outline:hover,
    .custom-form button[type="submit"].button--outline:hover,
    .custom-form .button.button--outline:hover {
      background: #920D11;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--outline:focus,
    .custom-form button[type="submit"].button--outline:focus,
    .custom-form .button.button--outline:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--outline:disabled,
    .custom-form button[type="submit"].button--outline:disabled,
    .custom-form .button.button--outline:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .custom-form input[type="submit"].button--outline:hover,
    .custom-form button[type="submit"].button--outline:hover,
    .custom-form .button.button--outline:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .custom-form input[type="submit"].button--outline:focus,
    .custom-form button[type="submit"].button--outline:focus,
    .custom-form .button.button--outline:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .custom-form input[type="submit"].button--outline:disabled,
    .custom-form button[type="submit"].button--outline:disabled,
    .custom-form .button.button--outline:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
    .custom-form input[type="submit"].button--outline:hover,
    .custom-form button[type="submit"].button--outline:hover,
    .custom-form .button.button--outline:hover {
      background: #fff;
      border: 1px solid #920D11;
      color: #920D11; }
    .custom-form input[type="submit"].button--outline:focus,
    .custom-form button[type="submit"].button--outline:focus,
    .custom-form .button.button--outline:focus {
      background: #fff;
      border: 1px solid #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #C51015; }
    .custom-form input[type="submit"].button--outline:disabled,
    .custom-form button[type="submit"].button--outline:disabled,
    .custom-form .button.button--outline:disabled {
      background: #fff;
      border: 1px solid #F59497;
      color: #F59497; }
  .custom-form input[type="submit"].button--destructive,
  .custom-form button[type="submit"].button--destructive,
  .custom-form .button.button--destructive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    background: #F04437; }
    .custom-form input[type="submit"].button--destructive:hover,
    .custom-form button[type="submit"].button--destructive:hover,
    .custom-form .button.button--destructive:hover {
      background: #920D11;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--destructive:focus,
    .custom-form button[type="submit"].button--destructive:focus,
    .custom-form .button.button--destructive:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--destructive:disabled,
    .custom-form button[type="submit"].button--destructive:disabled,
    .custom-form .button.button--destructive:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .custom-form input[type="submit"].button--destructive:hover,
    .custom-form button[type="submit"].button--destructive:hover,
    .custom-form .button.button--destructive:hover {
      background: #FCA19B;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--destructive:focus,
    .custom-form button[type="submit"].button--destructive:focus,
    .custom-form .button.button--destructive:focus {
      background: #F97066;
      box-shadow: 0px 0px 0px 3px #FEE4E2;
      color: #FCFCFD; }
    .custom-form input[type="submit"].button--destructive:disabled,
    .custom-form button[type="submit"].button--destructive:disabled,
    .custom-form .button.button--destructive:disabled {
      background: #FECDCA;
      color: #FCFCFD; }
  .custom-form input[type="submit"].button--sm,
  .custom-form button[type="submit"].button--sm,
  .custom-form .button.button--sm {
    height: 36px;
    padding: 0px 12px; }
  .custom-form input[type="submit"].button--xl,
  .custom-form button[type="submit"].button--xl,
  .custom-form .button.button--xl {
    height: 44px;
    padding: 0px 24px; }

.accordion.custom-accordion .faq-wrap {
  padding-left: 16px;
  padding-right: 16px; }
  .accordion.custom-accordion .faq-wrap + .faq-wrap {
    margin-top: 16px; }
.accordion.custom-accordion h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #111927;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 12px; }
  .accordion.custom-accordion h3:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-family: icomoon;
    transition: .25s ease-in-out;
    content: "\e901";
    font-size: 24px;
    color: #C51216;
    font-weight: normal; }
  .accordion.custom-accordion h3.active:after {
    content: "\e900"; }
  .accordion.custom-accordion h3:hover {
    cursor: pointer; }
.accordion.custom-accordion .content {
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: none;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #111927; }
  .accordion.custom-accordion .content p, .accordion.custom-accordion .content li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #111927; }

.select2-dropdown {
  background: #fff;
  border: 1px solid #D2D6DB;
  border-radius: 0px; }
  .select2-dropdown li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    padding: 12px; }
    .select2-dropdown li:hover, .select2-dropdown li.active {
      color: #C51216; }

.wpcf7-not-valid-tip {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  color: #C51216;
  margin-top: 5px; }

.form-group, .form-row {
  position: relative; }

.password-input {
  position: relative; }

.show-password-input {
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6C727E;
  font-family: 'icomoon';
  font-size: 20px;
  right: 16px;
  transition: .25s ease-in-out;
  display: flex;
  height: 34px;
  align-items: center; }
  .show-password-input:hover {
    cursor: pointer;
    color: #111927; }
  .show-password-input:before {
    content: "\e91c"; }
  .show-password-input:after {
    display: none; }
  .show-password-input.display-password:before {
    content: "\e91d"; }

.product-item .photo-holder {
  position: relative; }
  .product-item .photo-holder .product-brand {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1; }
  .product-item .photo-holder img.attachment-product-loop {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
.product-item .content-holder {
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }
  .product-item .content-holder .action-btns {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    gap: 8px; }
    .product-item .content-holder .action-btns .add-to-fav {
      padding: 0;
      width: 32px;
      height: 32px;
      border-radius: 6px;
      margin-left: auto; }
      .product-item .content-holder .action-btns .add-to-fav .tinv-wraper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
      .product-item .content-holder .action-btns .add-to-fav button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: none;
        color: #6C727E;
        border: 0;
        font-size: 16px;
        width: 100%;
        height: 100%; }
        .product-item .content-holder .action-btns .add-to-fav button:hover {
          color: #111927; }
      .product-item .content-holder .action-btns .add-to-fav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .product-item .content-holder .action-btns .add-to-fav a:before {
          transition: .25s ease-in-out; }
        .product-item .content-holder .action-btns .add-to-fav a:hover:before {
          content: "\e908"; }
  .product-item .content-holder .product-title {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #6C727E;
    color: #111927;
    margin-bottom: 16px;
    padding-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-item .content-holder .product-title a {
      color: inherit; }
  .product-item .content-holder .price-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px; }
    .product-item .content-holder .price-holder .price-container {
      display: flex;
      flex-direction: column;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.2;
      color: #111927;
      font-weight: 400; }
      .product-item .content-holder .price-holder .price-container del {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.25;
        color: #6C727E;
        font-weight: 400;
        color: #6C727E; }
      .product-item .content-holder .price-holder .price-container ins {
        text-decoration: none; }
      .product-item .content-holder .price-holder .price-container .suffix {
        display: none; }
  .product-item .content-holder .quote-action {
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    position: relative; }
    .product-item .content-holder .quote-action button {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: none;
      color: #6C727E;
      border: 0;
      font-size: 16px;
      width: 100%;
      height: 100%; }
      .product-item .content-holder .quote-action button:hover {
        color: #111927; }
  .product-item .content-holder .add-to-cart, .product-item .content-holder .add-cart-variable, .product-item .content-holder .wishlist-add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 32px;
    height: 32px;
    background: #C51216;
    border-radius: 6px;
    color: #fff;
    position: relative;
    z-index: 2;
    gap: 8px;
    margin-left: auto; }
    .product-item .content-holder .add-to-cart i, .product-item .content-holder .add-cart-variable i, .product-item .content-holder .wishlist-add-to-cart i {
      font-size: 16px; }
    .product-item .content-holder .add-to-cart:hover, .product-item .content-holder .add-cart-variable:hover, .product-item .content-holder .wishlist-add-to-cart:hover {
      background-color: #920D11; }
  .product-item .content-holder .added_to_cart.wc-forward {
    display: none; }
  .product-item .content-holder .show-if-list {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff;
    display: none; }
.product-item.wishlist_item.out-of-stock .product-action > .button {
  font-size: 0;
  gap: 0; }
  .product-item.wishlist_item.out-of-stock .product-action > .button:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: icomoon;
    content: "\e907"; }

.slider-grid .section-heading, .blogs .section-heading {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767.98px) {
    .slider-grid .section-heading, .blogs .section-heading {
      justify-content: center; } }
  .slider-grid .section-heading h2, .blogs .section-heading h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927; }
    @media only screen and (max-width: 1199.98px) {
      .slider-grid .section-heading h2, .blogs .section-heading h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      .slider-grid .section-heading h2, .blogs .section-heading h2 {
        font-size: 24px; } }
  @media only screen and (max-width: 767.98px) {
    .slider-grid .section-heading a.link, .blogs .section-heading a.link {
      display: none; } }
  .slider-grid .section-heading a.link:after, .blogs .section-heading a.link:after {
    content: "\e919"; }

@media only screen and (max-width: 767.98px) {
  .slider-grid .slick-list {
    padding: 0 20% 0 0; } }

.view-more-sm {
  text-align: center;
  margin-top: 32px; }
  @media only screen and (min-width: 768px) {
    .view-more-sm {
      display: none; } }

.faq .accordion.custom-accordion .content {
  padding-right: 56px; }

.woocommerce-error {
  background-color: #F04437 !important; }

.cart-empty.woocommerce-info {
  display: none; }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  padding: 0.5em !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 10px; }
  .woocommerce-message p, .woocommerce-message li, .woocommerce-message a, .woocommerce-info p, .woocommerce-info li, .woocommerce-info a, .woocommerce-error p, .woocommerce-error li, .woocommerce-error a, .woocommerce-noreviews p, .woocommerce-noreviews li, .woocommerce-noreviews a, p.no-comments p, p.no-comments li, p.no-comments a {
    color: #fff !important;
    font-size: 14px !important; }
  .woocommerce-message:focus, .woocommerce-info:focus, .woocommerce-error:focus, .woocommerce-noreviews:focus, p.no-comments:focus {
    outline: none !important; }
  .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
    margin-left: 30px;
    height: 36px;
    padding: 0px 12px;
    text-decoration: none; }
  .woocommerce-message li + li, .woocommerce-info li + li, .woocommerce-error li + li, .woocommerce-noreviews li + li, p.no-comments li + li {
    margin-top: 5px; }
  .woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    text-decoration: underline; }

.tinv-wishlist .product-action {
  width: auto;
  position: relative;
  z-index: 2; }
  .tinv-wishlist .product-action > .button {
    padding: 8px;
    width: 32px;
    height: 32px; }
    .tinv-wishlist .product-action > .button > i {
      display: flex;
      margin-right: 0; }
    .tinv-wishlist .product-action > .button .tinvwl-txt {
      display: none; }
.tinv-wishlist .tinv-header {
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 576px) {
    .tinv-wishlist .tinv-header {
      max-width: 524px; } }
  @media (min-width: 768px) {
    .tinv-wishlist .tinv-header {
      max-width: 704px; } }
  @media (min-width: 992px) {
    .tinv-wishlist .tinv-header {
      max-width: 944px; } }
  @media (min-width: 1200px) {
    .tinv-wishlist .tinv-header {
      max-width: 1040px; } }
  @media (min-width: 1400px) {
    .tinv-wishlist .tinv-header {
      max-width: 1236px; } }
.tinv-wishlist .tinvwl-table-manage-list {
  row-gap: 34px; }

.qty-number {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .qty-number {
      display: block; } }
  .qty-number .number {
    max-width: 143px;
    height: 44px;
    border: 1px solid #D2D6DB;
    border-radius: 11px;
    display: flex;
    align-items: center; }
    .qty-number .number input[type=text],
    .qty-number .number input[type=number] {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 27px;
      text-align: center;
      color: #6C727E;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 44px;
      border: 0;
      border: 1px solid #D2D6DB;
      text-align: center; }
    .qty-number .number span {
      min-width: 44px;
      height: 44px;
      color: #6C727E;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .25s ease-in-out;
      font-size: 22px; }
      .qty-number .number span:hover {
        cursor: pointer;
        color: #111927; }

.tinv-wishlist .tinv-txt {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px !important; }

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
  top: -1px !important; }

.ma-holder, .commercialists-wrapper {
  padding: 40px;
  background: #F3F4F6;
  border-radius: 8px;
  margin-bottom: 40px; }
  .ma-holder .ma-header h2, .ma-holder .ma-header h3, .ma-holder .commercialist-header h2, .ma-holder .commercialist-header h3, .commercialists-wrapper .ma-header h2, .commercialists-wrapper .ma-header h3, .commercialists-wrapper .commercialist-header h2, .commercialists-wrapper .commercialist-header h3 {
    display: flex;
    gap: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #111927;
    font-weight: 600; }
    .ma-holder .ma-header h2 img, .ma-holder .ma-header h3 img, .ma-holder .commercialist-header h2 img, .ma-holder .commercialist-header h3 img, .commercialists-wrapper .ma-header h2 img, .commercialists-wrapper .ma-header h3 img, .commercialists-wrapper .commercialist-header h2 img, .commercialists-wrapper .commercialist-header h3 img {
      min-width: 24px;
      max-width: 24px;
      display: block; }
  .ma-holder .ma-info, .ma-holder .commercialist-info, .commercialists-wrapper .ma-info, .commercialists-wrapper .commercialist-info {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #6C727E;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 32px;
    margin-top: 16px; }
    .ma-holder .ma-info strong, .ma-holder .commercialist-info strong, .commercialists-wrapper .ma-info strong, .commercialists-wrapper .commercialist-info strong {
      font-weight: 700; }

.quote-archive-container .rq-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media only screen and (max-width: 1399px) {
    .quote-archive-container .rq-wrapper {
      max-width: 688px; } }
  .quote-archive-container .rq-wrapper .spinner {
    align-items: center;
    width: 100%; }
  .quote-archive-container .rq-wrapper .quote-action-archive {
    text-align: right; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #111927; }

.brands {
  padding-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    .brands {
      padding-bottom: 32px; } }
  .brands .slick-slide {
    margin: 0 24px; }
  .brands .slick-list {
    margin: 0 -24px; }
  .brands .slick-track {
    display: flex !important; }
  .brands .slick-track .slick-slide {
    display: flex !important;
    height: auto;
    align-items: center; }
  .brands .brand-item a {
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .brands .brand-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px; }

.newsletter {
  margin-top: 64px;
  margin-bottom: 64px; }
  @media only screen and (max-width: 767.98px) {
    .newsletter {
      margin-top: 32px;
      margin-bottom: 32px; } }
  .newsletter .newsletter-holder {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 8px; }
    .newsletter .newsletter-holder:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      border-radius: 8px; }
    .newsletter .newsletter-holder .newsletter-in {
      max-width: 825px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      position: relative;
      z-index: 1;
      padding: 108px 0; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .newsletter .newsletter-holder .newsletter-in {
          padding: 64px 32px; } }
      @media only screen and (max-width: 767.98px) {
        .newsletter .newsletter-holder .newsletter-in {
          padding: 32px 16px; } }
      .newsletter .newsletter-holder .newsletter-in .subscription-text {
        text-align: center; }
        .newsletter .newsletter-holder .newsletter-in .subscription-text + .subscription-form {
          margin-top: 40px; }
      .newsletter .newsletter-holder .newsletter-in h3 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1.2;
        color: #111927;
        color: #fff;
        font-size: 32px !important; }
        @media only screen and (max-width: 1199.98px) {
          .newsletter .newsletter-holder .newsletter-in h3 {
            font-size: 30px; } }
        @media only screen and (max-width: 767.98px) {
          .newsletter .newsletter-holder .newsletter-in h3 {
            font-size: 24px; } }
        .newsletter .newsletter-holder .newsletter-in h3 + p {
          margin-top: 16px; }
      .newsletter .newsletter-holder .newsletter-in p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        color: #111927;
        font-weight: 400;
        color: #fff;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
      .newsletter .newsletter-holder .newsletter-in form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
        .newsletter .newsletter-holder .newsletter-in form .omnisend-form-6723588f731a1255bc0fa2f1-section-6374ec98142fd3456c0fb30d {
          padding: 0 !important;
          flex-basis: auto !important;
          display: flex;
          flex-direction: column;
          flex-grow: initial !important;
          position: relative; }
        .newsletter .newsletter-holder .newsletter-in form button[type=submit] {
          margin-top: 8px;
          display: flex;
          width: 100%; }
        .newsletter .newsletter-holder .newsletter-in form .custom-checkbox {
          margin-top: 8px; }
          .newsletter .newsletter-holder .newsletter-in form .custom-checkbox label:hover {
            cursor: pointer; }
          .newsletter .newsletter-holder .newsletter-in form .custom-checkbox label span {
            color: #FCFCFD; }
        .newsletter .newsletter-holder .newsletter-in form .form-group {
          margin-bottom: 0; }
  .newsletter + .brands {
    padding-top: 0; }

.page-footer {
  background-color: #111927; }
  .page-footer .top-footer {
    padding-top: 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid #C51216;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 991.98px) {
      .page-footer .top-footer {
        flex-wrap: wrap;
        column-gap: 24px; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .top-footer {
        padding-top: 32px;
        padding-bottom: 24px;
        justify-content: center; } }
    .page-footer .top-footer .item {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      gap: 6px; }
      @media only screen and (max-width: 767.98px) {
        .page-footer .top-footer .item {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .top-footer .item:last-of-type {
          min-width: 100%;
          margin-top: 18px;
          justify-content: center; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .top-footer .item:last-of-type br {
          display: none; } }
      .page-footer .top-footer .item a {
        color: inherit; }
        .page-footer .top-footer .item a:hover {
          color: #C51216; }
      .page-footer .top-footer .item i {
        color: #F3F4F6;
        font-size: 40px;
        font-weight: normal; }
        @media only screen and (max-width: 767.98px) {
          .page-footer .top-footer .item i {
            font-size: 24px; } }
    @media only screen and (max-width: 991.98px) {
      .page-footer .top-footer .footer-logo {
        min-width: 100%;
        margin-bottom: 32px;
        text-align: center; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .top-footer .footer-logo img {
        width: 120px; } }
  .page-footer .middle-footer {
    padding-top: 64px; }
    @media only screen and (max-width: 767.98px) {
      .page-footer .middle-footer {
        padding-top: 32px; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .middle-footer [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .middle-footer .row {
        row-gap: 24px; } }
    .page-footer .middle-footer .footer-title {
      display: block;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      color: #FCFCFD; }
      .page-footer .middle-footer .footer-title + ul {
        margin-top: 16px; }
    .page-footer .middle-footer .footer-sitemap ul li + li {
      margin-top: 12px; }
    .page-footer .middle-footer .footer-sitemap ul li a {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #FCFCFD; }
      .page-footer .middle-footer .footer-sitemap ul li a:hover {
        color: #C51216; }
  .page-footer .copyright-area {
    padding-top: 64px;
    padding-bottom: 49px;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .page-footer .copyright-area {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .copyright-area .row {
        flex-direction: column-reverse; } }
    .page-footer .copyright-area .copy-holder {
      flex: 0 0 74%;
      max-width: 74%; }
      @media only screen and (min-width: 1400px) {
        .page-footer .copyright-area .copy-holder {
          flex: 0 0 83%;
          max-width: 83%; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .copyright-area .copy-holder {
          flex: 0 0 100%;
          max-width: 100%; } }
    .page-footer .copyright-area .cert-holder {
      position: static; }
    .page-footer .copyright-area .copyright {
      border-top: 1px solid #C51216;
      padding-top: 16px;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF; }
      .page-footer .copyright-area .copyright a {
        color: inherit;
        text-decoration: underline; }
        .page-footer .copyright-area .copyright a:hover {
          color: #C51216; }
    @media only screen and (min-width: 768px) {
      .page-footer .copyright-area .certification {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media only screen and (max-width: 767.98px) {
      .page-footer .copyright-area .certification {
        margin-bottom: 32px; } }
    .page-footer .copyright-area .certification img {
      height: 130px;
      display: block;
      margin-left: auto;
      margin-right: 42px; }
      @media only screen and (min-width: 1400px) {
        .page-footer .copyright-area .certification img {
          margin-right: 0; } }
      @media only screen and (max-width: 991.98px) {
        .page-footer .copyright-area .certification img {
          margin-right: 0; } }
      @media only screen and (max-width: 767.98px) {
        .page-footer .copyright-area .certification img {
          width: 100px;
          height: auto;
          margin-left: 0;
          margin-right: 0; } }

.credit-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px; }
  .credit-cards img {
    align-self: center; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  padding: 0 16px 40px 16px; }
  .mobile-menu.active {
    display: block; }
  .mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #d0d5dd; }
    .mobile-menu__header .mobile-toggle-black-js {
      display: none;
      font-size: 32px; }
      .mobile-menu__header .mobile-toggle-black-js.active {
        display: block; }
    .mobile-menu__header .mobile-closer {
      margin-left: auto;
      font-size: 32px; }
  .mobile-menu__menu {
    border-bottom: 1px solid #fff !important;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .mobile-menu__menu {
        height: 70vh;
        overflow: auto; } }
    @media only screen and (max-width: 767.98px) {
      .mobile-menu__menu {
        height: 60vh;
        overflow: auto; } }
    .mobile-menu__menu ul li {
      border-bottom: 1px solid #D2D6DB;
      padding: 15px 16px; }
      .mobile-menu__menu ul li a {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #6C727E;
        margin: 0;
        padding: 0;
        color: #111927;
        display: flex;
        width: 100%;
        padding-left: 0;
        column-gap: 8px; }
        .mobile-menu__menu ul li a img {
          width: 24px; }
      .mobile-menu__menu ul li.menu-item-has-children {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .mobile-menu__menu ul li.menu-item-has-children:after {
          font-family: icomoon;
          display: block;
          content: "\e907";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 16px;
          color: #C51216; }
    .mobile-menu__menu .sub-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background: #fff;
      list-style: none;
      margin: 0;
      min-height: 455px !important;
      border-bottom: 1px solid #fff !important; }
      .mobile-menu__menu .sub-menu.active {
        display: block; }
      .mobile-menu__menu .sub-menu .sub-menu {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 100px;
        padding-left: 16px;
        padding-right: 16px; }
        .mobile-menu__menu .sub-menu .sub-menu.active {
          display: block;
          pointer-events: auto;
          opacity: 1; }
      .mobile-menu__menu .sub-menu .category-description p {
        margin-top: 40px;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #1E1E1E; }
  .mobile-menu__bottom .cta-buttons ul {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .mobile-menu__bottom .cta-buttons ul li a {
      display: flex;
      width: 100%; }
  .mobile-menu__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px; }
    .mobile-menu__contact .item {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #111927;
      display: flex;
      align-items: center;
      gap: 8px; }
      .mobile-menu__contact .item i {
        font-size: 16px;
        min-width: 16px; }
      .mobile-menu__contact .item a {
        color: inherit; }

.homehero {
  position: relative;
  line-height: 0;
  background-color: #F3F4F6;
  padding: 0; }
  .homehero .container:not(.nav-buttons-wrapper) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 623px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .homehero .container:not(.nav-buttons-wrapper) {
        height: 500px; } }
    @media only screen and (max-width: 767.98px) {
      .homehero .container:not(.nav-buttons-wrapper) {
        height: calc(100vh - 150px); } }
  .homehero .hero-slider {
    height: 623px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .homehero .hero-slider {
        height: 500px; } }
    @media only screen and (max-width: 767.98px) {
      .homehero .hero-slider {
        height: calc(100vh - 150px); } }
    .homehero .hero-slider .slick-slide {
      height: 623px; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .homehero .hero-slider .slick-slide {
          height: 500px; } }
      @media only screen and (max-width: 767.98px) {
        .homehero .hero-slider .slick-slide {
          height: calc(100vh - 150px); } }
    .homehero .hero-slider .hero-bg {
      position: relative;
      height: 623px; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .homehero .hero-slider .hero-bg {
          height: 500px; } }
      @media only screen and (max-width: 767.98px) {
        .homehero .hero-slider .hero-bg {
          height: calc(100vh - 150px); } }
      .homehero .hero-slider .hero-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(269.63deg, rgba(17, 17, 17, 0) 28.88%, #111111 87.38%); }
      .homehero .hero-slider .hero-bg.bg-overlay-off:after {
        display: none; }
      .homehero .hero-slider .hero-bg img, .homehero .hero-slider .hero-bg video {
        display: block;
        width: 100%;
        height: 623px;
        object-fit: cover; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          .homehero .hero-slider .hero-bg img, .homehero .hero-slider .hero-bg video {
            height: 500px; } }
        @media only screen and (max-width: 767.98px) {
          .homehero .hero-slider .hero-bg img, .homehero .hero-slider .hero-bg video {
            height: calc(100vh - 150px); } }
    .homehero .hero-slider .hero-content {
      max-width: 690px;
      width: 100%;
      /* margin-left: auto;
       margin-right: auto;
       text-align: center;*/
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 20px; }
      .homehero .hero-slider .hero-content h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.2;
        color: #111927;
        font-size: 48px;
        color: #FCFCFD; }
        @media only screen and (max-width: 1199.98px) {
          .homehero .hero-slider .hero-content h1 {
            font-size: 44px; } }
        @media only screen and (max-width: 767.98px) {
          .homehero .hero-slider .hero-content h1 {
            font-size: 40px; } }
        @media only screen and (max-width: 767.98px) {
          .homehero .hero-slider .hero-content h1 {
            font-size: 40px; } }
      .homehero .hero-slider .hero-content p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        color: #FCFCFD; }
      .homehero .hero-slider .hero-content .button {
        align-self: start; }
    .homehero .hero-slider .hero-image, .homehero .hero-slider .hero-content {
      position: relative;
      z-index: 2; }
  .homehero .nav-btns {
    position: absolute;
    z-index: 1;
    bottom: 24px;
    display: flex;
    gap: 24px; }
    @media only screen and (min-width: 1200px) {
      .homehero .nav-btns {
        display: none; } }
    .homehero .nav-btns .slick-prev, .homehero .nav-btns .slick-next {
      position: relative;
      transform: none;
      left: inherit;
      right: inherit; }

@media only screen and (min-width: 768px) {
  .ctas {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media only screen and (max-width: 767.98px) {
  .ctas {
    padding-left: 16px;
    padding-right: 16px; } }
.ctas .container {
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 1399px) {
    .ctas .container {
      max-width: 100%; } }
.ctas .row {
  margin-left: -4px;
  margin-right: -4px; }
  @media only screen and (max-width: 767.98px) {
    .ctas .row {
      row-gap: 8px; } }
  .ctas .row [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px; }
.ctas .item {
  position: relative; }
  .ctas .item img {
    height: 309px;
    object-fit: cover;
    width: 100%;
    display: block; }
    @media (min-width: 1400px) {
      .ctas .item img {
        aspect-ratio: 2/1;
        height: auto; } }
  .ctas .item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 24px;
    background: rgba(252, 55, 60, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 1;
    width: 100%; }
  .ctas .item h2, .ctas .item h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #111927;
    color: #fff; }
  .ctas .item p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: #fff; }

@media only screen and (max-width: 767.98px) {
  .why-us {
    padding-bottom: 64px; } }
.why-us .row {
  align-items: center; }
.why-us .block-content {
  max-width: 424px; }
  @media only screen and (min-width: 1400px) {
    .why-us .block-content {
      max-width: 503px; } }
  .why-us .block-content .pre-title {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6C727E;
    margin-bottom: 4px; }
  .why-us .block-content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #111927; }
    @media only screen and (max-width: 1199.98px) {
      .why-us .block-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .why-us .block-content h2 {
        font-size: 24px; } }
    .why-us .block-content h2 + p {
      margin-top: 8px; }
  .why-us .block-content p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0; }
.why-us .block-image {
  max-width: 608px; }
  @media only screen and (max-width: 767.98px) {
    .why-us .block-image {
      margin-top: 40px; } }
  .why-us .block-image img {
    display: block;
    border-radius: 16px;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    margin-left: auto; }

.features {
  background-color: #C51216; }
  .features h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927;
    color: #F3F4F6; }
    @media only screen and (max-width: 1199.98px) {
      .features h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      .features h2 {
        font-size: 24px; } }
    .features h2 + .features-content {
      margin-top: 64px; }
      @media only screen and (max-width: 991.98px) {
        .features h2 + .features-content {
          margin-top: 48px; } }
  .features .features-content .row {
    row-gap: 48px; }
  .features .features-content .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 246px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399px) {
      .features .features-content .item {
        max-width: 200px; } }
    @media only screen and (max-width: 991.98px) {
      .features .features-content .item {
        flex-direction: row;
        gap: 16px;
        text-align: left;
        max-width: 100%; } }
  .features .features-content .features-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 991.98px) {
      .features .features-content .features-icon {
        min-width: 64px;
        width: 64px;
        height: 64px;
        margin-bottom: 0; } }
    .features .features-content .features-icon img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 47px;
      width: 100%; }
      @media only screen and (max-width: 991.98px) {
        .features .features-content .features-icon img {
          max-width: 32px; } }
  .features .features-content .features-text {
    flex-grow: 1; }
  .features .features-content h3 {
    margin-bottom: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #111927;
    color: #FCFCFD; }
    @media only screen and (max-width: 767.98px) {
      .features .features-content h3 {
        font-size: 16px;
        margin-bottom: 4px; } }
  .features .features-content p {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #FCFCFD; }

.home .features {
  background: #fff; }
  .home .features h2 {
    color: #111927; }
  .home .features .features-content .features-icon {
    background: #C51216; }
    .home .features .features-content .features-icon img {
      filter: brightness(0) invert(1); }
  .home .features .features-content h3 {
    color: #111927; }
  .home .features .features-content p {
    color: #111927; }

.pattern {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .pattern .block-image {
    padding-top: 139px;
    text-align: center; }
    .pattern .block-image img {
      display: block;
      max-width: 864px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      object-fit: cover;
      aspect-ratio: 16/9; }

.benefits {
  padding-bottom: 0; }
  .benefits .benefits-section + .benefits-section {
    margin-top: 34px; }
    @media only screen and (max-width: 991.98px) {
      .benefits .benefits-section + .benefits-section {
        margin-top: 64px; } }
  .benefits .benefits-section .row {
    align-items: center; }
  .benefits .benefits-section:nth-of-type(even) .row {
    flex-direction: row-reverse; }
  .benefits .benefits-section:nth-of-type(even) .benefits-images {
    direction: rtl; }
  .benefits .benefits-section:nth-of-type(even) .block-content {
    margin-right: auto;
    margin-left: 0; }
  .benefits .benefits-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 512px;
    min-height: 575px; }
    @media only screen and (min-width: 1400px) {
      .benefits .benefits-images {
        max-width: 608px;
        min-height: 672px;
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media only screen and (max-width: 991.98px) {
      .benefits .benefits-images {
        min-height: 385px; } }
    .benefits .benefits-images .img-holder {
      border-radius: 16px;
      overflow: hidden;
      aspect-ratio: 1/1; }
      .benefits .benefits-images .img-holder img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .benefits .benefits-images .img-holder:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 2;
        aspect-ratio: 248 / 513; }
        @media only screen and (min-width: 1400px) {
          .benefits .benefits-images .img-holder:nth-of-type(1) {
            aspect-ratio: 294 / 513; } }
      .benefits .benefits-images .img-holder:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3;
        margin-top: auto; }
      .benefits .benefits-images .img-holder:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3; }
  .benefits .block-content {
    max-width: 424px;
    margin-left: auto; }
    @media only screen and (min-width: 1400px) {
      .benefits .block-content {
        max-width: 503px; } }
    @media only screen and (max-width: 767.98px) {
      .benefits .block-content {
        margin-top: 24px; } }
    .benefits .block-content h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      color: #111927; }
      @media only screen and (max-width: 1199.98px) {
        .benefits .block-content h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .benefits .block-content h2 {
          font-size: 24px; } }
      .benefits .block-content h2 + .accordion {
        margin-top: 40px; }
        @media only screen and (max-width: 767.98px) {
          .benefits .block-content h2 + .accordion {
            margin-top: 24px; } }

.benefits + .blogs {
  padding-top: 32px; }
  @media only screen and (max-width: 991.98px) {
    .benefits + .blogs {
      padding-top: 64px; } }

.blogs h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #111927;
  color: #111927;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199.98px) {
    .blogs h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .blogs h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767.98px) {
    .blogs h2 {
      margin-bottom: 0px; } }
.blogs .blog-posts {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px; }
  @media only screen and (max-width: 767.98px) {
    .blogs .blog-posts {
      display: flex;
      flex-direction: column;
      gap: 24px; } }
  .blogs .blog-posts.one-post {
    grid-template-columns: 1fr;
    /* Single column */ }
    .blogs .blog-posts.one-post .post-item {
      grid-area: auto;
      /* Reset specific grid-area styles */ }
  .blogs .blog-posts.two-posts {
    grid-template-columns: repeat(2, 1fr);
    /* Two equal columns */ }
    .blogs .blog-posts.two-posts .post-item {
      grid-area: auto;
      /* Reset specific grid-area styles */ }
  .blogs .blog-posts.three-posts {
    grid-template-columns: repeat(2, 1fr);
    /* Two columns */
    grid-template-rows: auto auto;
    /* Dynamic row heights */ }
    .blogs .blog-posts.three-posts .post-item {
      grid-area: auto;
      /* Reset specific grid-area styles */ }
    .blogs .blog-posts.three-posts .post-item:nth-of-type(1) {
      grid-area: 1 / 1 / 3 / 2; }
  .blogs .blog-posts.four-posts {
    grid-template-columns: repeat(2, 1fr);
    /* Your existing default layout */
    grid-template-rows: repeat(3, 1fr); }
    .blogs .blog-posts.four-posts .post-item:nth-of-type(1) {
      grid-area: 1 / 1 / 4 / 2; }
    .blogs .blog-posts.four-posts .post-item:nth-of-type(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .blogs .blog-posts.four-posts .post-item:nth-of-type(3) {
      grid-area: 2 / 2 / 3 / 3; }
    .blogs .blog-posts.four-posts .post-item:nth-of-type(4) {
      grid-area: 3 / 2 / 4 / 3; }
  .blogs .blog-posts .post-item .content-holder {
    margin-top: 0; }
    .blogs .blog-posts .post-item .content-holder .post-title {
      color: #111927;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .blogs .blog-posts .post-item .content-holder p {
      color: #6C727E; }
  .blogs .blog-posts .post-item .img-holder {
    position: relative; }
    .blogs .blog-posts .post-item .img-holder img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blogs .blog-posts .post-item:not(:nth-of-type(1)) {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media only screen and (max-width: 767.98px) {
      .blogs .blog-posts .post-item:not(:nth-of-type(1)) {
        column-gap: 8px;
        row-gap: 24px; } }
    .blogs .blog-posts .post-item:not(:nth-of-type(1)) .img-holder {
      min-width: 160px;
      max-width: 160px;
      aspect-ratio: 1/1; }
      @media only screen and (max-width: 767.98px) {
        .blogs .blog-posts .post-item:not(:nth-of-type(1)) .img-holder {
          min-width: 80px;
          max-width: 80px; } }
  .blogs .blog-posts .post-item:nth-of-type(1) {
    min-width: 600px;
    max-width: 600px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .blogs .blog-posts .post-item:nth-of-type(1) {
        min-width: 550px; } }
    @media only screen and (max-width: 991.98px) {
      .blogs .blog-posts .post-item:nth-of-type(1) {
        min-width: 100%; } }
    .blogs .blog-posts .post-item:nth-of-type(1) .img-holder {
      aspect-ratio: 600/520; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .blogs .blog-posts .post-item:nth-of-type(1) .img-holder {
          aspect-ratio: 550/400; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .blogs .blog-posts .post-item:nth-of-type(1) .img-holder {
          aspect-ratio: unset;
          height: 100%; } }
      @media only screen and (max-width: 767.98px) {
        .blogs .blog-posts .post-item:nth-of-type(1) .img-holder {
          aspect-ratio: 343/335; } }
    .blogs .blog-posts .post-item:nth-of-type(1) .content-holder {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      z-index: 1;
      background-color: #F9FAFB;
      padding: 16px;
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px; }
      .blogs .blog-posts .post-item:nth-of-type(1) .content-holder p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #6C727E;
        margin: 0;
        padding: 0; }

.featured-categories {
  background-color: #F3F4F6; }
  @media only screen and (min-width: 768px) {
    .featured-categories .row {
      padding-left: 11px;
      padding-right: 11px; } }
  @media only screen and (min-width: 768px) {
    .featured-categories .row [class*="col-"] {
      padding-left: 4px;
      padding-right: 4px; } }
  @media only screen and (max-width: 767.98px) {
    .featured-categories-content .row {
      row-gap: 16px; } }
  .featured-categories .item {
    background-color: #C51216;
    border-radius: 4px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 256px;
    display: flex;
    flex-direction: column; }
    .featured-categories .item .featured-categories-icon {
      margin-bottom: 8px; }
      .featured-categories .item .featured-categories-icon img {
        width: 48px;
        filter: brightness(0) invert(1); }
    .featured-categories .item .fc-icon-bg img {
      filter: brightness(0) invert(1);
      position: absolute;
      width: 269px;
      height: 269px;
      left: 210px;
      top: -4px;
      opacity: 0.2; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .featured-categories .item .fc-icon-bg img {
          width: 150px;
          height: 150px;
          opacity: 0.2;
          right: -80px;
          bottom: 0;
          top: auto;
          left: auto; } }
    .featured-categories .item h3 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      color: #111927;
      color: #fff;
      max-width: 190px; }
      .featured-categories .item h3 + p {
        margin-top: 4px; }
    .featured-categories .item .info {
      flex-grow: 1; }
      .featured-categories .item .info + .button {
        margin-top: 4px; }
    .featured-categories .item p {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      color: #fff;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .featured-categories .item .button {
      align-self: flex-start; }

.contact-ctas .intro-text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111927;
  margin-bottom: 8px; }
.contact-ctas .intro-text p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6C727E;
  margin: 0;
  padding: 0; }
.contact-ctas .items {
  margin-top: 25px; }
  @media only screen and (max-width: 767.98px) {
    .contact-ctas .items .row {
      row-gap: 24px; } }
  @media only screen and (max-width: 767.98px) {
    .contact-ctas .items .location-tabs {
      overflow: auto; } }
  .contact-ctas .items .location-tabs ul {
    display: inline-flex;
    gap: 24px;
    border-bottom: 1px solid #E5E7EB; }
    @media only screen and (max-width: 767.98px) {
      .contact-ctas .items .location-tabs ul {
        gap: 0; } }
    .contact-ctas .items .location-tabs ul li {
      min-width: 160px; }
      @media only screen and (max-width: 767.98px) {
        .contact-ctas .items .location-tabs ul li {
          min-width: 92px; } }
      .contact-ctas .items .location-tabs ul li a {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #6C727E;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        padding: 0px 4px;
        border-radius: 4px 4px 0px 0px; }
        .contact-ctas .items .location-tabs ul li a.active, .contact-ctas .items .location-tabs ul li a:hover {
          color: #fff;
          background: #C51216; }
        @media only screen and (min-width: 768px) {
          .contact-ctas .items .location-tabs ul li a {
            gap: 4px; } }
        @media only screen and (max-width: 767.98px) {
          .contact-ctas .items .location-tabs ul li a {
            padding: 0 14px; } }
        @media only screen and (max-width: 767.98px) {
          .contact-ctas .items .location-tabs ul li a span {
            display: none; } }
  .contact-ctas .items .location-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F3F4F6;
    padding-left: 16px;
    padding-right: 16px; }
  @media only screen and (min-width: 768px) {
    .contact-ctas .items .item {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
      max-width: 246px; } }
  @media only screen and (max-width: 767.98px) {
    .contact-ctas .items .item {
      padding-left: 48px;
      position: relative; } }
  .contact-ctas .items .item .item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767.98px) {
      .contact-ctas .items .item .item-icon {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; } }
    .contact-ctas .items .item .item-icon img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .contact-ctas .items .item span.title {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #111927;
    margin-bottom: 4px; }
  .contact-ctas .items .item span.label {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #111927;
    margin-bottom: 8px;
    flex-grow: 1; }
  .contact-ctas .items .item p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #C51216; }
    .contact-ctas .items .item p a:hover {
      color: #920D11; }
  .contact-ctas .items + .button-holder {
    text-align: center;
    margin-top: 32px; }

.contact-form {
  position: relative; }
  .contact-form .company-info {
    padding: 40px;
    background: #F3F4F6;
    border-radius: 8px;
    position: sticky;
    top: 135px; }
    @media only screen and (max-width: 767.98px) {
      .contact-form .company-info {
        margin-bottom: 32px;
        padding: 32px 16px; } }
    .contact-form .company-info .company-info-logo + .company-info-items {
      margin-top: 40px; }
    .contact-form .company-info .company-info-items p {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0; }
      .contact-form .company-info .company-info-items p strong {
        font-weight: 600; }
      .contact-form .company-info .company-info-items p + p {
        margin-top: 8px; }
  .contact-form .form-wrapper {
    max-width: 424px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 1400px) {
      .contact-form .form-wrapper {
        max-width: 503px; } }
    .contact-form .form-wrapper .contact-type {
      margin-top: 40px;
      margin-bottom: 24px; }
      .contact-form .form-wrapper .contact-type label {
        margin-bottom: 8px; }
      .contact-form .form-wrapper .contact-type ul {
        display: flex;
        gap: 16px; }
        .contact-form .form-wrapper .contact-type ul li {
          width: 50%;
          flex-grow: 1; }
          .contact-form .form-wrapper .contact-type ul li a {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #6C727E;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 12px;
            gap: 8px;
            width: 100%;
            height: 44px;
            background: #FFFFFF;
            border: 1px solid #C51216;
            border-radius: 6px;
            color: #C51216; }
            .contact-form .form-wrapper .contact-type ul li a.active {
              font-weight: 600;
              color: #5E090B;
              border-color: #5E090B;
              box-shadow: 0px 0px 0px 3px #F59497; }
    .contact-form .form-wrapper .form-intro h2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 1.2;
      color: #111927; }
      @media only screen and (max-width: 1199.98px) {
        .contact-form .form-wrapper .form-intro h2 {
          font-size: 28px; } }
      @media only screen and (max-width: 767.98px) {
        .contact-form .form-wrapper .form-intro h2 {
          font-size: 24px; } }
      .contact-form .form-wrapper .form-intro h2 + p {
        margin-top: 8px; }
    .contact-form .form-wrapper .form-intro p {
      color: #182230; }
    .contact-form .form-wrapper .form-intro + .form {
      margin-top: 24px; }
    .contact-form .form-wrapper .form-message {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      padding: 16px;
      gap: 16px;
      background: #EFF8FF;
      border-radius: 8px;
      color: #2E90FA;
      margin-bottom: 24px;
      position: relative; }
      .contact-form .form-wrapper .form-message .fm-in {
        padding-left: 40px; }
      .contact-form .form-wrapper .form-message i {
        font-size: 24px;
        position: absolute;
        left: 16px; }
    .contact-form .form-wrapper input[type="file"] {
      outline: none;
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .contact-form .form-wrapper .my-multi {
      height: auto;
      min-height: 42px; }
    .contact-form .form-wrapper #mfcf7_zl_multifilecontainer {
      margin-top: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column; }
      .contact-form .form-wrapper #mfcf7_zl_multifilecontainer a.mfcf7_zl_delete_file {
        position: relative;
        z-index: 3; }
        .contact-form .form-wrapper #mfcf7_zl_multifilecontainer a.mfcf7_zl_delete_file img {
          width: 10px !important; }
      .contact-form .form-wrapper #mfcf7_zl_multifilecontainer p {
        margin-bottom: 0; }
      .contact-form .form-wrapper #mfcf7_zl_multifilecontainer .mfcf7-zl-multifile-name {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.02em;
        color: #111927; }
    .contact-form .form-wrapper .my-multi {
      position: relative;
      display: flex;
      align-items: center; }
      .contact-form .form-wrapper .my-multi:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        background: url(img/ico/filetypes.svg) no-repeat;
        width: 64px;
        height: 16px; }
      .contact-form .form-wrapper .my-multi p:not(.my-multi-item) {
        outline: none;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 0;
        z-index: 2; }
        .contact-form .form-wrapper .my-multi p:not(.my-multi-item) label, .contact-form .form-wrapper .my-multi p:not(.my-multi-item) span {
          outline: none;
          font-size: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          padding: 0; }
      .contact-form .form-wrapper .my-multi #mfcf7_zl_add_file {
        outline: none;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 0; }
        .contact-form .form-wrapper .my-multi #mfcf7_zl_add_file:hover {
          cursor: pointer; }
      .contact-form .form-wrapper .my-multi .my-multi-item.has-item img {
        display: none; }
      .contact-form .form-wrapper .my-multi.attached:after {
        display: none; }
  .contact-form .contact-page-form .form-wrapper {
    margin-right: 0; }

@media only screen and (max-width: 767.98px) {
  .contact-ctas + .contact-form {
    padding-top: 0; } }

.contact-locations h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #111927;
  color: #111927;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199.98px) {
    .contact-locations h2 {
      font-size: 28px; } }
  @media only screen and (max-width: 767.98px) {
    .contact-locations h2 {
      font-size: 24px; } }
.contact-locations .locations {
  background-color: #F3F4F6; }
.contact-locations .location-items-wrap .row {
  align-items: center; }
.contact-locations .location-items-wrap .location-items {
  max-width: 336px; }
  @media only screen and (min-width: 1400px) {
    .contact-locations .location-items-wrap .location-items {
      max-width: 503px; } }
  @media only screen and (max-width: 767.98px) {
    .contact-locations .location-items-wrap .location-items {
      margin-bottom: 24px; } }
  .contact-locations .location-items-wrap .location-items .location + .location {
    margin-top: 24px; }
  .contact-locations .location-items-wrap .location-items .location {
    position: relative;
    padding-left: 40px; }
    .contact-locations .location-items-wrap .location-items .location:before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "\e90b";
      font-family: icomoon;
      font-size: 26px;
      color: #C51216; }
    .contact-locations .location-items-wrap .location-items .location:after {
      position: absolute;
      top: 0px;
      right: 0;
      font-family: icomoon;
      content: "\e90c";
      color: #C51216;
      font-size: 32px;
      transition: .25s ease-in-out; }
    .contact-locations .location-items-wrap .location-items .location h3 {
      margin-bottom: 8px;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      font-weight: 700;
      color: #111927; }
    .contact-locations .location-items-wrap .location-items .location span.label, .contact-locations .location-items-wrap .location-items .location p {
      display: block;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0; }
    .contact-locations .location-items-wrap .location-items .location span.label {
      margin-bottom: 8px;
      color: #111927; }
    .contact-locations .location-items-wrap .location-items .location p {
      color: #C51216; }
    .contact-locations .location-items-wrap .location-items .location:hover:after {
      color: #920D11; }
.contact-locations .locations-3d {
  background-color: #C51216; }
  .contact-locations .locations-3d h2 {
    color: #fff; }
.contact-locations .location-map {
  text-align: right; }
  .contact-locations .location-map iframe {
    height: 400px;
    max-width: 100%; }

#blogs .blog-posts .row {
  row-gap: 30px; }

.related-posts {
  background: #F9FAFB; }
  .related-posts h3 {
    margin-bottom: 26px; }
  .related-posts .post-item .content-holder {
    position: relative; }
    .related-posts .post-item .content-holder .post-title {
      padding-right: 35px; }
    .related-posts .post-item .content-holder:after {
      position: absolute;
      top: 23px;
      right: 0;
      font-family: icomoon;
      content: "\e90c";
      color: #C51216;
      font-size: 32px;
      transition: .25s ease-in-out; }

#rich-text-page h1 + *, .blog-single h1 + * {
  margin-top: 16px; }
#rich-text-page h2, #rich-text-page h3, .blog-single h2, .blog-single h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111927; }
#rich-text-page h4, #rich-text-page h5, .blog-single h4, .blog-single h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #111927; }
#rich-text-page .inner-body, #rich-text-page .blog-body, .blog-single .inner-body, .blog-single .blog-body {
  max-width: 688px; }
  #rich-text-page .inner-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), #rich-text-page .blog-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), .blog-single .inner-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), .blog-single .blog-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]) {
    margin-top: 40px; }
    @media only screen and (max-width: 767.98px) {
      #rich-text-page .inner-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), #rich-text-page .blog-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), .blog-single .inner-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]), .blog-single .blog-body * + *:not(.col):not(.row):not(figcaption):not(li + li):not(.container):not([class*="col-"]) {
        margin-top: 20px; } }
  #rich-text-page .inner-body h2 + *, #rich-text-page .inner-body h3 + *, #rich-text-page .inner-body h4 + *, #rich-text-page .inner-body h5 + *, #rich-text-page .inner-body h6 + *, #rich-text-page .blog-body h2 + *, #rich-text-page .blog-body h3 + *, #rich-text-page .blog-body h4 + *, #rich-text-page .blog-body h5 + *, #rich-text-page .blog-body h6 + *, .blog-single .inner-body h2 + *, .blog-single .inner-body h3 + *, .blog-single .inner-body h4 + *, .blog-single .inner-body h5 + *, .blog-single .inner-body h6 + *, .blog-single .blog-body h2 + *, .blog-single .blog-body h3 + *, .blog-single .blog-body h4 + *, .blog-single .blog-body h5 + *, .blog-single .blog-body h6 + * {
    margin-top: 16px !important; }
  #rich-text-page .inner-body img + figcaption, #rich-text-page .blog-body img + figcaption, .blog-single .inner-body img + figcaption, .blog-single .blog-body img + figcaption {
    margin-top: 16px; }
  #rich-text-page .inner-body figcaption, #rich-text-page .blog-body figcaption, .blog-single .inner-body figcaption, .blog-single .blog-body figcaption {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6C727E;
    color: #6C727E; }
  #rich-text-page .inner-body ul, #rich-text-page .blog-body ul, .blog-single .inner-body ul, .blog-single .blog-body ul {
    list-style-type: disc;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 1.5em; }
    #rich-text-page .inner-body ul li, #rich-text-page .blog-body ul li, .blog-single .inner-body ul li, .blog-single .blog-body ul li {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      margin-bottom: 0; }
      #rich-text-page .inner-body ul li + li, #rich-text-page .blog-body ul li + li, .blog-single .inner-body ul li + li, .blog-single .blog-body ul li + li {
        margin-top: 16px; }
  #rich-text-page .inner-body ol, #rich-text-page .blog-body ol, .blog-single .inner-body ol, .blog-single .blog-body ol {
    list-style-type: decimal;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 1.5em; }
    #rich-text-page .inner-body ol li, #rich-text-page .blog-body ol li, .blog-single .inner-body ol li, .blog-single .blog-body ol li {
      list-style: inherit;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      margin-bottom: 0; }
      #rich-text-page .inner-body ol li + li, #rich-text-page .blog-body ol li + li, .blog-single .inner-body ol li + li, .blog-single .blog-body ol li + li {
        margin-top: 16px; }
  #rich-text-page .inner-body .two-images, #rich-text-page .blog-body .two-images, .blog-single .inner-body .two-images, .blog-single .blog-body .two-images {
    padding: 0; }
    #rich-text-page .inner-body .two-images .img-holder img, #rich-text-page .blog-body .two-images .img-holder img, .blog-single .inner-body .two-images .img-holder img, .blog-single .blog-body .two-images .img-holder img {
      aspect-ratio: 1/1; }
#rich-text-page .tos-cards, .blog-single .tos-cards {
  display: flex;
  align-items: center;
  gap: 16px; }
  #rich-text-page .tos-cards .item a, .blog-single .tos-cards .item a {
    display: block; }
    #rich-text-page .tos-cards .item a img, .blog-single .tos-cards .item a img {
      height: 50px; }
  #rich-text-page .tos-cards .item + .item, .blog-single .tos-cards .item + .item {
    margin-top: 0 !important; }
#rich-text-page p em, .blog-single p em {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  color: #111927; }
#rich-text-page .blog-intro, #rich-text-page .blog-body, #rich-text-page .blog-metas, .blog-single .blog-intro, .blog-single .blog-body, .blog-single .blog-metas {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto; }
#rich-text-page .blog-intro, .blog-single .blog-intro {
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    #rich-text-page .blog-intro, .blog-single .blog-intro {
      margin-bottom: 20px; } }
  #rich-text-page .blog-intro p, .blog-single .blog-intro p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400; }
  #rich-text-page .blog-intro h1, .blog-single .blog-intro h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927; }
    @media only screen and (max-width: 1199.98px) {
      #rich-text-page .blog-intro h1, .blog-single .blog-intro h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      #rich-text-page .blog-intro h1, .blog-single .blog-intro h1 {
        font-size: 24px; } }
    #rich-text-page .blog-intro h1 + p, .blog-single .blog-intro h1 + p {
      margin-top: 16px; }
#rich-text-page .featured-image .post-thumbnail img, .blog-single .featured-image .post-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#rich-text-page .featured-image + .blog-body, .blog-single .featured-image + .blog-body {
  margin-top: 40px; }
  @media only screen and (max-width: 767.98px) {
    #rich-text-page .featured-image + .blog-body, .blog-single .featured-image + .blog-body {
      margin-top: 20px; } }
#rich-text-page .blog-metas, .blog-single .blog-metas {
  margin-top: 40px; }
  @media only screen and (max-width: 767.98px) {
    #rich-text-page .blog-metas, .blog-single .blog-metas {
      margin-top: 20px; } }
  #rich-text-page .blog-metas .share .icons, .blog-single .blog-metas .share .icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end; }
    #rich-text-page .blog-metas .share .icons li .icon, .blog-single .blog-metas .share .icons li .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #fff;
      border: 1px solid #D0D5DD;
      box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
      border-radius: 8px;
      color: #98A2B3;
      font-size: 20px; }
      #rich-text-page .blog-metas .share .icons li .icon#copyLink, .blog-single .blog-metas .share .icons li .icon#copyLink {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #344054;
        width: auto;
        gap: 8px;
        padding: 0 16px; }

#not-found .not-found-holder, #not-found .thankyou-holder, #thankyou-registration .not-found-holder, #thankyou-registration .thankyou-holder {
  padding-top: 12vh;
  padding-bottom: 12vh;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767.98px) {
    #not-found .not-found-holder, #not-found .thankyou-holder, #thankyou-registration .not-found-holder, #thankyou-registration .thankyou-holder {
      padding-top: 32px;
      padding-bottom: 32px; } }

.not-found-holder, .thankyou-holder {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .not-found-holder .nf-icon, .thankyou-holder .nf-icon {
    margin-bottom: 24px; }
  .not-found-holder h1, .not-found-holder h2, .thankyou-holder h1, .thankyou-holder h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #111927;
    margin-bottom: 8px; }
  .not-found-holder p, .thankyou-holder p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #0C111D;
    margin-bottom: 24px; }

#search-result {
  padding-bottom: 64px; }
  #search-result h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1199.98px) {
      #search-result h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      #search-result h1 {
        font-size: 24px; } }

#search-result .search-tabs ul, #products-page .search-tabs ul {
  display: inline-flex;
  gap: 24px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    #search-result .search-tabs ul, #products-page .search-tabs ul {
      display: flex; } }
  #search-result .search-tabs ul li, #products-page .search-tabs ul li {
    min-width: 160px; }
    @media only screen and (max-width: 767.98px) {
      #search-result .search-tabs ul li, #products-page .search-tabs ul li {
        min-width: auto; } }
    #search-result .search-tabs ul li a, #products-page .search-tabs ul li a {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      color: #6C727E;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      width: 100%;
      height: 36px;
      padding: 0px 4px;
      border-radius: 4px 4px 0px 0px; }
      #search-result .search-tabs ul li a.active, #search-result .search-tabs ul li a:hover, #products-page .search-tabs ul li a.active, #products-page .search-tabs ul li a:hover {
        color: #fff;
        background: #C51216; }
      @media only screen and (max-width: 767.98px) {
        #search-result .search-tabs ul li a, #products-page .search-tabs ul li a {
          padding: 0 8px; } }
    #search-result .search-tabs ul li.active a, #products-page .search-tabs ul li.active a {
      color: #fff;
      background: #C51216; }
#search-result .tab-content, #products-page .tab-content {
  display: none; }
  #search-result .tab-content.active, #products-page .tab-content.active {
    display: block; }

.archive-job .contact-form .form-wrapper .form-intro, .jobs .contact-form .form-wrapper .form-intro {
  text-align: center; }
@media only screen and (max-width: 991.98px) {
  .archive-job .contact-form, .jobs .contact-form {
    padding-top: 0; } }
@media only screen and (min-width: 1200px) {
  .archive-job .intro-text-holder, .jobs .intro-text-holder {
    flex: 0 0 43%;
    max-width: 43%; } }
.archive-job .intro-text h2, .jobs .intro-text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111927; }
  .archive-job .intro-text h2 + p, .jobs .intro-text h2 + p {
    margin-top: 8px; }
.archive-job .intro-text p, .jobs .intro-text p {
  color: #111927; }
@media only screen and (min-width: 1200px) {
  .archive-job .job-list-holder, .jobs .job-list-holder {
    flex: 0 0 57%;
    max-width: 57%; } }
@media only screen and (min-width: 1200px) {
  .archive-job .job-list-holder .job-list, .jobs .job-list-holder .job-list {
    padding-left: 20px; } }
@media only screen and (max-width: 1199.98px) {
  .archive-job .job-list-holder .job-list, .jobs .job-list-holder .job-list {
    margin-top: 40px; } }
.archive-job .job-list-holder .job-list .item + .item, .jobs .job-list-holder .job-list .item + .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E7EB; }
.archive-job .job-list-holder .job-list .item:last-of-type, .jobs .job-list-holder .job-list .item:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB; }
.archive-job .job-list-holder .job-list .item, .jobs .job-list-holder .job-list .item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative; }
  .archive-job .job-list-holder .job-list .item-img, .jobs .job-list-holder .job-list .item-img {
    min-width: 126px;
    max-width: 126px; }
    .archive-job .job-list-holder .job-list .item-img img, .jobs .job-list-holder .job-list .item-img img {
      aspect-ratio: 1.33;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
  .archive-job .job-list-holder .job-list .item-title, .jobs .job-list-holder .job-list .item-title {
    flex-grow: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #6C727E;
    font-weight: 700;
    color: #101828; }
  .archive-job .job-list-holder .job-list .item .item-action, .jobs .job-list-holder .job-list .item .item-action {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-grow: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .archive-job .job-list-holder .job-list .item .item-action, .jobs .job-list-holder .job-list .item .item-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
    @media only screen and (max-width: 767.98px) {
      .archive-job .job-list-holder .job-list .item .item-action, .jobs .job-list-holder .job-list .item .item-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }

.single-job .contact-form {
  background: #F3F4F6; }
.single-job .inner-content ul {
  list-style-type: disc;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 1.5em; }
  .single-job .inner-content ul li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .single-job .inner-content ul li + li {
      margin-top: 16px; }
  .single-job .inner-content ul li + li {
    margin-top: 0; }
.single-job .inner-content strong {
  color: #111927;
  font-weight: 700; }
.single-job .inner-aside {
  padding: 24px;
  background: #111927;
  border-radius: 8px;
  position: sticky;
  top: 135px; }
  @media only screen and (max-width: 991.98px) {
    .single-job .inner-aside {
      margin-top: 24px; } }
  .single-job .inner-aside .item {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 16px; }
    @media only screen and (max-width: 767.98px) {
      .single-job .inner-aside .item {
        padding: 0; } }
    .single-job .inner-aside .item + .item {
      margin-top: 16px; }
    .single-job .inner-aside .item .item-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: #F3F4F6;
      border-radius: 50%;
      margin-bottom: 4px; }
      .single-job .inner-aside .item .item-icon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 32px;
        width: 100%; }
  .single-job .inner-aside .item-content {
    flex-grow: 1; }
    .single-job .inner-aside .item-content span.label {
      display: block;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      font-weight: 700;
      color: #FCFCFD; }
    .single-job .inner-aside .item-content p {
      display: block;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      color: #FCFCFD; }

#about-page .inner-intro {
  margin-bottom: 48px; }

.about-ctas {
  background-color: #C51216; }
  .about-ctas h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927;
    color: #F3F4F6; }
    @media only screen and (max-width: 1199.98px) {
      .about-ctas h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      .about-ctas h2 {
        font-size: 24px; } }
    .about-ctas h2 + .features-content {
      margin-top: 64px; }
  @media only screen and (max-width: 767.98px) {
    .about-ctas .items .row {
      row-gap: 36px; } }
  .about-ctas .items .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767.98px) {
      .about-ctas .items .item {
        text-align: left;
        flex-direction: row;
        column-gap: 16px; } }
  .about-ctas .items .item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767.98px) {
      .about-ctas .items .item-icon {
        min-width: 32px;
        width: 32px;
        height: 32px;
        margin-bottom: 0px;
        margin-left: 0;
        margin-right: 0; } }
    .about-ctas .items .item-icon img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .about-ctas .items span.title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #FCFCFD; }
  .about-ctas .items p {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #FCFCFD; }

.timeline h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #111927;
  text-align: center;
  margin-bottom: 48px; }
  @media only screen and (max-width: 1199.98px) {
    .timeline h2 {
      font-size: 28px; } }
  @media only screen and (max-width: 767.98px) {
    .timeline h2 {
      font-size: 24px; } }
.timeline .timeline-items {
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .timeline .timeline-items {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; } }
  .timeline .timeline-items:before {
    content: '';
    width: 4px;
    background-color: #E5E7EB; }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 70px;
        height: calc(100% - 70px); } }
    @media only screen and (max-width: 767.98px) {
      .timeline .timeline-items:before {
        position: absolute;
        left: -18px;
        top: 0;
        height: 100%; } }
  .timeline .timeline-items .timeline-item {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767.98px) {
      .timeline .timeline-items .timeline-item + .timeline-item {
        margin-top: 40px; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-content {
        order: 3; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-content-inner {
        flex-direction: row-reverse; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-marker {
        order: 2; } }
    @media only screen and (max-width: 767.98px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-marker {
        order: 1; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-meta {
        order: 1; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item:nth-of-type(even) .timeline-meta-inner {
        justify-content: flex-end; } }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item .timeline-content {
        width: 46%; } }
    @media only screen and (max-width: 767.98px) {
      .timeline .timeline-items .timeline-item .timeline-content {
        order: 2;
        padding-left: 16px; } }
    .timeline .timeline-items .timeline-item .timeline-content-inner {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media only screen and (max-width: 767.98px) {
        .timeline .timeline-items .timeline-item .timeline-content-inner {
          gap: 8px;
          flex-direction: row-reverse; } }
      .timeline .timeline-items .timeline-item .timeline-content-inner .timeline-desc {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #6C727E;
        margin: 0;
        padding: 0;
        color: #111927; }
        @media only screen and (max-width: 767.98px) {
          .timeline .timeline-items .timeline-item .timeline-content-inner .timeline-desc {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #6C727E;
            margin: 0;
            padding: 0;
            color: #111927; } }
      .timeline .timeline-items .timeline-item .timeline-content-inner img {
        width: 162px;
        height: 162px;
        object-fit: cover;
        display: block;
        border-radius: 50%; }
        @media only screen and (max-width: 767.98px) {
          .timeline .timeline-items .timeline-item .timeline-content-inner img {
            width: 64px;
            height: 64px; } }
    .timeline .timeline-items .timeline-item .timeline-marker {
      margin-left: calc(3% - 10px);
      margin-right: calc(3% - 10px); }
      @media only screen and (max-width: 767.98px) {
        .timeline .timeline-items .timeline-item .timeline-marker {
          position: absolute;
          left: -28px; } }
      .timeline .timeline-items .timeline-item .timeline-marker-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        position: relative;
        z-index: 2;
        background: #fff;
        border-radius: 50%; }
        @media only screen and (max-width: 767.98px) {
          .timeline .timeline-items .timeline-item .timeline-marker-inner {
            font-size: 24px; } }
        .timeline .timeline-items .timeline-item .timeline-marker-inner i {
          color: #6C727E;
          transition: .25s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .timeline .timeline-items .timeline-item .timeline-meta {
        width: 46%; } }
    .timeline .timeline-items .timeline-item .timeline-meta-inner {
      display: flex;
      align-items: center; }
      .timeline .timeline-items .timeline-item .timeline-meta-inner .timeline-year {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2;
        color: #111927;
        font-weight: 700; }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          .timeline .timeline-items .timeline-item .timeline-meta-inner .timeline-year {
            font-size: 20px; } }
        @media only screen and (max-width: 767.98px) {
          .timeline .timeline-items .timeline-item .timeline-meta-inner .timeline-year {
            font-size: 16px; } }
    .timeline .timeline-items .timeline-item.active .timeline-marker .timeline-marker-inner i {
      color: #C51216; }
@media only screen and (max-width: 767.98px) {
  .timeline .show-lg {
    display: none; } }
@media only screen and (min-width: 768px) {
  .timeline .show-sm {
    display: none; } }
@media only screen and (max-width: 767.98px) {
  .timeline .show-sm .timeline-year {
    margin-bottom: 4px; } }

.about-info {
  background: #C51216; }
  @media only screen and (max-width: 767.98px) {
    .about-info-items .item .row {
      flex-direction: row-reverse; } }
  .about-info-items .item + .item {
    margin-top: 64px; }
  .about-info-items .item .item-content {
    max-width: 424px;
    width: 100%; }
    @media only screen and (min-width: 1400px) {
      .about-info-items .item .item-content {
        max-width: 503px; } }
    @media only screen and (max-width: 767.98px) {
      .about-info-items .item .item-content {
        margin-top: 32px; } }
    .about-info-items .item .item-content h3 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      color: #111927;
      color: #fff;
      font-weight: bold;
      margin-bottom: 8px; }
      @media only screen and (max-width: 1199.98px) {
        .about-info-items .item .item-content h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .about-info-items .item .item-content h3 {
          font-size: 24px; } }
    .about-info-items .item .item-content p {
      color: #fff; }
      .about-info-items .item .item-content p + p {
        margin-top: 20px; }
  .about-info-items .item .item-img img {
    display: block;
    width: 100%; }
  .about-info-items .item .row {
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .about-info-items .item:nth-of-type(odd) .row {
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 768px) {
    .about-info-items .item:nth-of-type(even) .row .item-content {
      margin-left: auto; } }
  @media only screen and (min-width: 768px) {
    .about-info-items .item:nth-of-type(even) .item-img {
      margin-left: auto;
      max-width: 608px; } }

.about-features .row {
  align-items: center; }
.about-features h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #111927;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199.98px) {
    .about-features h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .about-features h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767.98px) {
    .about-features h2 {
      margin-bottom: 24px; } }
.about-features .block-content {
  max-width: 424px; }
  @media only screen and (min-width: 1400px) {
    .about-features .block-content {
      max-width: 503px; } }
@media only screen and (max-width: 767.98px) {
  .about-features .block-image {
    margin-top: 64px; } }
.about-features .block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
  width: 100%; }

.wp-block-woocommerce-checkout {
  padding-top: 64px !important;
  padding-bottom: 64px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-woocommerce-checkout {
      padding-top: 50px !important;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-woocommerce-checkout {
      padding-top: 40px !important;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767.98px) {
    .wp-block-woocommerce-checkout {
      padding-top: 32px !important;
      padding-bottom: 32px; } }
  .wp-block-woocommerce-checkout #billing-fields {
    display: none !important; }
  .wp-block-woocommerce-checkout #shipping-fields .wc-block-components-checkout-step__heading {
    display: none; }
  .wp-block-woocommerce-checkout #shipping-method {
    margin-bottom: 24px; }
  .wp-block-woocommerce-checkout #payment-method {
    margin-bottom: 32px; }
  .wp-block-woocommerce-checkout .wc-block-checkout__terms {
    margin-bottom: 32px; }

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none !important; }

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox], .woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
  border-color: #D0D5DD; }
.woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__shipping-option {
  display: none; }
.woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__shipping-fields .wc-block-components-checkout-step__heading h2,
.woocommerce-checkout .wc-block-checkout__form .wc-block-checkout__shipping-fields .wc-block-components-checkout-step__description {
  display: none; }
.woocommerce-checkout .wc-block-checkout__form .ma-holder .ma-header h2 {
  color: #6C727E; }
.woocommerce-checkout .wc-block-checkout__form .ma-holder .ma-info {
  padding-left: 0; }
.woocommerce-checkout .wc-block-checkout__form .ma-holder:last-of-type {
  margin-bottom: 24px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  display: none !important; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  display: none; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0 !important;
  padding: 40px;
  background: #111927;
  border-radius: 8px; }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-step__heading {
    display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
      padding: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
      padding: 32px; } }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
      padding: 32px 16px !important; } }
  @media only screen and (max-width: 991.98px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
      display: flex;
      flex-direction: column;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      color: #fff; } }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon {
      padding-left: 0;
      padding-right: 0; } }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  display: flex;
  flex-direction: column;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  color: #fff; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  order: 2; }
.woocommerce-checkout .wc-block-components-totals-wrapper {
  order: 3;
  border-top: 1px solid #E5E7EB; }
  .woocommerce-checkout .wc-block-components-totals-wrapper:last-of-type {
    padding-bottom: 0px; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  padding-top: 0;
  border-top: 0;
  order: 1; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
  display: flex;
  flex-direction: column;
  order: 1;
  border: 0; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-rabate-block {
  order: 2; }
.woocommerce-checkout .wc-block-components-totals-shipping
.wc-block-components-totals-item__description {
  display: none; }
.woocommerce-checkout p.wc-block-components-checkout-step__description {
  display: none; }
.woocommerce-checkout .wc-block-components-checkout-step__heading {
  display: flex;
  align-items: center;
  gap: 24px; }
  .woocommerce-checkout .wc-block-components-checkout-step__heading:after {
    content: "";
    display: flex;
    flex: 1;
    height: 1px;
    width: 100%;
    background: #d0d5dd; }
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  color: #fff; }
.woocommerce-checkout .wc-block-components-totals-footer-item-tax {
  display: none; }
.woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
  display: flex;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #111927;
  font-weight: 600;
  color: #101828; }
.woocommerce-checkout .wc-block-components-radio-control {
  display: flex;
  flex-direction: column;
  gap: 16px; }
.woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel, .woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0; }
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
  display: none; }
.woocommerce-checkout .wc-block-checkout__payment-method
.wc-block-components-radio-control-accordion-option:last-child:after,
.woocommerce-checkout .wc-block-checkout__payment-method
.wc-block-components-radio-control__option:last-child:after {
  display: none; }
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked
.wc-block-components-radio-control__option:after {
  display: none; }
.woocommerce-checkout .wc-block-components-radio-control__input {
  margin-top: 0 !important; }
.woocommerce-checkout .wc-block-components-radio-control__option--checked-option-highlighted {
  border: 2px solid #C51216 !important;
  box-shadow: none !important; }
.woocommerce-checkout .wc-block-components-radio-control__option-layout {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
.woocommerce-checkout .wc-block-components-radio-control__description-group {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }
.woocommerce-checkout .read-more-content {
  margin-left: 0 !important; }
.woocommerce-checkout .wc-block-components-radio-control__secondary-description {
  margin: 0 !important; }
.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  display: none; }
.woocommerce-checkout .wc-block-components-radio-control
.wc-block-components-radio-control__input:checked {
  border: 1px solid #C51216; }
.woocommerce-checkout .wc-block-components-radio-control__input:checked {
  background: #C51216;
  min-height: 20px;
  min-width: 20px; }
.woocommerce-checkout .wc-block-components-radio-control
.wc-block-components-radio-control__input:focus {
  outline: none; }
.woocommerce-checkout .wc-block-components-radio-control
.wc-block-components-radio-control__input:checked:before {
  background: #fff;
  min-height: 8px;
  min-width: 8px;
  width: 8px;
  height: 8px; }
.woocommerce-checkout .wc-block-checkout__pickup-options
.wc-block-components-local-pickup-rates-control
.wc-block-components-radio-control__description-group
.read-more-content,
.woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block
.wc-block-components-local-pickup-rates-control
.wc-block-components-radio-control__description-group
.read-more-content {
  position: relative;
  visibility: visible;
  z-index: auto; }
.woocommerce-checkout .wc-block-components-radio-control__label {
  color: #344054;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px; }
.woocommerce-checkout .read-more-content div {
  color: #475467;
  font-size: 14px;
  font-weight: 400; }
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 2px solid #C51216 !important;
  box-shadow: 0px 0px 0px 3px #F59497 !important; }
.woocommerce-checkout .payment .wc-block-components-radio-control__option {
  border: 0 !important;
  border-radius: 0 !important; }
.woocommerce-checkout .payment .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
  border: 0 !important; }
.woocommerce-checkout .payment .wc-block-components-radio-control-accordion-option {
  border: 1px solid #eaecf0 !important;
  border-radius: 8px !important;
  padding: 16px; }
.woocommerce-checkout .payment .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: 2px solid #C51216 !important;
  box-shadow: none !important; }
.woocommerce-checkout .payment .wc-block-components-radio-control-accordion-content {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #475467;
  padding: 0;
  margin-left: 56px;
  margin-top: -12px;
  padding-bottom: 16px; }
.woocommerce-checkout .payment span.wc-block-components-payment-method-label {
  color: #344054;
  font-size: 14px;
  font-weight: 600; }
.woocommerce-checkout .payment .wc-block-components-radio-control-accordion-option--checked-option-highlighted .wc-block-components-radio-control__input {
  top: calc(50% + 8px); }
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .woocommerce-checkout .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-text-input input[type=url], .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  padding-left: 16px !important;
  padding-right: 16px !important; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=email]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=number]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=password]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=text]:focus, .woocommerce-checkout .wc-block-components-text-input input[type=url]:focus, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    box-shadow: 0px 0px 0px 3px #F3F4F6;
    border: 1px solid #E5E7EB;
    color: #4D5761; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email].placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number].placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password].placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel].placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text].placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text].placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url].placeholder, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select.placeholder {
    color: #6C727E; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text]:-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url]:-moz-placeholder, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:-moz-placeholder {
    color: #6C727E; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text]::-moz-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url]::-moz-placeholder, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder {
    color: #6C727E; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text]:-ms-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url]:-ms-input-placeholder, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:-ms-input-placeholder {
    color: #6C727E; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=email]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=number]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=password]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=text]::-webkit-input-placeholder, .woocommerce-checkout .wc-block-components-text-input input[type=url]::-webkit-input-placeholder, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select::-webkit-input-placeholder {
    color: #6C727E; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=email].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=number].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=password].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=tel].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=text].wpcf7-not-valid, .woocommerce-checkout .wc-block-components-text-input input[type=url].wpcf7-not-valid, .woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select.wpcf7-not-valid {
    border-color: #dc3232; }
.woocommerce-checkout .wc-block-components-radio-control__option {
  padding: 0 0 0 32px !important; }

.wc-block-components-radio-control-accordion-option {
  border: 1px solid #D2D6DB !important;
  border-radius: 8px !important;
  padding: 16px; }

.wc-block-components-radio-control-accordion-content {
  padding-left: 32px !important;
  padding-right: 0.75em !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.wc-block-components-checkbox
.wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none !important; }

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  display: none; }
.wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button {
  border-radius: 6px !important;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0;
  height: 44px;
  padding: 0px 24px;
  min-height: auto;
  width: 100%; }
  .wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button:hover {
    background: #920D11;
    color: #FCFCFD; }
  .wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button span {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px; }

.wc-block-components-radio-control-accordion-content div {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #475467; }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  left: 0 !important; }

.wc-block-components-radio-control__input {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  transform: translateY(-50%); }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #C51216 !important;
  border-color: #C51216 !important; }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff !important; }

.wc-block-components-local-pickup-select .wc-block-components-radio-control__option {
  border: 1px solid #D2D6DB !important;
  border-radius: 8px !important;
  padding: 16px !important; }
  .wc-block-components-local-pickup-select .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
    padding-left: 32px; }
.wc-block-components-local-pickup-select .wc-block-components-radio-control__description, .wc-block-components-local-pickup-select .wc-block-components-radio-control__secondary-description {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #475467; }

.wc-block-components-address-form__address_2-toggle {
  font-family: "Source Sans Pro" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #C51216 !important; }

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label {
  left: 1em !important; }

.wc-block-components-validation-error p {
  color: inherit;
  font-size: 14px; }

.wc-block-components-totals-coupon__form {
  gap: 0 !important; }
  .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon {
    height: 44px; }
  .wc-block-components-totals-coupon__form button[type="submit"] {
    min-height: 44px !important; }
  .wc-block-components-totals-coupon__form input[type="text"] {
    flex-grow: 1;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #111927 !important;
    font-size: 16px; }
    .wc-block-components-totals-coupon__form input[type="text"].placeholder {
      color: #111927; }
    .wc-block-components-totals-coupon__form input[type="text"]:-moz-placeholder {
      color: #111927; }
    .wc-block-components-totals-coupon__form input[type="text"]::-moz-placeholder {
      color: #111927; }
    .wc-block-components-totals-coupon__form input[type="text"]:-ms-input-placeholder {
      color: #111927; }
    .wc-block-components-totals-coupon__form input[type="text"]::-webkit-input-placeholder {
      color: #111927; }
    .wc-block-components-totals-coupon__form input[type="text"]:focus {
      box-shadow: none !important; }
  .wc-block-components-totals-coupon__form button[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 16px;
    min-width: 146px;
    font-family: 'Source Sans Pro'; }
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label {
    top: 1.2em !important; }
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input.is-active label {
    top: 0 !important; }

.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0;
  color: #6C727E;
  background: #fff;
  border: 1px solid #D2D6DB;
  background: #fff;
  border: 1px solid #C51216;
  color: #C51216;
  padding: 0 5px !important;
  min-height: 44px !important; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option:hover {
    background: #920D11;
    color: #FCFCFD; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus, .wc-block-checkout__shipping-method-option:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:disabled, .wc-block-checkout__shipping-method-option:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option:hover {
    background: #F3F4F6;
    border-color: #E5E7EB;
    color: #4D5761; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus, .wc-block-checkout__shipping-method-option:focus {
    background: #E5E7EB;
    border: 1px solid #D2D6DB;
    box-shadow: 0px 0px 0px 3px #F3F4F6;
    color: #384250; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:disabled, .wc-block-checkout__shipping-method-option:disabled {
    background: #fff;
    border: 1px solid #E5E7EB;
    color: #E5E7EB; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option:hover {
    background: #fff;
    border: 1px solid #920D11;
    color: #920D11; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus, .wc-block-checkout__shipping-method-option:focus {
    background: #fff;
    border: 1px solid #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #C51015; }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option:disabled, .wc-block-checkout__shipping-method-option:disabled {
    background: #fff;
    border: 1px solid #F59497;
    color: #F59497; }
  @media only screen and (max-width: 767.98px) {
    .edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
      height: 100%;
      min-height: 84px !important; } }
  .edit-post-visual-editor .wc-block-checkout__shipping-method-option .wc-block-checkout__shipping-method-option-title, .wc-block-checkout__shipping-method-option .wc-block-checkout__shipping-method-option-title {
    font-weight: 600; }
    @media only screen and (max-width: 767.98px) {
      .edit-post-visual-editor .wc-block-checkout__shipping-method-option .wc-block-checkout__shipping-method-option-title, .wc-block-checkout__shipping-method-option .wc-block-checkout__shipping-method-option-title {
        font-size: 14px; } }
  @media only screen and (max-width: 767.98px) {
    .edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
      padding: 5px !important; } }

.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 24px; }

.wc-block-components-checkbox label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0; }
  .wc-block-components-checkbox label a {
    color: #C51216; }
    .wc-block-components-checkbox label a:hover {
      text-decoration: underline; }

.wc-block-components-address-card address .wc-block-components-address-card__address-section {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #475467; }

.wc-block-components-address-card {
  border-color: #D0D5DD !important; }

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted, .woocommerce-checkout .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .woocommerce-checkout .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  border: 1px solid #5E090B !important;
  box-shadow: 0px 0px 0px 3px #F59497 !important;
  color: #5E090B !important;
  background-color: #fff !important; }

.free-shipping-block {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  color: #0C111D;
  padding: 24px;
  background: #F3F4F6;
  border-radius: 8px;
  position: relative;
  padding-left: 64px; }
  .free-shipping-block:before {
    position: absolute;
    left: 24px;
    content: '';
    display: block;
    font-size: 24px;
    color: #111927;
    font-family: icomoon;
    content: "\e91a"; }
  .free-shipping-block a {
    display: inline-flex;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB;
    background: #fff;
    border: 1px solid #C51216;
    color: #C51216;
    font-size: 14px;
    height: auto;
    margin-top: 8px; }
    .free-shipping-block a:hover {
      background: #920D11;
      color: #FCFCFD; }
    .free-shipping-block a:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .free-shipping-block a:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .free-shipping-block a:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .free-shipping-block a:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .free-shipping-block a:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
    .free-shipping-block a:hover {
      background: #fff;
      border: 1px solid #920D11;
      color: #920D11; }
    .free-shipping-block a:focus {
      background: #fff;
      border: 1px solid #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #C51015; }
    .free-shipping-block a:disabled {
      background: #fff;
      border: 1px solid #F59497;
      color: #F59497; }
    .free-shipping-block a:after {
      display: block;
      font-family: icomoon;
      content: "\e919"; }
    .free-shipping-block a strong {
      font-weight: 600; }

.wc-block-components-checkout-step__content .silkypress-input-field-area, .silkypress-input-field-block > div, .wp-block-silkypress-input-field, .wc-block-components-checkbox .wc-block-checkout__use-address-for-billing {
  margin-bottom: 0 !important; }

.has-error .wc-blocks-components-select .wc-blocks-components-select__select, .has-error .wc-block-components-form .wc-block-components-text-input input[type=email], .has-error .wc-block-components-form .wc-block-components-text-input input[type=number], .has-error .wc-block-components-form .wc-block-components-text-input input[type=password], .has-error .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-error .wc-block-components-form .wc-block-components-text-input input[type=text], .has-error .wc-block-components-form .wc-block-components-text-input input[type=url], .has-error .wc-block-components-text-input input[type=email], .has-error .wc-block-components-text-input input[type=number], .has-error .wc-block-components-text-input input[type=password], .has-error .wc-block-components-text-input input[type=tel], .has-error .wc-block-components-text-input input[type=text], .has-error .wc-block-components-text-input input[type=url], .has-error .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #cc1818 !important; }

.ty-intro {
  text-align: center;
  margin-bottom: 8px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .ty-intro .ty-icon {
    margin-bottom: 8px; }
  .ty-intro h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927; }
    @media only screen and (max-width: 1199.98px) {
      .ty-intro h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      .ty-intro h1 {
        font-size: 24px; } }
  .ty-intro p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #344054; }

.woocommerce-order-overview {
  display: flex;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-order-overview {
      flex-direction: column; } }
  .woocommerce-order-overview li {
    flex-grow: 1;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: #101828; }
    @media only screen and (min-width: 768px) {
      .woocommerce-order-overview li {
        width: 25%; } }
    .woocommerce-order-overview li strong {
      display: block;
      margin-top: 2px;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      font-weight: 600;
      color: #0C111D; }
    @media only screen and (min-width: 768px) {
      .woocommerce-order-overview li + li {
        margin-left: 15px; } }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-order-overview li + li {
        margin-top: 15px; } }
    .woocommerce-order-overview li.woocommerce-order-overview__email {
      display: none; }

h2.woocommerce-order-details__title {
  display: flex;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0C111D; }

.wod-title-holder {
  display: flex;
  align-items: center;
  gap: 24px; }
  .wod-title-holder:after {
    content: "";
    display: flex;
    flex: 1;
    height: 1px;
    width: 100%;
    background: #d0d5dd; }

.woocommerce-table--order-details {
  display: flex;
  position: relative;
  margin-top: 16px; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-table--order-details {
      flex-direction: column;
      gap: 12px; } }
  .woocommerce-table--order-details:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #D0D5DD;
    top: 0; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-table--order-details:after {
        display: none; } }
  .woocommerce-table--order-details thead {
    display: none; }
  @media only screen and (min-width: 768px) {
    .woocommerce-table--order-details tbody {
      padding-right: 24px; } }
  .woocommerce-table--order-details tbody .order_item {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-table--order-details tbody .order_item {
        gap: 12px; } }
  @media only screen and (min-width: 768px) {
    .woocommerce-table--order-details tfoot {
      padding-left: 24px; } }
  .woocommerce-table--order-details tfoot tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px; }
    .woocommerce-table--order-details tfoot tr.order_total-row {
      padding-top: 16px;
      margin-top: 24px;
      border-top: 1px solid #D0D5DD; }
    .woocommerce-table--order-details tfoot tr + tr {
      margin-top: 8px; }
  @media only screen and (min-width: 768px) {
    .woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td {
      width: 50%; } }
  .woocommerce-table--order-details tfoot td {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #101828; }
  .woocommerce-table--order-details tbody, .woocommerce-table--order-details tfoot {
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .woocommerce-table--order-details tbody, .woocommerce-table--order-details tfoot {
        width: 50%;
        padding-bottom: 28px; } }
  .woocommerce-table--order-details td, .woocommerce-table--order-details th {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #101828; }
    .woocommerce-table--order-details td a, .woocommerce-table--order-details th a {
      color: inherit; }
  .woocommerce-table--order-details .includes_tax {
    display: none; }
  .woocommerce-table--order-details .cart_subtotal-row {
    order: 1; }
  .woocommerce-table--order-details .shipping-row {
    order: 3; }
  .woocommerce-table--order-details .payment_method-row {
    display: none; }
  .woocommerce-table--order-details .order_total-row {
    order: 4; }
  .woocommerce-table--order-details .woocommerce-table__row--total-save {
    order: 2; }

.woocommerce-order {
  padding-bottom: 86px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .woocommerce-order {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .woocommerce-order {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-order {
      padding-bottom: 32px; } }
  .woocommerce-order .action-btn-holder {
    margin-top: 56px;
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      .woocommerce-order .action-btn-holder {
        margin-top: 32px; } }
    .woocommerce-order .action-btn-holder .button {
      display: inline-flex; }

@media only screen and (max-width: 991.98px) {
  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    display: none; } }

.wc-block-checkout__use-address-for-billing {
  display: none !important; }

#contact-fields {
  margin-bottom: 0; }

#contact-fields + .wp-block-silkypress-input-field {
  margin-top: 0px;
  margin-bottom: 48px !important; }
  #contact-fields + .wp-block-silkypress-input-field label {
    margin-top: 0 !important;
    font-family: "Source Sans Pro" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 0.875em !important;
    line-height: 18px !important;
    color: #6C727E !important;
    margin: 0 !important;
    padding: 0 !important; }
    #contact-fields + .wp-block-silkypress-input-field label span {
      font-family: "Source Sans Pro" !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 18px !important;
      color: #6C727E !important;
      margin: 0 !important;
      padding: 0 !important; }
  #contact-fields + .wp-block-silkypress-input-field .wc-block-components-checkbox {
    margin-top: 16px; }

.wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper {
  opacity: 1 !important;
  height: auto !important;
  visibility: visible !important; }

.wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper {
  opacity: 0 !important;
  position: absolute;
  top: 0;
  visibility: hidden; }

@media (max-width: 991px) {
  .wc-block-checkout__actions .wc-block-checkout__actions_row {
    margin-top: 30px; } }
.addcart-wrapper .button--icon-after:after {
  content: "\e915"; }

#products-page, .tinv-wishlist .product-listing-wrap {
  padding-bottom: 64px; }
  #products-page .inner-intro, .tinv-wishlist .product-listing-wrap .inner-intro {
    margin-bottom: 56px; }
    @media only screen and (max-width: 991.98px) {
      #products-page .inner-intro, .tinv-wishlist .product-listing-wrap .inner-intro {
        margin-bottom: 32px; } }
    #products-page .inner-intro h1, .tinv-wishlist .product-listing-wrap .inner-intro h1 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 1.2;
      color: #111927;
      margin-bottom: 16px; }
      @media only screen and (max-width: 1199.98px) {
        #products-page .inner-intro h1, .tinv-wishlist .product-listing-wrap .inner-intro h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 767.98px) {
        #products-page .inner-intro h1, .tinv-wishlist .product-listing-wrap .inner-intro h1 {
          font-size: 24px; } }
  #products-page .pos-r, .tinv-wishlist .product-listing-wrap .pos-r {
    position: relative; }

.products-lhs-filter-wrap .clear-all-filters {
  color: #4D5761;
  background-color: #F3F4F6;
  height: 36px;
  border-color: #E5E7EB; }
  .products-lhs-filter-wrap .clear-all-filters i {
    font-size: 18px; }
  .products-lhs-filter-wrap .clear-all-filters:hover {
    background-color: #E5E7EB; }
@media only screen and (min-width: 992px) {
  .products-lhs-filter-wrap {
    position: sticky;
    top: 139px;
    height: fit-content; } }
@media only screen and (max-width: 991.98px) {
  .products-lhs-filter-wrap {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    padding: 86px 16px 16px 16px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: flex-start;
    background-color: #fff;
    transition: .25s ease-in-out; } }
@media only screen and (max-width: 991.98px) {
  .products-lhs-filter-wrap .wpf_form {
    visibility: visible;
    height: 80vh;
    overflow: auto; } }
.products-lhs-filter-wrap .wpf_items_wrapper ul.wpf_column_vertical li {
  column-gap: 5px;
  display: flex !important; }
.products-lhs-filter-wrap .wpc-filters-section, .products-lhs-filter-wrap .wpf_item_wpf_cat, .products-lhs-filter-wrap .wpf_wrap {
  padding-bottom: 12px; }
  .products-lhs-filter-wrap .wpc-filters-section .filter-caption, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_name, .products-lhs-filter-wrap .wpf_item_wpf_cat .filter-caption, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_name, .products-lhs-filter-wrap .wpf_wrap .filter-caption, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_name {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #0C111D;
    position: relative;
    padding: 16px 35px 8px 8px;
    border-top: 2px solid #D2D6DB;
    cursor: pointer; }
    .products-lhs-filter-wrap .wpc-filters-section .filter-caption:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_name:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .filter-caption:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_name:after, .products-lhs-filter-wrap .wpf_wrap .filter-caption:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_name:after {
      font-family: icomoon;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 8px;
      content: "\e900";
      font-size: 16px;
      color: #6C727E;
      font-weight: 400; }
    .products-lhs-filter-wrap .wpc-filters-section .filter-caption.active:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_name.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .filter-caption.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_name.active:after, .products-lhs-filter-wrap .wpf_wrap .filter-caption.active:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_name.active:after {
      content: "\e901"; }
  .products-lhs-filter-wrap .wpc-filters-section input[type=checkbox], .products-lhs-filter-wrap .wpf_item_wpf_cat input[type=checkbox], .products-lhs-filter-wrap .wpf_wrap input[type=checkbox] {
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    color: #C51216;
    font-size: 10px;
    height: 16px;
    line-height: 1.5;
    width: 16px;
    min-width: 16px;
    font-weight: bold; }
  .products-lhs-filter-wrap .wpc-filters-section.categories-filters-section section .widget-title, .products-lhs-filter-wrap .wpf_item_wpf_cat.categories-filters-section section .widget-title, .products-lhs-filter-wrap .wpf_wrap.categories-filters-section section .widget-title {
    display: none; }
  .products-lhs-filter-wrap .wpc-filters-section.categories-filters-section .product-categories, .products-lhs-filter-wrap .wpf_item_wpf_cat.categories-filters-section .product-categories, .products-lhs-filter-wrap .wpf_wrap.categories-filters-section .product-categories {
    padding: 4px 24px; }
  .products-lhs-filter-wrap .wpc-filters-section .product-categories, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical, .products-lhs-filter-wrap .wpf_wrap .product-categories, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 24px !important; }
    .products-lhs-filter-wrap .wpc-filters-section .product-categories li, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li, .products-lhs-filter-wrap .wpf_wrap .product-categories li, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li {
      margin: 0 !important; }
      .products-lhs-filter-wrap .wpc-filters-section .product-categories li label, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li label, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li label, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li label, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li label, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li label, .products-lhs-filter-wrap .wpf_wrap .product-categories li label, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li label, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li label {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #111927; }
      .products-lhs-filter-wrap .wpc-filters-section .product-categories li a, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li a, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li a, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li a, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li a, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li a, .products-lhs-filter-wrap .wpf_wrap .product-categories li a, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li a, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li a {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #111927;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 24px; }
        .products-lhs-filter-wrap .wpc-filters-section .product-categories li a:before, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li a:before, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li a:before, .products-lhs-filter-wrap .wpf_wrap .product-categories li a:before, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li a:before, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li a:before {
          content: '';
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 1px;
          min-width: 16px;
          width: 16px;
          height: 16px;
          border: 1px solid #D0D5DD;
          border-radius: 4px;
          left: 0;
          background: #ffffff; }
        .products-lhs-filter-wrap .wpc-filters-section .product-categories li a:after, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li a:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li a:after, .products-lhs-filter-wrap .wpf_wrap .product-categories li a:after, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li a:after, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li a:after {
          display: flex;
          font-family: icomoon;
          color: #fff;
          opacity: 0;
          content: "\e922";
          left: 4px;
          position: absolute;
          font-size: 10px;
          top: 1px; }
      .products-lhs-filter-wrap .wpc-filters-section .product-categories li.chosen a:before, .products-lhs-filter-wrap .wpc-filters-section .product-categories li.current-cat a:before, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li.chosen a:before, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li.current-cat a:before, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li.chosen a:before, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li.current-cat a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li.chosen a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li.current-cat a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li.chosen a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li.current-cat a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li.chosen a:before, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li.current-cat a:before, .products-lhs-filter-wrap .wpf_wrap .product-categories li.chosen a:before, .products-lhs-filter-wrap .wpf_wrap .product-categories li.current-cat a:before, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li.chosen a:before, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li.current-cat a:before, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li.chosen a:before, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li.current-cat a:before {
        background: #C51216;
        border-color: #C51216; }
      .products-lhs-filter-wrap .wpc-filters-section .product-categories li.chosen a:after, .products-lhs-filter-wrap .wpc-filters-section .product-categories li.current-cat a:after, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li.chosen a:after, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li.current-cat a:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li.chosen a:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li.current-cat a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li.chosen a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li.current-cat a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li.chosen a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li.current-cat a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li.chosen a:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li.current-cat a:after, .products-lhs-filter-wrap .wpf_wrap .product-categories li.chosen a:after, .products-lhs-filter-wrap .wpf_wrap .product-categories li.current-cat a:after, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li.chosen a:after, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li.current-cat a:after, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li.chosen a:after, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li.current-cat a:after {
        opacity: 1; }
      .products-lhs-filter-wrap .wpc-filters-section .product-categories li .children, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li .children, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical li .children, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories li .children, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li .children, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical li .children, .products-lhs-filter-wrap .wpf_wrap .product-categories li .children, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li .children, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical li .children {
        display: none; }
    .products-lhs-filter-wrap .wpc-filters-section .product-categories .count, .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list .count, .products-lhs-filter-wrap .wpc-filters-section .wpf_column_vertical .count, .products-lhs-filter-wrap .wpf_item_wpf_cat .product-categories .count, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list .count, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_column_vertical .count, .products-lhs-filter-wrap .wpf_wrap .product-categories .count, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list .count, .products-lhs-filter-wrap .wpf_wrap .wpf_column_vertical .count {
      display: none; }
  .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list {
    gap: 0;
    display: none; }
    .products-lhs-filter-wrap .wpc-filters-section .woocommerce-widget-layered-nav-list li + li, .products-lhs-filter-wrap .wpf_item_wpf_cat .woocommerce-widget-layered-nav-list li + li, .products-lhs-filter-wrap .wpf_wrap .woocommerce-widget-layered-nav-list li + li {
      margin-top: 8px; }
  .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in {
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
    .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .filter-group, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .filter-group, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .filter-group, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .filter-group, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .filter-group, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .filter-group {
      display: flex;
      flex-direction: column;
      row-gap: 8px; }
    .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section section .widget-title, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in section .widget-title, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section section .widget-title, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in section .widget-title, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section section .widget-title, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in section .widget-title {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      display: flex;
      align-items: center;
      color: #6C727E;
      position: relative;
      cursor: pointer; }
      .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section section .widget-title:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in section .widget-title:after, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section section .widget-title:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in section .widget-title:after, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section section .widget-title:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in section .widget-title:after {
        font-family: icomoon;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        content: "\e902";
        font-size: 20px;
        color: #6C727E;
        font-weight: 400;
        transition: .25s ease-in-out; }
      .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section section .widget-title.active:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in section .widget-title.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section section .widget-title.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in section .widget-title.active:after, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section section .widget-title.active:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in section .widget-title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 8px 16px;
      background: #FFFFFF;
      border: 1px solid #D2D6DB;
      border-radius: 4px; }
      .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item .wpf_item_name, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item .wpf_item_name, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item .wpf_item_name, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item .wpf_item_name, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item .wpf_item_name, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item .wpf_item_name {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #6C727E;
        position: relative;
        cursor: pointer;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important; }
        .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item .wpf_item_name:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item .wpf_item_name:after, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item .wpf_item_name:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item .wpf_item_name:after, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item .wpf_item_name:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item .wpf_item_name:after {
          font-family: icomoon;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0px;
          content: "\e902";
          font-size: 18px;
          color: #6C727E;
          font-weight: 400;
          transition: .25s ease-in-out; }
        .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item .wpf_item_name.active:after, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item .wpf_item_name.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item .wpf_item_name.active:after, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item .wpf_item_name.active:after, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item .wpf_item_name.active:after, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item .wpf_item_name.active:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
      .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item .wpf_column_vertical, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item .wpf_column_vertical, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item .wpf_column_vertical, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item .wpf_column_vertical, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item .wpf_column_vertical, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item .wpf_column_vertical {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        display: none;
        max-height: 300px;
        overflow: auto; }
        .products-lhs-filter-wrap .wpc-filters-section.filters-filters-section .wpf_item .wpf_column_vertical li:first-of-type, .products-lhs-filter-wrap .wpc-filters-section .wpf_wrap_in .wpf_item .wpf_column_vertical li:first-of-type, .products-lhs-filter-wrap .wpf_item_wpf_cat.filters-filters-section .wpf_item .wpf_column_vertical li:first-of-type, .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_wrap_in .wpf_item .wpf_column_vertical li:first-of-type, .products-lhs-filter-wrap .wpf_wrap.filters-filters-section .wpf_item .wpf_column_vertical li:first-of-type, .products-lhs-filter-wrap .wpf_wrap .wpf_wrap_in .wpf_item .wpf_column_vertical li:first-of-type {
          margin-top: 8px !important; }
.products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_item_name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0C111D;
  position: relative;
  padding: 16px 35px 8px 8px;
  border-top: 2px solid #D2D6DB;
  cursor: pointer;
  border-bottom: 0 !important;
  margin: 0 !important; }
  .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_item_name:after {
    font-family: icomoon;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    content: "\e900";
    font-size: 16px;
    color: #6C727E;
    font-weight: 400; }
  .products-lhs-filter-wrap .wpf_item_wpf_cat .wpf_item_name.active:after {
    content: "\e901"; }
.products-lhs-filter-wrap .close-mobile-filters {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  font-size: 24px;
  position: absolute;
  top: 66px;
  right: 16px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: .25s ease-in-out; }
@media only screen and (max-width: 991.98px) {
  .products-lhs-filter-wrap.active {
    opacity: 1;
    pointer-events: auto; } }
@media only screen and (max-width: 991.98px) {
  .products-lhs-filter-wrap.active .close-mobile-filters {
    opacity: 1;
    pointer-events: auto; } }

.product-listing-wrap .sort-filter {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E7EB; }
  @media only screen and (min-width: 992px) {
    .product-listing-wrap .sort-filter .filter-btn {
      display: none; } }
  @media only screen and (max-width: 991.98px) {
    .product-listing-wrap .sort-filter .filter-btn {
      order: 2;
      width: 50%;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; } }
.product-listing-wrap .sort-area {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #6C727E; }
  @media only screen and (max-width: 991.98px) {
    .product-listing-wrap .sort-area {
      flex-wrap: wrap;
      gap: 0;
      column-gap: 16px; } }
  .product-listing-wrap .sort-area .woocommerce-result-count {
    display: none; }
  @media only screen and (max-width: 991.98px) {
    .product-listing-wrap .sort-area .items-per-page-form {
      display: none; } }
  .product-listing-wrap .sort-area .select2-container {
    display: block;
    width: 100%;
    height: 36px;
    background: #fff;
    color: #6C727E;
    padding-right: 28px; }
    @media only screen and (max-width: 991.98px) {
      .product-listing-wrap .sort-area .select2-container {
        border: 1px solid #D2D6DB;
        border-radius: 6px; } }
    .product-listing-wrap .sort-area .select2-container .selection {
      height: 100%; }
    .product-listing-wrap .sort-area .select2-container .select2-selection__rendered {
      padding: 0;
      height: 100%;
      display: flex;
      align-items: center;
      color: #6C727E; }
      @media only screen and (max-width: 991.98px) {
        .product-listing-wrap .sort-area .select2-container .select2-selection__rendered {
          text-align: center;
          justify-content: center;
          padding-left: 15px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .product-listing-wrap .sort-area .select2-container .select2-selection--single {
      border: 0;
      height: 100%; }
    .product-listing-wrap .sort-area .select2-container .select2-selection__arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 100%;
      top: 0;
      right: 0px; }
      .product-listing-wrap .sort-area .select2-container .select2-selection__arrow:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icomoon;
        color: #6C727E;
        font-size: 16px;
        content: "\e902";
        transition: .25s ease-in-out; }
      .product-listing-wrap .sort-area .select2-container .select2-selection__arrow b {
        display: none; }
    .product-listing-wrap .sort-area .select2-container .select2-container--open .select2-selection__arrow:after {
      transform: translateY(-50%) rotate(180deg); }
  .product-listing-wrap .sort-area .in-stock-toggle {
    margin-left: 16px; }
    @media only screen and (max-width: 991.98px) {
      .product-listing-wrap .sort-area .in-stock-toggle {
        flex: 100%;
        margin-left: 0;
        margin-bottom: 24px;
        order: 1; } }
  .product-listing-wrap .sort-area .woocommerce-ordering {
    margin-left: auto;
    margin-right: 10px; }
    @media only screen and (max-width: 991.98px) {
      .product-listing-wrap .sort-area .woocommerce-ordering {
        order: 3;
        margin-right: 0;
        width: 50%;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }
  .product-listing-wrap .sort-area .select-layout {
    display: flex;
    align-items: center;
    gap: 14px; }
    @media only screen and (max-width: 991.98px) {
      .product-listing-wrap .sort-area .select-layout {
        display: none; } }
    .product-listing-wrap .sort-area .select-layout button {
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      background: #FFFFFF;
      border: 1px solid #D2D6DB;
      border-radius: 6px;
      font-size: 16px;
      color: #6C727E; }
      .product-listing-wrap .sort-area .select-layout button.active, .product-listing-wrap .sort-area .select-layout button:hover {
        background: #E5E7EB;
        border: 1px solid #D2D6DB;
        box-shadow: 0px 0px 0px 3px #F3F4F6;
        color: #384250; }
.product-listing-wrap .product-listing .row {
  row-gap: 34px;
  padding-left: 5px;
  padding-right: 5px; }
  .product-listing-wrap .product-listing .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
.product-listing-wrap .product-listing.list-type [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%; }
.product-listing-wrap .product-listing.list-type .product-item {
  display: flex;
  padding: 0;
  gap: 24px;
  align-items: center; }
  @media only screen and (max-width: 767.98px) {
    .product-listing-wrap .product-listing.list-type .product-item {
      gap: 16px; } }
  .product-listing-wrap .product-listing.list-type .product-item .photo-holder {
    min-width: 155px;
    max-width: 155px; }
    @media only screen and (max-width: 767.98px) {
      .product-listing-wrap .product-listing.list-type .product-item .photo-holder {
        min-width: 96px;
        max-width: 96px; } }
  .product-listing-wrap .product-listing.list-type .product-item .content-holder {
    flex-grow: 1;
    padding-right: 8px;
    padding-left: 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767.98px) {
      .product-listing-wrap .product-listing.list-type .product-item .content-holder {
        padding-right: 0; } }
    .product-listing-wrap .product-listing.list-type .product-item .content-holder .action-btns {
      margin-left: 0;
      position: static;
      transform: none;
      width: 100%;
      order: 2; }
      .product-listing-wrap .product-listing.list-type .product-item .content-holder .action-btns .add-to-fav {
        position: absolute;
        right: 8px;
        top: 0; }
        @media only screen and (max-width: 767.98px) {
          .product-listing-wrap .product-listing.list-type .product-item .content-holder .action-btns .add-to-fav {
            right: 0; } }
    .product-listing-wrap .product-listing.list-type .product-item .content-holder .product-title {
      order: 1;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 4px;
      padding-right: 45px; }
    .product-listing-wrap .product-listing.list-type .product-item .content-holder .price-holder {
      order: 3; }
.product-listing-wrap .product-listing.list-type .add-to-cart, .product-listing-wrap .product-listing.list-type .add-cart-variable, .product-listing-wrap .product-listing.list-type .quote-action {
  width: auto;
  padding: 0 12px;
  height: 39px; }
  @media only screen and (max-width: 767.98px) {
    .product-listing-wrap .product-listing.list-type .add-to-cart, .product-listing-wrap .product-listing.list-type .add-cart-variable, .product-listing-wrap .product-listing.list-type .quote-action {
      width: 30px;
      height: 30px; } }
  .product-listing-wrap .product-listing.list-type .add-to-cart .show-if-list, .product-listing-wrap .product-listing.list-type .add-cart-variable .show-if-list, .product-listing-wrap .product-listing.list-type .quote-action .show-if-list {
    display: flex; }
    @media only screen and (max-width: 767.98px) {
      .product-listing-wrap .product-listing.list-type .add-to-cart .show-if-list, .product-listing-wrap .product-listing.list-type .add-cart-variable .show-if-list, .product-listing-wrap .product-listing.list-type .quote-action .show-if-list {
        display: none; } }
.product-listing-wrap .product-listing.list-type .quote-action .show-if-list {
  color: #6C727E; }

.page-template-archive-product-discounted #products-page .product-listing-wrap .sort-area .woocommerce-ordering {
  margin-left: 0;
  margin-right: auto; }

#product-single-main .product-main-info {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1400px) {
    #product-single-main .product-main-info {
      max-width: 1026px; } }
  @media only screen and (min-width: 768px) {
    #product-single-main .product-main-info .pos-relative {
      position: relative; } }
  @media only screen and (min-width: 768px) {
    #product-single-main .product-main-info .pos-sticky {
      position: sticky;
      top: 0;
      height: fit-content; } }
  #product-single-main .product-main-info > .row {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -16px;
    margin-right: -16px; }
    @media only screen and (min-width: 1400px) {
      #product-single-main .product-main-info > .row {
        margin-left: -12px;
        margin-right: -12px; } }
    #product-single-main .product-main-info > .row [class*="col-"] {
      padding-left: 16px;
      padding-right: 16px; }
      @media only screen and (min-width: 1400px) {
        #product-single-main .product-main-info > .row [class*="col-"] {
          padding-left: 12px;
          padding-right: 12px; } }
  #product-single-main .product-main-info .product-slider .slider-for {
    margin-bottom: 10px;
    background-color: #F5F5F5;
    aspect-ratio: 1/1; }
    #product-single-main .product-main-info .product-slider .slider-for .slick-prev {
      left: 0px; }
    #product-single-main .product-main-info .product-slider .slider-for .slick-next {
      right: 0px; }
    #product-single-main .product-main-info .product-slider .slider-for div {
      height: 100%;
      display: flex !important;
      align-items: center; }
    #product-single-main .product-main-info .product-slider .slider-for .slick-slide {
      justify-content: center; }
    #product-single-main .product-main-info .product-slider .slider-for img {
      width: 100%;
      max-height: 100%; }
    #product-single-main .product-main-info .product-slider .slider-for .slick-slide a {
      height: 100%;
      display: flex !important;
      align-items: center; }
  #product-single-main .product-main-info .product-slider .slider-nav {
    /*.slick-list {
        margin: 0 -10px;
    }*/ }
    #product-single-main .product-main-info .product-slider .slider-nav .slick-slide {
      margin: 0 10px; }
      #product-single-main .product-main-info .product-slider .slider-nav .slick-slide a {
        height: 100%; }
    #product-single-main .product-main-info .product-slider .slider-nav .thumb {
      position: relative;
      width: 80px !important;
      height: 80px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      background-color: #F5F5F5; }
      #product-single-main .product-main-info .product-slider .slider-nav .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
      #product-single-main .product-main-info .product-slider .slider-nav .thumb:hover {
        cursor: pointer; }
    #product-single-main .product-main-info .product-slider .slider-nav .slick-current .thumb:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  #product-single-main .product-main-info .product-slider img {
    /*object-fit: cover;
    aspect-ratio: 1/1;*/
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 767.98px) {
    #product-single-main .product-main-info .product-summary {
      margin-top: 24px; } }
  #product-single-main .product-main-info .product-summary span.product-sku {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: #111927;
    color: #757575;
    margin-bottom: 16px; }
    #product-single-main .product-main-info .product-summary span.product-sku strong {
      font-weight: 600;
      font-size: 13px;
      color: #111927; }
  #product-single-main .product-main-info .product-summary .badge + .badge {
    margin-left: 8px; }
  #product-single-main .product-main-info .product-summary .product_meta .lowest_price {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    color: #6C727E;
    font-size: 15px; }
    #product-single-main .product-main-info .product-summary .product_meta .lowest_price span {
      color: #111927; }
  #product-single-main .product-main-info .product-summary .product_meta .posted_in {
    display: none; }
  #product-single-main .product-main-info .product-summary .product-title-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 40px; }
    #product-single-main .product-main-info .product-summary .product-title-info h1 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      color: #111927;
      font-weight: 700;
      flex-grow: 1; }
  #product-single-main .product-main-info .product-summary .stock.out-of-stock {
    display: none; }
  #product-single-main .product-main-info .product-summary .cwginstock-subscribe-form .custom-form {
    display: flex;
    gap: 8px; }
    @media only screen and (max-width: 767.98px) {
      #product-single-main .product-main-info .product-summary .cwginstock-subscribe-form .custom-form {
        flex-direction: column; } }
    #product-single-main .product-main-info .product-summary .cwginstock-subscribe-form .custom-form .input-wrap {
      flex-grow: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #product-single-main .product-main-info .product-summary .cwginstock-subscribe-form .custom-form .button-wrap button[type="submit"] {
        padding: 0 8px;
        font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #product-single-main .product-main-info .product-summary .cwginstock-subscribe-form .custom-form .button-wrap button[type="submit"]:after {
        display: none; } }
  #product-single-main .product-main-info .add-to-fav {
    padding: 0;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    margin-left: auto; }
    #product-single-main .product-main-info .add-to-fav .tinv-wraper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    #product-single-main .product-main-info .add-to-fav a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      #product-single-main .product-main-info .add-to-fav a:before {
        transition: .25s ease-in-out; }
      #product-single-main .product-main-info .add-to-fav a:hover:before {
        content: "\e908"; }
  #product-single-main .product-main-info .price-container {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111927;
    font-weight: 400;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1199.98px) {
      #product-single-main .product-main-info .price-container {
        font-size: 28px; } }
    @media only screen and (max-width: 767.98px) {
      #product-single-main .product-main-info .price-container {
        font-size: 24px; } }
    #product-single-main .product-main-info .price-container del, #product-single-main .product-main-info .price-container .suffix {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      color: #111927;
      font-weight: 400;
      color: #6C727E; }
    #product-single-main .product-main-info .price-container del {
      flex: 100%;
      margin-bottom: 8px; }
    #product-single-main .product-main-info .price-container ins {
      text-decoration: none;
      display: inline-flex;
      align-items: center; }
    #product-single-main .product-main-info .price-container .suffix {
      margin-left: 5px; }
    #product-single-main .product-main-info .price-container del .amount, #product-single-main .product-main-info .price-container ins .amount {
      display: inline-flex;
      align-items: center; }
    #product-single-main .product-main-info .price-container del .amount::before,
    #product-single-main .product-main-info .price-container ins .amount::before {
      display: inline-flex;
      margin-right: 12px;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 12px;
      color: #6C727E;
      text-transform: uppercase;
      max-width: 45px; }
    #product-single-main .product-main-info .price-container del .amount::before {
      content: 'VPC cijena'; }
    #product-single-main .product-main-info .price-container ins .amount::before {
      content: 'Neto cijena'; }
  #product-single-main .product-main-info .stock-status, #product-single-main .product-main-info .stock.in-stock {
    margin-bottom: 24px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6C727E;
    position: relative;
    padding-left: 11px; }
    #product-single-main .product-main-info .stock-status:before, #product-single-main .product-main-info .stock.in-stock:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    #product-single-main .product-main-info .stock-status.in-stock, #product-single-main .product-main-info .stock.in-stock.in-stock {
      color: #067647; }
      #product-single-main .product-main-info .stock-status.in-stock:before, #product-single-main .product-main-info .stock.in-stock.in-stock:before {
        background-color: #17B26A; }
    #product-single-main .product-main-info .stock-status.out-of-stock, #product-single-main .product-main-info .stock.in-stock.out-of-stock {
      color: #B42318; }
      #product-single-main .product-main-info .stock-status.out-of-stock:before, #product-single-main .product-main-info .stock.in-stock.out-of-stock:before {
        background-color: #F04438; }
  #product-single-main .product-main-info .cwgstock_output {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6C727E; }
    #product-single-main .product-main-info .cwgstock_output .cwginstocksuccess {
      margin-top: 0.5em;
      color: #17B26A !important; }
    #product-single-main .product-main-info .cwgstock_output .cwginstockerror {
      margin-top: 0.5em;
      color: #F04438 !important; }
  #product-single-main .product-main-info .addcart-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
    #product-single-main .product-main-info .addcart-wrapper .qty-number {
      min-width: 143px; }
      @media only screen and (max-width: 767.98px) {
        #product-single-main .product-main-info .addcart-wrapper .qty-number {
          min-width: 100%;
          width: 100%; } }
      @media only screen and (max-width: 767.98px) {
        #product-single-main .product-main-info .addcart-wrapper .qty-number .number {
          max-width: 100%; } }
      @media only screen and (max-width: 767.98px) {
        #product-single-main .product-main-info .addcart-wrapper .qty-number .number .quantity {
          width: 100%; } }
      @media only screen and (max-width: 767.98px) {
        #product-single-main .product-main-info .addcart-wrapper .qty-number .number .quantity input[type=text], #product-single-main .product-main-info .addcart-wrapper .qty-number .number .quantity input[type=number] {
          width: 100%; } }
    #product-single-main .product-main-info .addcart-wrapper button[type="submit"] {
      flex-grow: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"] {
          padding: 0 8px;
          font-size: 14px; } }
      @media only screen and (max-width: 767.98px) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"] {
          padding: 0 8px; } }
      @media only screen and (max-width: 370px) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"] {
          font-size: 14px; } }
      @media only screen and (min-width: 240px) and (max-width: xxs-down) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"] {
          font-size: 14px; } }
      @media only screen and (max-width: 370px) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"]:after {
          display: none; } }
      @media only screen and (min-width: 240px) and (max-width: xxs-down) {
        #product-single-main .product-main-info .addcart-wrapper button[type="submit"]:after {
          display: none; } }
    #product-single-main .product-main-info .addcart-wrapper .quote-action {
      width: 100%;
      text-align: right; }
      #product-single-main .product-main-info .addcart-wrapper .quote-action button {
        color: #4D5761;
        background-color: #E5E7EB;
        max-width: 350px;
        width: 100%;
        border-color: #E5E7EB; }
        @media (min-width: 992px) and (max-width: 1399px) {
          #product-single-main .product-main-info .addcart-wrapper .quote-action button {
            max-width: 265px; } }
        @media only screen and (min-width: 768px) and (max-width: 991.98px) {
          #product-single-main .product-main-info .addcart-wrapper .quote-action button {
            padding: 0px 10px;
            max-width: 178px; } }
        #product-single-main .product-main-info .addcart-wrapper .quote-action button:hover {
          background: #FFFFFF;
          border-color: #D2D6DB; }
    @media only screen and (max-width: 767.98px) {
      #product-single-main .product-main-info .addcart-wrapper button[type="submit"], #product-single-main .product-main-info .addcart-wrapper .quote-action {
        width: calc(50% - 16px); } }
    @media only screen and (max-width: 767.98px) {
      #product-single-main .product-main-info .addcart-wrapper button[type="submit"], #product-single-main .product-main-info .addcart-wrapper .request-a-quote-single {
        font-size: 15px;
        padding: 0 4px; } }
  #product-single-main .product-main-info form.cart, #product-single-main .product-main-info .cwginstock-subscribe-form, #product-single-main .product-main-info .oos-quote {
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E7EB; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #product-single-main .product-main-info form.cart, #product-single-main .product-main-info .cwginstock-subscribe-form, #product-single-main .product-main-info .oos-quote {
        padding-bottom: 20px; } }
  #product-single-main .product-main-info .total-price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #6C727E;
    font-weight: 400;
    margin-bottom: 8px; }
  #product-single-main .product-main-info .htg-holder {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    #product-single-main .product-main-info .htg-holder .htg-item {
      display: flex;
      gap: 15px;
      align-items: center; }
      #product-single-main .product-main-info .htg-holder .htg-item img {
        min-width: 24px;
        width: 24px; }
      #product-single-main .product-main-info .htg-holder .htg-item .htg-in .item-title {
        display: block;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        color: #000; }
      #product-single-main .product-main-info .htg-holder .htg-item .htg-in p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #6C727E;
        color: #000; }
  #product-single-main .product-main-info .share {
    margin-top: 14px; }
    #product-single-main .product-main-info .share_label {
      display: block;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.25;
      color: #6C727E;
      margin-bottom: 14px; }
    #product-single-main .product-main-info .share .icons {
      display: flex;
      gap: 8px; }

.wc-tabs-section .woocommerce-tabs ul {
  display: inline-flex;
  gap: 24px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    .wc-tabs-section .woocommerce-tabs ul {
      display: flex; } }
  .wc-tabs-section .woocommerce-tabs ul li {
    min-width: 160px; }
    @media only screen and (max-width: 767.98px) {
      .wc-tabs-section .woocommerce-tabs ul li {
        min-width: auto; } }
    .wc-tabs-section .woocommerce-tabs ul li a {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      color: #6C727E;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      width: 100%;
      height: 36px;
      padding: 0px 4px;
      border-radius: 4px 4px 0px 0px; }
      .wc-tabs-section .woocommerce-tabs ul li a.active, .wc-tabs-section .woocommerce-tabs ul li a:hover {
        color: #fff;
        background: #C51216; }
      @media only screen and (max-width: 767.98px) {
        .wc-tabs-section .woocommerce-tabs ul li a {
          padding: 0 8px; } }
    .wc-tabs-section .woocommerce-tabs ul li.active a {
      color: #fff;
      background: #C51216; }
@media only screen and (max-width: 767.98px) {
  .wc-tabs-section .woocommerce-tabs .tabs {
    display: flex;
    overflow: auto; } }
@media only screen and (min-width: 768px) {
  .wc-tabs-section .woocommerce-tabs .tabs {
    min-width: 616px; } }
.wc-tabs-section .woocommerce-tabs .tabs a {
  display: flex !important; }
  @media only screen and (min-width: 768px) {
    .wc-tabs-section .woocommerce-tabs .tabs a {
      padding: 0px 4px !important; } }
  @media only screen and (max-width: 767.98px) {
    .wc-tabs-section .woocommerce-tabs .tabs a {
      min-width: 160px; } }
.wc-tabs-section .woocommerce-Tabs-panel {
  padding-top: 40px;
  max-width: 616px; }
  @media only screen and (max-width: 767.98px) {
    .wc-tabs-section .woocommerce-Tabs-panel {
      padding-top: 24px; } }
  .wc-tabs-section .woocommerce-Tabs-panel > h2 {
    display: none; }
  .wc-tabs-section .woocommerce-Tabs-panel p, .wc-tabs-section .woocommerce-Tabs-panel li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #344054; }
  .wc-tabs-section .woocommerce-Tabs-panel p + p {
    margin-top: 15px; }

#recomended-products {
  background: #F9FAFB; }

.products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 4px; }
  .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .wpfFilterTitle {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6C727E;
    position: relative;
    cursor: pointer;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .fa {
    font-family: icomoon !important; }
    .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .fa:before {
      display: none; }
    .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .fa:after {
      font-family: icomoon;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0px;
      font-size: 18px;
      color: #6C727E;
      font-weight: 400;
      transition: .25s ease-in-out;
      content: "\e902"; }
    .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .fa.fa-minus:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .products-lhs-filter .wpfFilterWrapper:not([data-taxonomy="product_cat"]) .wpfCheckboxHier > ul {
    padding-left: 0 !important;
    padding-right: 0 !important; }
.products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] {
  border-top: 2px solid #D2D6DB; }
  .products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] .fa {
    font-family: icomoon !important; }
    .products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] .fa:before {
      display: none; }
    .products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] .fa:after {
      font-family: icomoon;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0px;
      font-size: 18px;
      color: #6C727E;
      font-weight: 400;
      transition: .25s ease-in-out; }
    .products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] .fa.fa-plus:after {
      content: "\e901"; }
    .products-lhs-filter .wpfFilterWrapper[data-taxonomy="product_cat"] .fa.fa-minus:after {
      content: "\e900"; }
.products-lhs-filter .wpfFilterTitle {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0C111D;
  position: relative;
  padding-right: 35px;
  cursor: pointer; }
  .products-lhs-filter .wpfFilterTitle i, .products-lhs-filter .wpfFilterTitle svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    content: "\e902";
    font-size: 18px;
    color: #6C727E;
    font-weight: 400;
    transition: .25s ease-in-out; }
.products-lhs-filter .wpfCheckboxHier > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 18px !important; }
.products-lhs-filter .wpfCheckboxHier ul li label {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #111927; }
.products-lhs-filter .wpfCheckboxHier ul input[type=checkbox] {
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  color: #C51216;
  font-size: 10px;
  height: 16px;
  line-height: 1.5;
  width: 16px;
  min-width: 16px;
  background: #fff;
  margin: 0; }
.products-lhs-filter .wpfClearButton.wpfButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  background: #C51216;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #FCFCFD;
  gap: 8px;
  height: 40px;
  border: 0;
  color: #6C727E;
  background: #fff;
  border: 1px solid #D2D6DB;
  font-family: "Source Sans Pro" !important;
  padding: 0px 12px;
  color: #4D5761;
  background-color: #F3F4F6;
  height: 36px;
  border-color: #E5E7EB;
  margin-left: 0; }
  .products-lhs-filter .wpfClearButton.wpfButton:hover {
    background: #920D11;
    color: #FCFCFD; }
  .products-lhs-filter .wpfClearButton.wpfButton:focus {
    background: #C51015;
    box-shadow: 0px 0px 0px 3px #FFC6C7;
    color: #FCFCFD; }
  .products-lhs-filter .wpfClearButton.wpfButton:disabled {
    background: #FFC6C7;
    color: #FCFCFD;
    cursor: not-allowed;
    pointer-events: none; }
  .products-lhs-filter .wpfClearButton.wpfButton:hover {
    background: #F3F4F6;
    border-color: #E5E7EB;
    color: #4D5761; }
  .products-lhs-filter .wpfClearButton.wpfButton:focus {
    background: #E5E7EB;
    border: 1px solid #D2D6DB;
    box-shadow: 0px 0px 0px 3px #F3F4F6;
    color: #384250; }
  .products-lhs-filter .wpfClearButton.wpfButton:disabled {
    background: #fff;
    border: 1px solid #E5E7EB;
    color: #E5E7EB; }
  .products-lhs-filter .wpfClearButton.wpfButton i {
    font-size: 18px; }
  .products-lhs-filter .wpfClearButton.wpfButton:hover {
    background-color: #E5E7EB; }
  .products-lhs-filter .wpfClearButton.wpfButton:after {
    font-family: icomoon;
    display: inline-block;
    content: "\e923";
    font-size: 18px;
    font-weight: 400; }

@media only screen and (max-width: 991.98px) {
  .wpfMainWrapper {
    height: calc(100vh - 120px);
    overflow: auto; } }

@media only screen and (max-width: 767.98px) {
  #rasvjeta .inner-intro br {
    display: none; } }
@media only screen and (max-width: 767.98px) {
  #rasvjeta .company-logos [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%; } }
#rasvjeta .company-logos .r_logo {
  position: relative;
  padding: 8px;
  gap: 8px;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(10, 14, 21, 0.16);
  border-radius: 16px; }
  #rasvjeta .company-logos .r_logo a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    #rasvjeta .company-logos .r_logo a img.brand-logo {
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 1200px) {
        #rasvjeta .company-logos .r_logo a img.brand-logo {
          max-width: 205px; } }
    #rasvjeta .company-logos .r_logo a .filetype-ribbon {
      position: absolute;
      right: 0px;
      top: 0px; }
#rasvjeta .company-logos .row {
  row-gap: 16px; }
#rasvjeta + .newsletter {
  margin-top: 0; }

.woocommerce-cart-form .cart_item, .woocommerce-cart-form .quote_item, .quote-archive-container .cart_item, .quote-archive-container .quote_item {
  display: flex;
  position: relative;
  padding: 16px;
  padding-left: 0; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-cart-form .cart_item, .woocommerce-cart-form .quote_item, .quote-archive-container .cart_item, .quote-archive-container .quote_item {
      flex-wrap: wrap;
      padding: 16px 0px;
      text-align: center;
      align-items: flex-start; } }
  .woocommerce-cart-form .cart_item .product-thumbnail, .woocommerce-cart-form .quote_item .product-thumbnail, .quote-archive-container .cart_item .product-thumbnail, .quote-archive-container .quote_item .product-thumbnail {
    min-width: 100px;
    max-width: 100px;
    margin-right: 24px;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-thumbnail, .woocommerce-cart-form .quote_item .product-thumbnail, .quote-archive-container .cart_item .product-thumbnail, .quote-archive-container .quote_item .product-thumbnail {
        min-width: 80px;
        max-width: 80px;
        margin-right: 8px; } }
  .woocommerce-cart-form .cart_item .product-rest, .woocommerce-cart-form .quote_item .product-rest, .quote-archive-container .cart_item .product-rest, .quote-archive-container .quote_item .product-rest {
    flex-grow: 1; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-rest, .woocommerce-cart-form .quote_item .product-rest, .quote-archive-container .cart_item .product-rest, .quote-archive-container .quote_item .product-rest {
        margin-top: 18px; } }
  .woocommerce-cart-form .cart_item .product-name, .woocommerce-cart-form .quote_item .product-name, .quote-archive-container .cart_item .product-name, .quote-archive-container .quote_item .product-name {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .woocommerce-cart-form .cart_item .product-name, .woocommerce-cart-form .quote_item .product-name, .quote-archive-container .cart_item .product-name, .quote-archive-container .quote_item .product-name {
        padding-right: 50px; } }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-name, .woocommerce-cart-form .quote_item .product-name, .quote-archive-container .cart_item .product-name, .quote-archive-container .quote_item .product-name {
        padding-right: 35px; } }
    .woocommerce-cart-form .cart_item .product-name .sku, .woocommerce-cart-form .quote_item .product-name .sku, .quote-archive-container .cart_item .product-name .sku, .quote-archive-container .quote_item .product-name .sku {
      display: block;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 0.02em;
      color: #111927;
      color: #6C727E;
      margin-bottom: 4px; }
      .woocommerce-cart-form .cart_item .product-name .sku strong, .woocommerce-cart-form .quote_item .product-name .sku strong, .quote-archive-container .cart_item .product-name .sku strong, .quote-archive-container .quote_item .product-name .sku strong {
        font-weight: 400;
        color: #111927; }
    .woocommerce-cart-form .cart_item .product-name a, .woocommerce-cart-form .quote_item .product-name a, .quote-archive-container .cart_item .product-name a, .quote-archive-container .quote_item .product-name a {
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #6C727E;
      margin: 0;
      padding: 0;
      color: #111927;
      font-weight: 600;
      display: block;
      margin-top: 4px; }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-name.hide-sm, .woocommerce-cart-form .quote_item .product-name.hide-sm, .quote-archive-container .cart_item .product-name.hide-sm, .quote-archive-container .quote_item .product-name.hide-sm {
        display: none; } }
  .woocommerce-cart-form .cart_item .product-name-sm, .woocommerce-cart-form .quote_item .product-name-sm, .quote-archive-container .cart_item .product-name-sm, .quote-archive-container .quote_item .product-name-sm {
    display: flex;
    max-width: calc(100% - 88px);
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .woocommerce-cart-form .cart_item .product-name-sm, .woocommerce-cart-form .quote_item .product-name-sm, .quote-archive-container .cart_item .product-name-sm, .quote-archive-container .quote_item .product-name-sm {
        display: none; } }
  .woocommerce-cart-form .cart_item .product-remove, .woocommerce-cart-form .quote_item .product-remove, .quote-archive-container .cart_item .product-remove, .quote-archive-container .quote_item .product-remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .woocommerce-cart-form .cart_item .product-remove, .woocommerce-cart-form .quote_item .product-remove, .quote-archive-container .cart_item .product-remove, .quote-archive-container .quote_item .product-remove {
        top: 20px;
        transform: none; } }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-remove, .woocommerce-cart-form .quote_item .product-remove, .quote-archive-container .cart_item .product-remove, .quote-archive-container .quote_item .product-remove {
        top: 16px;
        right: 0;
        transform: none; } }
    .woocommerce-cart-form .cart_item .product-remove a, .woocommerce-cart-form .quote_item .product-remove a, .quote-archive-container .cart_item .product-remove a, .quote-archive-container .quote_item .product-remove a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      background: #F04437;
      border-radius: 50%;
      color: #fff; }
      .woocommerce-cart-form .cart_item .product-remove a:hover, .woocommerce-cart-form .quote_item .product-remove a:hover, .quote-archive-container .cart_item .product-remove a:hover, .quote-archive-container .quote_item .product-remove a:hover {
        background: #C51216; }
  .woocommerce-cart-form .cart_item .product-footer, .woocommerce-cart-form .quote_item .product-footer, .quote-archive-container .cart_item .product-footer, .quote-archive-container .quote_item .product-footer {
    display: flex;
    padding-right: 56px;
    gap: 18px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .woocommerce-cart-form .cart_item .product-footer, .woocommerce-cart-form .quote_item .product-footer, .quote-archive-container .cart_item .product-footer, .quote-archive-container .quote_item .product-footer {
        padding-right: 0; } }
    @media only screen and (max-width: 767.98px) {
      .woocommerce-cart-form .cart_item .product-footer, .woocommerce-cart-form .quote_item .product-footer, .quote-archive-container .cart_item .product-footer, .quote-archive-container .quote_item .product-footer {
        padding-right: 0; } }
    .woocommerce-cart-form .cart_item .product-footer .product-total, .woocommerce-cart-form .quote_item .product-footer .product-total, .quote-archive-container .cart_item .product-footer .product-total, .quote-archive-container .quote_item .product-footer .product-total {
      display: flex;
      flex-grow: 1;
      align-items: center;
      justify-content: flex-end;
      gap: 18px; }
      .woocommerce-cart-form .cart_item .product-footer .product-total .product-price, .woocommerce-cart-form .cart_item .product-footer .product-total .product-subtotal, .woocommerce-cart-form .quote_item .product-footer .product-total .product-price, .woocommerce-cart-form .quote_item .product-footer .product-total .product-subtotal, .quote-archive-container .cart_item .product-footer .product-total .product-price, .quote-archive-container .cart_item .product-footer .product-total .product-subtotal, .quote-archive-container .quote_item .product-footer .product-total .product-price, .quote-archive-container .quote_item .product-footer .product-total .product-subtotal {
        min-width: 88px; }
        .woocommerce-cart-form .cart_item .product-footer .product-total .product-price .label, .woocommerce-cart-form .cart_item .product-footer .product-total .product-subtotal .label, .woocommerce-cart-form .quote_item .product-footer .product-total .product-price .label, .woocommerce-cart-form .quote_item .product-footer .product-total .product-subtotal .label, .quote-archive-container .cart_item .product-footer .product-total .product-price .label, .quote-archive-container .cart_item .product-footer .product-total .product-subtotal .label, .quote-archive-container .quote_item .product-footer .product-total .product-price .label, .quote-archive-container .quote_item .product-footer .product-total .product-subtotal .label {
          display: block;
          font-family: 'Source Sans Pro';
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #6C727E;
          color: #6C727E; }
        .woocommerce-cart-form .cart_item .product-footer .product-total .product-price .amount, .woocommerce-cart-form .cart_item .product-footer .product-total .product-subtotal .amount, .woocommerce-cart-form .quote_item .product-footer .product-total .product-price .amount, .woocommerce-cart-form .quote_item .product-footer .product-total .product-subtotal .amount, .quote-archive-container .cart_item .product-footer .product-total .product-price .amount, .quote-archive-container .cart_item .product-footer .product-total .product-subtotal .amount, .quote-archive-container .quote_item .product-footer .product-total .product-price .amount, .quote-archive-container .quote_item .product-footer .product-total .product-subtotal .amount {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 1.25;
          color: #6C727E;
          font-weight: 600;
          color: #111927; }
        .woocommerce-cart-form .cart_item .product-footer .product-total .product-price del .amount, .woocommerce-cart-form .cart_item .product-footer .product-total .product-subtotal del .amount, .woocommerce-cart-form .quote_item .product-footer .product-total .product-price del .amount, .woocommerce-cart-form .quote_item .product-footer .product-total .product-subtotal del .amount, .quote-archive-container .cart_item .product-footer .product-total .product-price del .amount, .quote-archive-container .cart_item .product-footer .product-total .product-subtotal del .amount, .quote-archive-container .quote_item .product-footer .product-total .product-price del .amount, .quote-archive-container .quote_item .product-footer .product-total .product-subtotal del .amount {
          color: #6C727E;
          font-size: 14px;
          margin-right: 5px; }
        .woocommerce-cart-form .cart_item .product-footer .product-total .product-price ins, .woocommerce-cart-form .cart_item .product-footer .product-total .product-subtotal ins, .woocommerce-cart-form .quote_item .product-footer .product-total .product-price ins, .woocommerce-cart-form .quote_item .product-footer .product-total .product-subtotal ins, .quote-archive-container .cart_item .product-footer .product-total .product-price ins, .quote-archive-container .cart_item .product-footer .product-total .product-subtotal ins, .quote-archive-container .quote_item .product-footer .product-total .product-price ins, .quote-archive-container .quote_item .product-footer .product-total .product-subtotal ins {
          text-decoration: none; }
  .woocommerce-cart-form .cart_item + .cart_item, .woocommerce-cart-form .quote_item + .cart_item, .quote-archive-container .cart_item + .cart_item, .quote-archive-container .quote_item + .cart_item {
    border-top: 1px solid #E5E7EB; }
  .woocommerce-cart-form .cart_item .qty-number .number, .woocommerce-cart-form .quote_item .qty-number .number, .quote-archive-container .cart_item .qty-number .number, .quote-archive-container .quote_item .qty-number .number {
    max-width: 104px;
    height: 32px;
    border-radius: 8px; }
    .woocommerce-cart-form .cart_item .qty-number .number input[type=text],
    .woocommerce-cart-form .cart_item .qty-number .number input[type=number], .woocommerce-cart-form .quote_item .qty-number .number input[type=text],
    .woocommerce-cart-form .quote_item .qty-number .number input[type=number], .quote-archive-container .cart_item .qty-number .number input[type=text],
    .quote-archive-container .cart_item .qty-number .number input[type=number], .quote-archive-container .quote_item .qty-number .number input[type=text],
    .quote-archive-container .quote_item .qty-number .number input[type=number] {
      font-size: 16px;
      line-height: 20px;
      width: 40px;
      height: 32px; }
    .woocommerce-cart-form .cart_item .qty-number .number span, .woocommerce-cart-form .quote_item .qty-number .number span, .quote-archive-container .cart_item .qty-number .number span, .quote-archive-container .quote_item .qty-number .number span {
      min-width: 32px;
      height: 32px;
      font-size: 18px; }
.woocommerce-cart-form .quote-action, .quote-archive-container .quote-action {
  margin-top: 16px; }
  .woocommerce-cart-form .quote-action button, .quote-archive-container .quote-action button {
    margin-left: auto; }

.cart-collaterals {
  width: 100%;
  padding: 40px;
  background: #111927;
  border-radius: 8px; }
  @media only screen and (max-width: 991.98px) {
    .cart-collaterals {
      margin-top: 32px; } }
  @media only screen and (max-width: 767.98px) {
    .cart-collaterals {
      padding: 32px 16px; } }
  @media only screen and (max-width: 767.98px) {
    .cart-collaterals .cart_totals .shop_table tr {
      display: flex !important; } }
  .cart-collaterals .cart_totals .shop_table tr td {
    width: 50%;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left; }
    .cart-collaterals .cart_totals .shop_table tr td:last-of-type {
      text-align: right;
      font-weight: 700;
      padding-left: 10px; }
    .cart-collaterals .cart_totals .shop_table tr td:before {
      display: none !important; }
  .cart-collaterals .cart_totals .shop_table tr td[colspan="2"] {
    width: 100% !important; }
  .cart-collaterals .cart_totals .shop_table tr + tr td {
    padding-top: 16px; }
  .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group {
    display: flex; }
    .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"] {
      flex-grow: 1;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      color: #111927;
      font-size: 16px; }
      .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"].placeholder {
        color: #111927; }
      .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"]:-moz-placeholder {
        color: #111927; }
      .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"]::-moz-placeholder {
        color: #111927; }
      .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"]:-ms-input-placeholder {
        color: #111927; }
      .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group input[type="text"]::-webkit-input-placeholder {
        color: #111927; }
    .cart-collaterals .cart_totals .shop_table tr .woocommerce-coupon-form .form-group button[type="submit"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0 16px;
      min-width: 146px;
      font-family: 'Source Sans Pro'; }
  .cart-collaterals .cart_totals .shop_table tr:last-of-type td {
    padding-bottom: 16px; }
  .cart-collaterals .cart_totals .shop_table .coupon-expand td {
    padding-left: 0 !important; }
  .cart-collaterals .cart_totals .total-area {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    border-top: 1px solid #E5E7EB;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    .cart-collaterals .cart_totals .total-area .total-label {
      width: 50%; }
    .cart-collaterals .cart_totals .total-area .total-value {
      text-align: right;
      font-weight: 700; }
    .cart-collaterals .cart_totals .total-area .includes_tax {
      display: none; }
  .cart-collaterals .proceed-to-checkout {
    width: 100%;
    margin-top: 24px; }

.login-register {
  position: relative; }
  .login-register .container {
    display: flex;
    min-height: 100vh;
    align-items: center; }
    .login-register .container .lr-content {
      height: 100%;
      padding-top: 70px;
      padding-bottom: 70px; }
      @media only screen and (min-width: 992px) {
        .login-register .container .lr-content {
          width: calc(50% - 77px); } }
      @media only screen and (max-width: 767.98px) {
        .login-register .container .lr-content {
          padding-top: 32px;
          padding-bottom: 32px; } }
      .login-register .container .lr-content #lr-logo {
        margin-bottom: 24px; }
      .login-register .container .lr-content .lr-intro {
        margin-bottom: 24px; }
        .login-register .container .lr-content .lr-intro h1 {
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 700;
          font-size: 40px;
          line-height: 1.2;
          color: #111927;
          margin-bottom: 8px; }
          @media only screen and (max-width: 1199.98px) {
            .login-register .container .lr-content .lr-intro h1 {
              font-size: 30px; } }
          @media only screen and (max-width: 767.98px) {
            .login-register .container .lr-content .lr-intro h1 {
              font-size: 24px; } }
        .login-register .container .lr-content .lr-intro p {
          font-family: 'Source Sans Pro';
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 28px;
          margin: 0;
          padding: 0;
          font-weight: 400;
          color: #475467; }
    .login-register .container .woocommerce-privacy-policy-text {
      margin-bottom: 24px; }
      .login-register .container .woocommerce-privacy-policy-text p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #6C727E;
        margin: 0;
        padding: 0;
        color: #6C727E; }
    .login-register .container .woocommerce-button, .login-register .container .woocommerce-Button {
      margin-top: 24px;
      display: flex;
      width: 100%; }
    .login-register .container .remember-lost {
      display: flex;
      gap: 16px;
      align-items: center;
      justify-content: space-between; }
      .login-register .container .remember-lost p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0; }
    .login-register .container .lr-footer {
      text-align: center;
      margin-top: 14px; }
      .login-register .container .lr-footer p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #475467; }
      .login-register .container .lr-footer .already-registered {
        padding-bottom: 30px;
        border-bottom: 1px solid #E5E7EB; }
      .login-register .container .lr-footer .social-login {
        margin-top: 8px; }
        .login-register .container .lr-footer .social-login ul {
          margin-top: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 24px; }
          .login-register .container .lr-footer .social-login ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 44px;
            height: 44px;
            background: #FFFFFF;
            border: 1px solid #D2D6DB;
            border-radius: 6px; }
    .login-register .container .register .lr-footer .already-registered {
      padding-bottom: 0;
      border-bottom: 0; }
  .login-register .lr-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    @media only screen and (max-width: 991.98px) {
      .login-register .lr-image {
        display: none; } }
    .login-register .lr-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .login-register .lr-image.registration-lr img {
      display: none; }
      .login-register .lr-image.registration-lr img.active-image {
        display: block; }
  .login-register .register .show-password-input {
    display: flex;
    top: 22px; }
  .login-register #password_strength, .login-register .woocommerce-password-hint {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: inherit;
    margin-top: 5px; }
  .login-register .woocommerce-password-strength.short {
    color: #e2401c !important; }
  .login-register .woocommerce-password-strength.bad {
    color: #e2401c !important; }
  .login-register .woocommerce-password-strength.good {
    color: #3d9cd2 !important; }
  .login-register .woocommerce-password-strength.strong {
    color: #0f834d !important; }
  .login-register .woocommerce-password-hint {
    padding: 10px;
    background: #F3F4F6;
    border-radius: 8px;
    padding-left: 34px;
    margin-top: 10px;
    display: block;
    position: relative;
    color: #0C111D; }
    .login-register .woocommerce-password-hint:before {
      position: absolute;
      left: 10px;
      content: '';
      display: block;
      font-size: 14px;
      color: #111927;
      font-family: icomoon;
      content: "\e91a"; }
  .login-register .registration-steps {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 24px; }
    .login-register .registration-steps .step-item {
      text-align: center;
      row-gap: 23px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .login-register .registration-steps .step-item .step-num {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.2;
        color: #111927;
        color: #9DA4AE;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        background: #E5E7EB;
        border-radius: 50%;
        font-weight: 400; }
        @media only screen and (max-width: 1199.98px) {
          .login-register .registration-steps .step-item .step-num {
            font-size: 28px; } }
        @media only screen and (max-width: 767.98px) {
          .login-register .registration-steps .step-item .step-num {
            font-size: 24px; } }
      .login-register .registration-steps .step-item .step-description {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        display: block;
        color: #9DA4AE; }
      .login-register .registration-steps .step-item.active .step-num {
        background: #C51216;
        color: #fff;
        font-weight: 700; }
      .login-register .registration-steps .step-item.active .step-description {
        color: #C51216;
        font-weight: 600; }
  .login-register .nav-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px; }
    .login-register .nav-btns .no-margin {
      margin: 0; }
    .login-register .nav-btns button[type="submit"] {
      margin-top: 0; }
    .login-register .nav-btns .button-previous {
      margin-left: 0; }
    .login-register .nav-btns.step1-is-active .button-previous {
      display: none; }
    .login-register .nav-btns.step1-is-active .button-next {
      display: flex;
      width: 100%; }
    .login-register .nav-btns.step1-is-active button[type="submit"] {
      display: none; }
    .login-register .nav-btns.step2-is-active {
      gap: 15px; }
      .login-register .nav-btns.step2-is-active button[type="submit"] {
        display: none; }
    .login-register .nav-btns.step3-is-active .button-next {
      display: none; }

#account-page {
  padding-bottom: 64px; }
  @media only screen and (max-width: 767.98px) {
    #account-page {
      padding-bottom: 32px; } }
  #account-page .inner-intro {
    padding-bottom: 32px; }
    #account-page .inner-intro h1 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 1.2;
      color: #111927; }
      @media only screen and (max-width: 1199.98px) {
        #account-page .inner-intro h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 767.98px) {
        #account-page .inner-intro h1 {
          font-size: 24px; } }
    #account-page .inner-intro p a {
      text-decoration: underline; }
      #account-page .inner-intro p a:not(:hover) {
        color: inherit; }
  @media only screen and (min-width: 992px) {
    #account-page .my-acc-content-holder {
      padding-left: 85px; } }
  #account-page .my-acc-content-holder.no-padding {
    padding-left: 0; }
  #account-page .my-acc-content-holder .woocommerce-message {
    margin-top: 0;
    margin-bottom: 10px; }
  #account-page .inner-content {
    padding-top: 32px; }
    @media only screen and (min-width: 992px) {
      #account-page .inner-content > .row > .col-lg-3 {
        flex: 0 0 26%;
        max-width: 26%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #account-page .inner-content > .row > .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; } }
    @media only screen and (max-width: 991.98px) {
      #account-page .inner-content .woocommerce-MyAccount-navigation {
        margin-bottom: 32px; } }
    #account-page .inner-content .woocommerce-MyAccount-navigation ul li:first-of-type {
      padding-bottom: 4px; }
    #account-page .inner-content .woocommerce-MyAccount-navigation ul li a {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 16px;
      background: #FFFFFF;
      border-radius: 8px 0px 0px 8px;
      color: #111927;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
    #account-page .inner-content .woocommerce-MyAccount-navigation ul li + li {
      padding-top: 4px;
      margin-bottom: 4px;
      border-top: 1px solid #D0D5DD; }
    #account-page .inner-content .woocommerce-MyAccount-navigation ul li.is-active a, #account-page .inner-content .woocommerce-MyAccount-navigation ul li:hover a {
      color: #fff;
      background-color: #C51216; }
    #account-page .inner-content .tab-placeholder {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 8px 16px;
      background: #FFFFFF;
      border-radius: 6px;
      color: #111927;
      font-family: 'Source Sans Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      border: 1px solid #D0D5DD; }
      @media only screen and (min-width: 992px) {
        #account-page .inner-content .tab-placeholder {
          display: none; } }
    @media only screen and (max-width: 991.98px) {
      #account-page .inner-content .wrapper-dropdown {
        position: relative;
        padding: 0px;
        cursor: pointer;
        outline: none; }
        #account-page .inner-content .wrapper-dropdown:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 16px;
          font-size: 16px;
          font-family: 'icomoon';
          content: "\e902";
          color: #111927;
          transition: .25s ease-in-out; }
        #account-page .inner-content .wrapper-dropdown .dropd {
          /* Size & position */
          position: absolute;
          top: calc(100% + 4px);
          left: 0px;
          right: 0px;
          padding: 0px;
          z-index: 100;
          overflow: scroll;
          height: auto;
          /* Styles */
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          list-style: none;
          /* Hiding */
          opacity: 0;
          pointer-events: none;
          text-align: center;
          border-radius: 6px;
          border: 1px solid #BEBEBE;
          background: #FFF; }
          #account-page .inner-content .wrapper-dropdown .dropd li a {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 8px 16px;
            background: #FFFFFF;
            border-radius: 6px;
            color: #111927;
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px; }
          #account-page .inner-content .wrapper-dropdown .dropd li.is-active a {
            color: #fff;
            background-color: #C51216; }
        #account-page .inner-content .wrapper-dropdown.active:after {
          transform: translateY(-50%) rotate(180deg); }
        #account-page .inner-content .wrapper-dropdown.active .dropd {
          opacity: 1;
          pointer-events: auto; } }
  #account-page .custom-form h2 {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #101828; }
  #account-page .custom-form .wod-title-holder {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 25px; }
    #account-page .custom-form .wod-title-holder:after {
      content: "";
      display: flex;
      flex: 1;
      height: 1px;
      width: 100%;
      background: #d0d5dd; }
  #account-page .custom-form .button {
    margin-left: 0; }
  #account-page .custom-form span em {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6C727E;
    margin: 0;
    padding: 0;
    color: #6C727E; }
  #account-page .form-block-holder + .form-block-holder {
    margin-top: 64px; }
    @media only screen and (max-width: 767.98px) {
      #account-page .form-block-holder + .form-block-holder {
        margin-top: 32px; } }

.address-holder address {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  color: #6C727E;
  display: block;
  margin-top: 8px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  margin-bottom: 24px; }

.woocommerce-Addresses .custom-form + .custom-form {
  margin-top: 64px; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-Addresses .custom-form + .custom-form {
      margin-top: 32px; } }
.woocommerce-Addresses .custom-form .button {
  display: inline-flex; }

.action-btns-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }
  .action-btns-row .icon-reverse {
    margin-left: 0; }
  @media only screen and (max-width: 767.98px) {
    .action-btns-row {
      flex-direction: column;
      margin-top: 32px; } }
  @media only screen and (max-width: 767.98px) {
    .action-btns-row .button, .action-btns-row .order-again {
      display: flex;
      width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .action-btns-row .order-again-button {
      width: 100%; } }

.woocommerce-orders-table th, .woocommerce-orders-table td {
  padding: 12px 5px;
  min-width: 141px; }
  @media only screen and (max-width: 1199.98px) {
    .woocommerce-orders-table th, .woocommerce-orders-table td {
      min-width: 125px; } }
  .woocommerce-orders-table th:first-of-type, .woocommerce-orders-table td:first-of-type {
    padding-left: 0; }
  .woocommerce-orders-table th:last-of-type, .woocommerce-orders-table td:last-of-type {
    padding-right: 0; }
  @media only screen and (max-width: 767.98px) {
    .woocommerce-orders-table th, .woocommerce-orders-table td {
      padding-left: 0;
      padding-right: 0; } }
@media only screen and (max-width: 767.98px) {
  .woocommerce-orders-table tr {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 767.98px) {
  .woocommerce-orders-table tr + tr {
    border-top: 1px solid #D0D5DD; } }
.woocommerce-orders-table thead th {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C727E;
  margin: 0;
  padding: 0;
  padding: 12px 5px;
  border-bottom: 1px solid #F3F4F6; }

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
  display: flex;
  align-items: center; }
  .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view {
    padding: 8px;
    width: 32px;
    height: 32px;
    background: #C51216;
    border-radius: 6px;
    color: #fff;
    margin-left: 21px;
    font-size: 0;
    position: relative; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view:after {
      position: absolute;
      font-family: icomoon;
      font-size: 16px;
      color: #fff;
      content: "\e907";
      display: block; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view:hover {
      background-color: #920D11; }
  .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    background: #C51216;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #FCFCFD;
    gap: 8px;
    height: 40px;
    border: 0;
    color: #6C727E;
    background: #fff;
    border: 1px solid #D2D6DB;
    background: #fff;
    border: 1px solid #C51216;
    color: #C51216;
    font-family: "Source Sans Pro" !important;
    height: 36px;
    padding: 0px 12px; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:hover {
      background: #920D11;
      color: #FCFCFD; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:focus {
      background: #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #FCFCFD; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:disabled {
      background: #FFC6C7;
      color: #FCFCFD;
      cursor: not-allowed;
      pointer-events: none; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:hover {
      background: #F3F4F6;
      border-color: #E5E7EB;
      color: #4D5761; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:focus {
      background: #E5E7EB;
      border: 1px solid #D2D6DB;
      box-shadow: 0px 0px 0px 3px #F3F4F6;
      color: #384250; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:disabled {
      background: #fff;
      border: 1px solid #E5E7EB;
      color: #E5E7EB; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:hover {
      background: #fff;
      border: 1px solid #920D11;
      color: #920D11; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:focus {
      background: #fff;
      border: 1px solid #C51015;
      box-shadow: 0px 0px 0px 3px #FFC6C7;
      color: #C51015; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .order-again:disabled {
      background: #fff;
      border: 1px solid #F59497;
      color: #F59497; }
.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number {
  font-weight: 600; }
  .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a {
    color: inherit; }
.woocommerce-orders-table__row .order-status.badge {
  color: #111927; }
@media only screen and (min-width: 768px) {
  .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total {
    font-size: 0; } }
.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total span {
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .woocommerce-orders-table__header-order-actions, .woocommerce-orders-table__cell-order-actions {
    max-width: 200px; } }
@media only screen and (max-width: 767.98px) {
  .woocommerce-orders-table__header-order-actions:before, .woocommerce-orders-table__cell-order-actions:before {
    text-align: left;
    flex-grow: 1; } }

.woocommerce-orders-table__row:not(.woocommerce-orders-table__row--status-completed) .woocommerce-orders-table__cell-order-actions .order-again {
  background: #FFFFFF;
  border: 1px solid #F59497;
  color: #F59497;
  cursor: not-allowed;
  pointer-events: none; }

/*# sourceMappingURL=style.css.map */
