/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500;1,700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .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-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 12.5rem;
  width: 100%;
  margin: 0.94rem auto;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  height: 0.38rem;
  width: 100%;
  list-style: none;
  line-height: 0;
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  font-size: 0;
  background-color: #EAEAEA;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #FF6700;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #FF6700;
}

.slick-arrow {
  --sArrowWidth: 72px;
  position: absolute;
  top: calc(50% - var(--sArrowWidth) / 2);
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: #FF6700;
  box-shadow: none;
  border: none;
  transition: 0.3s;
  z-index: 9;
}
@media (max-width: 991px) {
  .slick-arrow {
    --sArrowWidth: 44px;
  }
}
.slick-arrow::before {
  content: "\e90d";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: block;
  color: #ffffff;
  font-size: 2.07rem;
}
@media (max-width: 991px) {
  .slick-arrow::before {
    font-size: 1.25rem;
  }
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@font-face {
  font-family: "marvelous-games";
  src: url("../fonts/marvelous-games.eot?ex3rcs");
  src: url("../fonts/marvelous-games.eot?ex3rcs#iefix") format("embedded-opentype"), url("../fonts/marvelous-games.ttf?ex3rcs") format("truetype"), url("../fonts/marvelous-games.woff?ex3rcs") format("woff"), url("../fonts/marvelous-games.svg?ex3rcs#marvelous-games") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "marvelous-games" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e919";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-down-arrow:before {
  content: "\e90f";
}

.icon-bxs-contact:before {
  content: "\e900";
}

.icon-bx-world:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-discord:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-gamepad:before {
  content: "\e905";
}

.icon-instagam:before {
  content: "\e906";
}

.icon-newspaper-sharp:before {
  content: "\e907";
}

.icon-next-release:before {
  content: "\e908";
}

.icon-nintendoswitch:before {
  content: "\e909";
}

.icon-person-circle:before {
  content: "\e90a";
}

.icon-play:before {
  content: "\e90b";
}

.icon-playstation:before {
  content: "\e90c";
}

.icon-right-arrow:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90e";
}

.icon-steam:before {
  content: "\e910";
}

.icon-submit-game:before {
  content: "\e911";
}

.icon-three-dots:before {
  content: "\e912";
}

.icon-twitch:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

.icon-windows-play:before {
  content: "\e915";
}

.icon-xbox:before {
  content: "\e916";
}

.icon-youtube:before {
  content: "\e917";
}

/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Text-level semantics
   ========================================================================== */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video,
iframe {
  display: inline-block;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #0D0D0D;
  font-size: 1.5rem;
  font-family: "Work Sans", "Arial", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}

@media (max-width: 991px) {
  .main-container {
    padding-right: 0 !important;
  }
}

h1,
.h1 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 7.3vw;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -10px;
  font-size: 8.75rem;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1920px) {
  h1,
.h1 {
    font-size: 7.3vw;
  }
}
@media (max-width: 1399px) {
  h1,
.h1 {
    letter-spacing: -7px;
  }
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 3.75rem;
    letter-spacing: -4px;
  }
}

h2,
.h2 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  line-height: 0.74;
  letter-spacing: -5px;
  font-size: 5rem;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1920px) {
  h2,
.h2 {
    font-size: 3.8vw;
  }
}
@media (max-width: 1399px) {
  h2,
.h2 {
    letter-spacing: -3.5px;
  }
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }
}

h3,
.h3 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 3.15vw;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 1.57rem;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.32rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 2.63rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-transform: none;
  color: #0D0D0D;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h4,
.h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h5,
.h5 {
    font-size: 1.19rem;
  }
}

h6,
.h6 {
  margin-bottom: 0.94rem;
  color: #FF6700;
  font-family: inherit;
  font-size: 2.38rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #0D0D0D;
  font-weight: 600;
  text-transform: none;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h6,
.h6 {
    font-size: 1.13rem;
  }
}

p {
  margin-bottom: 1.88rem;
  line-height: 1.4;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  padding-left: 1.88rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #000000;
  background-color: #dee3e2;
  border-left: 0.25rem solid #FF6700;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #FF6700;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #dee3e2;
  padding: 0.63rem;
}

/**
 * Main content containers
 */
.container-fluid, .container-md, .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.13rem;
  padding-right: 3.13rem;
}
@media (max-width: 767px) {
  .container-fluid, .container-md, .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container {
  max-width: 112.51rem;
}
.container-md {
  max-width: 99.39rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1.88rem / 2);
  margin-left: calc(-1.88rem / 2);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  position: relative;
  width: 100%;
  padding-left: calc(1.88rem / 2);
  padding-right: calc(1.88rem / 2);
}

/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

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

.text-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.bg-primary {
  background-color: #FF6700;
}

.text-primary {
  color: #FF6700;
}

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

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

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-15,
.m-15,
.my-15 {
  margin-top: 0.9375rem;
}

.pt-15,
.p-15,
.py-15 {
  padding-top: 0.9375rem;
}

.mb-15,
.m-15,
.my-15 {
  margin-bottom: 0.9375rem;
}

.pb-15,
.p-15,
.py-15 {
  padding-bottom: 0.9375rem;
}

.ml-15,
.m-15,
.mx-15 {
  margin-left: 0.9375rem;
}

.pl-15,
.p-15,
.px-15 {
  padding-left: 0.9375rem;
}

.mr-15,
.m-15,
.mx-15 {
  margin-right: 0.9375rem;
}

.pr-15,
.p-15,
.px-15 {
  padding-right: 0.9375rem;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

@media (min-width: 481px) {
  .cell-xs-1 {
    width: 8.3333333333%;
  }

  .cell-xs-2 {
    width: 16.6666666667%;
  }

  .cell-xs-3 {
    width: 25%;
  }

  .cell-xs-4 {
    width: 33.3333333333%;
  }

  .cell-xs-5 {
    width: 41.6666666667%;
  }

  .cell-xs-6 {
    width: 50%;
  }

  .cell-xs-7 {
    width: 58.3333333333%;
  }

  .cell-xs-8 {
    width: 66.6666666667%;
  }

  .cell-xs-9 {
    width: 75%;
  }

  .cell-xs-10 {
    width: 83.3333333333%;
  }

  .cell-xs-11 {
    width: 91.6666666667%;
  }

  .cell-xs-12 {
    width: 100%;
  }

  .mt-xs-15,
.m-xs-15,
.my-xs-15 {
    margin-top: 0.9375rem;
  }

  .pt-xs-15,
.p-xs-15,
.py-xs-15 {
    padding-top: 0.9375rem;
  }

  .mb-xs-15,
.m-xs-15,
.my-xs-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-xs-15,
.p-xs-15,
.py-xs-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-xs-15,
.m-xs-15,
.mx-xs-15 {
    margin-left: 0.9375rem;
  }

  .pl-xs-15,
.p-xs-15,
.px-xs-15 {
    padding-left: 0.9375rem;
  }

  .mr-xs-15,
.m-xs-15,
.mx-xs-15 {
    margin-right: 0.9375rem;
  }

  .pr-xs-15,
.p-xs-15,
.px-xs-15 {
    padding-right: 0.9375rem;
  }

  .mt-xs-30,
.m-xs-30,
.my-xs-30 {
    margin-top: 1.875rem;
  }

  .pt-xs-30,
.p-xs-30,
.py-xs-30 {
    padding-top: 1.875rem;
  }

  .mb-xs-30,
.m-xs-30,
.my-xs-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xs-30,
.p-xs-30,
.py-xs-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xs-30,
.m-xs-30,
.mx-xs-30 {
    margin-left: 1.875rem;
  }

  .pl-xs-30,
.p-xs-30,
.px-xs-30 {
    padding-left: 1.875rem;
  }

  .mr-xs-30,
.m-xs-30,
.mx-xs-30 {
    margin-right: 1.875rem;
  }

  .pr-xs-30,
.p-xs-30,
.px-xs-30 {
    padding-right: 1.875rem;
  }

  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
  .d-xs-flex {
    display: flex;
  }

  .align-xs-items-start {
    align-items: flex-start;
  }
  .align-xs-items-center {
    align-items: center;
  }
  .align-xs-items-end {
    align-items: flex-end;
  }
  .align-xs-content-center {
    align-content: center;
  }

  .justify-xs-content-start {
    justify-content: flex-start;
  }
  .justify-xs-content-center {
    justify-content: center;
  }
  .justify-xs-content-end {
    justify-content: flex-end;
  }
  .justify-xs-content-between {
    justify-content: space-between;
  }
  .justify-xs-content-around {
    justify-content: space-around;
  }
  .justify-xs-content-evenly {
    justify-content: space-evenly;
  }

  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  .mt-sm-15,
.m-sm-15,
.my-sm-15 {
    margin-top: 0.9375rem;
  }

  .pt-sm-15,
.p-sm-15,
.py-sm-15 {
    padding-top: 0.9375rem;
  }

  .mb-sm-15,
.m-sm-15,
.my-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-sm-15,
.p-sm-15,
.py-sm-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-sm-15,
.m-sm-15,
.mx-sm-15 {
    margin-left: 0.9375rem;
  }

  .pl-sm-15,
.p-sm-15,
.px-sm-15 {
    padding-left: 0.9375rem;
  }

  .mr-sm-15,
.m-sm-15,
.mx-sm-15 {
    margin-right: 0.9375rem;
  }

  .pr-sm-15,
.p-sm-15,
.px-sm-15 {
    padding-right: 0.9375rem;
  }

  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 1.875rem;
  }

  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 1.875rem;
  }

  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem;
  }

  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem;
  }

  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem;
  }

  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 1.875rem;
  }

  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem;
  }

  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 1.875rem;
  }

  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }

  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }

  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  .mt-md-15,
.m-md-15,
.my-md-15 {
    margin-top: 0.9375rem;
  }

  .pt-md-15,
.p-md-15,
.py-md-15 {
    padding-top: 0.9375rem;
  }

  .mb-md-15,
.m-md-15,
.my-md-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-md-15,
.p-md-15,
.py-md-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-md-15,
.m-md-15,
.mx-md-15 {
    margin-left: 0.9375rem;
  }

  .pl-md-15,
.p-md-15,
.px-md-15 {
    padding-left: 0.9375rem;
  }

  .mr-md-15,
.m-md-15,
.mx-md-15 {
    margin-right: 0.9375rem;
  }

  .pr-md-15,
.p-md-15,
.px-md-15 {
    padding-right: 0.9375rem;
  }

  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 1.875rem;
  }

  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 1.875rem;
  }

  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 1.875rem;
  }

  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 1.875rem;
  }

  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 1.875rem;
  }

  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 1.875rem;
  }

  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 1.875rem;
  }

  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 1.875rem;
  }

  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }

  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }

  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }

  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  .mt-lg-15,
.m-lg-15,
.my-lg-15 {
    margin-top: 0.9375rem;
  }

  .pt-lg-15,
.p-lg-15,
.py-lg-15 {
    padding-top: 0.9375rem;
  }

  .mb-lg-15,
.m-lg-15,
.my-lg-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-lg-15,
.p-lg-15,
.py-lg-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-lg-15,
.m-lg-15,
.mx-lg-15 {
    margin-left: 0.9375rem;
  }

  .pl-lg-15,
.p-lg-15,
.px-lg-15 {
    padding-left: 0.9375rem;
  }

  .mr-lg-15,
.m-lg-15,
.mx-lg-15 {
    margin-right: 0.9375rem;
  }

  .pr-lg-15,
.p-lg-15,
.px-lg-15 {
    padding-right: 0.9375rem;
  }

  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 1.875rem;
  }

  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 1.875rem;
  }

  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem;
  }

  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem;
  }

  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem;
  }

  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 1.875rem;
  }

  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem;
  }

  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 1.875rem;
  }

  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }

  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }

  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }

  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  .mt-xl-15,
.m-xl-15,
.my-xl-15 {
    margin-top: 0.9375rem;
  }

  .pt-xl-15,
.p-xl-15,
.py-xl-15 {
    padding-top: 0.9375rem;
  }

  .mb-xl-15,
.m-xl-15,
.my-xl-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-xl-15,
.p-xl-15,
.py-xl-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-xl-15,
.m-xl-15,
.mx-xl-15 {
    margin-left: 0.9375rem;
  }

  .pl-xl-15,
.p-xl-15,
.px-xl-15 {
    padding-left: 0.9375rem;
  }

  .mr-xl-15,
.m-xl-15,
.mx-xl-15 {
    margin-right: 0.9375rem;
  }

  .pr-xl-15,
.p-xl-15,
.px-xl-15 {
    padding-right: 0.9375rem;
  }

  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 1.875rem;
  }

  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 1.875rem;
  }

  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem;
  }

  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 1.875rem;
  }

  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem;
  }

  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 1.875rem;
  }

  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }

  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }

  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  .mt-xxl-15,
.m-xxl-15,
.my-xxl-15 {
    margin-top: 0.9375rem;
  }

  .pt-xxl-15,
.p-xxl-15,
.py-xxl-15 {
    padding-top: 0.9375rem;
  }

  .mb-xxl-15,
.m-xxl-15,
.my-xxl-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-xxl-15,
.p-xxl-15,
.py-xxl-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-xxl-15,
.m-xxl-15,
.mx-xxl-15 {
    margin-left: 0.9375rem;
  }

  .pl-xxl-15,
.p-xxl-15,
.px-xxl-15 {
    padding-left: 0.9375rem;
  }

  .mr-xxl-15,
.m-xxl-15,
.mx-xxl-15 {
    margin-right: 0.9375rem;
  }

  .pr-xxl-15,
.p-xxl-15,
.px-xxl-15 {
    padding-right: 0.9375rem;
  }

  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem;
  }

  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem;
  }

  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem;
  }

  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem;
  }

  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem;
  }

  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }

  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }

  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .cell-xxxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxxl-3 {
    width: 25%;
  }

  .cell-xxxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxxl-6 {
    width: 50%;
  }

  .cell-xxxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxxl-9 {
    width: 75%;
  }

  .cell-xxxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxxl-12 {
    width: 100%;
  }

  .mt-xxxl-15,
.m-xxxl-15,
.my-xxxl-15 {
    margin-top: 0.9375rem;
  }

  .pt-xxxl-15,
.p-xxxl-15,
.py-xxxl-15 {
    padding-top: 0.9375rem;
  }

  .mb-xxxl-15,
.m-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 0.9375rem;
  }

  .pb-xxxl-15,
.p-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 0.9375rem;
  }

  .ml-xxxl-15,
.m-xxxl-15,
.mx-xxxl-15 {
    margin-left: 0.9375rem;
  }

  .pl-xxxl-15,
.p-xxxl-15,
.px-xxxl-15 {
    padding-left: 0.9375rem;
  }

  .mr-xxxl-15,
.m-xxxl-15,
.mx-xxxl-15 {
    margin-right: 0.9375rem;
  }

  .pr-xxxl-15,
.p-xxxl-15,
.px-xxxl-15 {
    padding-right: 0.9375rem;
  }

  .mt-xxxl-30,
.m-xxxl-30,
.my-xxxl-30 {
    margin-top: 1.875rem;
  }

  .pt-xxxl-30,
.p-xxxl-30,
.py-xxxl-30 {
    padding-top: 1.875rem;
  }

  .mb-xxxl-30,
.m-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 1.875rem;
  }

  .pb-xxxl-30,
.p-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 1.875rem;
  }

  .ml-xxxl-30,
.m-xxxl-30,
.mx-xxxl-30 {
    margin-left: 1.875rem;
  }

  .pl-xxxl-30,
.p-xxxl-30,
.px-xxxl-30 {
    padding-left: 1.875rem;
  }

  .mr-xxxl-30,
.m-xxxl-30,
.mx-xxxl-30 {
    margin-right: 1.875rem;
  }

  .pr-xxxl-30,
.p-xxxl-30,
.px-xxxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxxl-none {
    display: none;
  }
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-flex {
    display: flex;
  }

  .align-xxxl-items-start {
    align-items: flex-start;
  }
  .align-xxxl-items-center {
    align-items: center;
  }
  .align-xxxl-items-end {
    align-items: flex-end;
  }
  .align-xxxl-content-center {
    align-content: center;
  }

  .justify-xxxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxxl-content-center {
    justify-content: center;
  }
  .justify-xxxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxxl-content-between {
    justify-content: space-between;
  }
  .justify-xxxl-content-around {
    justify-content: space-around;
  }
  .justify-xxxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-right {
    text-align: right;
  }
  .text-xxxl-left {
    text-align: left;
  }
}
input[type=button],
input[type=reset],
input[type=submit], .btn {
  display: inline-block;
  padding: 0.44rem 1.88rem;
  vertical-align: top;
  color: #0D0D0D;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #FF6700;
  border-radius: 1.57rem;
  background-color: transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  input[type=button],
input[type=reset],
input[type=submit], .btn {
    border-width: 2px;
    font-size: 0.88rem;
    padding: 0.32rem 1.25rem;
  }
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  color: #ffffff;
  text-decoration: none;
  background-color: #FF6700;
  cursor: pointer;
}

.btn-link {
  margin-bottom: 0.13rem;
  color: #FF6700;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #0D0D0D;
  text-decoration: none;
  border-color: currentColor;
}
.btn.-black {
  border-color: #000000;
}
.btn.-black:hover, .btn.-black:focus {
  background-color: #000000;
}
.btn.-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.-white:hover, .btn.-white:focus {
  background-color: #ffffff;
  color: #0D0D0D;
}
.btn.-white-orange {
  border-color: #FF6700;
  color: #ffffff;
}
.btn.-orange-bg {
  background: #FF6700;
  color: #ffffff;
}
.btn.-orange-bg:hover, .btn.-orange-bg:focus {
  background: transparent;
  color: #FF6700;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Work Sans", "Arial", sans-serif;
  font-size: 0.88rem;
  color: #000000;
  font-weight: 500;
}

input,
textarea,
button,
select {
  font-family: "Work Sans", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 3.13rem;
  padding: 0 1.38rem;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #F2F2F2;
  border: none;
}
@media (max-width: 767px) {
  input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
    font-size: 0.88rem;
    height: 2.25rem;
    padding: 0 0.75rem;
  }
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 1.38rem;
  resize: none;
  overflow: auto;
}
@media (max-width: 767px) {
  textarea {
    padding: 0.63rem 0.75rem;
  }
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 1.32rem 0.63rem;
  background-position: right 18px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select:focus {
  outline: none;
}

/* for ie */
select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: 0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.gfield_checkbox input[type=checkbox] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:after,
.gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  display: block;
  width: 0.5rem;
  height: 0.94rem;
  border: solid #0D0D0D;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label,
.gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before,
.gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
  background-color: transparent;
  border: 0.13rem solid #0D0D0D;
  -webkit-appearance: none;
  cursor: pointer;
}

:root {
  --space-lg: 5.63rem;
  --space-md: 2.5rem;
}
@media (max-width: 991px) {
  :root {
    --space-lg: 3.75rem;
    --space-md: 1.25rem;
  }
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.slick-dots li {
  padding: 0 0.32rem;
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

/* eyebrow-text */
.eyebrow-text {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  font-size: 1.25rem;
  color: #AAAAAA;
}
@media (max-width: 767px) {
  .eyebrow-text {
    font-size: 0.88rem;
  }
}
.eyebrow-text.-white {
  color: #ffffff;
}

/* store-icons */
.store-icons .store-icon {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.32rem;
  text-decoration: none;
}
.store-icons .store-icon:hover, .store-icons .store-icon:focus {
  color: #FF6700;
}

/* plus-sign */
.plus-sign {
  width: 4.82rem;
  opacity: 0;
  transition: 0.3s;
}
.plus-sign::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-image: url("../images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* bg-secondary text white */
.bg-secondary *:not(.btn, h3, .h3, h1, .h1, .post-card--item .desc *) {
  color: #ffffff;
}
.bg-secondary .store-icon {
  color: #ffffff !important;
}
.bg-secondary .store-icon:hover, .bg-secondary .store-icon:focus {
  color: #FF6700 !important;
}

/* top border of title */
.title-border {
  padding-top: 1.88rem;
  border-top: 4px solid #FF6700;
}

/* shadowverse skew img */
.shadowverse-bg {
  position: relative;
  padding-top: 46.875%;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
}
.shadowverse-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* bg-gray-gradient */
.bg-gray-gradient {
  background-image: linear-gradient(180deg, white 0%, #eaeaea 100%);
}

.cookie-pop-up {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.5rem 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  z-index: 999;
}
@media (max-width: 991px) {
  .cookie-pop-up {
    padding-right: 0;
    padding-top: 1.88rem;
    padding-bottom: 1.88rem;
  }
}
.cookie-pop-up h5, .cookie-pop-up .h5 {
  color: #ffffff;
}
.cookie-pop-up p {
  line-height: 1.2;
}
.cookie-pop-up .pop-up-wrapper {
  max-width: 81.25rem;
  margin: 0 auto;
}
.cookie-pop-up .cookie-btn-wrap .btn {
  margin-left: 0.94rem;
}
@media (max-width: 575px) {
  .cookie-pop-up .cookie-btn-wrap .btn {
    margin-left: 0.63rem;
  }
}
.cookie-pop-up .cookie-btn-wrap .btn:first-child {
  margin-left: 0;
  color: #FF6700;
}
.cookie-pop-up .cookie-btn-wrap .btn:first-child:hover {
  color: #ffffff;
}

/*--- header ---*/
.main-header {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 0 1.44rem;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 0 0.75rem;
  }
}
.main-header .brand {
  position: relative;
  display: block;
  width: 15rem;
  padding: 1.63rem 1.63rem 2.25rem 1.63rem;
  background-color: #FF6700;
  filter: drop-shadow(0px 6px 12px rgba(13, 13, 13, 0.09));
  clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .main-header .brand {
    width: 10rem;
    padding: 1.25rem 1.25rem 1.63rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-header .brand {
    width: 7.69rem;
    padding: 0.75rem 0.63rem 0.94rem 0.63rem;
  }
}
.main-header .brand img {
  transition: 0.4s transform;
}
.main-header .brand::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  transition: 0.4s;
  background-color: inherit;
}
.main-header .brand:hover::before {
  height: 6px;
}
.main-header .brand:hover img {
  transform: scale(1.03);
}

.header-search-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0.75rem 0.44rem 0.57rem;
  border: 1px solid transparent;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0.32rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header-search-title {
    display: none;
  }
}
.header-search-title:hover, .header-search-title:focus {
  border-color: #ffffff;
}
.header-search-title:hover i, .header-search-title:focus i {
  top: -0.18rem;
}
.header-search-title i {
  position: relative;
  top: 0;
  font-size: 2rem;
  margin-bottom: 0.44rem;
  transition: 0.3s;
}
.header-search-title i.icon-gamepad {
  display: flex;
  align-items: center;
  font-size: 3.13rem;
  height: 1.88rem;
}
.header-search-title i.icon-search {
  font-size: 1.63rem;
}
.header-search-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .header-search-wrap {
    margin-bottom: 1.44rem;
  }
}
.header-searchbar {
  position: fixed;
  top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  margin-right: 0.63rem;
}
@media (max-width: 991px) {
  .header-searchbar {
    position: static;
    transform: none;
  }
}
.header-searchbar.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-searchbar.is-show form {
  width: 31.25rem;
}
.header-searchbar .search-close {
  position: absolute;
  left: -2.18rem;
  top: 50%;
  padding: 0.63rem;
  transform: translateY(-50%);
  color: #D9D9D9;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.header-searchbar .search-close:hover {
  color: #FF6700;
}
@media (max-width: 991px) {
  .header-searchbar .search-close {
    display: none;
  }
}
.header-searchbar form {
  position: relative;
  width: 9.38rem;
  height: 4.13rem;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-searchbar form {
    width: 100% !important;
    height: 2.25rem;
  }
}
.header-searchbar input[type=search] {
  background-color: #343434;
  color: #ffffff;
  padding-right: 7rem;
  border-radius: 3.13rem;
  height: 100%;
  text-transform: uppercase;
}
.header-searchbar input[type=search]::-webkit-input-placeholder {
  color: inherit;
}
.header-searchbar input[type=search]:-moz-placeholder {
  color: inherit;
}
.header-searchbar input[type=search]::-moz-placeholder {
  color: inherit;
}
.header-searchbar input[type=search]:-ms-input-placeholder {
  color: inherit;
}
@media (max-width: 991px) {
  .header-searchbar input[type=search] {
    background-color: #ffffff;
    color: #0D0D0D;
    text-transform: uppercase;
    padding-right: 1.32rem;
    padding-left: 1.32rem;
    font-size: 0.88rem;
  }
}
.header-searchbar input[type=submit] {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header-searchbar input[type=submit] {
    display: none;
  }
}
.header-searchbar .header-search-inner {
  position: relative;
}
.header-searchbar .header-search-inner .search-heading {
  margin-top: 1.25rem;
}
.header-searchbar .header-search-inner .search-heading:first-child {
  margin-top: 0;
}
.header-searchbar .header-search-inner .search-heading p {
  font-weight: 700;
}
.header-searchbar .header-search-inner .header-return-message {
  position: absolute;
  width: 100%;
  top: 0.07rem;
  background-color: #ffffff;
  padding: 5.88rem 1.69rem 3.13rem;
  border-radius: 2.07rem;
  box-shadow: 0 1rem 2rem rgba(0, 27, 64, 0.2);
}
@media (max-width: 991px) {
  .header-searchbar .header-search-inner .header-return-message {
    display: none;
  }
}
.header-searchbar .header-search-inner .header-return-message p {
  margin-bottom: 0;
  color: #0D0D0D;
}

.header-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  justify-content: center;
  align-content: space-between;
  max-width: 5.63rem;
  height: 100vh;
  padding: 0.5rem 0.38rem 1.25rem 0.38rem;
  background-color: #FF6700;
  pointer-events: auto;
  overflow: hidden auto;
  /* nav */
}
.header-sidebar::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.header-sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.3);
}
.header-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(13, 13, 13, 0.8);
  --webkit-box-shadow: inset 0 0 6px rgba($black, 0.5);
}
.header-sidebar::-webkit-scrollbar-thumb:window-inactive {
  background: #0D0D0D;
}
@media (min-width: 992px) {
  .header-sidebar {
    padding-top: 0.5rem !important;
  }
}
@media (max-width: 991px) {
  .header-sidebar {
    max-height: 100vh;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 1.25rem 3.75rem;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    box-shadow: 0 0.38rem 0.75rem rgba(13, 13, 13, 0.09);
    transform: translateY(-100%);
    z-index: -1;
    transition: 0.3s;
    overflow: auto;
  }
}
.header-sidebar.is-open {
  transform: translateY(0);
}
.header-sidebar.is-open .header-searchbar {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .header-sidebar-top {
    max-width: 4.5rem;
  }
}
@media (max-width: 991px) {
  .header-sidebar-top {
    max-width: 20.44rem;
    width: 100%;
    margin-top: 0.94rem;
  }
}
.header-sidebar-bottom {
  margin-top: 0.94rem;
}
@media (max-width: 991px) {
  .header-sidebar-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 20.44rem;
    width: 100%;
    margin-top: 0;
  }
}
.header-sidebar ul {
  padding: 0;
  margin: 0;
}
.header-sidebar li {
  list-style: none;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-sidebar li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-sidebar .navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.43rem;
  }
}
.header-sidebar .navigation li {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
@media (max-width: 991px) {
  .header-sidebar .navigation li {
    width: 50%;
    font-size: 1rem;
    padding-left: 0.44rem;
    padding-right: 0.44rem;
    margin-bottom: 0.88rem;
  }
}
.header-sidebar .navigation li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0.75rem 0.44rem 0.57rem;
  border: 1px solid transparent;
  border-radius: 0.32rem;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header-sidebar .navigation li a {
    height: 100%;
    border-color: #ffffff;
    box-shadow: 0 0.19rem 0.75rem rgba(0, 0, 0, 0.15);
    padding: 1.38rem 0.94rem;
  }
}
.header-sidebar .navigation li a:hover, .header-sidebar .navigation li a:focus {
  border-color: #ffffff;
}
.header-sidebar .navigation li a:hover i, .header-sidebar .navigation li a:focus i {
  top: -0.18rem;
}
.header-sidebar .navigation li i {
  position: relative;
  top: 0;
  font-size: 2rem;
  margin-bottom: 0.44rem;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header-sidebar .navigation li i {
    font-size: 2.38rem;
  }
}
.header-sidebar .navigation li i.icon-gamepad {
  display: flex;
  align-items: center;
  font-size: 3.13rem;
  height: 1.88rem;
}
@media (max-width: 991px) {
  .header-sidebar .navigation li i.icon-gamepad {
    font-size: 3.63rem;
  }
}
.header-sidebar .navigation li i.icon-search {
  font-size: 1.63rem;
}
@media (max-width: 991px) {
  .header-sidebar-social {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header-sidebar-social ul {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -0.5rem;
  }
}
.header-sidebar-social li {
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .header-sidebar-social li {
    margin: 0.32rem 0.5rem;
  }
}
.header-sidebar-social li a:hover, .header-sidebar-social li a:focus {
  color: #0D0D0D;
}
.header-sidebar-lang {
  margin: 1.57rem 0;
}
.header-sidebar-lang i {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.header-sidebar-lang .lang-dropdown {
  position: relative;
  max-width: 2.63rem;
  margin: 0 auto;
}
.header-sidebar-lang .lang-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
}
.header-sidebar-lang .lang-dropdown li a {
  text-decoration: underline;
}
.header-sidebar-lang .lang-dropdown li a:hover, .header-sidebar-lang .lang-dropdown li a:focus {
  color: #0D0D0D;
}
.header-sidebar-lang .lang-title {
  position: relative;
  padding: 0 0.88rem 0 0;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.header-sidebar-lang .lang-title::before {
  content: "\e90f";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 10px;
  color: #ffffff;
  font-size: 6px;
  line-height: 0;
  transition: 0.3s;
}
.header-sidebar-lang .lang-title.open span {
  opacity: 0.5;
}
.header-sidebar-lang .lang-title.open::before {
  transform: rotateX(180deg);
}
.header-sidebar-lang li {
  padding: 0;
}
@media (max-width: 991px) {
  .header-sidebar + .header-searchbar {
    display: none;
  }
}

.hamburger {
  --humburgerBox: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  z-index: 999;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
  }
}
@media (max-width: 575px) {
  .hamburger {
    --humburgerBox: 2.19rem;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 2px;
  width: 100%;
  background: #FF6700;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #FF6700;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #ffffff;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}

.mbnav-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .mbnav-backdrop {
    z-index: 9999;
  }
}
.mbnav-open .mbnav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/*--- footer ---*/
.main-footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #0D0D0D;
  line-height: normal;
  padding: 4.38rem 0;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 2.5rem 0 0.94rem;
  }
}
.main-footer ul {
  margin: 0;
  padding: 0;
}
.main-footer li {
  list-style: none;
}
.main-footer a:not(.btn) {
  text-decoration: none;
  color: #ffffff;
}
.main-footer a:not(.btn):hover, .main-footer a:not(.btn):focus {
  color: #FF6700;
}
.main-footer p {
  color: #ffffff;
  letter-spacing: -1.5px;
}
@media (max-width: 767px) {
  .main-footer p {
    letter-spacing: 0;
  }
}
.main-footer .h5 {
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .main-footer .h5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .main-footer .h5 {
    letter-spacing: -1px;
    margin-bottom: 0.57rem;
  }
}
.main-footer .footer-top {
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .main-footer .footer-top {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
    padding-bottom: 0;
  }
}
.main-footer .footer-top [class*=cell-] {
  margin-bottom: 2.5rem;
}
.main-footer .footer-left {
  max-width: 40rem;
}
.main-footer .footer-left form {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer .footer-left form {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-left form {
    max-width: 25rem;
  }
}
.main-footer .footer-left input[type=email] {
  background-color: #343434;
  color: #ffffff;
  margin-right: 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer .footer-left input[type=email] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.63rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-left input[type=email] {
    margin-right: 0.94rem;
  }
}
.main-footer .footer-left input[type=email]::-webkit-input-placeholder {
  color: inherit;
}
.main-footer .footer-left input[type=email]:-moz-placeholder {
  color: inherit;
}
.main-footer .footer-left input[type=email]::-moz-placeholder {
  color: inherit;
}
.main-footer .footer-left input[type=email]:-ms-input-placeholder {
  color: inherit;
}
.main-footer .footer-right {
  max-width: 38.13rem;
}
.main-footer .footer-right .btn {
  margin-right: 3.13rem;
}
@media (max-width: 1199px) {
  .main-footer .footer-right .btn {
    margin-right: 1.75rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-social {
    width: 100%;
    margin-top: 3.44rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-social ul {
    justify-content: center;
  }
}
.main-footer .footer-social li {
  margin: 0.32rem 0.94rem;
}
@media (max-width: 1199px) {
  .main-footer .footer-social li {
    margin: 0.32rem 0.63rem;
  }
}
.main-footer .footer-social a {
  font-size: 2.25rem;
}
@media (max-width: 1199px) {
  .main-footer .footer-social a {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-social a {
    font-size: 1.94rem;
  }
}
.main-footer .footer-bottom span {
  display: inline-block;
  margin-right: 1.75rem;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom span {
    margin-right: 0.57rem;
  }
}
.main-footer .footer-bottom a {
  display: inline-block;
  margin-right: 1.75rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .main-footer .footer-bottom a {
    margin-right: 0.57rem;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-bottom-right {
    display: none;
  }
}

.home-hero-section {
  height: 90vh;
  min-height: 43.75rem;
  overflow: hidden;
  margin-bottom: 0.38rem;
}
@media (max-width: 1399px) {
  .home-hero-section {
    height: 100vh;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .home-hero-section {
    height: auto;
  }
}
.home-hero-section .hhs-slider {
  display: flex;
  height: 100%;
  margin-left: -0.18rem;
  margin-right: -0.18rem;
  background-color: #0D0D0D;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-slider {
    min-height: 40.63rem;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hhs-slider {
    min-height: 29.75rem;
  }
}
.home-hero-section .hhs-slider .slick-list {
  display: flex;
}
@media (min-width: 992px) {
  .home-hero-section .hhs-slider .slick-slide.slick-active .hhs-box {
    width: 69% !important;
  }
  .home-hero-section .hhs-slider .slick-slide.slick-active + .slick-slide .hhs-box {
    left: -31%;
    width: 31% !important;
  }
  .home-hero-section .hhs-slider .slick-slide:last-child .hhs-box {
    width: 100% !important;
  }
}
.home-hero-section .hhs-slider .slick-slide > div {
  height: 100%;
}
.home-hero-section .hhs-slider .slick-arrow {
  top: auto;
  bottom: 0.44rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home-hero-section .hhs-slider .slick-arrow {
    left: 0.5rem;
    transform: none;
    bottom: 0.32rem;
  }
}
.home-hero-section .hhs-slider .slick-prev {
  margin-right: 4.75rem;
}
.home-hero-section .hhs-slider .slick-next {
  margin-left: 4.75rem;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-slider .slick-next {
    left: auto;
    right: 0.5rem;
  }
}
.home-hero-section .hhs-slider .slick-dots {
  position: absolute;
  bottom: 1.38rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.home-hero-section .hhs-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.home-hero-section .hhs-slider .slick-dots button {
  opacity: 0.3;
}
.home-hero-section .hhs-box {
  position: relative;
  left: 0%;
  height: 100%;
  width: 100%;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transition: 0.5s;
}
.home-hero-section .hhs-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.home-hero-section .hhs-box:hover .hhs-excerpt p, .home-hero-section .hhs-box.hovered .hhs-excerpt p {
  opacity: 1;
}
.home-hero-section .hhs-box:hover .hhs-content::before, .home-hero-section .hhs-box.hovered .hhs-content::before {
  left: 1.19rem;
  bottom: 1.19rem;
  width: calc(100% - 19px);
  height: 100%;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .home-hero-section .hhs-box:hover .hhs-content::before, .home-hero-section .hhs-box.hovered .hhs-content::before {
    left: 0.75rem;
    bottom: 0.5rem;
    width: calc(100% - 12px);
  }
}
.home-hero-section .hhs-box:hover .hhs-content h2, .home-hero-section .hhs-box.hovered .hhs-content h2 {
  font-style: italic;
}
.home-hero-section .hhs-box:hover .order-btn, .home-hero-section .hhs-box.hovered .order-btn {
  padding-left: 1.75rem;
}
@media (max-width: 767px) {
  .home-hero-section .hhs-box:hover .order-btn, .home-hero-section .hhs-box.hovered .order-btn {
    padding-left: 1.07rem;
  }
}
.home-hero-section .hhs-box:hover .btn, .home-hero-section .hhs-box.hovered .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.home-hero-section .hhs-box:hover .btn:hover, .home-hero-section .hhs-box:hover .btn:focus, .home-hero-section .hhs-box.hovered .btn:hover, .home-hero-section .hhs-box.hovered .btn:focus {
  color: #0D0D0D;
}
@media (min-width: 1200px) {
  .home-hero-section .hhs-box:not(.hovered) .btn:not(.order-btn) {
    clip-path: polygon(0 55%, 0 56%, 0 55%, 0 55%);
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .home-hero-section .hhs-box .btn:not(.order-btn) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transition: 0.3s;
    height: 3.13rem;
  }
}
.home-hero-section .hhs-box .btn {
  display: inline-flex;
  align-items: center;
}
.home-hero-section .hhs-box .btn-wrap {
  margin-top: 1.44rem;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-box .btn-wrap {
    margin-top: 0.94rem;
  }
}
.home-hero-section .hhs-media {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.home-hero-section .hhs-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-section .hhs-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-hero-section .hhs-content {
  position: relative;
  max-width: 38.88rem;
  padding: 4.69rem 3.44rem;
}
@media (max-width: 1399px) {
  .home-hero-section .hhs-content {
    max-width: 31.25rem;
    padding: 3.44rem 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-content {
    max-width: 29.38rem;
  }
}
@media (max-width: 991px) {
  .home-hero-section .hhs-content {
    padding: 3.75rem 2.19rem 2.19rem;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hhs-content {
    margin-top: 12.5rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 400px) {
  .home-hero-section .hhs-content {
    padding: 3.75rem 0.88rem 2.19rem 1.69rem;
  }
}
.home-hero-section .hhs-content-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.home-hero-section .hhs-content-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.home-hero-section .hhs-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 50px);
  width: 0.38rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #FF6700;
  transition: 0.3s;
  z-index: -1;
}
.home-hero-section .hhs-content .eyebrow-text {
  margin-bottom: 0.5rem;
}
.home-hero-section .hhs-content h2, .home-hero-section .hhs-content p {
  color: #ffffff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .home-hero-section .hhs-content p {
    font-size: 1.25rem;
  }
}
.home-hero-section .hhs-content .order-btn {
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .home-hero-section .hhs-content .order-btn {
    padding-left: 0;
    border-color: transparent;
  }
}
.home-hero-section .hhs-content .order-btn::before {
  content: "\e909";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-size: 1.69rem;
  margin-right: 0.5rem;
  color: #ffffff;
  line-height: 0.8;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-content .order-btn::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hhs-content .order-btn::before {
    font-size: 0.94rem;
  }
}
.home-hero-section .hhs-content .order-btn:hover {
  color: #0D0D0D;
}
.home-hero-section .hhs-content .order-btn:hover::before {
  color: #0D0D0D;
}
.home-hero-section .hhs-content .order-btn:focus {
  display: none !important;
}
.home-hero-section .hhs-content .btn {
  margin-bottom: 0.32rem;
}
@media (min-width: 1200px) {
  .home-hero-section .hhs-content .btn {
    margin-right: 1.13rem;
    color: transparent;
    border-color: transparent;
  }
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-content .btn {
    font-size: 1.07rem;
    margin-right: 0.88rem;
  }
}
.home-hero-section .hhs-content .btn:last-child {
  margin-right: 0;
}
.home-hero-section .hhs-content .btn-wrap {
  transition: 0.3s;
}
.home-hero-section .hhs-content .store-icon {
  font-size: 1.69rem;
  color: #ffffff;
  text-decoration: none;
  margin-right: 0.44rem;
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-content .store-icon {
    font-size: 1.13rem;
  }
}
.home-hero-section .hhs-content .store-icon:hover, .home-hero-section .hhs-content .store-icon:focus {
  color: #0D0D0D;
}
.home-hero-section .hhs-content .store-icon-wrap {
  margin-right: 1.88rem;
}
@media (max-width: 991px) {
  .home-hero-section .hhs-content .store-icon-wrap {
    margin-right: 1.25rem;
  }
}
.home-hero-section .hhs-excerpt {
  display: none;
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-excerpt {
    display: block;
  }
}
.home-hero-section .hhs-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .home-hero-section .hhs-excerpt p {
    opacity: 1;
  }
}

/* game detail page hero */
.game-detail-hero {
  overflow: hidden;
}
.game-detail-hero + .main-content {
  position: relative;
  background-color: #ffffff;
}
.dark .game-detail-hero + .main-content {
  background-color: #0D0D0D;
}
.game-detail-hero .gdh-sticky-slider {
  position: fixed;
  top: 0;
  left: 0;
  height: 84vh;
  min-height: 43.75rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .game-detail-hero .gdh-sticky-slider {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-sticky-slider {
    display: flex;
    min-height: 40.63rem;
    height: auto;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .game-detail-hero .gdh-sticky-slider {
    min-height: 26.07rem;
  }
}
.game-detail-hero .gdh-sticky-slider .slick-list {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-sticky-slider .slick-list {
    height: auto;
  }
}
.game-detail-hero .gdh-sticky-slider .slick-track {
  height: 100%;
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-sticky-slider .slick-slide {
    height: auto;
  }
}
.game-detail-hero .gdh-sticky-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.game-detail-hero .gdh-slider {
  display: flex;
  height: 84vh;
  min-height: 43.75rem;
}
@media (max-width: 1399px) {
  .game-detail-hero .gdh-slider {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-slider {
    min-height: 40.63rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .game-detail-hero .gdh-slider {
    min-height: 26.07rem;
  }
}
.game-detail-hero .gdh-slider .slick-list {
  display: flex;
  width: 100% !important;
}
.game-detail-hero .gdh-slider .slick-slide > div {
  height: 100%;
}
.game-detail-hero .gdh-slider .slick.slide {
  width: 100% !important;
}
.game-detail-hero .gdh-slider-nav {
  width: 100% !important;
  max-width: 59.38rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 1199px) {
  .game-detail-hero .gdh-slider-nav {
    max-width: 43.75rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .game-detail-hero .gdh-slider-nav {
    max-width: 34.38rem;
    padding-left: 1.38rem;
    padding-right: 1.38rem;
  }
}
@media (max-width: 575px) {
  .game-detail-hero .gdh-slider-nav {
    max-width: 23.75rem;
  }
}
@media (max-width: 374px) {
  .game-detail-hero .gdh-slider-nav {
    max-width: 20.63rem;
  }
}
.game-detail-hero .gdh-slider-nav .slick-current .gdh-slider-nav-video, .game-detail-hero .gdh-slider-nav .slick-current .gdh-slider-nav-img {
  border-color: #FF6700;
}
.game-detail-hero .gdh-slider-nav .slick-arrow {
  top: 0;
  height: 3.63rem;
  width: 3.63rem;
}
@media (max-width: 1199px) {
  .game-detail-hero .gdh-slider-nav .slick-arrow {
    height: 2.82rem;
    width: 2.82rem;
  }
}
.game-detail-hero .gdh-slider-nav-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2.13rem 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-slider-nav-wrap {
    padding: 0.63rem 0;
  }
}
.dark .game-detail-hero .gdh-slider-nav-wrap {
  background-color: #0D0D0D;
}
.game-detail-hero .gdh-slider-nav-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.game-detail-hero .gdh-slider-nav-video, .game-detail-hero .gdh-slider-nav-img {
  position: relative;
  padding-top: 57.6923076923%;
  border: 1px solid #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .game-detail-hero .gdh-slider-nav-video:hover, .game-detail-hero .gdh-slider-nav-img:hover {
    border-color: #FF6700;
  }
}
.game-detail-hero .gdh-slider-nav-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-detail-hero .gdh-slider-nav-video video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.game-detail-hero .gdh-slider-nav-video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FF6700;
  z-index: 1;
}
@media (min-width: 576px) {
  .game-detail-hero .gdh-slider-nav-video .icon-play {
    font-size: 1.75rem;
  }
}
.game-detail-hero .gdh-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.game-detail-hero .gdh-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
  pointer-events: none;
}
.game-detail-hero .gdh-media {
  position: relative;
  height: 101%;
  width: 101% !important;
}
.game-detail-hero .gdh-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-detail-hero .gdh-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.game-detail-hero .gdh-content {
  max-width: 38.88rem;
}
.game-detail-hero .gdh-content-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
}
.game-detail-hero .gdh-content-inner {
  padding: 3.63rem 0;
  width: 100%;
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-content-inner {
    padding: 1.57rem 0;
  }
}
.game-detail-hero .gdh-content h2 {
  color: #ffffff;
}
.game-detail-hero .gdh-content .store-icon {
  color: #ffffff;
  font-size: 1.69rem;
  margin-right: 0.44rem;
}
@media (max-width: 991px) {
  .game-detail-hero .gdh-content .store-icon {
    font-size: 1.13rem;
  }
}
.game-detail-hero .gdh-content .store-icon:hover, .game-detail-hero .gdh-content .store-icon:focus {
  color: #FF6700;
}
.game-detail-hero .btn-wrap {
  width: calc(50% + 100px);
  margin-top: 1.88rem;
}
@media (max-width: 991px) {
  .game-detail-hero .btn-wrap {
    width: 100%;
    margin-top: 0.94rem;
  }
}
.game-detail-hero .btn-wrap .-white-orange {
  padding-left: 2.19rem;
  padding-right: 2.19rem;
}

@media (max-width: 767px) {
  .latest-carousel {
    padding-bottom: 0.63rem;
  }
}
.latest-carousel.of-game-detail {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .latest-carousel .content-part {
    margin-bottom: 1.88rem;
  }
}
.latest-carousel .content-part p {
  max-width: 31.25rem;
}
.latest-carousel .lc-image-carousel {
  padding-right: 5.94rem;
  padding-left: 5.94rem;
}
@media (max-width: 1399px) {
  .latest-carousel .lc-image-carousel {
    padding-right: 4.38rem;
    padding-left: 4.38rem;
  }
}
@media (max-width: 767px) {
  .latest-carousel .lc-image-carousel {
    padding-right: 0;
    padding-left: 0;
  }
}
.latest-carousel .lc-image-carousel .post-card--item {
  max-width: 100%;
  height: 100%;
}
.latest-carousel .lc-image-carousel .slick-list {
  padding-top: 0.32rem !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.latest-carousel .lc-image-carousel .slick-track {
  max-width: 80% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 1000px;
  margin: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .latest-carousel .lc-image-carousel .slick-track {
    max-width: 84% !important;
    margin-bottom: 4.13rem;
  }
}
.latest-carousel .lc-image-carousel .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transition: transform 0.5s;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .latest-carousel .lc-image-carousel .slick-slide {
    transform: translate3d(15%, 15%, 0);
  }
}
.latest-carousel .lc-image-carousel .slick-slide:focus {
  outline: 0;
}
.latest-carousel .lc-image-carousel .slick-snext, .latest-carousel .lc-image-carousel .slick-snext2, .latest-carousel .lc-image-carousel .slick-snext3 {
  display: flex;
  perspective: 1000px;
  opacity: 1;
}
.latest-carousel .lc-image-carousel .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 3;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.latest-carousel .lc-image-carousel .slick-snext {
  transform: translate3d(15%, 0, -100px);
  z-index: 2;
}
@media (max-width: 720px) and (orientation: portrait) {
  .latest-carousel .lc-image-carousel .slick-snext {
    transform: translate3d(5%, 5%, 0);
  }
}
.latest-carousel .lc-image-carousel .slick-snext2 {
  transform: translate3d(30%, 0, -200px);
  z-index: 1;
}
@media (max-width: 720px) and (orientation: portrait) {
  .latest-carousel .lc-image-carousel .slick-snext2 {
    transform: translate3d(10%, 10%, 0);
  }
}
.latest-carousel .lc-image-carousel .slick-snext3 {
  transform: translate3d(50%, 0, -355px);
  z-index: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .latest-carousel .lc-image-carousel .slick-snext3 {
    transform: translate3d(15%, 15%, 0);
  }
}
@media (max-width: 1399px) {
  .latest-carousel .lc-image-carousel .slick-arrow {
    --sArrowWidth: 50px;
  }
}
@media (max-width: 767px) {
  .latest-carousel .lc-image-carousel .slick-arrow {
    --sArrowWidth: 44px;
    top: auto;
    bottom: 0;
    transform: translateY(40%);
  }
}
@media (max-width: 767px) {
  .latest-carousel .lc-image-carousel .slick-arrow.slick-prev {
    left: -16px;
  }
}
@media (max-width: 767px) {
  .latest-carousel .lc-image-carousel .slick-arrow.slick-next {
    right: -16px;
  }
}
@media (max-width: 767px) {
  .latest-carousel .lc-image-carousel .slick-dots {
    margin: 3.13rem auto;
  }
}
@media (max-width: 575px) {
  .latest-carousel .lc-image-carousel .slick-dots {
    max-width: 10.63rem;
  }
}

.latest-news .content-part-inner .btn {
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .latest-news .content-part-inner .btn {
    margin-top: 0.94rem;
  }
}

.post-card--item {
  max-width: 41.57rem;
  padding-bottom: 12px;
}
.post-card--item figure {
  position: relative;
}
.post-card--item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card--item figure::after {
  content: "";
  position: relative;
  display: block;
  padding-top: 56.25%;
  background-color: rgba(13, 13, 13, 0.5);
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.post-card--item figure .plus-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.post-card--item .desc {
  padding: 1.88rem 3.44rem 1.88rem 1.88rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .post-card--item .desc {
    padding: 0.82rem 1.57rem 1.57rem 0.82rem;
  }
}
.post-card--item .desc h6,
.post-card--item .desc .h6 {
  font-size: 2.13rem;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .post-card--item .desc h6,
.post-card--item .desc .h6 {
    font-size: 1.88rem;
  }
}
@media (max-width: 575px) {
  .post-card--item .desc h6,
.post-card--item .desc .h6 {
    font-size: 1rem;
  }
}
.post-card--inner {
  display: block;
  color: initial;
  text-decoration: none !important;
  border: 1px solid #D9D9D9;
  box-shadow: 12px 12px 0px rgba(217, 217, 217, 0.25);
  background-color: #ffffff;
  height: 100%;
  transition: 0.3s;
}
.post-card--inner:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 0px #FF6700;
  border-color: #FF6700;
}
.post-card--inner:hover figure::after {
  opacity: 1;
}
.post-card--inner:hover .plus-sign {
  opacity: 1;
}
.post-date {
  color: #0D0D0D;
  margin-bottom: 0.38rem;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .post-date {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .post-date {
    font-size: 0.63rem;
  }
}

.about-hero-section {
  position: relative;
  padding: 20.75rem 0;
}
@media (max-width: 991px) {
  .about-hero-section {
    padding: 10.63rem 0;
  }
}
@media (max-width: 767px) {
  .about-hero-section {
    padding: 9.19rem 0 3.32rem;
  }
}
.about-hero-section.contact-banner {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .about-hero-section.contact-banner {
    padding: 9.38rem 0;
  }
}
.about-hero-section.contact-banner .about-hero-bg {
  position: absolute;
}
.about-hero-section.contact-banner .about-hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 13, 13, 0.5);
  z-index: 1;
}
.about-hero-section.contact-banner .about-hero-heading h1, .about-hero-section.contact-banner .about-hero-heading .h1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-hero-section.contact-banner .about-hero-heading h1, .about-hero-section.contact-banner .about-hero-heading .h1 {
    font-size: 2.82rem;
  }
}
.about-hero-section.terms-hero {
  padding: 12.75rem 0 6.19rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-hero-section.terms-hero {
    padding: 12.75rem 0 3.13rem;
  }
}
@media (max-width: 767px) {
  .about-hero-section.terms-hero {
    padding: 7.5rem 0 3.13rem;
  }
}
.about-hero-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: skewY(-4deg);
  transform-origin: top left;
}
.about-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-hero-heading h1, .about-hero-heading .h1 {
  color: #ffffff;
}

.about-fifty-fifty {
  padding-top: 2.5rem;
}
@media (max-width: 991px) {
  .about-fifty-fifty .row {
    flex-direction: column-reverse;
  }
}
.about-img-wrap {
  position: relative;
}
.about-img-wrap .orange-line {
  position: absolute;
  bottom: -3%;
  right: 0;
  width: 42%;
  height: 3%;
  background-color: #FF6700;
  transform: skewY(-4deg);
}
.about-left-img {
  position: relative;
  padding-top: 94.9367088608%;
  margin-bottom: 9%;
  transform: skewY(-4deg);
  transform-origin: right;
  overflow: hidden;
}
.about-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-left-img {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-left-img {
    margin-bottom: 10%;
  }
}
.about-left-img img {
  transform: skewY(4deg);
  transform-origin: inherit;
  height: 108%;
}
.about-right-part {
  max-width: 43.13rem;
  margin-left: 12%;
  border-top: 0.32rem solid #FF6700;
}
@media (max-width: 991px) {
  .about-right-part {
    max-width: 100%;
    margin-left: 0;
  }
}
.about-right-part p {
  padding-top: 2.19rem;
  font-size: 2.5rem;
  line-height: 3.13rem;
}
@media (max-width: 1599px) {
  .about-right-part p {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 1399px) {
  .about-right-part p {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .about-right-part p {
    font-size: 1.5rem;
    padding-top: 1.57rem;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .about-right-part p {
    margin-bottom: 2.32rem;
  }
}
@media (max-width: 575px) {
  .about-right-part p {
    font-size: 1.13rem;
  }
}

.publish-game {
  position: relative;
  padding: 15.63rem 0 9.38rem;
}
.publish-game:hover .publish-inner-box {
  box-shadow: 0.75rem 0.75rem 0 #FF6700;
  transform: translate(-0.62rem, -0.62rem);
}
@media (max-width: 575px) {
  .publish-game:hover .publish-inner-box {
    transform: none;
  }
}
@media (max-width: 991px) {
  .publish-game {
    padding: 9.38rem 0 6.25rem;
  }
}
@media (max-width: 575px) {
  .publish-game {
    padding: 3.75rem 0 2.5rem;
  }
}
.publish-game::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/publish-comp-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transform: skewY(-5deg);
  transform-origin: right;
}
@media (max-width: 575px) {
  .publish-game::before {
    border-top: none;
  }
}
.publish-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.publish-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.publish-inner-box {
  position: relative;
  background-color: #ffffff;
  max-width: 64.69rem;
  margin: 0 auto;
  padding: 2.5rem 4.88rem 3.44rem 2.88rem;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .publish-inner-box {
    padding: 1.57rem;
    box-shadow: 12px 12px 0 #FF6700;
    max-width: 19.07rem;
  }
}
.publish-inner-box .pb-heading {
  max-width: 24.5rem;
}
.publish-inner-box .pb-heading h3, .publish-inner-box .pb-heading .h3 {
  line-height: 3rem;
  margin-bottom: 0;
  font-size: 3.75rem;
}
@media (max-width: 1399px) {
  .publish-inner-box .pb-heading h3, .publish-inner-box .pb-heading .h3 {
    font-size: 3.44rem;
  }
}
@media (max-width: 1199px) {
  .publish-inner-box .pb-heading h3, .publish-inner-box .pb-heading .h3 {
    font-size: 2.82rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575px) {
  .publish-inner-box .pb-heading h3, .publish-inner-box .pb-heading .h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.publish-inner-box .pb-description {
  margin-left: 1.25rem;
  border-top: 0.32rem solid #FF6700;
}
@media (max-width: 991px) {
  .publish-inner-box .pb-description {
    margin-left: 0;
    margin-top: 0.63rem;
    border-top: 0;
  }
}
.publish-inner-box .pb-description p {
  padding-top: 1.75rem;
}
@media (max-width: 991px) {
  .publish-inner-box .pb-description p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .publish-inner-box .pb-description p {
    font-size: 1rem;
    padding-top: 0;
  }
}
.publish-btn {
  display: flex;
  justify-content: center;
  margin-top: 2.82rem;
}
@media (max-width: 991px) {
  .publish-btn {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .publish-btn {
    margin-top: 1rem;
  }
}
.publish-btn .btn {
  padding: 0.82rem 5rem;
  border-radius: 100vh;
}
@media (max-width: 767px) {
  .publish-btn .btn {
    padding: 0.82rem 3.13rem;
  }
}
@media (max-width: 575px) {
  .publish-btn .btn {
    font-size: 0.75rem;
    padding: 0.44rem 0.82rem;
  }
}

.about-us-section {
  position: relative;
  padding: 14.38rem 0 10%;
  margin-bottom: 5.63rem;
}
@media (max-width: 767px) {
  .about-us-section {
    padding-top: 11.88rem;
  }
}
.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(14deg, #ff3100 0%, #FF6700 80%);
  background-size: cover;
  clip-path: polygon(0 1%, 100% 7%, 100% 89%, 0% 100%);
  -webkit-clip-path: polygon(0 1%, 100% 7%, 100% 89%, 0% 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .about-us-section::before {
    background: linear-gradient(90deg, #ff3100 0%, #FF6700 60%);
  }
}
.about-us-heading {
  max-width: 38.5rem;
}
@media (max-width: 1199px) {
  .about-us-heading {
    max-width: 100%;
  }
}
.about-us-heading h2, .about-us-heading .h2 {
  font-size: 8.75rem;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .about-us-heading h2, .about-us-heading .h2 {
    font-size: 6.25rem;
  }
}
@media (max-width: 767px) {
  .about-us-heading h2, .about-us-heading .h2 {
    font-size: 3.75rem;
    margin-bottom: 1.25rem;
  }
}
.about-us-description {
  max-width: 61.38rem;
  border-top: 0.63rem solid #ffffff;
}
@media (max-width: 767px) {
  .about-us-description {
    border-top: 0.38rem solid #ffffff;
  }
}
.about-us-description p {
  color: #ffffff;
  font-size: 2.63rem;
  font-weight: 700;
  line-height: 3.13rem;
  padding-top: 1.88rem;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about-us-description p {
    font-size: 1.88rem;
  }
}
@media (max-width: 1199px) {
  .about-us-description p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .about-us-description p {
    font-size: 1.13rem;
    line-height: 22px;
    padding-bottom: 1.57rem;
  }
}
.about-us-description .btn.-white {
  margin-top: 1.88rem;
}
@media (max-width: 575px) {
  .about-us-description .btn.-white {
    display: none;
  }
}
.about-us-img {
  max-height: 42.19rem;
  transform: skewY(-5deg);
  position: relative;
  transform-origin: right;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.75rem 0.75rem 0 #000000;
  background-color: #000000;
  margin-bottom: -9%;
  padding-top: 39.7310513447%;
}
.about-us-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-us-img {
    box-shadow: 0.5rem 0.5rem 0 #000000;
  }
}
@media (max-width: 575px) {
  .about-us-img {
    padding-top: 62.9921259843%;
  }
}
.about-us-img img {
  height: 130%;
  width: 100%;
  object-fit: cover;
  transform: skewY(5deg);
  transform-origin: inherit;
}

.games-section {
  padding: 2.5rem 0;
}
.games-heading {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .games-heading {
    margin-bottom: 0.63rem;
  }
}
.games-heading h1, .games-heading .h1 {
  margin-right: 0.94rem;
}
.games-wrap {
  overflow: hidden;
}
.games-media {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 1.57rem;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .games-media {
    margin-bottom: 0.63rem;
  }
}
.games-media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.games-media .plus-sign {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.games-content {
  transition: 0.3s;
}
.games-content .eyebrow-text {
  color: #AAAAAA !important;
}
.games-card {
  display: block;
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .games-card {
    margin-bottom: 1.25rem;
  }
}
.games-card:hover .games-media {
  box-shadow: 0.63rem 0.63rem 0 #FF6700;
  transform: translate(-0.59rem, -0.62rem);
}
.games-card:hover .games-media::before {
  opacity: 1;
}
.games-card:hover .games-media .plus-sign {
  opacity: 1;
}
.games-card:hover .games-content {
  transform: translateX(0.63rem);
}
.games-card h3, .games-card .h3 {
  font-size: 2.75rem;
  color: #ffffff;
  letter-spacing: -2px;
}
@media (max-width: 1599px) {
  .games-card h3, .games-card .h3 {
    font-size: 2.13rem;
  }
}
@media (max-width: 1199px) {
  .games-card h3, .games-card .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .games-card h3, .games-card .h3 {
    font-size: 1.5rem;
  }
}
.games-card h3 a, .games-card .h3 a {
  text-decoration: none;
}
.games-card h3 a:hover, .games-card h3 a:focus, .games-card .h3 a:hover, .games-card .h3 a:focus {
  color: #FF6700;
}
.games-card .store-icons .store-icon {
  color: #ffffff;
}
.games-card .store-icons .store-icon:hover, .games-card .store-icons .store-icon:focus {
  color: #FF6700;
}
.games-img, .games-video {
  position: relative;
  padding-top: 56.25%;
  border: 1px solid #FF6700;
  overflow: hidden;
}
.games-img img, .games-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games-video video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.games-slider {
  padding-bottom: 5.5rem;
}
@media (max-width: 991px) {
  .games-slider {
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 768px) {
  .games-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(13, 13, 13, 0.99));
    pointer-events: none;
  }
}
.games-slider .slick-list {
  padding-left: calc((100% - 1710px) / 2);
  padding-right: 4.07rem;
  padding-top: 0.69rem;
}
@media (max-width: 1900px) {
  .games-slider .slick-list {
    padding-left: 3.75rem;
  }
}
@media (max-width: 767px) {
  .games-slider .slick-list {
    padding-right: 2.82rem;
    padding-left: 1.25rem;
  }
}
.games-slider .slick-arrow {
  top: auto;
  bottom: 0.44rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .games-slider .slick-arrow {
    left: 1.25rem;
    transform: none;
    bottom: 0.32rem;
  }
}
.games-slider .slick-prev {
  margin-right: 4.82rem;
}
.games-slider .slick-next {
  margin-left: 4.82rem;
}
@media (max-width: 991px) {
  .games-slider .slick-next {
    left: auto;
    right: 1.25rem;
  }
}
.games-slider .slick-dots {
  position: absolute;
  bottom: 1.38rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.games-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.games-slider .slick-dots button {
  opacity: 0.3;
}

.newsletter {
  position: relative;
  z-index: 1;
}
.newsletter-signup {
  max-width: 43.44rem;
  padding: 4rem 3.13rem;
  border: 1px solid #FF6700;
  margin: auto;
  transform: skewY(2.8deg);
  transform-origin: left top;
  background-color: #ffffff;
  box-shadow: 12px 12px 0 #FF6700;
}
@media (max-width: 991px) {
  .newsletter-signup {
    padding: 1.75rem 1.44rem 2.5rem 1.44rem;
  }
}
.newsletter-signup--inner {
  transform: skewY(-2.8deg);
}
.newsletter-signup--inner p {
  margin-bottom: 1.25rem;
}
.newsletter-signup form .formgroup {
  display: flex;
}
.newsletter-signup form .formgroup input[type=submit] {
  margin-left: 1.25rem;
}
@media (max-width: 374px) {
  .newsletter-signup form .formgroup input[type=submit] {
    margin-left: 0.63rem;
  }
}
.newsletter + .about-us-section {
  margin-top: -5.62rem;
}

.game-hero {
  min-height: 42.69rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .game-hero {
    min-height: 37.5rem;
  }
}
@media (max-width: 767px) {
  .game-hero {
    min-height: 31.25rem;
  }
}
@media (max-width: 575px) {
  .game-hero {
    min-height: 16.44rem;
  }
}
.game-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  background: linear-gradient(0deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 100%);
  z-index: -1;
}
.game-hero .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.game-hero .banner-image img, .game-hero .banner-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-hero .hero-content {
  max-width: 900px;
  padding-bottom: 2.94rem;
}
@media (max-width: 575px) {
  .game-hero .hero-content {
    padding-bottom: 0;
  }
}
.game-hero .hero-content h1 {
  color: #ffffff;
}
@media (min-width: 992px) {
  .game-hero .hero-content h1 {
    line-height: 0.74;
    letter-spacing: -8.4px;
  }
}

.games-block-section {
  padding: 5.5rem 0;
  background: #0D0D0D;
}
@media (max-width: 575px) {
  .games-block-section {
    padding: 1.25rem 0 5.63rem;
  }
}
@media (max-width: 575px) {
  .games-block-section .container {
    padding: 0 2rem;
  }
}
.games-block-wrap {
  margin: 0 -0.93rem;
}
.games-sidebar {
  max-width: 21.5rem;
  width: 100%;
  padding-top: 0.63rem;
}
@media (max-width: 1199px) {
  .games-sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.games-sidebar .search {
  margin-bottom: 0.94rem;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .games-sidebar .search {
    max-width: 49%;
  }
}
.games-sidebar .search input[type=search] {
  border-radius: 1.57rem;
  background: #343434;
  color: #ffffff;
}
.games-sidebar .search input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.games-sidebar .search input[type=search]:-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.games-sidebar .search input[type=search]::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.games-sidebar .search input[type=search]:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.games-sidebar .filters-wrap-block {
  position: relative;
}
.games-sidebar .filters-wrap-block .mob-filter-top {
  padding-right: 4.69rem;
  position: relative;
  padding: 0.63rem 4.69rem 0.63rem 0;
  background: #343434;
}
.games-sidebar .filters-wrap-block .mob-filter-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 100vw;
  background: #343434;
  z-index: 0;
  height: 100%;
}
.games-sidebar .filters-wrap-block .mob-filter-top .single-filter {
  margin-bottom: 0;
}
.games-sidebar .filters-wrap-block .mob-filter-top .filter-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  font-size: 1.69rem;
  cursor: pointer;
}
.games-sidebar .filters-wrap-block .mob-filter-top .filter-toggle .icon-three-dots {
  border: 2px solid #FF6700;
  padding: 0 0.88rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.games-sidebar .filters-wrap-block .mob-filter-top .filter-toggle .icon-cross {
  display: none;
}
.games-sidebar .filters-wrap-block.active .mob-filter-top .filter-toggle .icon-three-dots {
  display: none;
}
.games-sidebar .filters-wrap-block.active .mob-filter-top .filter-toggle .icon-cross {
  display: block;
}
@media (min-width: 1200px) {
  .games-sidebar .filters {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .games-sidebar .filters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.62rem;
  }
}
@media (max-width: 575px) {
  .games-sidebar .filters {
    display: none;
    position: absolute;
    padding: 0.32rem 6.69rem 8.44rem 2rem;
    top: 100%;
    left: 0;
    width: calc(100% + 64px);
    margin: 0 -2rem;
    background: #343434;
    z-index: 3;
  }
}
@media (max-width: 1199px) and (min-width: 575px) {
  .games-sidebar .filters {
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .games-sidebar .filters .single-filter:first-child {
    display: none;
  }
}
.games-card-blocks {
  width: calc(100% - 344px);
  padding-left: 1.94rem;
  padding-top: 0.63rem;
}
@media (max-width: 1199px) {
  .games-card-blocks {
    width: 100%;
    padding-left: 0.94rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .games-card-blocks .games-card {
    margin-bottom: 4.69rem;
  }
}
.games-card-blocks .more-btn {
  width: 100%;
  margin-top: 0.63rem;
}

.single-filter {
  margin-bottom: 0.82rem;
  position: relative;
}
@media (max-width: 1199px) {
  .single-filter {
    padding: 0 0.63rem;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .single-filter {
    width: 100%;
    padding: 0;
  }
}
.single-filter span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .single-filter span {
    font-size: 0.88rem;
  }
}
.single-filter .select2 {
  border: 2px solid #FF6700;
  padding: 0.57rem 1.32rem;
  width: 100% !important;
}
@media (max-width: 575px) {
  .single-filter .select2 {
    padding: 0.13rem 1rem;
  }
}
.single-filter .select2 .select2-selection--single {
  height: auto;
  background: transparent;
  border: none;
}
.single-filter .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #ffffff;
}
@media (max-width: 575px) {
  .single-filter .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 0.88rem;
  }
}
.single-filter .select2 .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  height: auto;
}
.single-filter .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.single-filter .select2 .select2-selection--single .select2-selection__arrow:after {
  content: "\e90f";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 0.69rem;
  color: #FF6700;
}
.single-filter .select2 .select2-dropdown {
  position: static;
  border: none;
  margin-top: 1.13rem;
}
.single-filter .select2 + .select2-container {
  top: calc(100% - 2px) !important;
  left: 0 !important;
}
@media (max-width: 1199px) {
  .single-filter .select2 + .select2-container {
    left: 0.63rem !important;
  }
}
@media (max-width: 575px) {
  .single-filter .select2 + .select2-container {
    left: 0 !important;
  }
}
.single-filter .select2 + .select2-container .select2-dropdown {
  border: 2px solid #FF6700;
  padding: 0.38rem 1.32rem 1.57rem 1.32rem;
  background: #0D0D0D;
  border-top: 0;
}
@media (max-width: 575px) {
  .single-filter .select2 + .select2-container .select2-dropdown {
    padding: 0.38rem 1rem 1.57rem 1rem;
    background: #343434;
  }
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-search {
  display: none;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results {
  max-height: 9.75rem;
  overflow: auto;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results__options {
  max-height: inherit;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools {
  width: 0.75rem;
  opacity: 1;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #343434;
}
@media (max-width: 575px) {
  .single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #ffffff;
  }
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
  width: 0.75rem;
  border-radius: 0;
  background-color: #FF6700;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  width: 0.75rem;
  background-color: #343434;
}
@media (max-width: 575px) {
  .single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    background-color: #ffffff;
  }
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results li {
  padding: 0;
  margin-bottom: 0.57rem;
  transition: all 0.3s;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results li:hover {
  color: #FF6700;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results li.select2-results__option--selected {
  color: #FF6700;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results li:first-child {
  display: none;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results li:last-child {
  margin-bottom: 0;
}
.single-filter .select2 + .select2-container .select2-dropdown .select2-results .select2-results__option--selected, .single-filter .select2 + .select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
  background: transparent;
}

.select2-container--default .select2-selection--single {
  background: transparent;
}

.games-sidebar .filters .single-filter span {
  background: transparent;
}

.media-title {
  position: relative;
}
.media-img-wrap {
  position: relative;
}
.media-img-wrap .orange-line {
  position: absolute;
  bottom: -3%;
  right: 0;
  width: 20%;
  height: 3%;
  background-color: #FF6700;
  transform: skewY(-4deg);
}
@media (max-width: 991px) {
  .media-img-wrap {
    margin-top: -1.87rem;
    z-index: -1;
  }
}
.media-t-img {
  position: relative;
  padding-top: 48.8997555012%;
  margin-left: 12%;
  transform: skewY(-4deg);
  transform-origin: right;
  overflow: hidden;
}
.media-t-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .media-t-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .media-t-img {
    min-height: 15rem;
  }
}
.media-t-img img {
  height: 120%;
  width: 100%;
  object-fit: cover;
  transform: skewY(4deg);
  transform-origin: inherit;
}
.media-t-description {
  margin-left: 3.13rem;
  margin-top: -20%;
  margin-right: 15%;
  background-color: #FF6700;
  max-width: 53.75rem;
  padding: 9.38rem 4.38rem 9.38rem 4.69rem;
  transform: skewY(-4deg);
  transform-origin: right;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .media-t-description {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 991px) {
  .media-t-description {
    margin-left: 3.13rem;
    margin-right: 3.13rem;
    max-width: 100%;
    margin-top: -3.12rem;
    display: none;
  }
}
@media (max-width: 575px) {
  .media-t-description {
    margin-top: -0.62rem;
    padding: 6.25rem 1.25rem;
  }
}
.media-t-description.-for-mobile {
  margin-top: 0;
  padding: 6.25rem 1.88rem;
}
@media (min-width: 992px) {
  .media-t-description.-for-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .media-t-description.-for-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .media-t-description.-for-mobile {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 2.82rem 1.88rem;
  }
}
.media-t-description.-for-mobile p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .media-t-description.-for-mobile p {
    font-size: 0.88rem;
    line-height: 1.13rem;
  }
}
.media-t-description h3, .media-t-description .h3 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .media-t-description h3, .media-t-description .h3 {
    font-size: 2.82rem;
  }
}
.media-t-description p {
  font-size: 1.5rem;
  line-height: 2.13rem;
  color: #ffffff;
  margin-top: 1.88rem;
}
.media-t-heading {
  transform: skewY(4deg);
}

.join-the-team {
  padding: 6.25rem 0;
}
@media (max-width: 991px) {
  .join-the-team {
    padding: 3.13rem 0;
  }
}
.join-tt-heading {
  max-width: 35.94rem;
  padding-left: 3.44rem;
}
@media (max-width: 1199px) {
  .join-tt-heading {
    padding-left: 0;
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 991px) {
  .join-tt-heading {
    max-width: 100%;
  }
}
.join-tt-heading h2, .join-tt-heading .h1 {
  margin-bottom: 0;
}
.join-tt-heading p {
  font-size: 1.5rem;
  line-height: 2.13rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .join-tt-heading p {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.join-right-part {
  padding-left: 5.63rem;
  max-width: 57.19rem;
}
@media (max-width: 1199px) {
  .join-right-part {
    padding-left: 0;
  }
}
.join-right-part .form-wrap {
  flex: 1;
}
.join-select-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .join-select-wrap {
    display: flex;
  }
}
@media (max-width: 767px) {
  .join-select-wrap {
    flex-direction: column;
  }
}
.join-select-wrap .job-role {
  width: 52%;
  background-color: #ffffff;
  border: 0.19rem solid #FF6700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .join-select-wrap .job-role {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .join-select-wrap .job-role {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .join-select-wrap select {
    margin-top: 1.57rem;
  }
  .join-select-wrap select:first-child {
    margin-top: 0;
  }
}
.join-select-wrap .office {
  width: 38%;
  background-color: #ffffff;
  border: 0.19rem solid #FF6700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .join-select-wrap .office {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .join-select-wrap .office {
    width: 70%;
  }
}
.join-tt-description {
  border-bottom: 0.13rem solid #000000;
  padding-bottom: 1.25rem;
  margin-bottom: 0.94rem;
}
.join-tt-description .small-heading {
  border-bottom: 0.13rem solid #000000;
  margin-bottom: 1.13rem;
}
.join-tt-description .small-heading .eyebrow-text {
  text-transform: lowercase;
  font-size: 1.5rem;
  margin-top: 1.38rem;
}
@media (max-width: 767px) {
  .join-tt-description .small-heading .eyebrow-text {
    font-size: 1rem;
  }
}
.join-tt-description .job-title .job-heading {
  font-weight: 700;
}
.join-tt-description .job-title p {
  margin: 1.13rem 0 1.75rem;
}
@media (max-width: 767px) {
  .join-tt-description .job-title p {
    line-height: 1.25rem;
    margin-top: 0.63rem;
    margin-bottom: 0.63rem;
  }
}
.join-tt-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.join-tt-btn-wrap .btn {
  min-width: 11.07rem;
}

.full-width-wrapper {
  position: relative;
}
.full-width-wrapper .orange-line {
  position: absolute;
  top: 17%;
  left: 0;
  width: 20%;
  height: 3%;
  background-color: #FF6700;
  transform: skewY(-5deg);
}
.full-img {
  position: relative;
  padding-top: 41.6666666667%;
  transform: skewY(-5deg);
  transform-origin: right;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.full-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-img img {
  transform: skewY(5deg);
  transform-origin: inherit;
  height: 120%;
}
.full-img::before {
  content: "";
  position: absolute;
  bottom: -2%;
  right: 0;
  width: 100%;
  height: 6%;
  background-color: #FF6700;
  z-index: 1;
  transform: skewY(0deg);
  transform-origin: right;
}

.bg-gray-gradient .latest-carousel .slick-dots button {
  background-color: #ffffff;
}

.post-content {
  padding: 2.5rem 0 0;
}
@media (max-width: 991px) {
  .post-content {
    padding-top: 7.5rem;
  }
}
.post-content .container {
  max-width: 76.88rem;
  margin: 0 auto;
}
.post-content-wrap {
  border: 1px solid #D9D9D9;
  box-shadow: 12px 12px 0px rgba(217, 217, 217, 0.25);
  background-color: #ffffff;
}
.post-banner-bg {
  position: relative;
  padding-top: 53.6823425022%;
}
.post-banner-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-description {
  padding: 0 3.75rem;
}
@media (max-width: 991px) {
  .post-description {
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .post-description p {
    margin-bottom: 1.25rem;
  }
}
.post-description h1, .post-description .h1 {
  font-size: 5rem;
  color: #000000;
  letter-spacing: -0.25rem;
  padding: 1.57rem 0 1.88rem;
}
@media (max-width: 1399px) {
  .post-description h1, .post-description .h1 {
    font-size: 3.75rem;
    line-height: 0.8;
  }
}
@media (max-width: 1199px) {
  .post-description h1, .post-description .h1 {
    font-size: 3.13rem;
  }
}
@media (max-width: 991px) {
  .post-description h1, .post-description .h1 {
    font-size: 2.5rem;
    line-height: 0.9;
    padding-bottom: 0.63rem;
  }
}
.post-description h2, .post-description .h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.13rem;
  color: #000000;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}
@media (max-width: 1399px) {
  .post-description h2, .post-description .h2 {
    font-size: 2.38rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .post-description h2, .post-description .h2 {
    font-size: 2.13rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .post-description h2, .post-description .h2 {
    font-size: 1.75rem;
    line-height: 1.88rem;
  }
}
.post-description q {
  display: block;
  max-width: 39.07rem;
  text-align: center;
  font-size: 4.25rem;
  font-weight: 700;
  color: #FF6700;
  letter-spacing: -0.31rem;
  line-height: 3.75rem;
  margin: 5.63rem auto 5rem;
}
.post-description q::before, .post-description q::after {
  display: none;
}
@media (max-width: 1199px) {
  .post-description q {
    font-size: 3.13rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    margin: 3.13rem auto;
  }
}
@media (max-width: 991px) {
  .post-description q {
    font-size: 2.5rem;
    line-height: 2.19rem;
  }
}
@media (max-width: 767px) {
  .post-description q {
    font-size: 1.88rem;
    line-height: 1.88rem;
    margin: 1.25rem 0;
  }
}
.post-description .post-img-wrap {
  display: grid;
  margin: 5.5rem 0 6.82rem;
}
@media (max-width: 991px) {
  .post-description .post-img-wrap {
    margin: 3.13rem 0;
  }
}
.post-description .post-img-wrap .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-description .post-img-wrap .post-img.p-img1 {
  grid-column: 1/3;
  position: relative;
  padding-top: 55.9642147117%;
}
.post-description .post-img-wrap .post-img.p-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-description .post-video {
  position: relative;
  margin-bottom: 6.13rem;
  padding-top: 55.9642147117%;
}
.post-description .post-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .post-description .post-video {
    margin-bottom: 3.13rem;
  }
}
@media (max-width: 767px) {
  .post-description .post-video {
    margin-bottom: 2.5rem;
  }
}
.post-description .post-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.post-description .post-video .icon-wrap {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #FF6700;
  border-radius: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .post-description .post-video .icon-wrap {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .post-description .post-video .icon-wrap {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.post-description .post-video .icon-wrap:hover .icon-play {
  transform: scale(1.2);
}
.post-description .post-video .icon-play {
  color: #ffffff;
  font-size: 2.19rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .post-description .post-video .icon-play {
    font-size: 1.25rem;
  }
}
.post-description .post-footer {
  border-top: 0.32rem solid #FF6700;
  padding-bottom: 5.32rem;
}
@media (max-width: 991px) {
  .post-description .post-footer {
    padding-bottom: 1.88rem;
  }
}
@media (max-width: 767px) {
  .post-description .post-footer {
    padding-bottom: 0.94rem;
  }
}
.post-description .post-footer p {
  padding-top: 1.69rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .post-description .post-footer p {
    font-size: 1rem;
    padding-top: 0.94rem;
  }
}
.post-description .post-footer .social-link {
  display: flex;
  padding-left: 0;
}
.post-description .post-footer .social-link li {
  list-style: none;
  margin-left: 1.75rem;
}
.post-description .post-footer .social-link li:first-child {
  margin-left: 0;
}
.post-description .post-footer .social-link li a {
  text-decoration: none;
  color: #000000;
  font-size: 2.19rem;
}
@media (max-width: 991px) {
  .post-description .post-footer .social-link li a {
    font-size: 1.63rem;
  }
}
.post-description .post-footer .social-link li a:hover {
  color: #FF6700;
}

.developer-detail .dd-left-line, .developer-detail .dd-right-line {
  padding: 1.75rem 0;
}
@media (max-width: 767px) {
  .developer-detail .dd-left-line, .developer-detail .dd-right-line {
    padding: 1.25rem 0;
  }
}
.developer-detail .dd-left-line h4, .developer-detail .dd-left-line .h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .developer-detail .dd-left-line h4, .developer-detail .dd-left-line .h4 {
    font-size: 1rem;
  }
}
.developer-detail .dd-left-line .store-icons {
  margin-top: 0.44rem;
}
.developer-detail .dd-left-line .store-icon {
  color: #0D0D0D;
}
.developer-detail .dd-left-line .store-icon:hover, .developer-detail .dd-left-line .store-icon:focus {
  color: #FF6700;
}
@media (max-width: 374px) {
  .developer-detail .dd-left-cell {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .developer-detail .dd-right-line {
    padding-bottom: 0;
  }
}
.developer-detail .dd-right-line p {
  margin-bottom: 1.57rem;
}

.news-hero {
  min-height: 25.32rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .news-hero {
    min-height: 16.44rem;
  }
}
.news-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.news-hero .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news-hero .banner-image img, .news-hero .banner-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hero .hero-content {
  max-width: 900px;
  padding-bottom: 2.94rem;
}
@media (max-width: 575px) {
  .news-hero .hero-content {
    padding-bottom: 0;
  }
}
.news-hero .hero-content h1 {
  color: #FF6700;
}
@media (min-width: 992px) {
  .news-hero .hero-content h1 {
    line-height: 0.74;
    letter-spacing: -8.4px;
  }
}

.news-blog-section {
  padding-bottom: 90px;
  background: #EAEAEA;
  background: linear-gradient(0deg, #EAEAEA 0%, white 100%);
}
@media (max-width: 575px) {
  .news-blog-section .container {
    padding: 0 2rem;
  }
}
.news-blog-section .games-sidebar {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 2.82rem;
}
.news-blog-section .games-sidebar-wrap .search {
  width: 25%;
}
@media (max-width: 1199px) {
  .news-blog-section .games-sidebar-wrap .search {
    width: 100%;
  }
}
.news-blog-section .games-sidebar-wrap .search input[type=search] {
  background: #EAEAEA;
  color: #0D0D0D;
}
.news-blog-section .games-sidebar-wrap .search input[type=search]::-webkit-input-placeholder {
  color: #0D0D0D;
  text-transform: uppercase;
}
.news-blog-section .games-sidebar-wrap .search input[type=search]:-moz-placeholder {
  color: #0D0D0D;
  text-transform: uppercase;
}
.news-blog-section .games-sidebar-wrap .search input[type=search]::-moz-placeholder {
  color: #0D0D0D;
  text-transform: uppercase;
}
.news-blog-section .games-sidebar-wrap .search input[type=search]:-ms-input-placeholder {
  color: #0D0D0D;
  text-transform: uppercase;
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block {
  width: 75%;
}
@media (max-width: 1199px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block {
    width: 100%;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .mob-filter-top .single-filter .select2-dropdown {
  background: #ffffff;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .mob-filter-top .single-filter .select2-dropdown {
    background: #343434;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .mob-filter-top .single-filter .select2-dropdown li {
  color: #0D0D0D;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .mob-filter-top .single-filter .select2-dropdown li {
    color: #ffffff;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .mob-filter-top .single-filter .select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #AAAAAA;
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters {
  flex-wrap: wrap;
  padding-left: 0.63rem;
  padding-right: 6.88rem;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters {
    display: flex !important;
  }
}
@media (max-width: 1399px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters {
    padding: 0.32rem 6.69rem 8.44rem 2rem;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .left-filter {
  width: calc(100% - 237px);
  display: flex;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .left-filter {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .left-filter .single-filter:first-child {
    display: none;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .sort-filter {
  width: 237px;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .sort-filter {
    width: 100%;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .sort-filter .single-filter {
  width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .sort-filter .single-filter {
    width: 100%;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter {
  max-width: 20.82rem;
  width: calc(50% - 20px);
  margin: 0 0.63rem 0.94rem;
}
@media (max-width: 1199px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter {
    margin: 0 0 0.94rem;
  }
}
@media (max-width: 991px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter {
    width: 100%;
    max-width: 100%;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 .select2-selection--single .select2-selection__rendered {
  color: #0D0D0D;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown {
  background: #ffffff;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown {
    background: #343434;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown .select2-results {
  color: #0D0D0D;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown .select2-results {
    color: #ffffff;
  }
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #EAEAEA;
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background: #EAEAEA;
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2 + .select2-container .select2-dropdown .select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
  color: #FF6700;
}
.news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter .select2.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #AAAAAA;
}
@media (max-width: 575px) {
  .news-blog-section .games-sidebar-wrap .filters-wrap-block .filters .single-filter:first-child {
    display: block;
  }
}
.news-blog-section .news-blogs {
  max-width: 85rem;
  margin: auto;
}
.news-blog-section .news-blogs .blog-wrap {
  padding-top: 7.5rem;
}
@media (max-width: 991px) {
  .news-blog-section .news-blogs .blog-wrap {
    padding-top: 4.38rem;
  }
}
@media (max-width: 767px) {
  .news-blog-section .news-blogs .blog-wrap {
    padding-top: 0;
  }
}
.news-blog-section .news-blogs .blog-wrap .blog-item {
  display: inline-block;
  width: 48%;
}
@media (max-width: 1199px) {
  .news-blog-section .news-blogs .blog-wrap .blog-item {
    width: 100%;
  }
}
.news-blog-section .news-blogs .blog-wrap .blog-item .post-card--item {
  margin-top: 0.94rem;
  padding-bottom: 0.94rem;
}
.news-blog-section .news-blogs .blog-wrap .blog-item .post-card--item .desc {
  padding-bottom: 2.63rem;
}
.news-blog-section .news-blogs .blog-wrap .blog-item .post-card--item .desc .post-date {
  margin-bottom: 0.19rem;
}
.news-blog-section .news-blogs .blog-wrap .blog-item .post-card--inner {
  box-shadow: 0.94rem 0.94rem 0 rgba(217, 217, 217, 0.25);
}
.news-blog-section .news-blogs .blog-wrap .blog-item .post-card--inner:hover {
  transform: translateY(-15px);
  box-shadow: 0.94rem 0.94rem 0 #FF6700;
  border-color: #FF6700;
}
.news-blog-section .news-blogs .blog-wrap .blog-item:first-child {
  margin-top: -6.56rem;
}
@media (max-width: 991px) {
  .news-blog-section .news-blogs .blog-wrap .blog-item:first-child {
    margin-top: -4.06rem;
  }
}
@media (max-width: 767px) {
  .news-blog-section .news-blogs .blog-wrap .blog-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .news-blog-section .news-blogs .blog-wrap .blog-item .post-card--item {
    max-width: 100%;
  }
}
.news-blog-section .news-blogs .more-btn {
  margin-top: 5.63rem;
}
@media (max-width: 767px) {
  .news-blog-section .news-blogs .more-btn {
    margin-top: 3.13rem;
  }
}
.news-blog-section .news-blogs .more-btn a.btn {
  min-width: 11.07rem;
}

.pattern-background.gray-bg {
  background: #EAEAEA;
}

.quote-bg-image {
  position: relative;
  height: 90vh;
  min-height: 37.5rem;
}
@media (max-width: 767px) {
  .quote-bg-image {
    height: 55vh;
    min-height: 28.13rem;
  }
}
.quote-bg-image + .buy-game-block {
  margin-top: -5.31rem;
}
.quote-bg-image .container-md {
  height: 100%;
}
.quote-bg-image .qbi-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.quote-bg-image .qbi-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-bg-image .qbi-content {
  position: relative;
  max-width: 39.38rem;
  z-index: 2;
}
.quote-bg-image .qbi-content p {
  display: block;
  font-size: 3.88rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
}
@media (max-width: 991px) {
  .quote-bg-image .qbi-content p {
    font-size: 1.88rem;
    letter-spacing: -1.5px;
  }
}
.quote-bg-image .qbi-content.shadowverse-qbi {
  max-width: 67.63rem;
}
.quote-bg-image.black-overlay::before, .quote-bg-image.blue-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.quote-bg-image.black-overlay::before {
  background-image: linear-gradient(0deg, rgba(13, 13, 13, 0.1), rgba(13, 13, 13, 0.99));
}
.quote-bg-image.blue-overlay::before {
  background-color: rgba(4, 0, 110, 0.57);
}

.pattern-background {
  position: relative;
  padding-bottom: 6.69rem;
  overflow: hidden;
}
.pattern-background .pattern-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 6.25rem;
}

.game-features {
  position: relative;
  z-index: 1;
}
.game-features:nth-child(even) .gdf-right {
  margin-left: 0 !important;
}
.game-features:nth-child(even) .gdf-left-cell {
  padding-left: 5rem;
}
@media (max-width: 1199px) {
  .game-features:nth-child(even) .gdf-left-cell {
    padding-left: 2.5rem;
  }
}
@media (max-width: 991px) {
  .game-features:nth-child(even) .gdf-left-cell {
    padding-left: 3.13rem;
  }
}
@media (max-width: 767px) {
  .game-features:nth-child(even) .gdf-left-cell {
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .game-features:nth-child(even) .d-flex {
    flex-direction: column-reverse;
  }
}
.game-features .game-features-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.game-features .game-features-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.game-features .game-features-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.game-features .gdf-left {
  margin-right: 2.82rem;
}
@media (max-width: 1199px) {
  .game-features .gdf-left {
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .game-features .gdf-left {
    margin-right: 0;
  }
}
.game-features .gdf-left-cell {
  width: 50%;
  padding-left: calc((100% - 1490px) / 2);
}
@media (max-width: 1700px) {
  .game-features .gdf-left-cell {
    padding-left: 3.13rem;
  }
}
@media (max-width: 991px) {
  .game-features .gdf-left-cell {
    padding-right: 4.07rem;
    margin-bottom: 2.82rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .game-features .gdf-left-cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.game-features .gdf-right {
  margin-left: 2.82rem;
}
@media (max-width: 1199px) {
  .game-features .gdf-right {
    margin-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .game-features .gdf-right {
    padding-left: 3.13rem;
    padding-right: 3.13rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .game-features .gdf-right {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.game-features .gdf-right-cell {
  width: 50%;
}
@media (max-width: 991px) {
  .game-features .gdf-right-cell {
    width: 100%;
  }
}
.game-features .gdf-top-img, .game-features .gdf-bottom-img {
  position: relative;
}
.game-features .gdf-top-img img, .game-features .gdf-bottom-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-features .gdf-top-img {
  padding-top: 79.275198188%;
  margin-bottom: 2.82rem;
}
.game-features .gdf-top-img img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .game-features .gdf-top-img {
    margin-bottom: 1.25rem;
  }
}
.game-features .gdf-bottom-img {
  padding-top: 79.3357933579%;
}
.game-features .gdf-bottom-img img {
  object-fit: contain;
}
.game-features .gdf-bottom-img-wrap {
  max-width: 64%;
}

.contact-form {
  padding-bottom: 6.25rem;
}
.contact-form.submit-game .contact-right {
  margin-top: 4.07rem;
}
.contact-form.submit-game .contact-right:first-child {
  margin-top: -4%;
}
@media (max-width: 991px) {
  .contact-form.submit-game .contact-right:first-child {
    margin-top: 4.07rem;
  }
}
.contact-form.submit-game .contact-right .contact-right-inner p {
  max-width: 35.07rem;
}
.contact-form.submit-game .contact-left .form-wrap h3, .contact-form.submit-game .contact-left .form-wrap .h3 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-form.submit-game .contact-left .form-wrap h3::before, .contact-form.submit-game .contact-left .form-wrap .h3::before {
  content: "\e90f";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 1.88rem;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.contact-form.submit-game .contact-left .form-wrap input[type=date] {
  position: relative;
}
.contact-form.submit-game .contact-left .form-wrap input[type=date]::-webkit-inner-spin-button, .contact-form.submit-game .contact-left .form-wrap input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.contact-form.submit-game .contact-left .form-wrap textarea {
  height: 9.38rem;
}
.contact-form.submit-game .contact-left .form-wrap .game-options {
  border: 2px solid #343434;
  padding: 0.94rem 1.57rem;
  margin-top: 0.88rem;
}
@media (max-width: 575px) {
  .contact-form.submit-game .contact-left .form-wrap .game-options {
    padding: 0.94rem 1.13rem;
  }
}
.contact-form.submit-game .contact-left .form-wrap .game-options h6, .contact-form.submit-game .contact-left .form-wrap .game-options .h6 {
  margin-bottom: 1.57rem;
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .form-wrap .game-options h6, .contact-form.submit-game .contact-left .form-wrap .game-options .h6 {
    margin-bottom: 1.13rem;
  }
}
.contact-form.submit-game .contact-left .form-wrap .game-options h6, .contact-form.submit-game .contact-left .form-wrap .game-options .h6, .contact-form.submit-game .contact-left .form-wrap .game-options label {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .form-wrap .game-options h6, .contact-form.submit-game .contact-left .form-wrap .game-options .h6, .contact-form.submit-game .contact-left .form-wrap .game-options label {
    font-size: 1rem;
  }
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option {
  position: relative;
  display: block;
  padding: 0;
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox:last-child label, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option:last-child label {
  margin-bottom: 0;
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox label, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox .radio-custom-label, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option label, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option .radio-custom-label {
  margin-bottom: 0.88rem;
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox .radio-custom-label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option .radio-custom-label::before {
  height: 3.13rem;
  width: 3.13rem;
  border: none;
  background-color: #343434;
  border-radius: 0;
  box-shadow: none;
  margin: 0 1.5rem 0 0;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox .radio-custom-label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option label::before, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option .radio-custom-label::before {
    height: 1.88rem;
    width: 1.88rem;
    margin: 0 0.63rem 0 0;
  }
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox .radio-custom-label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option .radio-custom-label::after {
  content: "\e902";
  font-family: "marvelous-games" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  left: 0.44rem;
  top: 0;
  font-size: 2.19rem;
  color: #FF6700;
  border: none;
  transform: none;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox .radio-custom-label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option label::after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option .radio-custom-label::after {
    left: 0.32rem;
    font-size: 1.25rem;
  }
}
.contact-form.submit-game .contact-left .form-wrap .game-options .checkbox input[type=checkbox]:checked + label:after, .contact-form.submit-game .contact-left .form-wrap .game-options .checkbox input[type=radio]:checked + label:after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option input[type=checkbox]:checked + label:after, .contact-form.submit-game .contact-left .form-wrap .game-options .radio-option input[type=radio]:checked + label:after {
  opacity: 1;
}
.contact-form.submit-game .contact-left .contact-bottom {
  margin-bottom: 0.88rem;
  transform: skewY(0deg);
  transition: 0.5s;
  padding: 6.25rem 5.63rem 2.82rem;
}
@media (max-width: 1599px) {
  .contact-form.submit-game .contact-left .contact-bottom {
    padding: 6.25rem 3.13rem 2.82rem;
  }
}
@media (max-width: 1199px) {
  .contact-form.submit-game .contact-left .contact-bottom {
    padding: 6.25rem 2.5rem 2.82rem;
  }
}
@media (max-width: 991px) {
  .contact-form.submit-game .contact-left .contact-bottom {
    padding: 6.25rem 4.07rem 2.82rem;
  }
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .contact-bottom {
    padding: 6.25rem 1.25rem 2.82rem;
  }
}
.contact-form.submit-game .contact-left .contact-bottom.active {
  padding-bottom: 2.82rem;
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .contact-bottom.active {
    padding: 5rem 1.25rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .contact-form.submit-game .contact-left .contact-bottom.active {
    padding-top: 6.25rem;
  }
}
.contact-form.submit-game .contact-left .contact-bottom.active .form-heading h3::before, .contact-form.submit-game .contact-left .contact-bottom.active .form-heading .h3::before {
  transform: rotate(0deg);
}
.contact-form.submit-game .contact-left .contact-bottom .form-wrap {
  transform: skewY(0deg);
}
.contact-form.submit-game .contact-left .contact-bottom .c-form-wrap {
  margin-top: 2.63rem;
}
.contact-form.submit-game .contact-left .contact-bottom.close-contact {
  padding: 2.82rem 5.63rem;
  transform: inherit;
}
@media (max-width: 1599px) {
  .contact-form.submit-game .contact-left .contact-bottom.close-contact {
    padding: 2.82rem 3.13rem;
  }
}
@media (max-width: 1199px) {
  .contact-form.submit-game .contact-left .contact-bottom.close-contact {
    padding: 2.82rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .contact-form.submit-game .contact-left .contact-bottom.close-contact {
    padding: 2.82rem 4.07rem;
  }
}
@media (max-width: 767px) {
  .contact-form.submit-game .contact-left .contact-bottom.close-contact {
    padding: 2.82rem 1.25rem;
  }
}
.contact-form.submit-game .contact-left .contact-bottom.-submit-wrap {
  padding-top: 2.38rem;
  padding-bottom: 2.38rem;
}
.contact-form.submit-game .contact-left .contact-bottom.-submit-wrap .form-bottom {
  margin-top: 0;
}
.contact-top {
  background: #FF6700;
  padding: 5.63rem 5.32rem 7.5rem;
  transform: skewY(-4deg);
  overflow: hidden;
  margin-bottom: -1.87rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1599px) {
  .contact-top {
    padding: 3.13rem;
  }
}
@media (max-width: 1199px) {
  .contact-top {
    padding: 2.5rem;
  }
}
@media (max-width: 991px) {
  .contact-top {
    padding: 5.63rem 4.07rem 5.63rem;
  }
}
@media (max-width: 767px) {
  .contact-top {
    padding: 5.63rem 1.25rem 5.63rem;
  }
}
.contact-top h3, .contact-top .h3 {
  color: #ffffff;
  letter-spacing: -0.12rem;
}
@media (max-width: 767px) {
  .contact-top h3, .contact-top .h3 {
    letter-spacing: inherit;
  }
}
.contact-top p {
  font-size: 2.63rem;
  line-height: 3.13rem;
  color: #ffffff;
}
@media (max-width: 1599px) {
  .contact-top p {
    font-size: 2.19rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .contact-top p {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 767px) {
  .contact-top p {
    font-size: 1.13rem;
    line-height: 1.57rem;
  }
}
.contact-heading {
  transform: skewY(4deg);
}
.contact-bottom {
  background: #0D0D0D;
  padding: 7.94rem 5.32rem 4.75rem;
}
@media (max-width: 1599px) {
  .contact-bottom {
    padding: 6.25rem 3.13rem;
  }
}
@media (max-width: 1199px) {
  .contact-bottom {
    padding: 6.25rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .contact-bottom {
    transform: skewY(-4deg);
    padding: 6.25rem 4.07rem;
  }
}
@media (max-width: 767px) {
  .contact-bottom {
    padding: 6.25rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .contact-bottom .form-wrap {
    transform: skewY(4deg);
  }
}
.contact-bottom input, .contact-bottom select, .contact-bottom textarea {
  background-color: #343434;
  color: #ffffff;
  margin-top: 0.88rem;
}
.contact-bottom input:first-child, .contact-bottom select:first-child, .contact-bottom textarea:first-child {
  margin-top: 0;
}
.contact-bottom input::-webkit-input-placeholder, .contact-bottom select::-webkit-input-placeholder, .contact-bottom textarea::-webkit-input-placeholder {
  color: inherit;
}
.contact-bottom input:-moz-placeholder, .contact-bottom select:-moz-placeholder, .contact-bottom textarea:-moz-placeholder {
  color: inherit;
}
.contact-bottom input::-moz-placeholder, .contact-bottom select::-moz-placeholder, .contact-bottom textarea::-moz-placeholder {
  color: inherit;
}
.contact-bottom input:-ms-input-placeholder, .contact-bottom select:-ms-input-placeholder, .contact-bottom textarea:-ms-input-placeholder {
  color: inherit;
}
.contact-bottom textarea {
  height: 12.38rem;
}
.contact-bottom .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}
@media (max-width: 1399px) {
  .contact-bottom .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .contact-bottom .form-bottom {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .contact-bottom .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-bottom .form-bottom .checkbox label {
  color: #ffffff;
  margin-bottom: 0;
}
.contact-bottom .form-bottom .checkbox label a {
  color: #ffffff;
  display: inline-block;
}
.contact-bottom .form-bottom .checkbox label a:hover {
  color: #FF6700;
}
.contact-bottom .form-bottom .checkbox label::before {
  border: 0.13rem solid #ffffff;
  margin-right: 1.25rem;
}
.contact-bottom .form-bottom .checkbox label::after {
  border: solid #ffffff !important;
  border-width: 0 0.13rem 0.13rem 0 !important;
}
.contact-bottom .form-bottom input[type=submit] {
  margin-top: 0;
  background-color: transparent;
  min-width: 14.88rem;
}
@media (max-width: 1599px) {
  .contact-bottom .form-bottom input[type=submit] {
    min-width: 11.25rem;
  }
}
@media (max-width: 1399px) {
  .contact-bottom .form-bottom input[type=submit] {
    margin-top: 1.25rem;
  }
}
@media (max-width: 991px) {
  .contact-bottom .form-bottom input[type=submit] {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .contact-bottom .form-bottom input[type=submit] {
    margin-top: 1.25rem;
  }
}
.contact-bottom .form-bottom input[type=submit]:hover {
  background-color: #FF6700;
  color: #ffffff;
}
.contact-right {
  transform: skewY(-4deg);
  overflow: hidden;
  transform-origin: top left;
  border: 0.07rem solid #FF6700;
  box-shadow: 0.75rem 0.75rem 0 #FF6700;
  padding: 4.13rem 3.88rem 6rem 3.63rem;
  margin-top: -4%;
  margin-left: 4%;
  background-color: #ffffff;
}
@media (max-width: 1599px) {
  .contact-right {
    padding: 3.13rem 3.13rem 5rem;
  }
}
@media (max-width: 1199px) {
  .contact-right {
    padding: 3.13rem 2.5rem 5rem;
  }
}
@media (max-width: 991px) {
  .contact-right {
    margin-top: 6.25rem;
    margin-left: 0;
    padding: 6.25rem 4.07rem;
  }
}
@media (max-width: 767px) {
  .contact-right {
    padding: 6.25rem 1.25rem;
    margin-top: 5rem;
  }
}
.contact-right-wrap {
  transform: skewY(4deg);
  transform-origin: inherit;
}
.contact-right-inner {
  margin-top: 3.75rem;
}
.contact-right-inner:first-child {
  margin-top: 0;
}
.contact-right-inner h3, .contact-right-inner .h4 {
  text-transform: uppercase;
  color: #FF6700;
}
@media (min-width: 576px) {
  .contact-right-inner h3, .contact-right-inner .h4 {
    font-size: 2.5rem;
  }
}
.contact-right-inner p {
  max-width: 31.38rem;
  color: #0D0D0D;
  margin-bottom: 1.88rem;
}
.contact-right-inner .btn {
  min-width: 21.82rem;
}
@media (max-width: 1199px) {
  .contact-right-inner .btn {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-right-inner .btn {
    min-width: 15.63rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .contact-right-inner .btn {
    min-width: 70%;
    font-size: 1rem;
  }
}

.success-m-wrapper {
  margin-top: 1.25rem;
  background-color: #ffffff;
}
.success-m-top {
  text-align: center;
  padding: 1.57rem 0.94rem;
}
.success-m-top h4, .success-m-top .h4 {
  color: #FF6700;
  margin-bottom: 0;
  font-size: 1.88rem;
  margin-top: 0.63rem;
}
.success-m-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 4.38rem;
  height: 4.38rem;
  border: 0.25rem solid #FF6700;
  border-radius: 50%;
}
.success-m-icon img {
  width: 2.19rem;
}
.success-m-bottom {
  background-color: #FF6700;
  padding: 1.57rem 0.94rem;
  text-align: center;
}
.success-m-bottom p {
  color: #ffffff;
  font-weight: 600;
}

.newsletter-success-message {
  margin-top: 1.25rem;
}
.newsletter-success-message .ns-wrapper {
  padding: 0.63rem 1.25rem;
}
@media (max-width: 767px) {
  .newsletter-success-message .ns-wrapper {
    padding: 0.63rem;
  }
}
.newsletter-success-message .ns-wrapper {
  display: flex;
  align-items: center;
  border: 0.07rem solid #FF6700;
  box-shadow: 0.75rem 0.75rem 0 #ff6700;
}
.newsletter-success-message .ns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.19rem;
  height: 2.19rem;
  min-width: 2.19rem;
  border: 0.13rem solid #FF6700;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .newsletter-success-message .ns-icon {
    width: 1.57rem;
    height: 1.57rem;
    min-width: 1.57rem;
  }
}
.newsletter-success-message .ns-icon img {
  width: 1.25rem;
}
@media (max-width: 767px) {
  .newsletter-success-message .ns-icon img {
    width: 0.82rem;
  }
}
.newsletter-success-message .ns-text {
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .newsletter-success-message .ns-text {
    margin-left: 0.63rem;
  }
}
.newsletter-success-message .ns-text p {
  line-height: 1.3;
  margin-bottom: 0;
  color: #FF6700;
  font-weight: 600;
}
.newsletter-success-message .ns-text p:last-child {
  color: #AAAAAA;
  font-size: 1.13rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .newsletter-success-message .ns-text p:last-child {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .newsletter-success-message .ns-text p:last-child {
    font-size: 0.88rem;
  }
}
.newsletter-success-message .ns-text span {
  color: #AAAAAA;
  font-size: 1.13rem;
  margin-top: -0.31rem;
}

.submit-wrapper {
  position: relative;
}
.submit-wrapper .loading {
  position: absolute;
  right: -1.87rem;
  top: 30%;
  height: 0;
  width: 0;
  padding: 0.63rem;
  border: 2px solid #FF6700;
  border-right-color: transparent;
  border-radius: 100vh;
  -webkit-animation: rotate 1s infinite linear;
}
@media (max-width: 1399px) {
  .submit-wrapper .loading {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .submit-wrapper .loading {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .submit-wrapper .loading {
    left: -1.87rem;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .submit-wrapper .loading {
    right: -1.87rem;
    left: inherit;
    top: 50%;
  }
}
.submit-wrapper .loading.newsletter-loader {
  left: -1.87rem;
  top: 30%;
}
@media (max-width: 767px) {
  .submit-wrapper .loading.newsletter-loader {
    top: 15%;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.copyrights {
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .copyrights {
    padding: 3.13rem 0;
  }
}
@media (max-width: 991px) {
  .copyrights-inner .ci-details {
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 575px) {
  .copyrights-inner .ci-details {
    margin: 0 0 1rem 0;
  }
  .copyrights-inner .ci-details:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .copyrights-inner .ci-details {
    width: 100%;
  }
}
.copyrights-inner .ci-details strong {
  display: block;
}
@media (max-width: 575px) {
  .copyrights-inner .ci-details strong.title-border {
    padding-top: 0.63rem;
  }
}
.copyrights-inner .ci-details.text-bold p {
  font-weight: bold;
}
.copyrights-images {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 374px) {
  .copyrights-images {
    justify-content: unset;
  }
}
.copyrights-images li {
  display: inline-block;
  margin: 0 1.88rem 0 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .copyrights-images li {
    margin: 0 0.63rem 0 0;
  }
}
@media (max-width: 991px) {
  .copyrights-images li {
    margin: 0 0.94rem 0 0;
  }
}
.copyrights-images li:last-of-type {
  margin-right: 0;
}
.copyrights-images li img {
  max-width: 6.25rem;
  max-height: 6.25rem;
}
@media (max-width: 1599px) {
  .copyrights-images li img {
    max-width: 4.38rem;
    height: 4.38rem;
  }
}
@media (max-width: 991px) {
  .copyrights-images li img {
    max-width: 2.82rem;
    height: 2.82rem;
  }
}

.discord-cta {
  position: relative;
  padding: 17.5rem 0 6.75rem;
  overflow: hidden;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .discord-cta {
    padding: 13.13rem 0 5rem;
  }
}
.discord-cta .dc-title {
  max-width: 43.63rem;
  position: relative;
}
@media (max-width: 767px) {
  .discord-cta .dc-title {
    max-width: 20.38rem;
  }
}
.discord-cta .dc-title h2, .discord-cta .dc-title .h1 {
  color: #ffffff;
}
@media (max-width: 575px) {
  .discord-cta .dc-title h2, .discord-cta .dc-title .h1 {
    font-size: 3.75rem;
    margin: 0;
  }
}
.discord-cta .dc-slanted-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
.discord-cta .dc-slanted-image:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.7);
}
.discord-cta .dc-slanted-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .discord-cta .dc-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.discord-cta .dc-logo-wrap {
  max-width: 9.5rem;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 767px) {
  .discord-cta .dc-logo-wrap {
    margin: 2.5rem auto 0.63rem;
  }
}
.discord-cta .dc-logo-wrap i {
  font-size: 9.5rem;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .discord-cta .dc-logo-wrap i {
    font-size: 6.25rem;
  }
}
@media (max-width: 767px) {
  .discord-cta .dc-logo-wrap i {
    font-size: 2.82rem;
  }
}
@media (max-width: 991px) {
  .discord-cta .dc-logo-wrap {
    max-width: 6.25rem;
  }
}

.game-four-img .gfi-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.game-four-img .gfi-img {
  border: 1px solid #343434;
}
.game-four-img .gfi-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.game-four-img.light-theme {
  background-color: #ffffff;
}

.option-popup {
  display: none;
  max-width: 60.82rem;
  width: 100%;
  padding: 3.13rem 3.44rem;
}
@media (max-width: 991px) {
  .option-popup {
    padding: 2.5rem 1.88rem;
  }
}
.option-popup-wrap {
  margin: 0 -0.93rem;
}
@media (max-width: 575px) {
  .option-popup-wrap .popup-content {
    margin-bottom: 2.5rem;
  }
}
.option-popup-wrap .popup-content-wrap {
  padding-bottom: 3.13rem;
  height: 100%;
  position: relative;
}
.option-popup-wrap .popup-content-wrap .single-filter {
  max-width: 19.57rem;
  margin-bottom: 1.57rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .option-popup-wrap .popup-content-wrap .single-filter {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .option-popup-wrap .popup-content-wrap .single-filter {
    max-width: 100%;
  }
}
.option-popup-wrap .popup-content-wrap .single-filter .select2 .select2-selection--single .select2-selection__rendered {
  color: #343434;
}
@media (max-width: 1199px) {
  .option-popup-wrap .popup-content-wrap .single-filter .select2 + .select2-container {
    left: 0 !important;
  }
}
.option-popup-wrap .popup-content-wrap .single-filter .select2 + .select2-container .select2-dropdown {
  background: #ffffff;
}
.option-popup-wrap .popup-content-wrap .single-filter .select2 + .select2-container .select2-dropdown ul li {
  color: #343434;
}
.option-popup-wrap .popup-content-wrap .single-filter .select2 + .select2-container .select2-dropdown ul .mCSB_scrollTools .mCSB_draggerContainer {
  background: #EAEAEA;
}
.option-popup-wrap .popup-content-wrap .single-filter .select2 + .select2-container .select2-dropdown ul .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background: #EAEAEA;
}
.option-popup-wrap .popup-content-wrap .single-filter .select2.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #FF6700;
}
.option-popup-wrap .popup-content-wrap .buy-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 19.57rem;
}
@media (max-width: 575px) {
  .option-popup-wrap .popup-content-wrap .buy-btn {
    max-width: 100%;
  }
}
.option-popup-wrap .popup-content-wrap .buy-btn .btn {
  width: 100%;
  background: #FF6700;
  color: #ffffff;
}
.option-popup-wrap .popup-content-wrap .buy-btn .btn:hover {
  background: transparent;
  color: #FF6700;
}
.option-popup-wrap .popup-content h3 {
  margin-bottom: 2.82rem;
}
@media (max-width: 1199px) {
  .option-popup-wrap .popup-content h3 {
    font-size: 2.38rem;
  }
}
@media (max-width: 575px) {
  .option-popup-wrap .popup-image {
    justify-content: center;
  }
}
.option-popup .carousel__button {
  top: 0 !important;
  left: calc(100% + 22px);
  width: 4.07rem;
  height: 2.88rem;
}
.option-popup .carousel__button svg {
  width: 4.07rem;
  height: 4.07rem;
  stroke-width: 1px;
  color: #ff6700;
}
@media (max-width: 1023px) {
  .option-popup .carousel__button {
    top: -2.5rem !important;
    left: inherit;
    width: 2.19rem;
    height: 2.19rem;
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.95);
}

.game-characters.white-bg {
  background-color: #ffffff;
}
.game-characters.white-bg .gc-content h4, .game-characters.white-bg .gc-content p {
  color: #000000;
}
.game-characters.white-bg .gc-slider::after {
  display: none;
}
.game-characters .gc-slider {
  position: relative;
  cursor: grab;
}
.game-characters .gc-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(13, 13, 13, 0.99));
  pointer-events: none;
}
.game-characters .gc-slider-wrap {
  display: flex;
}
.game-characters .gc-slider .slick-arrow {
  top: 35%;
}
.game-characters .gc-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.game-characters .gc-slider .slick-slide {
  padding: 0 1.88rem;
}
@media (max-width: 991px) {
  .game-characters .gc-slider .slick-slide {
    padding: 0 1.25rem;
  }
}
.game-characters .gc-slider .slick-slide:first-child {
  padding-left: 0;
}
.game-characters .gc-slider .slick-list {
  padding-right: 11.25rem;
}
@media (max-width: 1599px) {
  .game-characters .gc-slider .slick-list {
    padding-right: 5rem;
  }
}
@media (max-width: 1199px) {
  .game-characters .gc-slider .slick-list {
    padding-right: 7.5rem;
  }
}
@media (max-width: 991px) {
  .game-characters .gc-slider .slick-list {
    padding-right: 5rem;
  }
}
@media (max-width: 575px) {
  .game-characters .gc-slider .slick-list {
    padding-right: 3.13rem;
  }
}
.game-characters .gc-item:not(:last-child) {
  margin-right: 5rem;
}
@media (max-width: 1199px) {
  .game-characters .gc-item:not(:last-child) {
    margin-right: 3.13rem;
  }
}
@media (max-width: 767px) {
  .game-characters .gc-item:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.game-characters .gc-img {
  position: relative;
  padding-top: 140.8163265306%;
  border: 1px solid #343434;
  margin-bottom: 1.25rem;
}
.game-characters .gc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-characters .gc-content {
  white-space: normal;
}
.game-characters .gc-content h4, .game-characters .gc-content .h4 {
  font-size: 1.5rem;
  margin-bottom: 0.63rem;
}
@media (max-width: 991px) {
  .game-characters .gc-content h4, .game-characters .gc-content .h4 {
    font-size: 1.25rem;
  }
}
.game-characters .gc-content p {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .game-characters .gc-content p {
    font-size: 1rem;
  }
}

.buy-game-block {
  position: relative;
  padding: 9.38rem 0 5.94rem;
  transform: skewY(-5deg);
  z-index: 9;
}
@media (max-width: 991px) {
  .buy-game-block {
    padding: 4.69rem 0 3.13rem;
  }
}
.buy-game-block + .discord-cta {
  margin-top: -6.87rem;
}
.buy-game-block .container {
  transform: skewY(5deg);
}
.buy-game-block .container > .d-flex {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.buy-game-block .bgb-title {
  width: 40%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 1199px) {
  .buy-game-block .bgb-title {
    width: 100%;
    margin-bottom: 0.82rem;
  }
}
.buy-game-block .bgb-title h2, .buy-game-block .bgb-title h1 {
  color: #0D0D0D;
  font-size: 6.3vw;
}
@media (max-width: 767px) {
  .buy-game-block .bgb-title h2, .buy-game-block .bgb-title h1 {
    font-size: 3.75rem;
  }
}
.buy-game-block .bgb-wrapper {
  width: 60%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 1199px) {
  .buy-game-block .bgb-wrapper {
    width: 100%;
  }
}
.buy-game-block .bgb-inner {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .buy-game-block .bgb-inner {
    justify-content: center;
  }
}
.buy-game-block .bgb-inner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 9.38rem;
  width: 100%;
  margin-right: 3rem;
  color: #0D0D0D;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.63rem;
}
@media (max-width: 1399px) {
  .buy-game-block .bgb-inner-item {
    margin-right: 1.69rem;
    max-width: 6.88rem;
  }
}
@media (max-width: 1199px) {
  .buy-game-block .bgb-inner-item {
    max-width: 5.63rem;
  }
}
@media (max-width: 575px) {
  .buy-game-block .bgb-inner-item {
    max-width: 2.19rem;
  }
}
.buy-game-block .bgb-inner-item:last-child {
  margin-right: 0;
}
.buy-game-block .bgb-inner-item i {
  display: inline-block;
  margin: 0 0 1.13rem 0;
  font-size: 5.82rem;
}
@media (max-width: 1399px) {
  .buy-game-block .bgb-inner-item i {
    font-size: 3.38rem;
  }
}
@media (max-width: 767px) {
  .buy-game-block .bgb-inner-item i {
    font-size: 2.25rem;
    margin-bottom: 0.63rem;
  }
}
.buy-game-block .bgb-inner-item-name {
  position: relative;
  max-width: 8.44rem;
}
.buy-game-block .bgb-inner-item-name p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
  transform: translateY(-40%);
  line-height: 1.1;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .buy-game-block .bgb-inner-item-name p {
    font-size: 0.88rem;
  }
}
.buy-game-block .bgb-inner-item:hover {
  color: #FF6700;
}
.buy-game-block .bgb-inner-item:hover .bgb-inner-item-name p {
  opacity: 1;
  transform: translateY(0);
}

.characters .floating-characters {
  padding: 12.5rem 0;
  position: relative;
  margin-bottom: -15%;
  z-index: 99;
}
@media (max-width: 991px) {
  .characters .floating-characters {
    padding: 10rem 0;
  }
}
@media (max-width: 575px) {
  .characters .floating-characters {
    padding: 6.25rem 0;
  }
}
.characters .floating-characters img {
  position: absolute;
  bottom: -3%;
}
@media (max-width: 1599px) {
  .characters .floating-characters img {
    max-width: 36.94rem;
  }
}
@media (max-width: 1399px) {
  .characters .floating-characters img {
    max-width: 30.69rem;
  }
}
@media (max-width: 991px) {
  .characters .floating-characters img {
    bottom: -25%;
    max-width: 24.44rem;
  }
}
@media (max-width: 575px) {
  .characters .floating-characters img {
    max-width: 15.07rem;
  }
}

.shadowverse-feature-1 {
  padding: 19.07rem 0 7.5rem;
  clip-path: polygon(0% 0, 100% 8%, 100% 90%, 0 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shadowverse-feature-1 .shadowverse-feature-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.shadowverse-feature-1 .shadowverse-feature-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shadowverse-feature-1 .shadowverse-feature-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .shadowverse-feature-1 {
    padding: 13.75rem 0 7.5rem;
  }
}
.shadowverse-feature-1.light-purple-gradient {
  background: #4a43ff;
  background: linear-gradient(209deg, #4a43ff 0%, #827eff 100%);
}
.shadowverse-feature-1 .sf1-inner {
  flex-direction: row;
}
.shadowverse-feature-1 .sf1-inner-title {
  color: #ffffff;
  margin-bottom: 5.19rem;
}
@media (max-width: 1199px) {
  .shadowverse-feature-1 .sf1-inner-title {
    margin-bottom: 3.13rem;
  }
}
@media (max-width: 991px) {
  .shadowverse-feature-1 .sf1-inner-title {
    margin-bottom: 1.88rem;
  }
}
.shadowverse-feature-1 .sf1-left-inner h4,
.shadowverse-feature-1 .sf1-left-inner p {
  color: #ffffff;
}
.shadowverse-feature-1 .sf1-left-inner p {
  margin: 0 0 5.63rem 0;
}
@media (max-width: 1399px) {
  .shadowverse-feature-1 .sf1-left-inner p {
    font-size: 1.32rem;
    margin: 0 0 3.75rem 0;
  }
}
@media (max-width: 991px) {
  .shadowverse-feature-1 .sf1-left-inner p {
    font-size: 1.13rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 575px) {
  .shadowverse-feature-1 .sf1-left-inner p {
    font-size: 1rem;
    margin: 0 0 1.57rem 0;
  }
}
.shadowverse-feature-1 .sf1-right-image {
  position: relative;
  width: 49.38rem;
}
@media (max-width: 991px) {
  .shadowverse-feature-1 .sf1-right-image {
    width: 28.13rem;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .shadowverse-feature-1 .sf1-right-image {
    width: 100%;
    margin: 0 auto;
  }
}
.shadowverse-feature-1 .sf1-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadowverse-feature-1 + .shadowverse-feature-2 {
  margin-top: -9.37rem;
}
@media (max-width: 991px) {
  .shadowverse-feature-1 + .shadowverse-feature-2 {
    margin-top: -11.56rem;
  }
}
.shadowverse-feature-2 {
  padding: 15.63rem 0 9.38rem;
  overflow: hidden;
  transform-origin: right top;
}
@media (max-width: 991px) {
  .shadowverse-feature-2 {
    padding: 15.63rem 0 4.38rem;
  }
}
.shadowverse-feature-2 {
  background: #04006e;
  background: linear-gradient(137deg, #04006e 0%, #655fff 100%);
  position: relative;
  z-index: 0;
}
.shadowverse-feature-2.dark-purple-gradient .shadowverse-feature-bg-2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.shadowverse-feature-2.dark-purple-gradient .shadowverse-feature-bg-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shadowverse-feature-2.dark-purple-gradient .shadowverse-feature-bg-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shadowverse-feature-2 .shadowverse-feature-bg-2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.shadowverse-feature-2 .shadowverse-feature-bg-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shadowverse-feature-2 .shadowverse-feature-bg-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shadowverse-feature-2 .sf2-inner {
  transform-origin: right top;
}
.shadowverse-feature-2 .sf2-inner--right h4,
.shadowverse-feature-2 .sf2-inner--right p {
  color: #ffffff;
}
.shadowverse-feature-2 .sf2-inner--right p {
  margin: 0 0 10% 0;
}
@media (max-width: 1399px) {
  .shadowverse-feature-2 .sf2-inner--right p {
    font-size: 1.32rem;
    margin: 0 0 3.75rem 0;
  }
}
@media (max-width: 991px) {
  .shadowverse-feature-2 .sf2-inner--right p {
    font-size: 1.13rem;
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 575px) {
  .shadowverse-feature-2 .sf2-inner--right p {
    font-size: 1rem;
    margin: 0 0 1.57rem 0;
  }
}
@media (max-width: 991px) {
  .shadowverse-feature-2 .sf2-inner--left {
    margin-bottom: 2.5rem;
  }
}
.shadowverse-feature-2 .sf2-left-image {
  position: relative;
}
.shadowverse-feature-2 .sf2-left-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shadowverse-feature-2 .sf2-image-container-top {
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 1.88rem;
}
.shadowverse-feature-2 .sf2-image-container-top .sf2-left-image {
  padding-top: 74.8717948718%;
}
.shadowverse-feature-2 .sf2-image-container-bottom {
  margin-right: auto;
  max-width: 100%;
}
.shadowverse-feature-2 .sf2-image-container-bottom .sf2-left-image {
  padding-top: 55.1578947368%;
}
.shadowverse-feature-2 .sf2-inner--right {
  margin-left: 3.75rem;
}
@media (max-width: 1399px) {
  .shadowverse-feature-2 .sf2-inner--right {
    margin-left: 0;
  }
}

.border-white-top-5 {
  border-top: 5px solid #ffffff;
  padding-top: 1.75rem;
}

.shadowverse-slider {
  padding: 7rem 0 8.75rem;
}
@media (max-width: 991px) {
  .shadowverse-slider {
    padding: 5rem 0;
  }
}
.shadowverse-slider .shadow-left-col {
  padding-left: calc((100% - 1490px) / 2);
  width: 47%;
}
@media (max-width: 1700px) {
  .shadowverse-slider .shadow-left-col {
    padding-left: 3.13rem;
  }
}
@media (max-width: 1199px) {
  .shadowverse-slider .shadow-left-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .shadowverse-slider .shadow-left-col {
    width: 100%;
    padding-right: 3.13rem;
  }
}
@media (max-width: 767px) {
  .shadowverse-slider .shadow-left-col {
    padding: 0 1.25rem;
  }
}
.shadowverse-slider .shadow-left-col .shadow-left p {
  font-size: 2.63rem;
  line-height: 1.19;
}
@media (max-width: 1399px) {
  .shadowverse-slider .shadow-left-col .shadow-left p {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .shadowverse-slider .shadow-left-col .shadow-left p {
    font-size: 1.88rem;
  }
}
@media (max-width: 767px) {
  .shadowverse-slider .shadow-left-col .shadow-left p {
    font-size: 1.57rem;
  }
}
.shadowverse-slider .shadow-right-col {
  padding: 0 0 4.19rem 8.75rem;
  width: 53%;
}
@media (max-width: 1599px) {
  .shadowverse-slider .shadow-right-col {
    padding: 0 0 4.19rem 3.13rem;
  }
}
@media (max-width: 1199px) {
  .shadowverse-slider .shadow-right-col {
    width: 50%;
    padding: 0 0 4.19rem 0.94rem;
  }
}
@media (max-width: 991px) {
  .shadowverse-slider .shadow-right-col {
    width: 100%;
    padding: 3.13rem 3.13rem 4.19rem 3.13rem;
  }
}
@media (max-width: 767px) {
  .shadowverse-slider .shadow-right-col {
    padding: 3.13rem 1.25rem 4.19rem 1.25rem;
  }
}
.shadowverse-slider .shadow-right-col .shadow-carousel .single-image figure {
  position: relative;
  padding-bottom: 110%;
}
.shadowverse-slider .shadow-right-col .shadow-carousel .single-image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadowverse-slider .shadow-right-col .shadow-carousel .slick-arrow {
  top: unset;
  bottom: -4.18rem;
  --sArrowWidth: 55px;
}
.shadowverse-slider .shadow-right-col .shadow-carousel .slick-arrow:before {
  font-size: 1.63rem;
}
.shadowverse-slider .shadow-right-col .shadow-carousel .slick-arrow.slick-next {
  right: unset;
  left: 4.19rem;
}

.online-manuals {
  padding: 0.5rem 0;
  padding-bottom: 15.63rem;
}
@media (max-width: 991px) {
  .online-manuals {
    padding-bottom: 3.13rem;
  }
}
.online-manuals + .buy-game-block {
  margin-top: -7.5rem;
}
@media (max-width: 991px) {
  .online-manuals + .buy-game-block {
    margin-top: -3.12rem;
  }
}
.online-manuals h3, .online-manuals .h3 {
  letter-spacing: -0.06em;
}
.online-manuals .om-top, .online-manuals .om-bottom {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 1199px) {
  .online-manuals .om-top, .online-manuals .om-bottom {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.online-manuals .om-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  padding: 1.88rem;
  border-radius: 1.57rem;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .online-manuals .om-img {
    padding: 1.25rem;
  }
}
.online-manuals .om-img:hover, .online-manuals .om-img:focus {
  border-color: #FF6700;
}
.online-manuals .om-img img {
  max-width: 15rem;
  width: 100%;
  height: 3.44rem;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .online-manuals .om-img img {
    max-width: 12.5rem;
  }
}
@media (max-width: 575px) {
  .online-manuals .om-img img {
    height: 2.82rem;
  }
}
@media (max-width: 480px) {
  .online-manuals .om-img img {
    max-width: 10.63rem;
    height: 2.5rem;
  }
}
.online-manuals .om-bottom h6, .online-manuals .om-bottom .h6 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1199px) {
  .online-manuals .om-bottom h6, .online-manuals .om-bottom .h6 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .online-manuals .om-bottom h6, .online-manuals .om-bottom .h6 {
    font-size: 1rem;
  }
}
.online-manuals .om-bottom p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .gray-bg-text {
    margin: 1.88rem 0;
  }
}
.gray-bg-content {
  transform: skewY(-4deg);
  transform-origin: right;
  overflow: hidden;
  background-color: #EAEAEA;
  padding: 12.69rem 3.13rem;
}
@media (max-width: 1399px) {
  .gray-bg-content {
    padding: 11.25rem 4.69rem;
  }
}
@media (max-width: 991px) {
  .gray-bg-content {
    padding: 6.25rem 1.88rem;
  }
}
@media (max-width: 767px) {
  .gray-bg-content {
    padding: 2.82rem 1.88rem;
  }
}
.gray-bg-content p {
  transform: skewY(4deg);
  font-size: 2.5rem;
  line-height: 3.13rem;
  max-width: 68rem;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .gray-bg-content p {
    font-size: 1.88rem;
    line-height: 2.82rem;
  }
}
@media (max-width: 767px) {
  .gray-bg-content p {
    font-size: 1.13rem;
    line-height: 1.38rem;
  }
}

.meet-the-team {
  padding: 9.38rem 0 6.07rem;
}
@media (max-width: 1399px) {
  .meet-the-team {
    padding: 5rem 0 3.13rem;
  }
}
@media (max-width: 575px) {
  .meet-the-team {
    padding: 1.32rem 0 3.13rem;
  }
}
.meet-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .meet-content-wrapper {
    justify-content: space-between;
  }
}
.meet-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}
@media (max-width: 991px) {
  .meet-heading {
    width: 100%;
  }
}
.meet-heading h2, .meet-heading .h2 {
  max-width: 36.07rem;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .meet-heading h2, .meet-heading .h2 {
    font-size: 5.32rem;
  }
}
@media (max-width: 991px) {
  .meet-heading h2, .meet-heading .h2 {
    font-size: 3.75rem;
    margin-left: 1.25rem;
  }
}
@media (max-width: 575px) {
  .meet-heading h2, .meet-heading .h2 {
    margin-left: 0;
  }
}
.meet-box-wrapper {
  max-width: 25rem;
  width: 45%;
  border: 1px solid #D9D9D9;
  padding: 0.69rem 1.5rem;
  box-shadow: 12px 12px 0px rgba(217, 217, 217, 0.25);
  margin-top: 3.13rem;
  margin-left: 0.94rem;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .meet-box-wrapper {
    border: 1px solid #FF6700;
    box-shadow: 10px 10px 0px #FF6700;
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
@media (max-width: 767px) {
  .meet-box-wrapper {
    margin-top: 1.25rem;
    margin-left: 0;
  }
  .meet-box-wrapper:nth-child(odd) {
    position: relative;
    top: 2.19rem;
  }
}
.meet-box-wrapper:hover {
  transform: translate(0rem, -0.62rem);
  box-shadow: 12px 12px 0px #ff6700;
  border-color: #FF6700;
}
.meet-image {
  position: relative;
  padding-top: 112.9032258065%;
  display: flex;
  justify-content: center;
}
.meet-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-image img {
  object-fit: contain;
}
.meet-title h6, .meet-title .h6 {
  margin-bottom: 0;
  line-height: 2.63rem;
}
@media (max-width: 991px) {
  .meet-title h6, .meet-title .h6 {
    font-size: 1.88rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .meet-title h6, .meet-title .h6 {
    font-size: 1.13rem;
    line-height: 1;
  }
}
.meet-fancybox {
  display: none;
  max-width: 60.75rem;
  width: 100%;
  background-color: #ffffff;
  padding: 2.5rem 1.25rem;
}
.meet-fancybox .carousel__button {
  right: -65px !important;
  top: 0 !important;
  color: #FF6700 !important;
  width: 3.44rem !important;
  height: 3.44rem !important;
}
@media (max-width: 1199px) {
  .meet-fancybox .carousel__button {
    top: -4.06rem !important;
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .meet-fancybox .carousel__button {
    width: 1.88rem !important;
    height: 1.88rem !important;
    top: -2.18rem !important;
  }
}
.meet-fancybox .carousel__button svg {
  width: 100% !important;
  height: 100% !important;
  stroke-width: 1;
}
@media (max-width: 1199px) {
  .meet-fancybox .fancybox__slide {
    padding-left: 4.38rem !important;
    padding-right: 4.38rem !important;
  }
}
.meet-f-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .meet-f-wrapper {
    flex-direction: column;
  }
}
.meet-f-title h6, .meet-f-title .h6 {
  margin-bottom: 0;
  line-height: 2.63rem;
}
@media (max-width: 1199px) {
  .meet-f-title h6, .meet-f-title .h6 {
    font-size: 1.57rem;
    line-height: 1;
  }
}
.meet-image-wrapper {
  width: 45%;
}
@media (max-width: 575px) {
  .meet-image-wrapper {
    width: 50%;
  }
}
.meet-f-image {
  position: relative;
  padding-top: 141.6458852868%;
}
.meet-f-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-f-image img {
  object-fit: contain;
}
.meet-f-content {
  width: 55%;
  max-width: 28.13rem;
  margin-left: 1rem;
  flex: 1;
}
@media (max-width: 575px) {
  .meet-f-content {
    width: 100%;
    margin-left: 0;
  }
}
.meet-f-content p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .meet-f-content p {
    font-size: 1.25rem;
    margin-bottom: 1.88rem;
  }
}
@media (max-width: 767px) {
  .meet-f-content p {
    font-size: 1.13rem;
    margin-bottom: 1.25rem;
  }
}
.meet-f-title {
  margin-bottom: 2.38rem;
}
@media (max-width: 991px) {
  .meet-f-title {
    margin-bottom: 1.25rem;
  }
}
.meet-f-social-link ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.meet-f-social-link li {
  list-style: none;
  margin-left: 1.82rem;
  padding-top: 0;
  padding-bottom: 0;
}
.meet-f-social-link li:first-child {
  margin-left: 0;
}
.meet-f-social-link a {
  display: block;
  text-decoration: none;
  font-size: 2.19rem;
  color: #FF6700;
}
.meet-f-social-link a:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .meet-f-social-link a {
    font-size: 1.25rem;
  }
}

.terms-content {
  padding: 3.75rem 0;
}
@media (max-width: 991px) {
  .terms-content {
    padding: 2.5rem 0;
  }
}
.terms-content .container {
  max-width: 63.32rem;
}
.terms-content.privacy-policy h5, .terms-content.privacy-policy .h5 {
  font-size: 1.88rem;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .terms-content.privacy-policy h5, .terms-content.privacy-policy .h5 {
    font-size: 1.5rem;
  }
}
.terms-content.privacy-policy h5 strong, .terms-content.privacy-policy .h5 strong {
  text-transform: lowercase;
}
.terms-content.privacy-policy h6, .terms-content.privacy-policy .h6 {
  font-size: 1.63rem;
}
@media (max-width: 767px) {
  .terms-content.privacy-policy h6, .terms-content.privacy-policy .h6 {
    font-size: 1.13rem;
  }
}
.terms-content.privacy-policy h4, .terms-content.privacy-policy .h4 {
  font-size: 2.38rem;
  font-weight: 600;
  margin: 3.13rem 0 1.88rem;
}
@media (max-width: 767px) {
  .terms-content.privacy-policy h4, .terms-content.privacy-policy .h4 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.terms-content.privacy-policy ul .expand-click {
  font-size: 1.88rem;
  font-weight: 600;
}
/*# sourceMappingURL=style.min.css.map */
