@charset "UTF-8";
/*!
Theme Name: Revolution Watch 2024
Theme URI: https://east.sg
Author: East
Author URI: https://east.sg
Description: Light theme for Revolution Watch
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/* font sizes*/
/* font-weight*/
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22.4px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  list-style: none;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 22.4px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
}
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 22.4px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 22.4px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 22.4px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

.align-text-right {
  text-align: right;
}

.align-text-center {
  text-align: center;
}

/**
* Aligments
*/
.items-center {
  align-items: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Breakpoints
 */
/**
 * Spacing
 */
.py-xl {
  padding-top: 89.6px;
  padding-bottom: 89.6px;
}

.pt-xl {
  padding-top: 89.6px;
}

.pb-xl {
  padding-bottom: 89.6px;
}

.px-xl {
  padding-left: 89.6px;
  padding-right: 89.6px;
}

.pl-xl {
  padding-left: 89.6px;
}

.pr-xl {
  padding-right: 89.6px;
}

.my-xl {
  margin-top: 89.6px;
  margin-bottom: 89.6px;
}

.mt-xl {
  margin-top: 89.6px;
}

.mb-xl {
  margin-bottom: 89.6px;
}

.mx-xl {
  margin-left: 89.6px;
  margin-right: 89.6px;
}

.ml-xl {
  margin-left: 89.6px;
}

.mr-xl {
  margin-right: 89.6px;
}

.py-lg {
  padding-top: 67.2px;
  padding-bottom: 67.2px;
}

.pt-lg {
  padding-top: 67.2px;
}

.pb-lg {
  padding-bottom: 67.2px;
}

.px-lg {
  padding-left: 67.2px;
  padding-right: 67.2px;
}

.pl-lg {
  padding-left: 67.2px;
}

.pr-lg {
  padding-right: 67.2px;
}

.my-lg {
  margin-top: 67.2px;
  margin-bottom: 67.2px;
}

.mt-lg {
  margin-top: 67.2px;
}

.mb-lg {
  margin-bottom: 67.2px;
}

.mx-lg {
  margin-left: 67.2px;
  margin-right: 67.2px;
}

.ml-lg {
  margin-left: 67.2px;
}

.mr-lg {
  margin-right: 67.2px;
}

.py-md {
  padding-top: 44.8px;
  padding-bottom: 44.8px;
}

.pt-md {
  padding-top: 44.8px;
}

.pb-md {
  padding-bottom: 44.8px;
}

.px-md {
  padding-left: 44.8px;
  padding-right: 44.8px;
}

.pl-md {
  padding-left: 44.8px;
}

.pr-md {
  padding-right: 44.8px;
}

.my-md {
  margin-top: 44.8px;
  margin-bottom: 44.8px;
}

.mt-md {
  margin-top: 44.8px;
}

.mb-md {
  margin-bottom: 44.8px;
}

.mx-md {
  margin-left: 44.8px;
  margin-right: 44.8px;
}

.ml-md {
  margin-left: 44.8px;
}

.mr-md {
  margin-right: 44.8px;
}

.py-sm {
  padding-top: 22.4px;
  padding-bottom: 22.4px;
}

.pt-sm {
  padding-top: 22.4px;
}

.pb-sm {
  padding-bottom: 22.4px;
}

.px-sm {
  padding-left: 22.4px;
  padding-right: 22.4px;
}

.pl-sm {
  padding-left: 22.4px;
}

.pr-sm {
  padding-right: 22.4px;
}

.my-sm {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
}

.mt-sm {
  margin-top: 22.4px;
}

.mb-sm {
  margin-bottom: 22.4px;
}

.mx-sm {
  margin-left: 22.4px;
  margin-right: 22.4px;
}

.ml-sm {
  margin-left: 22.4px;
}

.mr-sm {
  margin-right: 22.4px;
}

.py-xs {
  padding-top: 11.2px;
  padding-bottom: 11.2px;
}

.pt-xs {
  padding-top: 11.2px;
}

.pb-xs {
  padding-bottom: 11.2px;
}

.px-xs {
  padding-left: 11.2px;
  padding-right: 11.2px;
}

.pl-xs {
  padding-left: 11.2px;
}

.pr-xs {
  padding-right: 11.2px;
}

.my-xs {
  margin-top: 11.2px;
  margin-bottom: 11.2px;
}

.mt-xs {
  margin-top: 11.2px;
}

.mb-xs {
  margin-bottom: 11.2px;
}

.mx-xs {
  margin-left: 11.2px;
  margin-right: 11.2px;
}

.ml-xs {
  margin-left: 11.2px;
}

.mr-xs {
  margin-right: 11.2px;
}

/**
 * Fonts
 */
.font-base {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Colors
 */
.text-base {
  color: #000;
}

.bg-base {
  background-color: #000;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #000;
}

.bg-brand {
  background-color: #000;
}

.text-secondary {
  color: #be0012;
}

.bg-secondary {
  background-color: #be0012;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-side_bg {
  color: #F7F7F7;
}

.bg-side_bg {
  background-color: #F7F7F7;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

.text-red {
  color: #F40000;
}

.bg-red {
  background-color: #F40000;
}

.text-light_gray {
  color: #9C9C9D;
}

.bg-light_gray {
  background-color: #9C9C9D;
}

.text-another_black {
  color: #0D0D0D;
}

.bg-another_black {
  background-color: #0D0D0D;
}

.text-dark_gray {
  color: #1D1D1D;
}

.bg-dark_gray {
  background-color: #1D1D1D;
}

.text-bold_black {
  color: #111111;
}

.bg-bold_black {
  background-color: #111111;
}

.text-body_gray {
  color: #000;
}

.bg-body_gray {
  background-color: #000;
}

.text-dim_gray {
  color: #595959;
}

.bg-dim_gray {
  background-color: #595959;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-slight_gray {
  color: #F6F6F6;
}

.bg-slight_gray {
  background-color: #F6F6F6;
}

.text-bg_gray {
  color: #F7F7F7;
}

.bg-bg_gray {
  background-color: #F7F7F7;
}

.text-gray {
  color: #656565;
}

.bg-gray {
  background-color: #656565;
}

.text-close_gray {
  color: #797979;
}

.bg-close_gray {
  background-color: #797979;
}

.text-menu_links {
  color: #303030;
}

.bg-menu_links {
  background-color: #303030;
}

.text-menu_overlay {
  color: rgba(0, 0, 0, 0.8);
}

.bg-menu_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-badge_new_text {
  color: #1D4A80;
}

.bg-badge_new_text {
  background-color: #1D4A80;
}

.text-badge_new_bg {
  color: #E1E8EF;
}

.bg-badge_new_bg {
  background-color: #E1E8EF;
}

.text-badge_limited_edition_text {
  color: #886F49;
}

.bg-badge_limited_edition_text {
  background-color: #886F49;
}

.text-badge_limited_edition_bg {
  color: #EDE6DB;
}

.bg-badge_limited_edition_bg {
  background-color: #EDE6DB;
}

.text-badge_sold_out_text {
  color: #5B5B5B;
}

.bg-badge_sold_out_text {
  background-color: #5B5B5B;
}

.text-badge_sold_out_bg {
  color: #E3E3E3;
}

.bg-badge_sold_out_bg {
  background-color: #E3E3E3;
}

body {
  background: #ffffff;
  color: #000;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  text-size-adjust: none;
  font-size: 18px;
}
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 30px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  font-weight: 800;
}

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none;
}
a img {
  transition: transform 0.5s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:hover img {
  transform: scale(1.03);
}
a:hover svg {
  transform: scale(1.1);
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

img {
  /*    image-rendering: pixelated;
      image-rendering: -moz-crisp-edges;
      image-rendering: crisp-edges; */
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #000;
}

.justify-content-center {
  justify-content: center !important;
}

.lead-content {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}
@media (max-width: 768px) {
  .lead-content {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .lead-content:has(.banner-image) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.body-content {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}
@media (max-width: 768px) {
  .body-content {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}
.body-content a {
  color: #2B66FF;
  text-decoration: none;
}
.body-content a:hover {
  text-decoration: underline;
}

.bg-container {
  width: 100%;
}
.bg-container.bg-black {
  background: #000;
}
.bg-container.bg-black2 {
  background: #0D0D0D;
}
.bg-container.bg-white {
  background: #ffffff;
}
.bg-container.bg-gray {
  background: #F7F7F7;
}

.left-bp-unit {
  padding-left: 22.4px;
}

.right-bp-unit {
  padding-right: 22.4px;
}

:dir(rtl) .left-bp-unit {
  padding-right: 22.4px;
}
:dir(rtl) .right-bp-unit {
  padding-left: 22.4px;
}

.vc-single-image .wp-caption {
  margin: 30px 0;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .vc-single-image .wp-caption {
    width: calc(100% + 48px);
    margin: 30px -24px;
  }
}

.wp-caption {
  color: #000;
  font-style: italic;
  font-size: 12px;
  width: 100% !important;
  padding: 10px 0px;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
}

.vc-single-image-caption, .vc-gallery-caption {
  color: #000;
  font-style: italic;
  font-size: 12px;
  width: 100% !important;
  padding: 10px 0px;
}
.vc-single-image-caption p.wp-caption-text, .vc-gallery-caption p.wp-caption-text {
  font-size: 12px;
}
@media (max-width: 768px) {
  .vc-single-image-caption, .vc-gallery-caption {
    padding: 10px !important;
  }
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_gray {
  background-color: #F7F7F7 !important;
}

.bg_darker_gray {
  background-color: #1D1D1D !important;
}

@media (max-width: 768px) {
  .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 768px) {
  .full_width_on_mobile {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .row {
    margin-right: unset !important;
    margin-left: unset !important;
  }
}

.page-template-default .article-container {
  margin-top: 0;
}

.old-content {
  position: relative;
}
@media (max-width: 768px) {
  .old-content {
    padding-right: unset !important;
    padding-left: unset !important;
  }
  .old-content .col-md-8.col-sm-12 {
    padding-right: unset;
    padding-left: unset;
  }
}
@media (min-width: 768px) {
  .old-content .col-md-4.col-sm-12.full_width_on_mobile {
    position: absolute;
    top: 550px;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .search .entry-content .col-md-5 {
    min-height: 265px;
  }
}

.grid {
  display: grid;
  grid-gap: 22.4px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 11.2px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
/*
 @font-face {
	font-family: 'Lato-latin';
	src: url('../revolution-watch-2024/assets/fonts/Lato-latin.woff2') format('woff2'),
	url('../revolution-watch-2024/assets/fonts/Lato-latin.woff2') format('woff');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 0;
  color: #000;
  line-height: 33.6px;
  height: 33.6px;
  padding: 0 11.2px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 5.6px 11.2px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 11.2px;
}

textarea {
  min-height: 89.6px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 22.4px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 11.2px;
}

ul,
ol {
  margin-left: 22.4px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: unset !important;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

p {
  background-color: unset;
}

.title {
  margin-top: 20px;
  font-weight: 800;
}

.main .category {
  font-size: 12px;
  color: #9C9C9D;
  font-weight: 700;
}

.description {
  color: #000;
  font-weight: 400;
  margin: 0 auto;
}

.item_title {
  font-size: 16px;
  height: 4.5em;
  color: #111111;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .item_title {
    font-size: 14px;
    height: 4.5em;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

h3.item_title {
  font-size: 26px;
  height: auto;
  margin-bottom: 0;
}

.item_title_row {
  font-size: 16px;
  height: 3.2em;
  color: #111111;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .item_title_row {
    font-size: 14px;
    height: 3.2em;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.item_author {
  font-size: 12px;
  color: #595959;
  font-weight: 500;
}
@media (max-width: 768px) {
  .item_author {
    font-size: 13px;
  }
}

p {
  padding: 10px 15px;
  margin-bottom: 22.4px;
}

.header {
  position: relative;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .header {
    padding: 10px 0 0px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 4px 0 0px;
  }
}
.header .header_container {
  position: relative;
  z-index: 2;
}
.header .col {
  display: flex;
}
.header .container {
  z-index: 2;
  position: relative;
}
.header .left-header-nav {
  z-index: 2;
}
@media (max-width: 768px) {
  .header .left-header-nav {
    margin-top: 6px;
    margin-bottom: -5px;
  }
}
.header .center-header-nav {
  z-index: 0;
}
.header .right-header-nav {
  z-index: 0;
}
.header .col-top-menu {
  flex: 1 0 auto;
}
.header .mobile-sup-nav {
  position: absolute;
  top: 30px;
  right: 20px;
}
.header .mobile-sup-nav ul {
  list-style: none;
  display: flex !important;
}
.header .mobile-sup-nav ul li a:hover:after {
  display: none !important;
}
.header .mobile-sup-nav ul li svg path {
  stroke: #000 !important;
}
.header :dir(rtl) .mobile-sup-nav {
  right: unset;
  left: 20px;
}
.header .above-shop {
  border-color: #A4A4A4 !important;
  background: transparent;
  margin: 5px 0 5px 0 !important;
}
.header .below-shop {
  border-color: #D6D6D6 !important;
  background: transparent;
  margin: 5px 0 10px 0 !important;
}
.header .mobile-shop {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.03em;
  text-align: center;
  display: block;
}
.header .header__navigation {
  display: none;
  left: 0;
  top: -26px;
  padding-top: 110px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  min-height: calc(100vh + 26px);
  flex-shrink: 0;
  box-shadow: 23px 0px 20px 0px rgba(0, 0, 0, 0.25);
  width: 100vw;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .header .header__navigation {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .header .header__navigation {
    max-width: 430px;
    width: 100%;
  }
}
.header .header__navigation nav ul, .header .header__navigation .nav.nav--header ul {
  padding-left: 22.4px;
}
.header .header__navigation nav, .header .header__navigation .nav.nav--header, .header .header__navigation .sub-menu {
  display: block;
  /*height: 100%;				
  align-items: center;
  justify-content: center; */
}
.header .header__navigation nav ul, .header .header__navigation .nav.nav--header ul, .header .header__navigation .sub-menu ul {
  display: block;
}
.header .header__navigation nav ul > li > a, .header .header__navigation .nav.nav--header ul > li > a, .header .header__navigation .sub-menu ul > li > a {
  color: #303030 !important;
  font-size: 1.35em;
  margin-bottom: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .header .header__navigation nav ul > li > a, .header .header__navigation .nav.nav--header ul > li > a, .header .header__navigation .sub-menu ul > li > a {
    font-size: 1em;
  }
}
.header .header__navigation nav ul > li > a::after, .header .header__navigation .nav.nav--header ul > li > a::after, .header .header__navigation .sub-menu ul > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #303030 !important;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.header .header__navigation nav ul > li > a:hover::after, .header .header__navigation .nav.nav--header ul > li > a:hover::after, .header .header__navigation .sub-menu ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header .header__navigation .sub-menu-header {
  color: #656565;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 22.4px;
}
.header .header__navigation .social-links {
  position: absolute;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .header .header__navigation .social-links {
    bottom: 20px;
  }
}
.header .header__navigation .social-links .nav li {
  margin: 16px 16px 16px 0;
}
.header .header__navigation .mobile-subscribe {
  position: absolute;
  margin-top: 50px;
  right: 20px;
}
.header .header__navigation hr {
  opacity: 1;
  margin: 15px 45px 15px 25px;
}
.header .nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 250ms ease-in-out;
}

:dir(rtl) .header__navigation {
  left: unset;
}
@media (max-width: 768px) {
  :dir(rtl) .header__navigation {
    left: 0;
  }
}
:dir(rtl) .header__navigation hr {
  opacity: 1;
  margin: 15px 25px 15px 45px;
}

@media (min-width: 1024px) {
  .header .center-header-nav img {
    width: 250px;
  }
  .header .center-header-nav a:hover img {
    transform: scale(1);
  }
}
/*Sticky Header styles*/
@media (min-width: 768px) {
  .sticky {
    transition: all 200ms cubic-bezier(0.44, 0.86, 0.58, 1);
    position: fixed;
    position: fixed;
    z-index: 9999;
  }
  .sticky .container {
    transition: all 200ms cubic-bezier(0.44, 0.86, 0.58, 1);
    height: 70px;
    max-width: unset;
  }
  .sticky .container .header {
    transition: all 200ms cubic-bezier(0.44, 0.86, 0.58, 1);
  }
  .sticky .container .header .center-header-nav img {
    transition: all 200ms cubic-bezier(0.44, 0.86, 0.58, 1);
    shape-rendering: crispedges;
    width: 236px;
  }
  .sticky.fixed {
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  .sticky.fixed .container {
    height: 50px;
  }
  .sticky.fixed .container .header {
    padding: 5px 0;
  }
  .sticky.fixed .container .header .center-header-nav img {
    width: 183px;
  }
  .main {
    padding-top: 70px;
  }
  .main.fixed_top {
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .sticky .container .header .center-header-nav img {
    width: 305px;
  }
}
.collapse:not(.show) {
  display: none;
}

.search-field {
  width: 100%;
  background: #000;
}
.search-field .search-container {
  width: 90%;
  max-width: 500px;
}
.search-field .search-container .search-form {
  display: flex;
}
.search-field .search-container #search-label {
  display: none;
}
.search-field .search-container .search-submit {
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 700;
}

.footer {
  padding-top: 67.2px;
  padding-bottom: 67.2px;
  background: #000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 44.8px;
    padding-bottom: 10px;
  }
}
.footer .footer-logo img {
  width: 204px;
}
.footer nav {
  display: block;
}
.footer nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer nav ul > li > a {
  color: #ffffff !important;
  font-size: 0.75em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer nav ul > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff !important;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer nav ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (max-width: 768px) {
  .footer nav ul > li > a {
    padding: 3px 0 2px 0 !important;
  }
}
.footer .sub-menu-header {
  color: #656565;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 7px;
}
.footer .social-footer {
  bottom: 22.4px;
}
.footer .social-footer li {
  margin: 16px 16px 16px 0;
  transition: all 0.3s linear 0s;
}
.footer .social-footer li svg path {
  transition: all 0.3s linear 0s;
}
.footer .social-footer li:hover svg path {
  fill: #be0012;
}
.footer .footer__copyright {
  padding: 0;
  font-size: 0.75em;
  color: #656565;
}
.footer .accordion-item {
  border-radius: 0;
  padding: 5px 0;
  border-bottom: 1px solid;
}
.footer .accordion-item:first-of-type {
  border-top: 1px solid;
}
.footer .accordion-body {
  background-color: #000;
  padding: 5px 0 10px;
}
.footer .accordion {
  --bs-accordion-border-color: unset;
  --bs-accordion-btn-color: map-get($colors, "white");
  --bs-accordion-btn-bg: unset;
  --bs-accordion-bg: unset;
  --bs-accordion-active-bg: unset;
  --bs-accordion-color: #9E9E9E;
  --bs-accordion-active-color: #9E9E9E;
  --bs-accordion-btn-focus-border-color: unset;
  --bs-accordion-btn-focus-box-shadow: unset;
}
.footer .accordion-button {
  font-size: 0.75rem;
  padding: 5px 0;
  margin: 0;
}
.footer .accordion-button::after {
  margin-left: 20px;
}
.footer .accordion-button::after {
  background-image: url("https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/accordion-image.svg");
}
.footer .accordion-button:not(.collapsed)::after {
  background-image: url("https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/accordion-image.svg");
}

.banners.full_width {
  max-width: 100%;
  padding: 0;
}
.banners.full_width a.light {
  background: white;
}
@media (max-width: 768px) {
  .banners.full_width a.light {
    background: white;
  }
}
.banners.full_width .slick-dots {
  padding: 10px;
  bottom: 145px !important;
}
@media (max-width: 768px) {
  .banners.full_width .slick-dots {
    bottom: 155px !important;
  }
}
.banners.full_width .slick-dots li.slick-active button:before {
  border: 1px white solid;
  background-color: #9C9C9D;
}
.banners.full_width .banner_wrapper .banners__inner.light .post_title {
  color: black;
}
.banners.full_width .banner_wrapper .banners__inner {
  top: 10px;
  padding: 0px 20px 10px 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper .banners__inner {
    position: unset !important;
    padding: 10px;
    background: #F7F7F7;
    min-height: 80px;
  }
}
.banners.full_width .banner_wrapper picture {
  margin: 0;
  overflow: hidden; /* Optional: Prevents horizontal scroll */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  object-fit: cover; /* Ensures the image fills the height and crops sides */
  height: 90vh;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper picture {
    height: 100vw;
    width: 100vw;
  }
}
.banners.full_width .banner_wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the height and crops sides */
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper picture img {
    width: 100vw;
    height: 100vw;
  }
}
.banners.full_width .banner_wrapper .post_title {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  color: black;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper .post_title {
    font-size: 20px;
  }
}
.banners.full_width .banner_wrapper .dek {
  margin-top: 10px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: normal;
  color: black;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper .dek {
    font-size: 17px;
  }
}
.banners.full_width .banner_wrapper .author-info {
  margin-top: 10px;
  padding-bottom: 10px;
}
.banners.full_width .banner_wrapper .author-info img {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  object-fit: cover;
  margin-right: 10px;
}
.banners.full_width .banner_wrapper .published_date {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  color: gray;
  text-align: center;
}
@media (max-width: 768px) {
  .banners.full_width .banner_wrapper .published_date {
    font-size: 14px;
  }
}
.banners.full_width .banner_wrapper .published_date .author_name {
  color: black;
}
.banners.full_width .banner_wrapper .banners__inner.light:before {
  display: none;
  content: "";
}
.banners.full_width a:hover {
  text-decoration: none;
}
.banners.full_width a:hover img {
  transition: none;
  transform: none;
}

.three_column_list {
  display: block;
}
.three_column_list .row {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .three_column_list .row {
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  .three_column_list .related-posts-list {
    padding-left: unset;
    padding-right: 15px;
  }
}

.banners .slick-dots {
  bottom: 150px !important;
}

.banners__inner.light:before {
  top: unset !important;
  bottom: -100px;
}

.bg_black {
  background-color: #000 !important;
}

.nav-group-wrapper {
  background-color: black;
  padding-top: 30px;
  margin-top: -25px;
}

.nav-group {
  margin: 0 auto;
  padding: 0 22.4px;
}
.nav-group > li {
  display: inline-block;
  margin-right: 20px !important;
}
.nav-group > li:last-child {
  margin-right: 0;
}
.nav-group > li a {
  font-size: 14px;
}

.three_column_list.uneven a:nth-of-type(odd) .image_height_3 {
  height: 440px;
}
.three_column_list.uneven a:nth-of-type(odd) .image_height_4 {
  height: 340px;
}
.three_column_list.uneven a:nth-of-type(even) .image_height_3 {
  height: 340px;
}
.three_column_list.uneven a:nth-of-type(even) .image_height_4 {
  height: 250px;
}

.three_column_list.squarish .image_height_3 {
  height: 340px;
}
.three_column_list.squarish .image_height_4 {
  height: 340px;
}

.three_column_list.portrait .image_height_3 {
  height: 442px;
}
.three_column_list.portrait .image_height_4 {
  height: 442px;
}

@media (min-width: 1024px) {
  .main {
    padding-top: 100px !important;
  }
  .main.fixed_top {
    padding-top: 80px !important;
  }
}
/* Dropdown Button */
.dropbtn {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 10px;
  margin-left: -7px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  text-decoration: underline;
}

/* Show the dropdown menu on hover */
.dropbtn:hover {
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content-m a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content-m a:hover {
  text-decoration: underline;
}

.dropdown a {
  color: white;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.submenu {
  margin-left: 20px;
}

.header_accordion .accordion-button:not(.collapsed) {
  background-color: white !important;
  border-color: white !important;
  box-shadow: none !important;
}
.header_accordion .accordion-button:focus {
  background-color: white !important;
  border-color: white !important;
  box-shadow: none !important;
}
.header_accordion a:hover {
  text-decoration: none !important;
}

.accordion_menu {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
}
.accordion_mainmenu {
  position: relative;
  padding: 3px 10px 2px 0px;
}
.accordion_submenu {
  width: 80%;
  font-weight: 400 !important;
  font-size: 1rem !important;
}
.accordion_submenu:after {
  display: none !important;
}
.accordion_submenu:hover {
  text-decoration: none !important;
}
.accordion .arrow-only {
  width: 20% !important;
}
.accordion .accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.accordion .ml20 {
  margin-left: 20px;
  align-self: center;
}

.btn {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  display: inline-block;
  padding: 5.6px 22.4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  width: auto;
  border-radius: 0;
  transition: all 0.5s;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 13px;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #be0012;
  color: #000;
  border-color: #000;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #be0012;
  color: #000;
  border: 1px solid #000;
}
.btn--inverse:hover {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 5.6px;
}

.btn--link {
  background-color: transparent;
  color: #000;
}

.btn-outline-white {
  background-color: #111111;
  border-color: #ffffff;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 700;
}
.btn-outline-white:hover {
  color: #ffffff;
  background-color: #111111;
}

.btn-red {
  background-color: #be0012;
  color: #ffffff;
  padding: 4px 15px;
  border-color: #000;
}
.btn-red:hover {
  border-color: #be0012;
}

/**
 * Hamburger menu
 */
.nav-burger {
  transition: all 250ms ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.nav-burger__line {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: none;
  margin: 6px auto;
  border-radius: 1px;
  transition: all 250ms ease-in-out;
  display: block;
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #303030;
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  background-color: #303030;
  margin-top: 8px;
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  margin-right: 0;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
  color: #ffffff !important;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header .header__navigation .sub-menu-header {
    padding-left: 10px !important;
  }
  .nav > li > a {
    padding: 3px 10px 2px 10px !important;
  }
}
.sub-menu > li a {
  color: #ffffff !important;
}

@media screen and (max-width: 1000px) {
  .nav--header ul {
    list-style: none;
  }
}

/**
 * Pagination
 */
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination h2 {
  display: none;
}
.pagination a {
  text-decoration: none;
}
.pagination .page-numbers {
  font-size: 14px;
  color: #656565;
  padding: 12px 15px;
  border: #C5C5C5 1px solid;
  border-radius: 2px;
  margin-left: 4px;
}
.pagination .current {
  background-color: #000;
  color: #ffffff;
  border: #000 1px solid;
}

.alert {
  padding: 22.4px;
  margin-bottom: 22.4px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 22.4px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  height: inherit !important;
  display: flex; /* Add this line */
  align-items: center; /* Add this line */
  justify-content: center; /* Optional: to center content horizontally */
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.cards-slider__item {
  margin: 0 20px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

.single-limited .cards-slider {
  overflow: hidden;
}

.single-web_series .cards-slider {
  overflow: hidden;
}

.special-gallery-image img {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .special-gallery-image img {
    max-width: unset !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}
.special-gallery-image .caption {
  font-size: small;
  text-align: left;
}

/* Slick Slider Styles END */
/**
 * three column list
 */
.three_column_list p {
  margin-bottom: 0px;
  padding: 5px;
}
@media (max-width: 768px) {
  .three_column_list p {
    padding: 2px;
  }
}
.three_column_list .item_wrapper_row {
  height: 130px;
}
.three_column_list .item_image {
  overflow: hidden;
  position: relative;
}
.three_column_list .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three_column_list .item_image .item_author {
  position: absolute;
  bottom: 8px;
  font-size: 9px;
  color: #886f49;
  background-color: #ede6db;
  text-transform: uppercase;
  left: 7px;
}
.three_column_list .image_height_4 {
  height: 162px;
}
.three_column_list .image_height_3 {
  height: 214px;
}
.three_column_list .image_height_large {
  height: 214px;
}
.three_column_list .image_height_row {
  width: 40%;
}
.three_column_list .text_area {
  background-color: #F6F6F6;
}
@media (min-width: 768px) {
  .three_column_list .text_area_row {
    width: 60%;
    height: auto;
  }
}
.three_column_list .video_post {
  position: relative;
}
.three_column_list .video_post::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.three_column_list .video_post::before {
  left: calc(50% - 12px);
  top: calc(50% - 21px);
  background-image: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/play-circle.svg);
}
.three_column_list hr {
  margin: 0 30px 10px;
  width: calc(100% - 40px);
}
.three_column_list .slick-dotted.slick-slider {
  margin-bottom: unset !important;
}
.three_column_list .quotes-slider a:hover {
  text-decoration: none;
}
.three_column_list .quotes-slider a:hover img {
  transform: unset !important;
}
.three_column_list .quotes-slider .quote_wrapper {
  display: flex;
  flex-direction: column;
}
.three_column_list .quotes-slider .quote_wrapper img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 0px;
  object-fit: cover;
}
.three_column_list .quotes-slider .quote_wrapper .quote__inner {
  z-index: 1;
  width: 60%;
  margin: 20px auto;
  position: relative;
  padding: 0px 20px 30px 20px;
  display: flex;
}
@media (max-width: 768px) {
  .three_column_list .quotes-slider .quote_wrapper .quote__inner {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }
}
.three_column_list .quotes-slider .quote_wrapper .quote__inner .message {
  font-size: 20px;
  line-height: 1.5;
  color: black;
  text-align: left;
  margin-bottom: 0px;
  font-style: italic;
  text-decoration: none;
}
@media (max-width: 768px) {
  .three_column_list .quotes-slider .quote_wrapper .quote__inner .message {
    font-size: 16px;
  }
}
.three_column_list .quotes-slider .slick-dots {
  top: min(440px, 41.66vw - 50px) !important;
}
.three_column_list .quotes-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px #fff solid;
  background-color: black;
  opacity: 1;
}
.three_column_list .quotes-slider .slick-dots li.slick-active button:before {
  border: 1px white solid;
  background-color: #eee;
}
.three_column_list .product-card .product-card__inner {
  position: relative;
  text-align: center;
  align-self: center;
}
.three_column_list .product-card .product-card__inner img {
  width: 100%;
  min-height: 214px;
  object-fit: cover;
}
.three_column_list .product-card .texts {
  width: 100%;
  position: absolute;
  bottom: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.three_column_list .product-card .texts .product-card__label {
  font-size: 13px;
  font-weight: 600;
  color: #E3E3E3;
  text-transform: uppercase;
}
.three_column_list .product-card .texts .product-card__title {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three_column_list .featured_post_wrapper {
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .three_column_list .featured_post_wrapper {
    padding: 0px 8px;
  }
}
.three_column_list .featured_post_wrapper a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  align-self: center !important;
  width: 100%;
}
.three_column_list .featured_post_wrapper a:hover {
  text-decoration: none;
}
.three_column_list .featured_post_wrapper a:hover img {
  transform: unset !important;
}
.three_column_list .featured_post_wrapper .banners__inner {
  top: unset;
  padding: 0px 20px 30px 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .three_column_list .featured_post_wrapper .banners__inner {
    position: unset !important;
    padding: 10px;
    background: #F7F7F7;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .three_column_list .featured_post_wrapper .banners__inner {
    position: absolute;
    bottom: 0;
    top: unset;
  }
  .three_column_list .featured_post_wrapper .banners__inner.video__inner {
    position: relative;
  }
}
.three_column_list .featured_post_wrapper .banners__inner .post_title {
  font-size: 26px;
}
@media (max-width: 768px) {
  .three_column_list .featured_post_wrapper .banners__inner .post_title {
    font-size: 20px;
    margin: unset;
  }
}
.three_column_list .featured_post_wrapper .banners__inner .author-info img {
  width: 40px;
  height: 40px;
  border-radius: 35px;
  object-fit: cover;
  margin-right: 10px;
}
.three_column_list .featured_post_wrapper .banners__inner .published_date {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: normal;
  color: gray;
  text-align: center;
}
@media (max-width: 768px) {
  .three_column_list .featured_post_wrapper .banners__inner .published_date {
    font-size: 14px;
  }
}
.three_column_list .featured_post_wrapper .banners__inner .published_date .author_name {
  color: black;
}

.first_top_section .row {
  background: white;
}

/**
 * banners
 */
.banners {
  overflow: hidden;
}
.banners p {
  margin-bottom: 0px;
  padding: 5px 0px;
}
.banners a.light {
  background: #000;
}
@media (max-width: 768px) {
  .banners a.light {
    background: #fff;
  }
}
.banners a.dark {
  background: #fff;
}
.banners .banner_wrapper {
  position: relative;
}
.banners .banner_wrapper.dark {
  background: #fff;
}
@media (max-width: 768px) {
  .banners .banner_wrapper.light {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .banners .banner_wrapper {
    display: flex;
    flex-direction: column;
  }
}
.banners .banner_background {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banners .banner_background {
    display: none;
  }
}
@media (max-width: 767px) {
  .banners .banner_background.video-banner {
    display: block;
  }
}
.banners .banner_background_mobile {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banners .banner_background_mobile {
    display: none;
  }
}
.banners .banner_bartext {
  padding: 5px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #be0012;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.banners .banner_bartext a {
  color: #ffffff;
}
.banners .slick-not-init a:nth-child(n+2) {
  display: none;
}
.banners__inner {
  z-index: 1;
  width: 100%;
  position: relative;
  left: 0 !important;
  top: -25px;
  padding: 0px 20px 30px 20px;
  min-height: 130px;
  display: flex;
}
.banners__inner .post_title {
  font-size: 32px;
  max-width: 80%;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .banners__inner .post_title {
    font-size: 22px;
    max-width: 90%;
    line-height: 29px;
  }
}
@media (max-width: 768px) {
  .banners__inner {
    position: absolute;
    bottom: 0;
    top: unset;
    /*
    Not new mobile styles
    position: relative;
    padding: 10px;
    overflow: visible;
    bottom: 32px;
    z-index: 5;
    height: auto;
    display: block;
    width: 80%;
    margin: 0 auto;
    New mobile styles below

    position: absolute;
    padding: 10px;
    overflow: visible;
    bottom: 40px;
    z-index: 5;
    height: auto;
    display: block;
    width: 80%;
    margin: 0 10%;
    top: unset;
    min-height: unset;
    .post_title{
        width: 100% !important;
        max-width: 100%;
        font-size: 20px !important;
        color: map-get($colors, 'base') !important;
        font-weight: 500;
        line-height: 1.5;
    }
     */
  }
  .banners__inner.video__inner {
    position: relative;
  }
}
@media (max-width: 768px) {
  .banners__inner.dark {
    /* //   box-shadow: 0 0px 2px #666;
        background: #ffffffe6;
        &:before{
         display: none !important;
        } */
  }
}
.banners__inner.dark:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 227px;
  position: absolute;
  top: -84px;
  left: 0;
}
@media (max-width: 768px) {
  .banners__inner.dark:before {
    width: 100%;
    height: 437px;
    position: absolute;
    top: -154px;
    left: 0;
  }
}
.banners__inner.dark .post_title {
  color: #000;
  position: relative;
}
@media (max-width: 768px) {
  .banners__inner.light { /*
background: #ffffffe6;
  //  box-shadow: 0 0px 2px #666;
&:before{
 display: none !important;
} */ }
}
.banners__inner.light:before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+35,1+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.67+45,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 45%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 147px;
  position: absolute;
  top: -107px;
  left: 0;
}
@media (max-width: 768px) {
  .banners__inner.light:before {
    width: 100%;
    height: 437px;
    position: absolute;
    top: -154px;
    left: 0;
  }
}
.banners__inner.light .post_title {
  color: #ffffff;
  position: relative;
}
.banners__inner a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  align-self: center !important;
  width: 100%;
}
.banners__inner a:hover {
  text-decoration: none;
}
.banners__inner .post_type {
  font-size: 15px;
  color: #9C9C9D;
  font-weight: 700;
}
.banners :dir(ltr) .banners__inner {
  left: 40px;
}
.banners .text_area {
  width: 67%;
  background-color: #F6F6F6;
}
.banners .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.banners .slick-dots {
  bottom: 20px !important;
}
@media (max-width: 768px) {
  .banners .slick-dots {
    right: 0 !important;
    bottom: 0px !important;
    text-align: center !important;
  }
}
.banners .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px #fff solid;
  background-color: black;
  opacity: 1;
}
.banners .slick-dots li.slick-active button:before {
  border: 1px white solid;
  background-color: #eee;
}
.banners :dir(rtl) .slick-dots {
  left: 20px !important;
}
.banner_ad {
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .banner_ad .banner_ad_video__728_90.mobile {
    width: 96%;
    margin: 0 2%;
  }
}
.banner_ad__728_90 {
  width: 728px;
  height: auto;
  object-fit: contain;
  overflow: hidden;
}
.banner_ad__300_600 {
  width: 300px;
  height: 600px;
  object-fit: contain;
  overflow: hidden;
}
.banner_ad__970_250 {
  width: 970px;
  height: 250px;
  object-fit: contain;
  overflow: hidden;
}
.banner_ad__300_250 {
  width: 90%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
}
.banner_ad__300_50 {
  width: 90%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
}

.yt-bg_wrapper {
  overflow: hidden;
}
.yt-bg_wrapper .yt-bg {
  position: absolute;
  left: 0;
  top: -70px;
  background-size: cover;
  background: no-repeat center;
  user-select: none;
  pointer-events: none;
  filter: grayscale(0.8);
  height: 130%;
  width: 100%;
  min-width: 100%;
}

.op-0 {
  user-select: none;
  pointer-events: none;
  opacity: 0;
}

/**
 * images section
 */
.images_section p {
  margin-bottom: 0px;
  padding: 5px 0px;
}
.images_section a.light {
  background: #000;
}
@media (max-width: 768px) {
  .images_section a.light {
    background: #fff;
  }
}
.images_section a.dark {
  background: #fff;
}
.images_section .banner_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -6px;
}
.images_section .banner_background {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 70px);
  object-fit: cover;
}
@media (max-width: 768px) {
  .images_section .banner_background {
    min-height: calc(100vh - 70px);
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 767px) {
  .images_section .banner_background.video-banner {
    display: block;
  }
}
.images_section .banner_background_mobile {
  height: auto;
  width: 100%;
  object-fit: contain;
  display: block;
}
.images_section .banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black overlay */
  z-index: 5; /* Ensure it sits above the image but below the content */
}
.images_section .banner_background_mobile {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .images_section .banner_background_mobile {
    display: none;
  }
}
.images_section .banner_bartext {
  padding: 5px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #be0012;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.images_section .banner_bartext a {
  color: #ffffff;
}
.images_section .slick-not-init a:nth-child(n+2) {
  display: none;
}
.images_section .left {
  text-align: left;
  left: 15% !important;
}
@media (max-width: 768px) {
  .images_section .left {
    left: unset !important;
    width: 100% !important;
    text-align: center;
  }
}
.images_section .right {
  text-align: right;
  right: 15% !important;
}
@media (max-width: 768px) {
  .images_section .right {
    right: unset !important;
    width: 100% !important;
    text-align: center;
  }
}
.images_section .center {
  left: 0 !important;
  text-align: center;
  width: 100% !important;
}
.images_section .v_bottom {
  bottom: 0 !important;
  width: 100% !important;
}
.images_section .v_center {
  top: 45% !important;
  width: 100% !important;
  transform: translate(0%, -50%);
}
.images_section .banner__inner {
  z-index: 1;
  width: 40%;
  position: absolute;
  padding: 0px 20px 30px 20px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.images_section .banner__inner .post_title {
  font-size: 40px;
  max-width: 100%;
  line-height: 60px;
  font-weight: 800;
  color: white;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .images_section .banner__inner .post_title {
    font-size: 28px;
    line-height: 40px;
  }
}
.images_section .banner__inner .subtitle {
  color: white;
  margin-bottom: -12px;
}
@media (max-width: 768px) {
  .images_section .banner__inner {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .images_section .banner__inner.dark {
    /* //   box-shadow: 0 0px 2px #666;
        background: #ffffffe6;
        &:before{
         display: none !important;
        } */
  }
}
.images_section .banner__inner.dark:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 227px;
  position: absolute;
  top: -84px;
  left: 0;
}
@media (max-width: 768px) {
  .images_section .banner__inner.dark:before {
    width: 100%;
    height: 437px;
    position: absolute;
    top: -154px;
    left: 0;
  }
}
.images_section .banner__inner.dark .post_title {
  color: white;
  position: relative;
  font-size: larger;
  font-weight: 800;
}
@media (max-width: 768px) {
  .images_section .banner__inner.light { /*
background: #ffffffe6;
  //  box-shadow: 0 0px 2px #666;
&:before{
 display: none !important;
} */ }
}
.images_section .banner__inner.light:before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+35,1+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.67+45,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 45%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 147px;
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media (max-width: 768px) {
  .images_section .banner__inner.light:before {
    width: 100%;
    height: 437px;
    position: absolute;
    top: -154px;
    left: 0;
  }
}
.images_section .banner__inner.light .post_title {
  color: #ffffff;
  position: relative;
}
.images_section .banner__inner a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  align-self: center !important;
  width: 100%;
}
.images_section .banner__inner a:hover {
  text-decoration: none;
}
.images_section .banner__inner .post_type {
  font-size: 15px;
  color: #9C9C9D;
  font-weight: 700;
}
.images_section :dir(ltr) .banners__inner {
  left: 40px;
}
.images_section .text_area {
  width: 67%;
  background-color: #F6F6F6;
}
.images_section .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.images_section .slick-dots {
  bottom: 20px !important;
}
@media (max-width: 768px) {
  .images_section .slick-dots {
    right: 0 !important;
    bottom: 0px !important;
    text-align: center !important;
  }
}
.images_section .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px #fff solid;
  background-color: black;
  opacity: 1;
}
.images_section .slick-dots li.slick-active button:before {
  border: 1px white solid;
  background-color: #eee;
}
.images_section :dir(rtl) .slick-dots {
  left: 20px !important;
}
.images_section .bg_video {
  width: 100%;
}
.images_section .bg_video video {
  object-position: center;
}

.in_limited_featured_products {
  position: sticky;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  z-index: 1;
}
.in_limited_featured_products p {
  margin-bottom: 0px;
  padding: 2px;
}
.in_limited_featured_products .product {
  width: 100%;
  border: unset !important;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .in_limited_featured_products .product {
    max-width: 90%;
    margin: 0 auto;
  }
}
.in_limited_featured_products .product a {
  text-decoration: none;
}
.in_limited_featured_products .product .product_info_wrapper {
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .in_limited_featured_products .product .product_info_wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .in_limited_featured_products .product .brand {
    display: none;
  }
}
.in_limited_featured_products .product .price {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .in_limited_featured_products .product .price {
    display: none;
  }
}
.in_limited_featured_products .product .product_title {
  min-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .in_limited_featured_products .product .product_title {
    display: none;
  }
}
.in_limited_featured_products .product .product_labels {
  position: absolute;
  top: 15px;
  left: 15px;
}
.in_limited_featured_products .product .product_labels .badge_background {
  font-size: 9px;
  color: #886F49;
  background-color: #EDE6DB;
}
.in_limited_featured_products .product .product_labels .sold_out {
  font-size: 9px;
  color: #5B5B5B;
  background-color: #E3E3E3;
}
.in_limited_featured_products .product .btn {
  border: unset !important;
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .in_limited_featured_products .product .btn {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
.in_limited_featured_products .product .btn-red {
  background-color: #be0012;
  border-color: unset !important;
  font-weight: 700;
  width: 100%;
}
.in_limited_featured_products .product .btn-red:hover {
  color: #ffffff;
  background-color: #be0012;
}

.limited-asymmetirc {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.limited-asymmetirc .smaller_image {
  width: 80%;
}
@media (max-width: 768px) {
  .limited-asymmetirc .smaller_image {
    width: 100%;
  }
}
.limited-asymmetirc .caption {
  font-size: small;
  text-align: left;
}

.special-gallery__slider a:hover {
  text-decoration: none;
}

/**
 * brand feature
 */
.brand_feature {
  padding-bottom: 30px;
  padding-top: 30px;
}
.brand_feature p {
  margin-bottom: 0px;
  padding: 5px 0px;
}
.brand_feature .banner_wrapper {
  position: relative;
}
.brand_feature .banner_background {
  width: 100%;
  height: 433px;
  object-fit: cover;
}
.brand_feature .banner_logo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}
.brand_feature .video_iframe {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /*<<--- THIS IS THE KEY*/
  border: none;
  margin: 0 0 10px;
}
.brand_feature .video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * featured products
 */
.featured_products {
  padding-top: 30px;
  width: 100%;
  background-color: #F7F7F7;
}
.featured_products p {
  margin-bottom: 0px;
  padding: 2px;
}
.featured_products .product {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.featured_products .product .image_section {
  width: 100%;
  height: 100%;
  padding: 8%;
  object-fit: cover;
}
.featured_products .product .product_info_wrapper {
  width: 100%;
  background-color: #ffffff;
}
.featured_products .product .price {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
}
.featured_products .product .original_price {
  font-size: 14px;
  color: #8E8E8E;
  font-weight: 400;
  text-decoration: line-through;
}
.featured_products .product .product_title {
  min-height: 4em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.featured_products .product .product_labels {
  position: absolute;
  top: 15px;
  left: 10px;
}
.featured_products .product .product_labels .badge_background {
  font-size: 9px;
  color: #886F49;
  background-color: #EDE6DB;
}
.featured_products .product .product_labels .sold_out {
  font-size: 9px;
  color: #5B5B5B;
  background-color: #E3E3E3;
}

/**
 * post featured product
 */
.post_featured_product {
  margin-top: 20px;
  width: 100%;
  padding: 0 24px;
}
.post_featured_product p {
  margin-bottom: 0px;
  padding: 2px;
}
.post_featured_product .product {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px #CFCFCF solid;
}
.post_featured_product .product .image_section {
  width: 100%;
  height: 100%;
  padding: 8%;
  object-fit: cover;
}
.post_featured_product .product .product_info_wrapper {
  width: 100%;
}
.post_featured_product .product .price {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
}
.post_featured_product .product .product_title {
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 13px;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post_featured_product .product .product_labels {
  position: absolute;
  top: 15px;
  left: 15px;
}
.post_featured_product .product .product_labels .badge_background {
  font-size: 9px;
  color: #886F49;
  background-color: #EDE6DB;
}
.post_featured_product .product .product_labels .sold_out {
  font-size: 9px;
  color: #5B5B5B;
  background-color: #E3E3E3;
}
.post_featured_product .product .btn-outline-white {
  background-color: #111111;
  border-color: #ffffff;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 700;
  width: 100%;
}
.post_featured_product .product .btn-outline-white:hover {
  color: #ffffff;
  background-color: #111111;
}

/**
 * in post featured products
 */
.in_post_featured_products {
  margin: 20px auto;
}
.in_post_featured_products p {
  margin-bottom: 0px;
  padding: 2px;
}
.in_post_featured_products .product {
  width: 49%;
  position: relative;
  background-color: #ffffff;
  border: 1px #CFCFCF solid;
}
.in_post_featured_products .product .image_section {
  width: 100%;
  height: 100%;
  padding: 8%;
  object-fit: cover;
}
.in_post_featured_products .product .product_info_wrapper {
  width: 100%;
}
.in_post_featured_products .product .price {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
}
.in_post_featured_products .product .product_title {
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_post_featured_products .product .product_labels {
  position: absolute;
  top: 15px;
  left: 15px;
}
.in_post_featured_products .product .product_labels .badge_background {
  font-size: 9px;
  color: #886F49;
  background-color: #EDE6DB;
}
.in_post_featured_products .product .product_labels .sold_out {
  font-size: 9px;
  color: #5B5B5B;
  background-color: #E3E3E3;
}
.in_post_featured_products .product .btn-outline-white {
  background-color: #111111;
  border-color: #ffffff;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 700;
  width: 100%;
}
.in_post_featured_products .product .btn-outline-white:hover {
  color: #ffffff;
  background-color: #111111;
}

/**
 * Video list
 */
.video_list p {
  margin-bottom: 0px;
  padding: 5px;
}
.video_list .video_large {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .video_list .video_large {
    height: 430px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .video_list .video_large {
    height: auto;
  }
}
.video_list .video_large .video_img {
  width: 100%;
}
@media (min-width: 768px) {
  .video_list .video_large .video_img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.video_list .video_large .video_title {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .video_list .video_large .video_title {
    font-size: 20px;
    position: unset;
    color: #000;
    background-color: #ffffff;
  }
}
.video_list .video_large::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .video_list .video_large::before {
    width: 40px;
    height: 40px;
  }
}
.video_list .video_large::before {
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  background-image: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/play-circle.svg);
}
@media (max-width: 768px) {
  .video_list .video_large::before {
    left: calc(50% - 20px);
    top: calc(50% - 70px);
  }
}
.video_list .video_small {
  height: 138px;
  overflow: hidden;
}
.video_list .video_small .video_img_small_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .video_list .video_small .video_img_small_wrapper {
    width: 46%;
  }
}
@media (min-width: 1280px) {
  .video_list .video_small .video_img_small_wrapper {
    width: 215px;
  }
}
.video_list .video_small .video_img_small_wrapper .video_img_small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.video_list .video_small .video_img_small_wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.video_list .video_small .video_img_small_wrapper::before {
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  box-shadow: 0px 0px 3px #000;
  border-radius: 50%;
  background: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/play-circle.svg) rgba(0, 0, 0, 0.1882352941) no-repeat;
  background-size: 100%;
}
.video_list .video_small .item_title {
  width: 95%;
}
.video_list a .video_small {
  transition: all 0.5s ease;
}
.video_list a:hover .video_small {
  box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.0509803922), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.0509803922), 0 0 0.5rem rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5019607843);
}
.video_list .non_video::before {
  display: none !important;
}

/**
 * Single Video Componend
 */
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
  margin-top: 20px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Styles for Page  Gallery Section
 */
.fancybox__thumbs {
  display: none;
}

.fancybox__caption {
  max-width: 95% !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .fancybox__caption {
    margin: 0 auto;
    font-size: 12px;
  }
}

.gallery-section .slick-slider {
  max-width: 98%;
  margin: 0 auto;
}
.gallery-section .single-image.img-caption a {
  margin: 3px 3px 3px 3px;
  padding: 6px 6px 6px 6px;
  background-color: #F7F7F7 !important;
  text-decoration: none;
  display: block;
  height: 100%;
}
.gallery-section .slick-prev:before, .gallery-section .slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  color: #be0012;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-section .slick-prev {
  /*   left: 0px;
     z-index: 9;
     top: 0;
     height: 100%;
     background: map-get($colors, 'background');
     bottom: 0;
     transform: none;
     padding: 0 30px 0 0; */
}
.gallery-section .slick-next {
  /* right: 0px;
   z-index: 9;
   top: 0;
   height: 100%;
   background: map-get($colors, 'background');
   bottom: 0;
   transform: none;
   padding: 0 0 0 6px; */
}
.gallery-section .filter-container {
  padding: 0 0 0 4px;
}
@media (min-width: 768px) {
  .gallery-section .filter-container {
    padding: 0 0 0 28px;
  }
}
.gallery-section .filter-container .filter {
  margin: 0 3px 6px 0;
}
.gallery-section .date {
  font-weight: bold;
  padding-left: unset;
}
.gallery-section .caption {
  font-weight: bold;
  text-align: center;
}

.gallery-slider__item.slick-slide {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}
.gallery-slider__item.slick-slide.slick-center {
  transform: scale(1.1);
  z-index: 9;
}

.fancybox__slide {
  flex-direction: row !important;
  padding: 4px 40px !important;
}
.fancybox__slide .fancybox__content {
  flex: 2;
}
.fancybox__slide .fancybox__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 20px;
}
.fancybox__slide .fancybox__caption .gallery_description {
  padding: 4px 0;
}

/**
 * Styles for Page  Column Section
 */
@media (min-width: 576px) {
  .bg-container.hoyre {
    position: relative;
    display: block;
  }
  .bg-container.hoyre::after {
    content: "";
    background-color: #F7F7F7 !important;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    z-index: 1;
  }
  .bg-container.venstre {
    position: relative;
    display: block;
  }
  .bg-container.venstre::before {
    content: "";
    background-color: #F7F7F7 !important;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 50%;
    top: 0;
    z-index: 1;
  }
  .bg-container.venstre-white::before {
    background-color: #fff !important;
  }
}
.bg-container .text-column-content {
  position: relative;
  z-index: 2;
}
.bg-container .text-column-content .column-content .column-content_inside {
  height: 100%;
}
.bg-container .text-column-content .column-content.gray {
  background-color: #F7F7F7 !important;
}
.bg-container .text-column-content .column-content.white {
  background-color: #fff !important;
}
.bg-container .text-column-content .column-content h1, .bg-container .text-column-content .column-content h2, .bg-container .text-column-content .column-content h3, .bg-container .text-column-content .column-content h4, .bg-container .text-column-content .column-content p {
  padding: 10px 15px;
  margin-bottom: 22.4px;
}
.bg-container .text-column-content .column-content .btn {
  margin: 0 0 0 15px;
}
.bg-container .text-column-content .column-content h3 a {
  text-decoration: none;
}
.bg-container .reverse-in-moible {
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .bg-container .reverse-in-moible {
    flex-direction: unset;
  }
}

/**
 * Modal Styles
 */
.dm_widget h2 {
  color: #656565;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0;
}
.dm_widget .email {
  content: "";
  position: relative;
  background: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/img/envelope.svg) no-repeat left top #fff;
  background-position: 10px 13px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.dm_widget input[type=submit] {
  color: #ffffff !important;
  background: #000 !important;
  border: 1px solid #ffffff !important;
  margin-bottom: 10px;
}
.dm_widget p, .dm_widget label, .dm_widget br {
  display: none;
}

.footer .dm_widget h2 {
  margin: 0 0 10px;
}

.modal-dialog {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.revo-signup-modal {
  border-radius: 0;
  width: 90%;
  margin: 0 auto 0;
  max-width: 328px;
}
@media (min-width: 992px) {
  .revo-signup-modal {
    max-width: 740px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .revo-signup-modal .row {
    margin-right: unset !important;
    margin-left: unset !important;
  }
}
.revo-signup-modal .popup-image img {
  max-width: unset;
  width: 100%;
}
.revo-signup-modal .revo-modal-header {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.revo-signup-modal .close {
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 0.5;
  position: relative;
  color: #797979;
  position: absolute;
  top: 12px;
  right: 12px;
}
.revo-signup-modal .dm_widget input[type=submit] {
  color: #ffffff !important;
  background: #be0012 !important;
  border: 1px solid #ffffff !important;
}

.fade.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/**
 * magazine subscription
 */
.mag_subscription {
  width: 100%;
  height: 240px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #000;
  display: flex;
}
@media (max-width: 768px) {
  .mag_subscription {
    width: 90%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mag_subscription img {
  width: 50%;
  height: auto;
  object-fit: contain;
  margin-top: -40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mag_subscription img {
    width: 80%;
  }
}
.mag_subscription .sub_body {
  width: 50%;
  text-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .mag_subscription .sub_body {
    width: 80%;
  }
}
.mag_subscription .sub_body p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 39px;
}
.mag_subscription a {
  text-decoration: none;
}
.mag_subscription a:hover {
  color: #ffffff;
  background-color: #be0012;
  border-color: #be0012;
}

.gradient {
  position: relative;
}
.gradient::before, .gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.gradient--bottom::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  bottom: 0;
}
.gradient--top::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  top: 0;
}

.brand-listing-page .page-title {
  font-size: 20px;
  text-transform: uppercase;
}

.brand-listing-page .search-container {
  margin: 40px auto;
  max-width: 630px;
}

.brand-listing-page .search-container [type=text] {
  border: 0;
  border-bottom: solid 1px #e2e2e2;
  color: #9ba0a3;
  font-size: var(--global--font-size-base);
  padding-left: 0;
  width: 100%;
  background-color: #F7F7F7;
}

.alphanums-container {
  padding-bottom: 60px;
  border-bottom: solid 1px #e2e2e2;
}

.alphanums-container .alphanums {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 30px;
}

.alphanums-container .alphanums li a {
  color: #9ba0a3;
  font-family: var(--heading--font-family);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

.alphanums-container .alphanums li a:hover {
  color: #272727;
}

.brands-container .brands-group {
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.brands-container .brands-group .left-col .letter {
  color: #272727;
  font-family: var(--heading--font-family);
  font-size: 30px;
  font-weight: 700;
}

.brand-item .brand-item-link {
  color: #6b6b6b;
  font-family: var(--heading--font-family);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.3s linear 0s;
}
.brand-item .brand-item-link:hover {
  color: #be0012;
}

.brands-container .brand-item.hidden, .brands-container .brands-group.hidden {
  display: none !important;
}

.searchform label {
  display: none;
}

.searchform .search-field {
  border: 0;
  border-bottom: solid 1px #000;
  margin: 0 !important;
  padding-bottom: 5px;
  padding-left: 25px;
}

.searchform {
  position: relative;
}

.searchform #searchsubmit {
  margin-top: 30px;
  width: 20%;
}

.article-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #ffffff;
}

article {
  margin: 10px 24px 40px 24px;
}
@media (max-width: 768px) {
  article {
    margin: 0px 0px;
  }
}
article .post__header {
  margin-bottom: 20px;
  margin-top: -40px;
}
@media (max-width: 768px) {
  article .post__header {
    margin: 0px 10px;
  }
}
article .post__title {
  font-size: 32px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
}
article #breadcrumbs {
  padding: unset;
}
@media (max-width: 768px) {
  article #breadcrumbs {
    padding: 10px;
  }
}
article #breadcrumbs span {
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
article #breadcrumbs span a {
  text-decoration: none;
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
article #breadcrumbs span a:hover {
  text-decoration: underline;
}
article .vc-gallery-item {
  width: 50%;
  height: auto;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
article .the-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 20px 20px 30px;
  padding-top: 30px;
  color: #303030;
  position: relative;
}
article .the-content h3::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
article .the-content h3::before {
  left: 0px;
  top: 0px;
  background-image: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/quote-left.png);
}
article .the-content h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}
article .the-content p, article .the-content li {
  line-height: 27px;
  padding: unset;
  margin-bottom: 5px;
  color: #717171;
}
article .the-content p a, article .the-content li a {
  color: #2B66FF;
  text-decoration: none;
}
article .the-content p a:hover, article .the-content li a:hover {
  text-decoration: underline;
}
article .the-content-gallery__slider {
  margin: 30px 0;
}

.article-container .container {
  padding: 0 14.4px;
}

.article-container.full_width {
  max-width: 100%;
  padding: 0;
}

/*old post styles*/
.old-content .row.pb-5 {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .old-content .row.pb-5 {
    padding: 0;
  }
}
.old-content .row.pb-5 p {
  padding: 10px 0;
}

@media (max-width: 768px) {
  article .container {
    padding: 0 !important;
  }
}
article .post__header .category {
  font-size: 14px;
}
@media (max-width: 768px) {
  article .post__header .category {
    text-align: center;
  }
}
article .post__header img {
  /* width: 30px;
   height: 30px;
   border-radius: 15px;*/
  width: 40px;
  height: 40px;
  border-radius: 35px;
}
article .post__header .mob-social-nav {
  display: none;
}
article .post__header .author-info {
  margin: 0px 15px;
}
@media (max-width: 768px) {
  article .post__header .author-info {
    justify-content: space-between;
  }
}
article .post__header .social-icons {
  margin: 5px 15px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  article .post__header .social-icons {
    justify-content: center;
  }
}
article .post__header .social-icons .lead-text {
  font-weight: 700;
  margin-top: 4px;
  margin-right: 8px;
  font-size: 16px;
}
article .post__header .social-icons a svg {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
article .post__header__fixed_mobile {
  display: none;
}
@media (max-width: 768px) {
  article .post__header__fixed_mobile.floatingHeader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 15px 0;
    z-index: 2;
  }
  article .post__header__fixed_mobile.floatingHeader .category, article .post__header__fixed_mobile.floatingHeader .author-info {
    display: none !important;
  }
  article .post__header__fixed_mobile.floatingHeader .post__title {
    font-size: 20px !important;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  article .post__header__fixed_mobile.floatingHeader .mob-social-nav {
    font-size: 15px;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    cursor: pointer;
  }
}
article .post__title {
  font-size: 30px;
  font-weight: 800;
  margin: 10px 15px;
}
@media (max-width: 768px) {
  article .post__title {
    font-size: 20px;
    text-align: center;
  }
}
article .post__author {
  font-size: 16px;
  color: #9C9C9D;
}
@media (max-width: 768px) {
  article .post__author {
    font-size: 15px;
  }
}
article .post__author span.author_name {
  color: #595959;
}
@media (max-width: 768px) {
  article .post__reading_time svg {
    display: none;
  }
}
article .custom-side-nav {
  padding-top: 10px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
article .custom-side-nav .accordion-item h2 button {
  background-color: #E3E3E3;
}
article .custom-side-nav .accordion-item h2 button span {
  font-style: italic;
}
article .custom-side-nav .accordion-button:not(.collapsed) {
  color: #000000 !important;
}
@media (max-width: 768px) {
  article .custom-side-nav {
    margin-top: 20px;
  }
}
article .custom-side-nav .section_title {
  font-weight: 700;
  font-size: 18px;
  padding: 12px 20px;
}
article .custom-side-nav ul li {
  padding-top: 7px;
  padding-bottom: 2px;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 400;
}
article .social-shares-mobile {
  right: 0;
  position: fixed;
  top: -50px;
  z-index: 1;
  transition: all 250ms ease-in-out;
}
article .social-shares-mobile a {
  padding: 5px 20px;
}
article .social-shares-mobile.mob_social_show {
  top: 90px;
  background-color: #000;
  padding: 5px 20px;
}
article #breadcrumbs {
  padding: unset;
}
@media (max-width: 768px) {
  article #breadcrumbs {
    padding: 10px;
  }
}
article #breadcrumbs span {
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
article #breadcrumbs span a {
  text-decoration: none;
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
article #breadcrumbs span a:hover {
  text-decoration: underline;
}
article .vc-gallery-item {
  width: 50%;
  height: auto;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  article .the-content h1 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 768px) {
  article .the-content h4, article .the-content h5 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
article .the-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 20px 20px 30px;
  padding-top: 30px;
  color: #303030;
  position: relative;
}
@media (max-width: 768px) {
  article .the-content h3 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
article .the-content h3::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
article .the-content h3::before {
  left: 0px;
  top: 0px;
  background-image: url(https://revolutionwatch.com/wp-content/themes/revolution-watch-2024/assets/images/quote-left.png);
}
article .the-content h3::after {
  left: -15px;
  top: 0px;
  position: absolute;
  background-color: #F40000;
  width: 4px;
  height: 100%;
  content: "";
}
article .the-content h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}
@media (max-width: 768px) {
  article .the-content h2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
article .the-content p {
  font-size: 18px;
  line-height: 27px;
  padding: unset;
  margin-bottom: 5px;
  color: #000;
}
@media (max-width: 768px) {
  article .the-content p {
    padding-left: 18px;
    padding-right: 18px;
  }
}
article .the-content p a {
  color: #2B66FF;
  text-decoration: none;
}
article .the-content p a:hover {
  text-decoration: underline;
}
article .the-content .wp-caption-text {
  color: #000;
  font-style: italic;
  font-size: 12px;
  line-height: unset;
  width: 100% !important;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  article .the-content .wp-caption-text {
    padding: 10px;
  }
}
article .the-content.legacy-editor .wp-caption, article .the-content.legacy-editor .align-none {
  max-width: 100% !important;
}
article .the-content.legacy-editor img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
}
article .the-content-gallery__slider {
  margin: 30px 0;
}
article .categories {
  font-size: 16px;
  padding: 0 22.4px;
}
article .categories .singlecategory {
  color: #9C9C9D;
  font-weight: 500;
}
article .tags {
  font-size: 16px;
}
article .tags .tag {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #9C9C9D;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  border-radius: 5px;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  line-height: 1.8;
  transition: background-color 0.3s ease-in-out;
}
article .tags .tag:hover {
  background-color: #656565;
}
@media (max-width: 768px) {
  article .title {
    margin-left: 22px;
  }
}

.gallery-caption {
  font-size: 12px;
}

.dek {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-style: italic;
}
@media (max-width: 768px) {
  .dek {
    font-size: 18px;
    text-align: center;
  }
}

.social-shares {
  position: sticky;
  top: 50%;
  width: 40px;
  background-color: #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.social-shares .lead-text {
  writing-mode: vertical-lr;
  color: #656565;
  margin-top: 10px;
}
.social-shares a {
  margin: 10px 0;
}

.hide-shortcode {
  display: none !important;
}

/*old post styles sidebar fix*/
@media (min-width: 768px) {
  .old-content .row {
    width: 66%;
  }
  .old-content .col-md-8 {
    width: auto !important;
  }
  /*  .old-content.older-content{
       position: relative;
       //width: 66%;
       .row{
              width: 66%;
          }
       p{
           //max-width: ;
       }
   }*/
  .revo-side {
    position: absolute;
    top: 550px;
    right: 0;
  }
}
.dropdown-content-m a {
  padding: 1px 16px 4px 16px;
  font-size: 17px;
}

.dropbtn {
  font-size: 17px;
}

.dropdown-content a {
  font-size: 17px;
}

.brand-container .brand__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.brand-container .brand__header .brand__title {
  font-size: 32px !important;
  font-weight: 800;
}
.brand-container .brand__header #breadcrumbs {
  padding: unset;
}
.brand-container .brand__header #breadcrumbs span {
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
.brand-container .brand__header #breadcrumbs span a {
  text-decoration: none;
  font-size: 14px;
  color: #767676;
  font-weight: 400;
}
.brand-container .brand__header #breadcrumbs span a:hover {
  text-decoration: underline;
}
.brand-container .brand__header img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.choose_type a {
  font-size: 22px;
  font-weight: 800;
  margin-right: 20px;
  margin-bottom: 20px;
}
.choose_type a:hover {
  text-decoration: none;
}
.choose_type a.active {
  color: #be0012;
  text-decoration: underline;
}

.author-archive .author-info .title {
  margin-top: unset !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.search article {
  max-width: 800px;
  margin: 30px auto;
  background-color: #F7F7F7 !important;
  border-radius: 4px;
  border: 2px #F7F7F7 solid;
}
.search article h2.entry-title {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 0;
}
.search article .entry-content .excerpt_part {
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 0;
  margin-top: 10px;
  font-weight: 400;
}
.search article .entry-content .video_img_small {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-limited .container-limited, .single-web_series .container-limited {
  font-size: 18px;
}
.single-limited .container-limited h1, .single-limited .container-limited h2, .single-limited .container-limited h3, .single-limited .container-limited h4, .single-limited .container-limited h5, .single-limited .container-limited h6, .single-web_series .container-limited h1, .single-web_series .container-limited h2, .single-web_series .container-limited h3, .single-web_series .container-limited h4, .single-web_series .container-limited h5, .single-web_series .container-limited h6 {
  padding: 0 15px;
}
.single-limited .container-limited .the-content, .single-web_series .container-limited .the-content {
  max-width: 750px;
  margin: 0 auto;
}
.single-limited .container-limited .left-column, .single-limited .container-limited .right-column, .single-web_series .container-limited .left-column, .single-web_series .container-limited .right-column {
  display: flex;
  align-items: center;
}
.single-limited .container-limited .left-column img, .single-limited .container-limited .right-column img, .single-web_series .container-limited .left-column img, .single-web_series .container-limited .right-column img {
  height: 100%;
  object-fit: cover;
}
.single-limited .container-limited .left-column a, .single-limited .container-limited .right-column a, .single-web_series .container-limited .left-column a, .single-web_series .container-limited .right-column a {
  height: 100%;
}
.single-limited .container-limited .left-column .the-content, .single-limited .container-limited .right-column .the-content, .single-web_series .container-limited .left-column .the-content, .single-web_series .container-limited .right-column .the-content {
  max-width: 600px;
  margin: 0 auto;
}
.single-limited .specs-container, .single-web_series .specs-container {
  width: 100%;
  display: flex;
  column-gap: 6px;
  row-gap: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .single-limited .specs-container, .single-web_series .specs-container {
    flex-wrap: wrap;
  }
}
.single-limited .specs-table, .single-web_series .specs-table {
  border: 1px solid #D6D6D6;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Ensures content is spaced evenly */
  height: 100%;
  margin-bottom: 30px;
}
.single-limited .specs-table .p-unset, .single-web_series .specs-table .p-unset {
  padding: unset !important;
}
.single-limited .specs-table .section_title, .single-web_series .specs-table .section_title {
  background-color: #D6D6D6;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border-top-left-radius: 4px;
}
.single-limited .specs-table p strong, .single-web_series .specs-table p strong {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
}
.single-limited .cta_button .btn, .single-web_series .cta_button .btn {
  font-size: large;
}

/**
 * Limited tweaks
 */
@media (max-width: 768px) {
  .single-limited .postid-202270 .special-gallery-image img {
    max-width: 100% !important;
    width: unset !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .single-limited .postid-202270 .special-gallery-image {
    max-width: 100% !important;
  }
  .single-limited .postid-202270 .special-gallery-image .caption {
    max-width: 98vw;
  }
}

: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) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) 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: 0.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) * 0.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 0.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);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

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__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.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-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.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: 0.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 0.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: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.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 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.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 0.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 0.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: 0.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: 0.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;
}

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