@charset "UTF-8";

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: auto;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  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 {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 1px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 15px;
  margin: 0 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;
  margin: 2px auto;
}
.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_scrollTools .mCSB_draggerRail {
  background-color: #e7282c;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e7282c;
  transform: skewX(-15deg);
  left: 5px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/o/tvs-germany-theme/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.iti {
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: 0;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: 0;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(./img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(./img/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

@font-face {
  font-family: "blenderPro";
  src: url("./font/Blender/BlenderPro-Medium.eot");
  src: local("Blender Pro Medium"), local("blenderPro-Medium"),
    url("./font/Blender/BlenderPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("./font/Blender/BlenderPro-Medium.woff2") format("woff2"),
    url("./font/Blender/BlenderPro-Medium.woff") format("woff"),
    url("./font/Blender/BlenderPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "blenderPro";
  src: url("./font/Blender/BlenderPro-Thin.eot");
  src: local("Blender Pro Thin"), local("blenderPro-Thin"),
    url("./font/Blender/BlenderPro-Thin.eot?#iefix") format("embedded-opentype"),
    url("./font/Blender/BlenderPro-Thin.woff2") format("woff2"),
    url("./font/Blender/BlenderPro-Thin.woff") format("woff"),
    url("./font/Blender/BlenderPro-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "blenderPro";
  src: url("./font/Blender/BlenderPro-Bold.eot");
  src: local("Blender Pro Blod"), local("BlenderPro-Blod"),
    url("./font/Blender/BlenderPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("./font/Blender/BlenderPro-Bold.woff2") format("woff2"),
    url("./font/Blender/BlenderPro-Bold.woff") format("woff"),
    url("./font/Blender/BlenderPro-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("./font/Blender/BlenderPro-Heavy.eot");
  src: local("Blender Pro Blod"), local("BlenderPro-Blod"),
    url("./font/Blender/BlenderPro-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("./font/Blender/BlenderPro-Heavy.woff2") format("woff2"),
    url("./font/Blender/BlenderPro-Heavy.woff") format("woff"),
    url("./font/Blender/BlenderPro-Heavy.ttf") format("truetype");
  font-family: "blenderPro";
  font-weight: 900;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #0c3788;
}
[class^="container-"],
[class$="-container"] {
  padding: 0 20px;
  margin: 0 auto;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.mt-25 {
  margin-top: 25px;
}
.mt-35 {
  margin-top: 35px;
}
select {
  cursor: pointer;
}
.page-editor__layout-viewport__resizer {
  width: 100%;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
li:focus-visible,
a:focus-visible {
  outline: 0;
}
.row-gap-5 {
  row-gap: 3rem;
}
.row-gap-4 {
  row-gap: 1.5rem;
}
.row-gap-3 {
  row-gap: 1rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.row-gap-1 {
  row-gap: 0.25rem;
}
.column-gap-5 {
  column-gap: 3rem;
}
.column-gap-4 {
  column-gap: 1.5rem;
}
.column-gap-3 {
  column-gap: 1rem;
}
.column-gap-2 {
  column-gap: 0.5rem;
}
.column-gap-1 {
  column-gap: 0.25rem;
}
.column-gap-0 {
  column-gap: 0;
}
.portlet-layout .portlet-header {
  display: none;
}
.portlet-decorate .portlet-content {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.portlet-commerce-product-content .tab-content {
  background: transparent !important;
}
.portlet-content-container {
  padding: 0 !important;
}
.portlet {
  margin-bottom: 0 !important;
}
.portlet-commerce-product-content .premiun-details-container .tab-content {
  background: transparent !important;
}
body {
  font-family: "Roboto", sans-serif;
}
img,
video {
  max-width: 100%;
}
.form-check-input:checked {
  background-color: #0d3788;
  border-color: #0d3788;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}
p {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.section-padding {
  padding: 60px 0;
}
section h2,
section h1 {
  color: #0c3688;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.about-tvs-options,
.lfr-layout-structure-item-tvs-about-us-navbar,
.lfr-layout-structure-item-media-navbar-fragment {
  position: sticky;
  top: 0;
  z-index: 3;
}
.lfr-layout-structure-item-primary-navigation-menu-fragment {
  position: sticky;
  top: 0;
  z-index: 4;
}
.header-liferay {
  padding: 10px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-liferay .navbar-nav .portlet {
  position: static;
}
.header-liferay .navbar-brand {
  max-width: initial;
}
.header-liferay .navbar-brand img {
  display: block;
}
.header-liferay .navbar-nav .nav-item {
  padding: 0 12px;
}
.header-liferay .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 0 6px;
  border-bottom: 2px solid transparent;
}
.header-liferay .navbar-nav .nav-link:hover,
.header-liferay .navbar-nav .nav-link.active,
.header-liferay .navbar-nav .nav-link.drop-active {
  border-color: #d83d46;
}
.header-liferay .navbar-nav .nav-link.dropdown-toggle::after,
.header-liferay .navbar-nav .nav-link.drop-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M1.89887 .0644527L5.78964 3.69349L9.68891 .0644531L10.8867 1.18169L5.78964 5.93588L0.692566 1.18169L1.89887 .0644527Z' fill='black'/%3E%3C/svg%3E");
  width: 11px;
  height: 6px;
  border: 0;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: 6px;
  content: "";
  display: inline-block;
}
.header-liferay .navbar-nav .nav-item .dropdown-menu {
  margin: 2px 0 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: initial;
}
.header-liferay .navbar-nav .nav-item .dropdown-menu a {
  padding: 15px 35px 15px 25px;
  font-size: 14px;
  display: block;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header-liferay .navbar-nav .nav-item .dropdown-menu a:hover,
.header-liferay .navbar-nav .nav-item .dropdown-menu a.active {
  color: #fff;
  background-color: #f12a00;
}
.header-liferay .region-name {
  border-radius: 30px;
  border: 1px solid #b4b4b4;
  background: #fff;
  padding: 2px 10px;
  text-align: center;
  color: #5a5555;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header-liferay .region-name img {
  width: 18px;
  border: 1px solid #d9d9d9;
  margin-right: 6px;
}
.header-liferay .navbar-toggler {
  width: 40px;
  height: 50px;
  background: transparent;
  border-radius: 0;
  padding: 0 5px;
}
.header-liferay .navbar-toggler:focus {
  box-shadow: none;
}
.header-liferay .navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #0c3688;
}
.header-liferay .navbar-toggler span + span {
  margin-top: 3px;
}
.header-liferay .lfr-nav-child-toggle {
  display: none;
}
.header-liferay span.text-truncate {
  display: inline-block;
}
.window-side-menu,
.side-menu-toggle {
  position: fixed;
  right: 10px;
  top: 70px;
}
.side-menu-toggle {
  z-index: 3;
}
.window-side-menu {
  z-index: 4;
}
.side-menu-toggle,
.window-side-menu a {
  display: block;
  background: linear-gradient(180deg, #dde7f5 0%, rgba(255, 255, 255, 0) 100%)
    #fff;
  min-width: 65px;
  width: auto;
  height: 55px;
  padding: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
  color: #0c3688;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  cursor: pointer;
}
.window-side-menu a:hover,
.window-side-menu a.active {
  background: #0c3688;
  color: #fff;
}
.window-fixed-menu a:hover {
  color: #0c3688;
}
.window-side-menu a span:nth-child(2),
.side-menu-toggle span:nth-child(2) {
  margin-top: 7px;
  display: block;
}
.window-side-menu .icon {
  display: block;
  height: 25px;
  width: 46px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.window-side-menu .icon.dealer {
  background-image: url("../images/dealer.svg");
}
.window-side-menu a:hover .icon.dealer,
.window-side-menu a.active .icon.dealer {
  background-image: url("../images/dealer_hover.svg");
}
.window-side-menu .icon.contact {
  background-image: url("../images/contact.svg");
}
.window-side-menu a:hover .icon.contact,
.window-side-menu a.active .icon.contact {
  background-image: url("../images/contact-hover.svg");
}
.window-side-menu .icon.enquiry {
  background-image: url("../images/enquiry.svg");
}
.window-side-menu a:hover .icon.enquiry,
.window-side-menu a.active .icon.enquiry {
  background-image: url("../images/enquiry_hover.svg");
}
.window-side-menu .icon.feedback {
  background-image: url("../images/feedback.svg");
}
.window-side-menu a:hover .icon.feedback,
.window-side-menu a.active .icon.feedback {
  background-image: url("../images/feedback_hover.svg");
}
.collapse-window-side-menu {
  background: #ee2d3d;
  border-radius: 0 0 2px 2px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
#demo-mega-menu {
  background: #fff;
  padding: 0 25px;
  margin: 0;
  max-width: 893px;
  z-index: 1000;
  width: auto;
}
#demo-mega-menu .tab-pane .row {
  padding-bottom: 16px;
}
#demo-mega-menu .nav-tabs .nav-link {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  border-width: 0 0 2px;
  border-color: transparent;
  padding: 0 0 5px;
  text-transform: uppercase;
}
#demo-mega-menu .nav-tabs {
  border: 0;
  gap: 30px;
}
#demo-mega-mobilemenu .nav-tabs {
  border: 0;
}
#demo-mega-menu .nav-tabs .nav-item {
  padding-top: 10px;
}
#demo-mega-menu .nav-tabs .nav-link.active,
#demo-mega-menu .nav-tabs .nav-link:hover {
  border-color: #d83d46;
  background-color: transparent;
}
header .navbar-collapse {
  position: relative;
}
.header-liferay .navbar .navbar-collapse > div:first-child {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-product {
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 9px 8px 6px 11px;
  margin-top: 16px;
}
.header-menu-tabs {
  height: 26px;
}
.header-product-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-details {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
footer {
  background: #18407e;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
footer .footer-container {
  max-width: 1825px;
}
.footer-links {
  margin-top: 53px;
}
.footer-links.row {
  row-gap: 20px;
}
.footer-links h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}
footer a,
footer a:hover {
  color: inherit;
}
.footer-socail-icons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 220px;
}
footer .white-btn {
  width: 200px;
}
.copyright {
  padding: 20px 40px 20px 0;
  border-top: 1px solid #466698;
  margin-top: 30px;
}
.copyright p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.go-top {
  position: fixed;
  right: 15px;
  bottom: 160px;
  display: none;
  z-index: 3;
  opacity: 1 !important;
}
.go-top img {
  border-radius: 10px;
}
.mobile-footer-menu {
  background: #fff;
  display: flex;
  height: 65px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  transition: bottom 0.5s ease;
  color: #374957;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
}
.mobile-footer-menu.animate-down {
  bottom: -65px;
}
.mobile-footer-menu a {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  gap: 8px;
  color: inherit;
  position: relative;
}
.mobile-footer-menu a.active,
.mobile-footer-menu a:hover {
  color: #ee313c;
}
.mobile-footer-menu a::before {
  content: "";
  position: absolute;
  height: 3px;
  background: transparent;
  width: calc(100% - 40px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-footer-menu a:hover::before,
.mobile-footer-menu a.active::before {
  background: #ee313c;
}
.mobile-footer-menu .icon {
  display: block;
  height: 25px;
  width: 49px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-footer-menu .icon.home {
  background-image: url("../images/home.svg");
}
.mobile-footer-menu .icon.products {
  background-image: url("../images/products.svg");
}
.mobile-footer-menu .icon.contact {
  background-image: url("../images/contact.svg");
}
.mobile-footer-menu .icon.become-dealer {
  background-image: url("../images/become-dealer.svg");
}
.mobile-footer-menu .icon.more {
  background-image: url("../images/more.svg");
}
.banner-slider .slick-slide {
  position: relative;
}
.cookie-outer-wrap {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.cookie-outer-wrap h4 {
  color: #0c3688;
  font-size: 18px;
  font-weight: 700;
}
.cookie-outer-wrap p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.cookie-outer-wrap p a {
  color: #0c3688;
  text-decoration: underline;
}
body .cky-btn-revisit-wrapper {
  bottom: 100px;
  z-index: 4;
}
.pagination {
  margin-top: 30px;
  justify-content: center;
  gap: 50px;
}
.breadcrumb {
  background: #fff;
  margin: 0;
  height: 40px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000;
  padding-left: 33px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\203A";
  background-image: none;
  margin: 0;
  float: none;
  color: inherit;
  position: absolute;
  font-size: inherit;
  display: inline;
  top: 0;
  left: 4px;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #5a5555;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 18px;
}
.about-overview {
  background: linear-gradient(
    180deg,
    rgba(12, 54, 136, 0.1) 0%,
    rgba(251, 251, 251, 0) 39.06%,
    rgba(228, 237, 252, 0) 100%
  );
}
.container-about-overview {
  max-width: 1465px;
}
.about-overview h2 {
  text-align: left;
}
.map-overview {
  margin-top: 25px;
}
.map-overview h6 {
  color: #0c3688;
  font-size: 36px;
  font-weight: 900;
  margin: 25px 0 0;
}
.map-overview h6 span:last-child {
  font-size: 24px;
  font-weight: 700;
}
.map-overview p {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.manufacture-location {
  background: url("../images/location-bg.webp") center bottom/cover;
  text-align: center;
}
.container-manufacture-location {
  max-width: 1440px;
}
.manufacture-location .top-para {
  max-width: 680px;
  margin: 0 auto 80px;
}
.manufacture-location .location {
  margin-bottom: 50px;
  row-gap: 60px;
}
.manufacture-location .location-inner {
  border-radius: 6px;
  border: 2px solid #c6ceda;
  background: linear-gradient(180deg, #fff 50%, #ecf1fa 100%);
  position: relative;
  padding: 40px 10px 10px;
  height: 100%;
}
.manufacture-location .location-inner .location-pin {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.manufacture-location .location-inner .state {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.manufacture-location .location-inner .country {
  color: #5a5555;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.sticky-secondary-menu {
  background: #fff;
  border-bottom: 1px solid #bbb;
}
.sticky-secondary-menu ul::-webkit-scrollbar {
  display: none;
}
.sticky-secondary-menu ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky-secondary-menu ul {
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sticky-secondary-menu ul li {
  padding: 0 15px;
  position: relative;
}
.sticky-secondary-menu ul li:before {
  content: "";
  position: absolute;
  right: -1px;
  display: inline-block;
  width: 2px;
  background: #000;
  height: 10px;
  top: 50%;
  transform: translateY(calc(-50% - 4px));
}
.sticky-secondary-menu ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.sticky-secondary-menu ul li a.active,
.sticky-secondary-menu ul li a:hover {
  color: #d83d46;
  background: transparent;
  border-color: transparent transparent #f12b00 transparent;
}
.sticky-secondary-menu ul li:last-child::before {
  display: none;
}
.board-director {
  padding: 40px 0;
}
.container-board-director {
  max-width: 1170px;
}
.board-director h1 {
  font-size: 35px;
  margin-bottom: 40px;
  color: black;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  padding: 0;
  margin-top: 0;
}
.board-director .board-inner {
  border: 1px solid #cecece;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
}
.board-director .board-inner img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.board-director .board-inner h6 {
  padding: 25px 20px;
  font-size: 22px;
  font-weight: 500;
  color: black;
  line-height: 1.273;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.902);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.achievement-banner-content {
  left: 14%;
  transform: translate(-10%, -50%);
  position: absolute;
  top: 50%;
  width: 678px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  gap: 30px;
  padding: 30px;
  align-items: flex-start;
}
.achievement-banner .banner-slider .center-slider-nav {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  bottom: 0;
  padding: 20px;
}
.achievement-banner .slider-img img {
  min-height: 500px;
  object-fit: cover;
}
.achievement-banner-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}
.achievement-banner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
}
.achievement-banner .slick-slide {
  position: relative;
}
.tvs-award-section {
  background: linear-gradient(
    180deg,
    rgba(221, 234, 255, 0.33) 0%,
    #fbfbfb 39.06%,
    rgba(228, 237, 252, 0.21) 100%
  );
  text-align: center;
}
.container-achievement {
  max-width: 1364px;
}
.tvs-award-section .row {
  row-gap: 20px;
}
.tvs-award-section .row .journal-content-article {
  height: 100%;
}
.tvs-award-section .head-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px;
}
.achievement-award-inner {
  background: #fff;
  border: 2px solid #c5d1e3;
  border-radius: 6px;
  padding: 20px 30px;
  height: 100%;
}
.achievement-award-inner .content {
  border-top: 1px solid #c5d1e3;
  padding-top: 20px;
  color: #000;
}
.achievement-award-inner .content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.achievement-award-inner .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.leader-section {
  background: #2e2e2e;
  padding-top: 40px;
}
.container-leader {
  max-width: 1440px;
}
.leader-section h2 {
  color: #fff;
  text-align: left;
}
.leader-section p {
  color: #fff;
  margin-bottom: 35px;
}
.blue-btn,
.know-btn,
.white-btn,
.blue-border-btn,
.red-offer-btn {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 38px;
  text-transform: uppercase;
  height: 40px;
  min-width: 160px;
  padding: 0 10px;
}
.white-btn,
.white-btn:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #0c3688;
}
.blue-btn,
.blue-btn:hover,
.know-btn,
.know-btn:hover {
  border: 2px solid #0c3688;
  background: #0c3688;
  color: #fffeff;
}
.blue-border-btn,
.blue-border-btn:hover {
  border: 2px solid #0c3688;
  background: #fff;
  color: #0c3688;
}
.red-offer-btn,
.red-offer-btn:hover {
  border: 2px solid #ee2d3d;
  background: #ee2d3d;
  color: #fff;
}
.who-we-are {
  padding: 50px 0;
  background: url("../images/who-we-are-bg.webp") no-repeat center center /
    cover;
}
.container-who-we-are {
  max-width: 1755px;
}
.who-we-are p {
  max-width: 1076px;
  margin: 0 auto 40px;
  color: #3a3a3a;
  text-align: center;
}
.who-we-are p a {
  color: inherit;
  font-weight: 600;
}
.inner-tvs-motor {
  position: relative;
}
.inner-tvs-motor h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  width: 400px;
  padding-left: 50px;
  left: 20%;
  position: absolute;
  top: 62px;
}
.inner-tvs-motor h5::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='29' viewBox='0 0 38 29' fill='none'%3E%3Cpath d='M21.0271 25.5L29.9709 16.5563L2.91139e-05 16.5562L2.94782e-05 12.3896L29.9709 12.3896L21.0271 3.44583L23.9729 .499999L37.9459 14.4729L23.9729 28.4458L21.0271 25.5Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 38px;
  height: 28px;
  left: 0;
  top: 5px;
}
.tvs-motor-arrow {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.tvs-motor-slider .slick-arrow {
  width: 17px;
  height: 29px;
  background-image: url("../images/arrow-who-we.svg");
}
.tvs-motor-slider .slick-prev {
  transform: scale(-1);
}
.latest-section {
  background: linear-gradient(
    180deg,
    rgba(12, 54, 136, 0.1) 0%,
    rgba(251, 251, 251, 0) 39.06%,
    rgba(228, 237, 252, 0) 100%
  );
  padding: 40px 0;
}
.container-latest,
.customer-container {
  max-width: 1780px;
}
.news-section {
  padding: 30px 0 60px;
  background: #f4f4f4;
}
.media-wrap {
  border-radius: 6px;
  border: 1px solid #bebebe;
  background: #fff;
  height: 100%;
}
.media-wrap img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.media-slider-body {
  padding: 20px;
}
.media-slider-body h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.media-date {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.read-more,
.read-more:hover {
  color: #0c3688;
  text-decoration: underline;
}
.latest-section .slick-track {
  margin: 0 -10px;
}
.latest-section .slick-slide {
  padding: 0 10px 10px;
}
.latest-section .view-all-btn,
.customer-section .view-all-btn {
  margin-top: 30px;
}

.latest-section .center-slider-nav,
.customer-section .center-slider-nav {
  margin-top: 30px;
}

.customer-section {
  background: linear-gradient(
    180deg,
    rgba(12, 54, 136, 0.1) 0%,
    rgba(251, 251, 251, 0) 39.06%,
    rgba(228, 237, 252, 0) 100%
  );
  padding: 40px 0;
}
.customer-left {
  flex: 0 0 388px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.customer-left h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #0c3688;
  margin: 17px 0 8px;
  text-align: left;
}
.award .customer-left h2 {
  color: #f12b00;
}
.customer-left p {
  margin-bottom: 35px;
  color: #000;
}
.customer-right {
  padding: 0 45px;
  width: calc(100% - 388px);
}
.slick-slide:nth-child(n) .customer-slider-inner {
  background: rgba(224, 236, 255, 0.5);
}
.slick-slide:nth-child(3n) .customer-slider-inner {
  background: rgba(240, 224, 255, 0.5);
}
.slick-slide:nth-child(2n) .customer-slider-inner {
  background: rgba(225, 224, 255, 0.5);
}
.award .customer-slider-wrap {
  padding: 85px 15px 15px;
  position: relative;
  height: 100%;
}
.customer-section.award .slick-track {
  display: flex;
}
.customer-section.award .slick-slide {
  height: initial;
}
.customer-section.award .slick-slide > div,
.customer-section.award .slick-slide > div > div {
  height: 100%;
}
.award .customer-slider-wrap .award-inner-icon {
  left: 45px;
  position: absolute;
  height: 150px;
  top: 0;
}
.award .customer-slider-inner {
  padding-top: 52px;
  height: 100%;
  min-height: 140px;
}
.customer-slider-inner {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 30px 34px 17px;
}
.award .customer-slider-inner p {
  border-bottom: 0;
  border-top: 1px solid #0c3688;
  padding: 30px 0 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.business-section {
  background: url("../images/business-bg.webp") center bottom/cover;
  text-align: center;
  padding: 70px 0 165px;
}
.business-section .top-para,
.business-section .content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1276px;
  margin: 0 auto 35px;
}
.business-section .blue-btn {
  margin-top: 35px;
}
.history-section {
  background: url("../images/history-bg.webp") center bottom/cover;
  padding: 60px 0;
  position: relative;
}
.history-section .portlet {
  position: static;
}
.history-container {
  max-width: 1725px;
}
.history-section .year {
  color: #0c3688;
  font-size: 40px;
  font-weight: 900;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.history-section h2 {
  color: #060707;
  font-size: 54px;
  font-weight: 900;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.history-section p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.histryScroll {
  position: relative;
  margin-top: 20px;
}
.histryScroll img {
  height: 470px;
  pointer-events: none;
  max-width: unset;
}
.histryScroll span.arowRB {
  position: absolute;
  right: 5px;
  bottom: 20px;
}
.histryScroll span.arowRB img {
  min-height: 1px;
  height: auto;
  max-height: unset;
}
.media-contact-tab {
  background: linear-gradient(
      180deg,
      rgba(0, 14, 40, 0.8) 0,
      rgba(33, 81, 156, 0.8) 490px,
      rgba(255, 255, 255, 0) 490px
    ),
    url("../images/media-contact.webp") center top/auto 490px no-repeat;
  padding: 84px 20px 154px;
}
.media-contact-tab h2,
.media-contact-tab h1 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
  color: #fff;
}
.media-contact-detail {
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border: 2px solid #0c3688;
  border-radius: 10px;
  padding: 48px 60px 56px;
  max-width: 1250px;
  margin: 0 auto;
}
.media-contact-detail h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 18px;
  margin-bottom: 43px;
  border-bottom: 1px solid #d9d9d9;
}
.media-contact-detail p {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  max-width: 458px;
  text-align: center;
  color: #5a5555;
  margin: 0 auto 33px;
}
.email-contact label {
  font-weight: 700;
  color: #000;
}
.email-contact span {
  font-weight: 500;
  color: #5a5555;
}
.email-contact {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.media-wrap-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.media-wrap-main + .media-wrap-main {
  padding-bottom: 50px;
}
.media-wrap-main h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0c3688;
  margin-bottom: 20px;
  text-align: left;
}
.press-kit-desc {
  background: linear-gradient(180deg, #eff4fa 0%, rgba(202, 223, 255, 0) 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0c3688;
  justify-content: space-between;
  display: flex;
  padding: 22px;
  align-items: center;
}
.dwnld-press {
  background: #18407e;
  display: inline-block;
  height: 40px;
  width: 53px;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
}
.press-kit-desc h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.press-kit-desc .format {
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.press-kit-block .blog-big-img {
  border-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
}
.press-kit-block {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.press-kit-filter {
  margin-bottom: 22px;
}
.press-kit-filter .form-select {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #3a3a3a;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 1.5px solid #b4b4b4;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B4B4B4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
    right 0 center/16px 12px no-repeat;
  border-radius: 0;
}
.racing-video-banner {
  position: relative;
  height: calc(100vh - 90px);
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
  font-family: "blenderPro";
}
.video-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.racing-video-banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --bs-aspect-ratio: 56.25%;
  object-fit: cover;
}
.racing-video-banner h2 {
  font-size: 79px;
  font-weight: 900;
  line-height: 85px;
  color: #fff;
  margin-top: auto;
  text-transform: uppercase;
}
.racing-video-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  max-width: 490px;
  text-align: center;
  font-weight: 300;
  margin: 0 auto;
}
.racing-video-banner .scroll {
  margin-top: auto;
  letter-spacing: 0.55em;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.racing-video-banner .scroll-hint {
  display: block;
  width: 26px;
  height: 44px;
  position: relative;
  left: 50%;
  margin-left: -20px;
  color: #fff;
  background: url("../images/mouse.svg") no-repeat center center;
  background-size: 76px;
}
.scroll-wheel {
  left: 12px;
  top: 10px;
  height: 10px;
  width: 2px;
  background: #fff;
  border-radius: 1px;
  position: relative;
  display: block;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  1000% {
    transform: translateY(0);
  }
}
.news-letter {
  background: url("../images/tvs-racing/rider-front.webp") no-repeat right
    center #f9f9fa;
  overflow: hidden;
  font-family: "blenderPro";
}
.opacity-0 {
  opacity: 0;
}
.news-letter h4 {
  font-size: 60px;
  max-width: 610px;
  line-height: 100%;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: #030939;
}
.news-letter p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #212529;
}
.news-letter .form-control {
  font-size: 18px;
  color: #333;
  width: 325px;
  display: block;
  border: 2px solid #ccc;
  font-weight: 400;
  background: transparent;
  border-radius: 2px;
  height: 52px;
}
.news-letter .form-control:hover,
.news-letter .form-control:focus {
  border-color: #e7282c;
}
.red-btn-racing {
  font-size: 21px;
  line-height: 50px;
  border: 2px solid #e7282c;
  background: #e7282c;
  height: 52px;
  width: 133px;
  border-radius: 0;
  padding: 0;
  color: #fff;
}
.red-btn-racing:hover {
  background: #d71d21;
  border-color: #d71d21;
  color: #fff;
}
.news-letter .letter-bg-img {
  min-height: 390px;
}
.container-1200 {
  max-width: 1200px;
}
.engineering {
  background: url("../images/tvs-racing/pattern-lg.webp") no-repeat right bottom
    #f7f7f7;
  font-family: "blenderPro";
  padding-top: 100px;
  padding-bottom: 100px;
}
.engineering h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 65px;
  color: #030939;
  max-width: 340px;
  margin: 0;
  text-align: left;
}
.engineering .sub-title {
  background: url("../images/tvs-racing/redThinLine.svg") no-repeat left center;
  padding: 18px;
  max-width: 630px;
}
.sub-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.engineering .innerFrame {
  display: flex;
  align-items: center;
  margin-top: 120px;
  justify-content: space-between;
}
.engineering .item-cover {
  background: url("../images/tvs-racing/patternBlue-sm.webp") no-repeat right
    bottom #030939;
  color: #fff;
  padding: 30px;
  position: relative;
  padding-top: 170px;
  min-width: 370px;
  min-height: 472px;
  width: 215px;
  margin: 0 15px 0 0;
}
.engineering .item-cover:before {
  content: "";
  position: absolute;
  background: url("../images/icon/cornerRTred.svg") no-repeat center center;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
}
.engineering .item-cover .bike-reveal {
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto 15px;
}
.engineering .item-cover h2 {
  font-size: 60px;
  color: #fff;
  text-align: left;
}
.engineering .item-cover h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.hLineW {
  background: url("../images/tvs-racing/lineHwhite.webp") no-repeat center
    center;
  width: 298px;
  height: 5px;
  display: block;
}
.engineering .item-cover p {
  color: #fff;
  font-size: 16px;
  display: block;
}
.scrollbar {
  margin: 0 auto 1em;
  height: 2px;
  background: #d8d8d8;
  line-height: 0;
  padding: 0 3px;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  background: #e7282d;
  transform: skewX(-15deg);
  height: 14px;
}
.race-format {
  padding: 40px 0;
  font-family: "blenderPro";
}
.race-format h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 65px;
  color: #030939;
  text-align: left;
}
.cust-select.form-select {
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  min-width: 177px;
  width: auto;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  background-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
}
.cust-select.form-select:focus {
  border-color: #e7282c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(231, 40, 44, 0.25);
}
.race-format .nav {
  background: #f2f2f2;
  transform: skewX(-20deg);
}
.race-format .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.race-format .nav-item .nav-link {
  font-size: 24px;
  width: 100%;
  background-color: transparent;
  color: #000;
}
.race-format .nav-item .nav-link span {
  transform: skewX(20deg);
  display: block;
}
.race-format .nav-item .nav-link:hover {
  color: #e7282c;
}
.race-format .nav-item .nav-link.active {
  background: #e7282c;
  border-radius: 0;
  color: #fff;
}
.innerRelBox {
  background: url("../images/tvs-racing/redCorner.webp") no-repeat right bottom;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bannerData {
  max-width: 400px;
  margin: 0 auto 0 0;
  padding-right: 19px;
}
.bannerData h2 {
  letter-spacing: -2px;
  font-size: 105px;
  line-height: 75px;
  color: #000;
  opacity: 0.05;
  font-weight: 500;
  position: absolute;
  left: -80px;
  white-space: nowrap;
  top: 80px;
  z-index: -1;
}
.bannerData h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #030939;
}
.bannerData h3 span {
  color: #e7282c;
}
.bannerData p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.standing-wrap {
  padding: 0 50px 0;
  background: #f7f7f7;
  margin-top: 60px;
}
.standing-wrap h3 {
  color: #030939;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.standing-wrap p {
  font-size: 14px;
  line-height: 20px;
}
.championship-stand {
  position: relative;
  padding-bottom: 50px;
  margin-top: 65px;
}
.racer-card .card-outer {
  background: url("../images/tvs-racing/grayPatternMin.svg") no-repeat bottom
    right #f2f2f2;
  height: 135px;
  position: relative;
  padding: 21px 0 0 25px;
}
.racer-card .card-outer::before {
  content: "";
  height: 28px;
  width: 28px;
  background: url("../images/tvs-racing/cornerLT.svg") no-repeat center center;
  left: -7px;
  position: absolute;
  top: -7px;
}
.racer-card .card-outer::after {
  content: "";
  height: 28px;
  width: 28px;
  background: url("../images/tvs-racing/cornerLT.svg") no-repeat center center;
  right: -7px;
  position: absolute;
  top: -7px;
  transform: rotate(90deg);
}
.racer-card .card-outer a h3 {
  font-size: 25px;
  max-width: 180px;
  font-weight: 900;
  margin-bottom: 0;
}
.racer-card .card-outer p {
  color: #333;
  font-size: 20px;
}
.racer-card .card-outer .card-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 147px;
  height: 166px;
}
.racer-card .card-outer p span {
  font-size: 36px;
  line-height: 140%;
  color: #e7282c;
  font-style: italic;
  font-weight: 500;
}
.bike-details-wrap {
  margin-top: 40px;
  font-family: "blenderPro";
}
.featureWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 55px;
}
.feature {
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 12px;
  padding: 10px 13px;
  width: 200px;
}
.commanRed {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  color: #e7282c;
}
.bikeFeatureWrap {
  display: flex;
  flex-direction: column;
}
.featureinner {
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  background: transparent;
  margin-bottom: 12px;
  padding: 10px 13px;
  justify-content: space-between;
}
.featureinner .innerTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
  mix-blend-mode: normal;
}
.innerRight p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}
.innerRight span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: capitalize;
}
.clr-red {
  color: #e7282c;
}
.upComingRaceSection {
  background: #f2f2f2;
  padding: 40px 0;
  font-family: "blenderPro";
}
.common-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  color: #000;
}
.common-title span {
  color: #e7282c;
}
.up-race-detils {
  background: url("../images/tvs-racing/eventBg.webp") no-repeat right bottom
    #e7282d;
  background-size: cover;
  padding: 36px 40px;
  color: #fff;
}
.upcoming-race h4 {
  font-size: 80px;
  line-height: 50px;
  margin: 0 0 1.5rem;
}
.upcoming-race h5 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 32px;
  margin-bottom: 2.4rem;
}
.upcoming-race p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 220px;
  color: #fff;
}
.upcoming-race p small {
  font-weight: 400;
  font-size: 16px;
}
.partner-slide-wrap .slick-dots,
.upComingRaceSection .slick-dots {
  justify-content: center;
  padding: 30px 0 0;
  width: 100%;
}
.partner-slide-wrap .slick-slide,
.upcoming-race .slick-slide {
  padding: 0 10px;
}
.partner-slide-wrap .slick-dots li,
.partner-slide-wrap .slick-dots li.slick-active,
.upcoming-race .slick-dots li,
.upcoming-race .slick-dots li.slick-active {
  height: 6px;
  width: 50px;
  margin: 0 3px;
  transform: skewX(-15deg);
}
.partner-slide-wrap .slick-dots li button,
.partner-slide-wrap .slick-dots li.slick-active button,
.upcoming-race .slick-dots li button,
.upcoming-race .slick-dots li.slick-active button {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.partner-slide-wrap .slick-dots li button,
.upcoming-race .slick-dots li button {
  background: #81849c;
}
.partner-slide-wrap .slick-dots li.slick-active button,
.upcoming-race .slick-dots li.slick-active button {
  background: #e7282d;
}
.dark-banner {
  font-family: "blenderPro";
  background: #000;
  color: #fff;
  display: flex;
  overflow: auto;
}
.dark-banner h3 {
  font-size: 70px;
  line-height: 65px;
}
.dark-banner p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.dark-banner .out-wrap {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.dark-banner .out-wrap.mw-500 h3 {
  position: relative;
  padding-bottom: 20px;
}
.dark-banner .out-wrap.mw-500 h3:after {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: -73px;
  right: -100px;
  bottom: 5px;
}
.dark-banner .p-cust {
  padding-top: 80px;
  padding-bottom: 109px;
}
.bannrDarKiner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ptrn-bg-dark img {
  position: relative;
  z-index: 1;
}
.ptrn-bg-dark:before {
  content: "";
  background: url("../images/tvs-racing/ptrDrk.webp") no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 40%;
  z-index: 1;
}
.redPbg:after {
  content: "";
  background: url("../images/tvs-racing/ptrRedSqr.webp") no-repeat;
  align-self: normal;
  position: absolute;
  height: 100%;
  width: 770px;
  top: 0;
  bottom: 0;
  right: 31%;
  z-index: -1;
}
.mw-500 {
  min-width: 490px;
}
.mw-325 {
  max-width: 325px;
}
.z3 {
  z-index: 3 !important;
}
.dark-banner img {
  max-width: initial;
}
.apache-showcase {
  padding: 40px 0;
  font-family: "blenderPro";
  position: relative;
  overflow: hidden;
}
.bigTitle {
  font-size: 60px;
  max-width: 610px;
  line-height: 100%;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: #030939;
}
.apache-showcase p {
  font-size: 18px;
  max-width: 285px;
  margin: 1rem 0 1.5rem;
}
.apache-showcase h4 {
  font-weight: 600;
  font-size: 140px;
  color: #f2f2f2;
  position: absolute;
  white-space: nowrap;
  left: 50px;
  right: 50px;
  bottom: 100px;
  z-index: -1;
  text-align: center;
}
.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.cd-image-container img {
  display: block;
  max-width: 100%;
}
.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  border-right: 2px solid #fff;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -22px;
  background: #fff url("../images/tvs-racing/slideNav.webp") no-repeat center
    center;
  background-size: 100%;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.partnerBg {
  background: url("../images/tvs-racing/patternBg1.webp") #f6f6f6 no-repeat
    right center;
  padding: 40px 0;
  font-family: "blenderPro";
}
.prtnrCol {
  text-align: center;
  background: transparent;
  transform: skewX(-15deg);
  padding: 30px 0;
  margin: 0 10px;
  position: relative;
  transition: all 0.2s;
  width: 100%;
}
.prtnrCol img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.prtnrCol a {
  text-decoration: none;
}
.prtnrCol a p {
  text-decoration: none;
}
.content-Box {
  transform: skewX(15deg);
}
.prtnrCol img {
  max-width: 100%;
  max-height: 40px;
}
.prtnrCol p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: "blenderPro";
  margin: 10px 0 0;
}
.raceProgram {
  padding: 40px 0 40px;
  font-family: "blenderPro";
}
.racing-program-slider h2 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 600;
}
.racing-program-slider p {
  max-width: 530px;
  font-size: 18px;
  line-height: 28px;
}
.slider-item-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/tvs-racing/overlay.webp");
}
.slider-item-inner {
  font-family: "blenderPro";
  position: relative;
}
.slider-item-inner .inner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 75px 0 0 100px;
}
.slider-item-inner h3 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.slider-item-inner p {
  color: #fff;
  max-width: 530px;
  font-size: 18px;
  line-height: 28px;
}
.explore-btn {
  font-size: 21px;
  display: inline-flex;
  padding: 8px 69px 8px 28px;
  color: #000;
  border-color: #f8f9fa;
  background: url("../images/tvs-racing/arrow-r.svg") right 25px center/31px
    no-repeat #f8f9fa;
  width: 162px;
}
.racing-program-slider .slick-prev,
.racing-program-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  background-repeat: no-repeat;
}
.racing-program-slider .slick-prev {
  background-image: url("../images/tvs-racing/navArrowLeft.svg");
  z-index: 1;
  left: 30px;
}
.racing-program-slider .slick-next {
  background-image: url("../images/tvs-racing/navArrowRight.svg");
  right: 30px;
}
.left-lap {
  border: 1px solid #d9d9d9;
  height: 100%;
}
.p-34 {
  padding: 34px 44px;
}
.raceProgram .left-lap img {
  max-width: 48px;
}
.raceProgram .left-lap h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
.knowMoreCol {
  background: url("../images/tvs-racing/interestedPattern.webp") no-repeat right
    bottom #e7282c;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.knowMoreCol p {
  font-size: 17px;
  color: #fff;
}
.knowMoreCol .common-title {
  font-size: 40px;
}
.knowMoreCol .btn {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 21px;
  line-height: 50px;
  height: 52px;
  width: 133px;
  border-radius: 0;
  padding: 0;
  color: #fff;
}
.knowMoreCol .btn:hover {
  color: #fff;
}
.left-lap p {
  font-size: 16px;
  color: #212529;
}
.social-feed {
  overflow: hidden;
  background: #030939;
}
.feed-content {
  background: url("../images/tvs-racing/patternBlue-sm.webp") no-repeat right
    bottom #030939;
  padding: 85px;
  font-family: "blenderPro";
}
.feed-content {
  font-size: 18px;
}
.feed-content h3 {
  font-size: 24px;
}
.feed-content .bigTitle {
  color: #fff;
}
.feed-content .social-logo {
  width: 52%;
}
#feed-box {
  margin: -5px 0 5px;
  overflow: hidden;
  display: flex;
}
#feed-box .container.insta-section {
  align-self: center;
}
.feedImg {
  width: 33.33%;
  float: left;
  padding: 5px;
}
.feedImg img {
  width: 100%;
}
.socialNav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.socialNav li {
  margin-right: 24px;
}
.socialNav li a {
  background: #1d224c;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-feed p {
  color: #fff;
}
.petro {
  width: 57%;
  padding: 12px;
  margin-left: -16px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.news-letter-section {
  font-family: "blenderPro";
  padding-bottom: 40px;
}
.wt-col {
  position: relative;
}
.wtSliderImg {
  position: relative;
}
.news-banner .wtContent {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  height: 100%;
  width: 50%;
  padding: 0 80px 35px 80px;
}
.wtSliderImg:before,
.wtSliderImg:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 65px;
  z-index: 2;
}
.wtSliderImg:before {
  background: url("../images/tvs-racing/cornerTriangleLB.webp") no-repeat left
    top;
  right: 0;
  top: 0;
}
.wtSliderImg:after {
  background: url("../images/tvs-racing/cornerTriangleTR.webp") no-repeat left
    top;
  bottom: 0;
  left: 0;
}
.news-letter-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.wtSliderImg p {
  font-size: 16px;
  color: #fff;
}
.news-letter-section .desk-img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.board-detail {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.board-detail h1 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 500;
  text-align: left;
  margin: 0 0 24px;
}
.board-detail .bodText p {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
  font-weight: 400;
  margin: 30px 0 0 0;
}
.board-detail .section-scroll {
  max-height: 480px;
  overflow: auto;
  padding-right: 20px;
}
.board-detail .section-scroll::-webkit-scrollbar {
  width: 5px;
}
.board-detail .section-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.board-detail .section-scroll::-webkit-scrollbar-thumb {
  background: #d3d3d3;
}
.board-detail .text-expand,
.board-detail .text-contract {
  margin: 20px 0 40px 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #183883;
  text-decoration: underline;
  text-align: center;
}
.dtlimgCnt img {
  border-radius: 15px;
  border: 1px solid #cecece;
  margin-bottom: 30px;
}
.staticPage {
  background-color: #f4f4f4;
  padding: 20px 0;
}
.staticPage h1 {
  color: #000;
  text-transform: uppercase;
  height: auto;
  padding: 15px 0 10px;
  margin-bottom: 25px;
  min-width: auto;
  font-weight: 700;
  text-align: center;
}
.staticPage h2 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.staticPage h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}
.staticPage p {
  font-size: 16px;
}
.staticPage a {
  color: #264da9;
}
.staticPage .tc-title {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 10px;
}
.staticPage .terms-conditin-card ul li {
  margin-bottom: 15px;
}
.lfr-pagination .disabled a {
  opacity: 0.5;
  cursor: default;
}
.lfr-pagination .page-item a {
  color: #18407e;
  font-weight: 500;
}
.product-category-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 12px;
}
.product-category-container #product-category {
  padding: 20px 0;
  gap: 9px;
  border: 0;
}
.product-category-container #product-category.nav-tabs .nav-link.active {
  background: #0c3688;
  color: #fff;
  font-weight: 700;
}
.product-category-container #product-category.nav-tabs .nav-link {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7d7d7d;
  padding: 13px 15px;
  min-width: 132px;
}
.product-category .banner-view-360 {
  height: 65vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  justify-content: flex-start;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: auto;
}
.nav-tabs + .tab-content .tab-pane {
  background: 0;
  padding: 0;
  border-radius: 0;
}
.nav-tabs + .tab-content .tab-pane.active:first-child {
  border-top-left-radius: 0;
}
.v-nav-wrap {
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
}
.v-nav-wrap > .nav {
  flex-shrink: 0;
  height: 65vh;
  display: block;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 2px;
}
.v-nav-wrap > .nav::-webkit-scrollbar {
  width: 13px;
}
.v-nav-wrap > .nav::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.v-nav-wrap > .nav::-webkit-scrollbar-thumb {
  background-color: #f12b00;
  border-radius: 0;
  border: 13px #fff;
}
.product-loader,
.v-nav-wrap .tab-content > .active {
  height: calc(65vh + 40px);
}
.section-loader.product-loader {
  position: relative;
  background: #383838;
}
.section-loader img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.section-loader.product-loader img {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
}
#null-value-div {
  height: 645px;
  background-color: #deeaff;
  position: relative;
  padding: 50px 0;
}
#null-value-div h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}
.product-v-nav {
  background: linear-gradient(180deg, #eee 0, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #d9d9d9;
  padding: 13px 9px 5px;
  width: 191px;
  height: 161px;
}
#v-pills-tab.nav-pills .nav-link.active,
#v-pills-tab.nav-pills > .nav-link {
  background: 0;
  padding: 0;
}
.product-v-nav h4 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.product-details {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.product-details span + span:before {
  content: "|";
  padding: 0 5px;
}
.product-details .product-price {
  color: inherit;
  font-weight: inherit;
}
.product-v-nav img {
  margin-bottom: 3px;
  height: 91px;
  object-fit: contain;
}
.nav-link.active .product-v-nav {
  border-color: #829fcc;
  background: linear-gradient(180deg, #aecbf8 0%, #fff 100%);
}
.nav-link.active .product-v-nav::after {
  color: #0c3688;
  position: absolute;
  right: 10px;
  font-size: 19px;
  content: "\276F";
  line-height: 15px;
  top: 15px;
}
.nav-link.active .product-v-nav h4 {
  color: #0c3688;
}
.v-nav-wrap .tab-content {
  width: calc(100% - 206px);
  flex-grow: 0;
}
.product-all-img-wrap {
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-end;
  height: 100%;
}
.product-all-img {
  flex-grow: 0;
  position: relative;
  width: calc(100% - 400px);
}
.product-category-details {
  width: 310px;
  flex-shrink: 0;
  margin: auto 0;
}
.product-category-details .d-flex {
  flex-wrap: wrap;
}
.tab-product-category-details {
  height: 100%;
  position: relative;
  background: url("../images/product-category-bg.webp") left top/100% 65vh
    no-repeat;
}
.tab-product-category-details .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 200px;
}
.product-category-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
}
.product-category-slider .slick-slide img {
  margin: 0 auto 20px;
  max-width: 75%;
}
.product-category-slider .slick-arrow {
  background: url(../images/grey-right-arrow.webp);
  position: absolute;
  width: 26px;
  height: 42px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.product-category-slider .slick-prev {
  transform: scale(-1) translateX(-50%);
  left: 90px;
}
.product-category-slider .slick-next {
  right: 90px;
}
.product-category-detailsInner {
  display: flex;
  background: linear-gradient(
    90deg,
    #fff 46.36%,
    rgba(255, 255, 255, 0.74) 95.79%
  );
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 10px 12px 10px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-transform: uppercase;
  color: #0c3688;
  margin-bottom: 10px;
}
.img-logo-wrap {
  width: 66px;
  text-align: center;
}
.product-category-detailsInner .detail-name {
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #959595;
  margin-bottom: 4px;
}
.product-category-details .btn {
  min-width: auto;
  flex-grow: 1;
}
div#product-category-anchor360.product-category-detailsInner {
  text-transform: capitalize;
  padding-left: 10px;
}
.close-360-view {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
.base-wrap-360 {
  position: relative;
  text-align: center;
  display: inline-block;
}
.product-detail-banner {
  position: relative;
}
.tab-product-category-details .base-wrap-360 {
  height: 100%;
}
.product-detail-banner .banner-view-360 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-view-360 {
  position: absolute;
  background: url("../images/bike-bg.webp") center/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.base-wrap-360 #similarThreeSixty,
.base-wrap-360 #threesixty {
  position: absolute;
  max-height: 96%;
  max-width: 100%;
}
div#similarThreeSixty,
div#threesixty {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
  margin: 0 auto;
  cursor: ew-resize;
  background-position: center bottom;
}
.base-wrap-360 .image-360-base,
.image-360-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.base-wrap-360 .image-360-base {
  bottom: 25px;
}
.base-wrap-360 .img-bg {
  max-width: 860px;
  opacity: 0;
  max-height: 100%;
}
.product-threesixty-buttons {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.product-threesixty-buttons > div {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.product-threesixty-buttons span {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #d9d9d9;
  max-width: 122px;
}
.banner-view-360 .icon-back,
.banner-view-360 .icon-forward {
  display: block;
  background: url("../images/white-next-arrow-2.webp") 0 / contain no-repeat;
  width: 7px;
  height: 12px;
  cursor: pointer;
}
.banner-view-360 .icon-back {
  transform: scale(-1);
}
.product-top-fixed-menu {
  position: sticky;
  top: 50px;
  background: linear-gradient(180deg, #06357a 0, #081e40 100%);
  width: 100%;
  border-bottom: 3px solid #0c3688;
  overflow: auto;
  white-space: nowrap;
  z-index: 2;
}
.product-top-fixed-menu > div {
  display: flex;
  width: 100%;
}
.product-top-fixed-menu a {
  display: inline-block;
  color: #6a8cc2;
  padding: 10px 12px 0;
  text-align: center;
  flex-grow: 1;
}
.product-top-fixed-menu a + a {
  border-left: 1px solid #6a8cc2;
}
.product-top-fixed-menu a .icon {
  height: 30px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.product-top-fixed-menu a h6 {
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 1px;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}
.product-top-fixed-menu a .motorcycle.icon {
  background-image: url("../images/motorcycle.svg");
}
.product-top-fixed-menu a .scooter.icon {
  background-image: url("../images/scooter.svg");
}
.product-top-fixed-menu a .electric.icon {
  background-image: url("../images/semi-automatic.svg");
}
.product-top-fixed-menu a .moped.icon {
  background-image: url("../images/moped.svg");
}
.product-top-fixed-menu a .three-wheeler.icon {
  background-image: url("../images/three-wheeler.svg");
}
.product-top-fixed-menu a.active .motorcycle.icon {
  background-image: url("../images/motorcycle-white.svg");
}
.product-top-fixed-menu a.active .scooter.icon {
  background-image: url("../images/scooter-white.svg");
}
.product-top-fixed-menu a.active .electric.icon {
  background-image: url("../images/semi-automatic-white.svg");
}
.product-top-fixed-menu a.active .moped.icon {
  background-image: url("../images/moped-white.svg");
}
.product-top-fixed-menu a.active .three-wheeler.icon {
  background-image: url("../images/three-wheeler-white.svg");
}
.product-top-fixed-menu a.active h6 {
  color: #fff;
  border-color: #fff;
}
.product-mobile-list-wrap {
  padding: 35px 20px 25px;
}
.product-mobile-list-wrap > div {
  position: relative;
  border-top: 2px solid #f12b00;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 25px;
}
.you-may-like .slick-slide {
  padding: 0 20px;
}
.inner-you-may-like,
.product-mobile-list-wrap > div {
  background: linear-gradient(180deg, #fff 50%, #ecf1fa 100%);
}
.inner-you-may-like .product-info {
  display: flex;
  justify-content: space-between;
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
}
.inner-you-may-like .name {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}
.inner-you-may-like .product-info span {
  display: inline-block;
  position: relative;
}
.inner-you-may-like .product-info span + span:before {
  content: "|";
  padding: 0 7px;
}
.you-may-like-logo {
  position: absolute;
  bottom: -35px;
  left: 20px;
  border: 1px solid #c5d1e3;
  width: 130px;
  height: 66px;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
}
.you-may-like-footer {
  border: 1px solid #d9d9d9;
  padding: 50px 20px 25px;
}
.you-may-like-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.you-may-like-btns .btn {
  flex-grow: 1;
  min-width: auto;
  justify-content: space-between;
  gap: 5px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  text-align: left;
  line-height: initial;
}
.you-may-like-btns svg {
  vertical-align: initial;
}
.you-may-like {
  padding: 40px 0;
}
.you-may-like-container {
  max-width: 1720px;
}
.you-may-like h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 38px;
}
.you-may-like .center-slider-nav {
  margin-top: 25px;
}
.product-detail-banner .slick-slide {
  position: relative;
}
.product-slider .center-slider-nav {
  margin-top: 55px;
}
.product-detail-banner .center-slider-nav {
  position: absolute;
  bottom: 25px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
.product-detail-banner .center-slider-nav .slick-arrow {
  background-image: url(../images/white-right-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.product-detail-banner .center-slider-nav .slick-next {
  margin-left: 30px;
}
.product-detail-banner .center-slider-nav .slick-prev {
  margin-right: 30px;
  transform: scale(-1);
}
.banner-slider .center-slider-nav {
  position: absolute;
  bottom: 25px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
.banner-content {
  position: absolute;
  display: flex;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  right: auto;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 45%;
}
.banner-content.only-buttons {
  top: auto;
  transform: none;
  bottom: 25%;
  width: 700px;
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 30%;
}
/* .banner-content > div {
  opacity: 0;
} */
.banner-content .banner-logo {
  max-width: 400px;
  margin-bottom: 25px;
}
.banner-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0;
  text-align: left;
  margin: 15px 0;
  color: #000;
  font-style: italic;
}
.banner-content h2 span {
  font-weight: 500;
  font-size: 42px;
}
.banner-content .banner-price {
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  color: #000;
}
.banner-content .banner-price small {
  font-size: 55%;
}
.banner-content .you-may-like-btns {
  margin-top: 20px;
}
.banner-content .you-may-like-btns .btn {
  font-size: 16px;
  max-width: 420px;
}
.banner-content .you-may-like-btns .btn.know-btn {
  background-color: #fff;
  color: #0c3688;
}
.banner-content .view-360 img {
  height: 40px;
}
.premium-font .banner-content h2 {
  font-weight: 700;
}
.ronin-tagline-color.premium-font .banner-content h2 {
  font-weight: 700;
}
.ronin-tagline-color.premium-font .banner-content h2,
.ronin-tagline-color.premium-font .banner-content .banner-price,
.ronin-tagline-color.premium-font .banner-content p {
  color: #fff;
}
.about-tvs-options .premium-tab-logo {
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 120px;
  max-height: 64px;
  z-index: 1;
}
.about-tvs-options .btn {
  border-radius: 50px;
  background: #18407e;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.about-tvs-options ul {
  background: linear-gradient(180deg, #fff 0, #d9d9d9 100%);
  justify-content: center;
  padding: 22px 0 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}
.about-tvs-options li {
  padding: 0 20px;
  position: relative;
}
.about-tvs-options li:before {
  content: "";
  position: absolute;
  right: -1px;
  display: inline-block;
  width: 2px;
  background: #000;
  height: 10px;
  top: 10px;
}
.about-tvs-options li:last-child:before {
  display: none;
}
.premium-product.about-tvs-options li a {
  font-weight: 700;
}
.about-tvs-options li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid transparent;
}
.about-tvs-options ul li a.active,
.about-tvs-options ul li a:hover {
  color: #d83d46;
  background: 0;
  border-color: transparent transparent #f12b00;
}
.premiun-details-section {
  background: url("../images/overview-bg.webp") center/cover,
    linear-gradient(
      180deg,
      rgba(59, 79, 120, 0.25) 0%,
      rgba(255, 255, 255, 0.06) 100%
    );
  padding: 40px 0;
}
.premiun-details-container {
  max-width: 1440px;
}
.floating-text-from-left,
.floating-text-from-right {
  position: absolute;
  font-weight: 700;
  font-size: 240px;
  line-height: 284px;
  text-transform: uppercase;
  color: #e6e9ee;
  opacity: 0.5;
  bottom: -110px;
  white-space: nowrap;
}
.floating-text-from-left {
  margin-right: 100%;
  right: 0;
}
.floating-text-from-right {
  margin-left: 100%;
  left: 0;
}
.animate-text-right {
  animation: 8s ease-in rightToLeft;
  margin-left: -15px;
}
.animate-text-left {
  animation: 8s ease-in leftToRight;
  margin-right: -15px;
}
@keyframes rightToLeft {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: -15px;
  }
}
@keyframes leftToRight {
  from {
    margin-right: 100%;
  }
  to {
    margin-right: -15px;
  }
}
.premiun-details-section .inner-detail .right-tab-logo {
  margin-bottom: 25px;
  max-width: 400px;
}
.premium-overview-heading,
.premiun-details-section h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}
.premiun-details-section .inner-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3a3a3a;
  margin-bottom: 22px;
}
.premium-font .specification-wrap p,
.premiun-details-section.premium-font .inner-detail p {
  font-weight: 500;
}
.premium-features {
  background: linear-gradient(
    180deg,
    rgba(59, 79, 120, 0.25) 0,
    rgba(255, 255, 255, 0.06) 100%
  );
  padding: 40px 0;
}
.premium-features-container {
  padding: 0 9px;
}
.premium-features-slider .inner-feature {
  padding: 0 11px;
  max-width: 100%;
  position: relative;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
.premium-features-slider .inner-feature img {
  border-radius: 10px;
  width: 100%;
}
.premium-features-slider .inner-feature .feature-name {
  background: #e7282c;
}
.premium-features-slider .inner-feature .content {
  position: relative;
  width: calc(100% - 70px);
  margin: -60px auto 0;
  background-color: #cbd1dd;
  padding-bottom: 30px;
  height: 100%;
}
.premium-features .center-slider-nav {
  margin-top: 40px;
}
.feature-name,
.premium-feedback h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.feature-name {
  background: #8796ad;
  font-weight: 800;
  padding: 20px 20px 20px 55px;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  margin: 0;
}
.feature-name:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='16' viewBox='0 0 38 16' fill='none'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 .447715 9 1 9V7ZM37.7071 8.70711C38.0976 8.31658 38.0976 7.68342 37.7071 7.29289L31.3431 .928932C30.9526 .538408 30.3195 .538408 29.9289 .928932C29.5384 1.31946 29.5384 1.95262 29.9289 2.34315L35.5858 8L29.9289 13.6569C29.5384 14.0474 29.5384 14.6805 29.9289 15.0711C30.3195 15.4616 30.9526 15.4616 31.3431 15.0711L37.7071 8.70711ZM1 9H37V7H1V9Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 30px;
  left: 15px;
  top: 25px;
}
.feature-desc {
  margin: 0;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 15px 0 55px;
  min-height: 130px;
  height: auto !important;
}
.premium-features-slider .slick-track {
  display: flex;
}
.premium-features-slider .slick-slide {
  height: initial;
}
.premium-features-slider .slick-slide > div,
.premium-features-slider .slick-slide > div > div {
  height: 100%;
}
.grey-arrow .center-slider-nav .slick-arrow,
.grey-arrow .counter-slider-wrap .slick-arrow {
  width: 20px;
  background: url("../images/grey-right-arrow.webp") center/contain no-repeat;
}
.grey-arrow .counter-slider-wrap .slick-arrow {
  height: 25px;
}
.grey-arrow .center-slider-nav .slick-arrow {
  height: 20px;
}
.grey-arrow .center-slider-nav .slick-prev,
.grey-arrow .counter-slider-wrap .slick-prev {
  transform: scale(-1);
}
.premium-specification {
  background: url("../images/specification-bg.webp") center/cover no-repeat;
  padding: 40px 0;
}
.premium-specification-container {
  max-width: 1570px;
  position: relative;
}
.premium-specification .rotate-icon {
  margin-bottom: 10px;
}
#threesixty-always {
  max-width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-height: 20vmax;
}
.threesixty-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.threesixty-buttons button span {
  display: block;
  background: url(../images/grey-right-arrow.webp) 0 / contain no-repeat;
  width: 7px;
  height: 12px;
  cursor: pointer;
}
.rotate-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #959595;
  width: 175px;
  text-align: center;
  z-index: 1;
}
.threesixty-buttons .icon-back {
  transform: scale(-1);
}
.premium-specification h5 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.select-color-spec {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 9px;
  column-gap: 6px;
}
.select-color-spec li {
  position: relative;
}
.select-color-spec input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select-color-spec input[type="radio"] {
  opacity: 0;
  z-index: 100;
}
.select-color-spec label {
  width: 55px;
  height: 38px;
  transform: skewX(-20deg);
  position: relative;
  margin: 0;
  border: 1px solid #b4b4b4;
}
.select-color-spec input[type="radio"]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  transform: skewX(20deg) translateY(-50%);
  top: 50%;
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1 10C1 14.9706 5.02944 19 10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10Z' fill='%230C3688'/%3E%3Cpath d='M13 8L9 12L7 10M10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.color-section .select-color-spec label {
  transform: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.color-section .select-color-spec input[type="radio"]:checked + label {
  border-color: #0c3688;
}
.color-section .select-color-spec input[type="radio"]:checked + label::before {
  display: none;
}
.color-section .select-color-spec {
  gap: 15px;
}
.premium-specification .nav {
  width: 320px;
  flex-shrink: 0;
}
.premium-specification .nav .nav-link {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 100px;
  padding-bottom: 28px;
  position: relative;
  font-weight: 700;
}
.premium-specification .nav .nav-link.active,
.premium-specification .nav .nav-link:hover {
  color: #ee313c;
}
.premium-specification .nav .nav-link.active:after,
.premium-specification .nav .nav-link:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24' fill='none'%3E%3Cpath d='M2 10.5C1.17157 10.5 .5 11.1716 .5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 .807612 27.9792 .807612 27.3934 1.3934C26.8076 1.97918 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM2 13.5H38V10.5H2V13.5Z' fill='%23EE313C'/%3E%3C/svg%3E");
  width: 40px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 7px;
}
.premium-specification .tab-content {
  display: flex;
  width: calc(100% - 320px - 1rem);
}
.premium-specification .tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
  height: auto;
}
.premium-specification .tab-content > .active {
  visibility: visible;
}
.spec-tab-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.active .spec-tab-icon,
.slick-current .spec-tab-icon {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.active .spec-tab-icon,
.slick-current .spec-tab-icon {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.spec-tab-icon.engine {
  background-image: url("../images/product-spec-icon/icon1.svg");
}
.active .spec-tab-icon.engine {
  background-image: url("../images/product-spec-icon/icon1-active.svg");
}
.spec-tab-icon.chase {
  background-image: url("../images/product-spec-icon/icon2.svg");
}
.active .spec-tab-icon.chase {
  background-image: url("../images/product-spec-icon/icon2-active.svg");
}
.spec-tab-icon.wheel {
  background-image: url("../images/product-spec-icon/icon3.svg");
}
.active .spec-tab-icon.wheel {
  background-image: url("../images/product-spec-icon/icon3-active.svg");
}
.spec-tab-icon.dimension {
  background-image: url("../images/product-spec-icon/icon4.svg");
}
.active .spec-tab-icon.dimension {
  background-image: url("../images/product-spec-icon/icon4-active.svg");
}
.spec-tab-icon.nav {
  background-image: url("../images/product-connect-icon/nav.svg");
}
.slick-current .spec-tab-icon.nav {
  background-image: url("../images/product-connect-icon/nav-acive.svg");
}
.spec-tab-icon.race {
  background-image: url("../images/product-connect-icon/race.svg");
}
.slick-current .spec-tab-icon.race {
  background-image: url("../images/product-connect-icon/race-active.svg");
}
.spec-tab-icon.ride {
  background-image: url("../images/product-connect-icon/ride.svg");
}
.slick-current .spec-tab-icon.ride {
  background-image: url("../images/product-connect-icon/ride-active.svg");
}
.spec-tab-icon.telephony {
  background-image: url("../images/product-connect-icon/telephone.svg");
}
.slick-current .spec-tab-icon.telephony {
  background-image: url("../images/product-connect-icon/telephone-acive.svg");
}
.spec-tab-icon.dash {
  background-image: url("../images/product-connect-icon/dash.svg");
}
.slick-current .spec-tab-icon.dash {
  background-image: url("../images/product-connect-icon/dash-active.svg");
}
.iqube .spec-tab-icon.engine {
  background-image: url("../images/iqube-spec-icon/icon1.svg");
}
.iqube .active .spec-tab-icon.engine {
  background-image: url("../images/iqube-spec-icon/icon1-active.svg");
}
.iqube .spec-tab-icon.chase {
  background-image: url("../images/iqube-spec-icon/icon2.svg");
}
.iqube .active .spec-tab-icon.chase {
  background-image: url("../images/iqube-spec-icon/icon2-active.svg");
}
.iqube .spec-tab-icon.wheel {
  background-image: url("../images/iqube-spec-icon/icon3.svg");
}
.iqube .active .spec-tab-icon.wheel {
  background-image: url("../images/iqube-spec-icon/icon3-active.svg");
}
.iqube .spec-tab-icon.dimension {
  background-image: url("../images/iqube-spec-icon/icon4.svg");
}
.iqube .active .spec-tab-icon.dimension {
  background-image: url("../images/iqube-spec-icon/icon4-active.svg");
}
.iqube .spec-tab-icon.telematics {
  background-image: url("../images/iqube-spec-icon/icon5.svg");
}
.iqube .active .spec-tab-icon.telematics {
  background-image: url("../images/iqube-spec-icon/icon5-active.svg");
}
.specification-inner-tab {
  margin-bottom: 25px;
  background: #d0d5df;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  padding: 2px;
}
.specification-inner-tab > div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  padding: 2px;
  background: #fff;
  height: 560px;
}
.specification-wrap {
  padding: 0 20px;
  background: #fff;
  max-height: 500px;
  overflow: auto;
}
.specification-wrap::-webkit-scrollbar {
  width: 7px;
}
.specification-wrap::-webkit-scrollbar-track {
  background: #e3e7ec;
}
.specification-wrap::-webkit-scrollbar-thumb {
  background: #d83d46;
}
.specification-row {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0 20px;
}
.specification-wrap label {
  font-weight: 500;
  color: #000;
  padding: 0;
}
.premium-font .specification-wrap label {
  font-weight: 600;
}
.specification-wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
  font-weight: 400;
}
.dwnld-specs {
  row-gap: 5px;
  column-gap: 10px;
  justify-content: center;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.dwnld-specs a {
  background: #bfc2c8;
  display: inline-block;
  transform: skew(-14deg);
  padding: 7px 30px 7px 20px;
  margin-bottom: 5px;
}
.dwnld-specs a span {
  font-size: 14px;
  line-height: normal;
  transform: skew(14deg);
  font-weight: 700;
  text-transform: uppercase;
  color: #3a3a3a;
  display: inline-block;
  margin-right: 5px;
}
.dwnld-specs a img {
  transform: skew(14deg) translateY(-50%);
  position: absolute;
  right: 15px;
  top: 50%;
}
.premium-connect h6,
.premium-specification h6 {
  color: #ee313c;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.premium-specification h6 {
  padding: 20px 0;
}
.premium-connect h6 {
  padding: 0 15px;
}
.aux-img {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -180px;
  max-height: 95%;
}
.connect-row .connect-img .right-col-img {
  height: 100%;
  object-fit: cover;
}
.premium-connect {
  position: relative;
}
.premium-connect [class$="-container"] {
  padding: 0;
}
.connect-row {
  background: linear-gradient(
    180deg,
    rgba(59, 79, 120, 0.25) 0,
    rgba(255, 255, 255, 0.06) 100%
  );
  position: relative;
}
.connect-row .connect-info {
  padding: 40px 209px 40px 92px;
  width: 879px;
  flex-shrink: 0;
  flex-grow: 1;
  background: url("../images/premium-products/trangle_pattern.webp") right top
    repeat-y;
}
.connect-row .premium-logo {
  margin-bottom: 32px;
}
.connect-info .nav-tabs {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.connect-info .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  background: 0;
  padding: 20px 0;
  text-align: left;
  white-space: initial;
}
.connect-info .nav-tabs .nav-link.active {
  background: 0;
  box-shadow: none;
  color: #f12b00;
  border: 0;
}
.connect-info .nav-tabs .nav-link.active::before {
  content: "";
  background: url("../images/premium-products/red-arrow.webp");
  display: inline-block;
  width: 9px;
  height: 17px;
  margin-right: 15px;
}
.connect-info .nav-tabs .nav-link:not(.active),
.connect-info .nav-tabs .nav-link:not(.active):hover {
  border: 0;
  border-bottom: 1px solid #5a5555;
}
.spec-tab-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.active .spec-tab-icon,
.slick-current .spec-tab-icon {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.tab-nav-text {
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-top: 5px;
  font-weight: 500;
  display: none;
}
.connect-info .nav-tabs .nav-link.active .tab-nav-text {
  display: block;
}
.connect-img .tab-content,
.connect-img .active.tab-pane {
  height: 100%;
}
.connect-img .slick-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-45%);
  width: 26px;
  height: 25px;
}
.connect-img .slick-prev {
  left: -10px;
  z-index: 1;
}
.connect-img .slick-next {
  right: -10px;
}
.connect-img .slick-arrow::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M14.3333 17L10.3333 13L14.3333 9M1 13C1 19.6274 6.37258 25 13 25C19.6274 25 25 19.6274 25 13C25 6.37258 19.6274 .999999 13 .999998C6.37258 .999998 1 6.37258 1 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.connect-img .slick-next::before {
  transform: scale(-1);
}
.ntorq-apache-section {
  background: linear-gradient(rgba(10, 16, 27, 0.7), rgba(10, 16, 27, 0.7)),
    url("../images/join-aog.webp") top left/cover no-repeat;
  color: #fff;
  padding: 40px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.ntorq-apache-container {
  max-width: 1780px;
}
.ntorq-apache-section h2 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 41px;
  text-align: left;
}
.ntorq-apache-section p {
  color: #fff;
}
.ntorq-apache-section .view-more {
  min-width: 165px;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-block;
  margin-top: 35px;
  text-align: center;
  font-weight: 900;
  background-color: #fff;
  color: #0c3688;
  text-transform: uppercase;
}
.premium-feedback {
  background: url("../images/feedback-bg.webp") center center/cover no-repeat,
    linear-gradient(
      180deg,
      rgba(59, 79, 120, 0.25) 0,
      rgba(255, 255, 255, 0.06) 100%
    );
  padding: 40px 0;
}
.premium-feedback-container {
  max-width: 1104px;
}
.premium-feedback h2 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.premium-feedback p {
  margin-bottom: 65px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.input-mb {
  margin-bottom: 40px;
}
.premium-feedback .form-label {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}
.premium-feedback .form-control,
.premium-feedback .form-select {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #959595;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #5a5555;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
input#location,
#nudgeLocation {
  padding-right: 90px;
  text-overflow: ellipsis;
}
.form-detect-loaction {
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  color: #18407e;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nudge-body .form-detect-loaction {
  line-height: 30px;
}
.form-detect-loaction span {
  text-decoration: underline;
}
.astrick {
  color: #d83d46;
}
.your-number .iti {
  display: block;
}
.your-number .iti__selected-flag {
  padding: 0 10px 0 0;
  position: relative;
}
.your-number .iti--allow-dropdown input {
  padding-left: 82px;
}
.iti__flag-container,
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  padding: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  background: 0 0 !important;
}
.otp-success-msg,
.otpSent {
  color: #00891e;
  margin-top: 15px;
  font-size: 13px;
  position: absolute;
  bottom: -22px;
}
.your-number .iti {
  display: block;
}
.premium-feedback .form-check {
  display: flex;
  gap: 10px;
}
.premium-feedback .form-check .form-check-input {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-top: 0;
  float: none;
  flex-shrink: 0;
}
.premium-feedback .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.nonpremium-overview-heading,
.premium-feedback .form-check-label a {
  color: #0c3688;
  font-weight: 600;
}
.premium-feedback button {
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 145px;
  height: 42px;
  padding: 0;
  background: #e7282c;
}
.premium-feedback button:hover {
  color: #fff;
}
.full-page-loader {
  position: fixed;
  top: 0;
  background: rgba(19, 18, 18, 0.8);
  z-index: 4;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.full-page-loader img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.premiun-details-section.xl-overview {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #fff 100%),
    url("../images/premium-products/premium-overview-bg.webp") center
      bottom/cover no-repeat #fff;
}
.nonpremium-overview-heading {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.nonpremium-overview-heading {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.xl100-feature-slider .slick-slide,
.xl100-overview-slider .slick-slide {
  height: initial;
  padding: 0 5px;
}
.xl100-feature-slider .slick-slide .xl100-inner-featureslide,
.xl100-feature-slider .slick-slide > div,
.xl100-feature-slider .slick-slide > div > div,
.xl100-overview-slider .slick-slide .xl100-inner-feature,
.xl100-overview-slider .slick-slide > div,
.xl100-overview-slider .slick-slide > div > div {
  height: 100%;
}
.xl100-inner-feature {
  background: #0c3688;
  border-radius: 10px;
}
.xl100-inner-feature img {
  border-radius: 10px 10px 0 0;
}
.xl100-inner-feature .xl100-overview-desc {
  padding: 16px 30px;
}
.xl100-inner-feature .xl100-overview-desc h3 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  margin-bottom: 7px;
  min-height: 58px;
}
.xl100-inner-feature .xl100-overview-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.xl100-overview-slider .counter-slider-wrap {
  margin-top: 39px;
  justify-content: center;
}
.xl100-gallery .counter-slider-wrap .slick-arrow,
.xl100-overview-slider .counter-slider-wrap .slick-arrow,
.xl100-feature .counter-slider-wrap .slick-arrow {
  width: 15px;
  height: 27px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.xl100-gallery .counter-slider-wrap .slick-arrow,
.xl100-overview-slider .counter-slider-wrap .slick-arrow {
  background-image: url("../images/premium-products/xl100-arrow.svg");
}
.xl100-feature .counter-slider-wrap .slick-arrow {
  background-image: url("../images/white-next-arrow-2.webp");
}
.xl100-gallery .counter-slider-wrap .slick-prev,
.xl100-overview-slider .counter-slider-wrap .slick-prev,
.xl100-feature .counter-slider-wrap .slick-prev {
  transform: scale(-1);
}
.counter-slick-slider {
  display: flex;
  flex-direction: column;
}
.counter-slider-wrap {
  display: flex;
  align-items: center;
  gap: 27px;
  order: 2;
}
.counter-slider-wrap .slick-prev {
  order: 1;
  transform: scale(-1);
}
.counter-slider-wrap .slick-next {
  order: 3;
}
.counter-slider-wrap .slick-counter {
  order: 2;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #5a5555;
}
.counter-slider-wrap .slick-counter .current {
  color: #ee2d3d;
}
.premium-feedback.xl100-feedback h2,
.xl100-gallery .counter-slider-wrap .current,
.xl100-overview-slider .counter-slider-wrap .slick-counter .current {
  color: #0c3688;
}
.gallery-section.xl100-gallery,
.premium-feedback.xl100-feedback,
.xl100-feature,
.xl100-specification {
  background: linear-gradient(
    180deg,
    #f2f7ff 0,
    #fbfbfb 39.06%,
    rgba(228, 237, 252, 0.21) 100%
  );
}
.xl100-feature {
  padding: 40px 0;
}
.premiun-details-container.xl-overview-container > .tab-content,
.xl100-feature-container,
.xl100-specification-container {
  max-width: 1366px;
  margin: 0 auto;
}
.color-section h2,
.xl100-feature h2,
.xl100-gallery h2,
.xl100-specification h2,
.you-may-like.xl-100-like h2 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  color: #0c3688;
  margin-bottom: 35px;
}
.xl100-overview-slider .slick-track {
  display: flex;
}
.xl100-feature .nav-tabs {
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
  border: 0;
}
.xl100-feature .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 12px 20px;
  white-space: nowrap;
  border-bottom: 0;
}
.xl100-feature .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #fff;
  background: #0c3688;
  border-color: transparent;
}
.xl100-feature .tab-content .tab-label {
  background: #0c3688;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 32px;
  width: 160px;
  height: 47px;
  border-radius: 5px;
  margin: 0 auto -40px;
  position: relative;
  z-index: 1;
}
.xl100-feature-tab .counter-slider-wrap .slick-counter {
  color: #fff;
}
.xl100-feature-tab .counter-slider-wrap .slick-counter .current {
  color: #79a7ff;
}
.xl100-feature .tab-content .tab-pane .xl100-feature-tab {
  background: #0d3788;
  border-radius: 10px;
  padding: 40px;
}
.xl100-feature .counter-slider-wrap {
  margin-top: 40px;
  justify-content: center;
}
.xl100-feature-slider .slick-track {
  display: flex;
}
.xl100-inner-featureslide {
  display: flex;
  gap: 17px;
  background: linear-gradient(0, #fff, #fff);
  border: 1px solid #0c3688;
  border-radius: 10px;
  align-items: flex-start;
  width: 622px;
  padding: 20px;
  margin: 0 auto;
  max-width: calc(100% - 20px);
}
.xl100-inner-featureslide img {
  max-width: 240px;
  border-radius: 10px;
}
.xl100-inner-featureslide h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  color: #5a5555;
}
.xl100-inner-featureslide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5a5555;
  margin: 0;
}
.color-section {
  background: url("../images/color-section-bg.webp");
  padding: 40px 0 20px;
  position: relative;
}
.color-section .select-color-spec {
  gap: 15px;
}
.color-section .select-color-spec label {
  transform: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.color-section .select-color-spec input[type="radio"]:checked + label {
  border-color: #0c3688;
}
.color-section #img-color {
  height: 600px;
  width: auto;
}
.xl100-specification {
  padding: 53px 0 71px;
}
.xl100-specification .accordion {
  margin-bottom: 35px;
}
.xl100-specification .accordion-item {
  background: 0;
  border: 0;
  border-radius: 0;
}
.xl100-specification .accordion-button {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border: 1px solid #d9d9d9;
  background: 0;
  padding: 0 30px;
  display: block;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 0;
  position: static;
}
.xl100-specification .accordion-button > div::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8 -3.49691e-07L8 6L14 6L14 8L8 8L8 14L6 14L6 8L-2.62268e-07 8L-3.49691e-07 6L6 6L6 -2.62268e-07L8 -3.49691e-07Z' fill='%230C3688'/%3E%3C/svg%3E");
  height: 14px;
  width: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  content: "";
}
.xl100-specification .accordion-button:not(.collapsed) > div::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2' fill='none'%3E%3Cpath d='M8 -2.73388e-06L14 -2.99615e-06L14 2L8 2L6 2L0 2L-8.74229e-08 -2.38419e-06L6 -2.64645e-06L8 -2.73388e-06Z' fill='%230C3688'/%3E%3C/svg%3E");
  background-position: center;
}
.xl100-specification .accordion-button > div {
  position: relative;
  padding: 18px 50px 18px 0;
  display: flex;
  align-items: center;
}
.xl100-specification .accordion-button img {
  margin-right: 20px;
}
.xl100-specification .accordion-button:not(.collapsed) {
  color: #0c3688;
  font-weight: 700;
  border: 2px solid #0c3688;
  border-bottom: 0;
}
.xl100-specification .accordion-button:not(.collapsed) > div,
.xl100-specification .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.xl100-specification .accordion-button:not(.collapsed) + .accordion-collapse {
  border: 2px solid #0c3688;
  border-top: 0;
}
.spec-tab-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.xl100-specification .accordion-collapse {
  border: 1px solid #d9d9d9;
}
.xl100-specification .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.xl100-specification-tab {
  padding: 0 30px;
  border-top: 0;
}
.xl100-specification-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.xl100-specification-details-row .specification-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 54px;
  color: #000;
  flex: 0 0 260px;
}
.xl100-specification-details-row .specification-value {
  font-weight: 300;
  font-size: 16px;
  line-height: 54px;
  color: #000;
}
.xl100-specification-details-row {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
}
.dwnld-blue-btn,
.dwnld-grey-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 6px;
  display: inline-block;
}
.dwnld-grey-btn {
  border: 2px solid #7d7d7d;
  background-color: #fff;
  color: #2d2d2d;
}
.dwnld-blue-btn,
.dwnld-blue-btn:hover {
  background: #0c3688;
  color: #fff;
}
.premium-feedback.xl100-feedback .form-control {
  color: #5a5555;
  border-bottom: 1.5px solid #747474;
}
.premium-feedback.xl100-feedback button {
  background: #0c3688;
  font-weight: 700;
  color: #fff;
  border-color: #0c3688;
}
div#product-category-anchor360.product-category-detailsInner a {
  margin-right: 10px;
}
#mobile-modal-360-view .modal-dialog,
#modal-360-view .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
#mobile-modal-360-view .modal-content .btn-close,
#modal-360-view .modal-content .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M1 17C1 25.8366 8.16344 33 17 33C25.8366 33 33 25.8366 33 17C33 8.16344 25.8366 1 17 1C8.16344 1 1 8.16344 1 17Z' fill='black'/%3E%3Cpath d='M11.6667 11.6667L16.9999 16.9999M16.9999 16.9999L22.3331 22.3331M16.9999 16.9999L11.6667 22.3331M16.9999 16.9999L22.3331 11.6667M17 33C8.16344 33 1 25.8366 1 17C1 8.16344 8.16344 1 17 1C25.8366 1 33 8.16344 33 17C33 25.8366 25.8366 33 17 33Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 18px;
}
#mobile-modal-360-view .modal-header,
#modal-360-view .modal-header {
  border: 0;
  padding-top: 60px;
}
#mobile-modal-360-view .modal-content,
#modal-360-view .modal-content {
  background: url(../images/bike-bg.webp) center/cover no-repeat;
}
#mobile-modal-360-view .modal-header h5,
#modal-360-view .modal-header h5 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
#mobile-modal-360-view .modal-body,
#modal-360-view .modal-body {
  border: 0;
  padding-bottom: 30px;
}
#mobile-modal-360-view .banner-view-360,
#modal-360-view .banner-view-360 {
  display: block !important;
  background: 0;
  position: static;
}
#mobile-modal-360-view div#modalSixty,
#modal-360-view div#modalSixty,
#modal-360-view div#similarThreeSixty,
#modal-360-view div#threesixty {
  position: absolute;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}
.gallery-section {
  padding: 55px 0;
}
.gallery-section .nav,
.premium-customer-review.iqube .nav {
  justify-content: center;
  gap: 10px;
}
.premium-customer-review.iqube .nav {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.gallery-section .nav-pills .nav-link,
.premium-customer-review.iqube .nav-pills .nav-link {
  border: 1px solid transparent;
  color: #5a5555;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px;
  background: transparent;
  border-radius: 24px;
  white-space: nowrap;
}
.gallery-section .nav-pills .nav-link.active,
.gallery-section .nav-pills .show > .nav-link,
.premium-customer-review.iqube .nav-link.active,
.premium-customer-review.iqube .nav-pills .show > .nav-link {
  border-color: #d83d46;
  background: transparent;
  color: #d83d46;
}
.iqube.about-tvs-options li a {
  font-weight: 400;
  white-space: nowrap;
}
.mob-book-now {
  background: rgba(24, 64, 126, 0.9);
  text-align: center;
  padding: 13px 10px;
  position: fixed;
  bottom: 65px;
  width: 100%;
  left: 0;
  z-index: 3;
  transition: bottom 0.5s ease;
}
.mob-book-now a {
  border-radius: 6px;
  background: #fff;
  padding: 4px 26px;
  color: #18407e;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.mob-book-now.animate-down {
  bottom: 0;
}
.premiun-details-section.iqube {
  background: url("../images/overview-bg.webp") center/cover,
    linear-gradient(180deg, #e1f2fc 0%, rgba(255, 255, 255, 0.06) 100%);
}
.premiun-details-section.iqube .inner-detail .right-tab-logo {
  max-width: 167px;
}
.premium-features.iqube {
  background: linear-gradient(
    180deg,
    #cde6d7 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}
.premium-specification.iqube {
  background: url("../images/specification-bg-iqube.webp") center/cover
    no-repeat;
}
.premium-specification.iqube .nav .nav-link.active,
.premium-specification.iqube .nav .nav-link:hover,
.premium-connect.iqube h6,
.premium-specification.iqube h6 {
  color: #2484c6;
}
.premium-specification.iqube .nav .nav-link.active:after,
.premium-specification.iqube .nav .nav-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24' fill='none'%3E%3Cpath d='M2 10.5C1.17157 10.5 .5 11.1716 .5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 .807611 27.9792 .807611 27.3934 1.3934C26.8076 1.97919 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM2 13.5H38V10.5H2V13.5Z' fill='%232484C6'/%3E%3C/svg%3E");
}
.gallery-section.iqube {
  background: linear-gradient(
    180deg,
    #e1f2fc 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}
.premium-feedback.iqube {
  background: url("../images/premium-products/iqube-blue-transparent.webp")
      center center/contain no-repeat,
    linear-gradient(180deg, #ddeee4 0%, rgba(255, 255, 255, 0.06) 100%);
}
.premium-feedback.iqube button {
  background: #3a3a3a;
}
.premium-features.iqube h2 {
  color: #1a1a1a;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  max-width: 754px;
  margin: 0 auto 30px;
}
.premium-features.iqube .nav {
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
}
.premium-features.iqube .nav-pills .nav-link {
  padding: 11px 22px;
  border-radius: 20px;
  border: 2px solid #7c889b;
  background: rgba(255, 255, 255, 0);
  color: #7c889b;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.premium-features.iqube .nav-pills .nav-link.active {
  background: #79af8b;
  border-color: #79af8b;
  color: #fff;
}
.mobile-scroll-bar-detect {
  position: relative;
}
.mobile-scroll-bar-detect.active {
  padding: 0 40px;
}
.about-tvs-options.iqube ul::-webkit-scrollbar,
.mobile-scroll-bar-detect .nav::-webkit-scrollbar,
.iqube-specification .nav::-webkit-scrollbar {
  display: none;
}
.mobile-scroll-bar-detect .nav,
.iqube-specification .nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-scroll-bar-detect #right-button,
.mobile-scroll-bar-detect #left-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.mobile-scroll-bar-detect #right-button {
  transform: translateY(-50%) scale(-1);
  right: 0;
}
.mobile-scroll-bar-detect #left-button {
  left: 0;
}
.iqube .premium-features-slider .inner-feature .content {
  background-color: #cbd1dd;
}
.iqube .premium-features-slider .inner-feature .feature-name {
  background: #8796ad;
}
.iqube .specification-wrap::-webkit-scrollbar-thumb {
  background: #2484c6;
}
.smart-connect-wrap {
  padding: 40px 0 0;
}
.smart-connect-wrap h2,
#iqube-location h2 {
  color: #1a1a1a;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.smart-connect-wrap h2 {
  margin: 20px 0;
}
.ronintd-tagline-color .banner-content h2,
.tvsraiderdisc-tagline-color .banner-content h2,
.tvsraider-tagline-color .banner-content h2 {
  color: #fff;
}
.location-section {
  padding: 40px 0;
}
.location-container {
  max-width: 1250px;
}
#iqube-location {
  background: linear-gradient(
    180deg,
    #cde6d7 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}
.location-section iframe {
  height: 746px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.premium-customer-container {
  max-width: 1580px;
}
.premium-customer-review.iqube {
  background: linear-gradient(
    180deg,
    #e1f2fc 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  padding: 40px 0;
}
.expert-review-inner {
  position: relative;
  max-width: 100%;
  padding: 12px 15px 0;
}
.expert-review-inner::before,
.customer-review-inner::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='21' viewBox='0 0 33 21' fill='none'%3E%3Cpath d='M28.5775 1C27.4586 2.37296 26.6798 3.72378 26.241 5.05245C25.8241 6.38112 25.6157 7.64336 25.6157 8.83916C26.3616 8.83916 27.1185 8.89452 27.8864 9.00525C28.6543 9.11597 29.3344 9.29312 29.9268 9.53671C30.541 9.7803 31.0347 10.0903 31.4076 10.4668C31.8025 10.8432 32 11.2972 32 11.8287V16.6783C32 17.2541 31.8025 17.7523 31.4076 18.1731C31.0347 18.5938 30.541 18.9371 29.9268 19.2028C29.3125 19.4685 28.6214 19.6678 27.8535 19.8007C27.0856 19.9336 26.3178 20 25.5499 20C24.7381 20 23.9374 19.9336 23.1476 19.8007C22.3797 19.6678 21.6886 19.4685 21.0743 19.2028C20.46 18.9371 19.9664 18.5938 19.5934 18.1731C19.2205 17.7523 19.034 17.2541 19.034 16.6783V13.8881C19.034 13.2681 19.0669 12.4155 19.1327 11.3304C19.2205 10.2232 19.4069 9.04953 19.6921 7.80944C19.9993 6.56935 20.4271 5.34033 20.9756 4.12238C21.5241 2.90443 22.281 1.86364 23.2463 1H28.5775ZM10.6093 1C9.49045 2.37296 8.70064 3.72378 8.23991 5.05245C7.80113 6.38112 7.58174 7.64336 7.58174 8.83916C8.34961 8.83916 9.11748 8.89452 9.88535 9.00525C10.6532 9.11597 11.3333 9.29312 11.9257 9.53671C12.54 9.7803 13.0336 10.0903 13.4066 10.4668C13.7795 10.8432 13.966 11.2972 13.966 11.8287V16.6783C13.966 17.2541 13.7795 17.7523 13.4066 18.1731C13.0336 18.5938 12.54 18.9371 11.9257 19.2028C11.3114 19.4685 10.6203 19.6678 9.85244 19.8007C9.08457 19.9336 8.30573 20 7.51592 20C6.72611 20 5.93631 19.9336 5.1465 19.8007C4.37863 19.6678 3.68754 19.4685 3.07325 19.2028C2.45895 18.9371 1.95435 18.5938 1.55945 18.1731C1.18648 17.7523 1 17.2541 1 16.6783V13.8881C1 13.2681 1.03291 12.4155 1.09873 11.3304C1.18648 10.2232 1.37297 9.04953 1.65817 7.80944C1.96532 6.56935 2.39314 5.34033 2.94161 4.12238C3.49009 2.90443 4.24699 1.86364 5.21231 1H10.6093Z' fill='url(/o/tvs-germany-theme/css/%23paint0_linear_1_10802)' stroke='%230C3688' stroke-width='2' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_10802' x1='16.5' y1='1' x2='16.5' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 33px;
  height: 21px;
  position: absolute;
  top: 0;
}
.expert-review-inner::before {
  left: 20px;
}
.customer-review-inner::before {
  left: 0;
}
.expert-detail {
  border-radius: 0 0 6px 6px;
  background: #79af8b;
  padding: 10px 20px;
}
.expert-name {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.expert-place-date {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.expert-review-inner p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  border-bottom: 2px solid #79af8b;
  margin: 0;
}
.premium-customer-review.iqube .counter-slider-wrap {
  margin-top: 30px;
  justify-content: center;
}
.customer-review-premium {
  padding: 0 20px;
}
.customer-review-inner {
  position: relative;
  padding: 12px 0;
  border-bottom: 2px solid #79af8b;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.customer-review-inner p {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.customer-place-date {
  color: #747474;
}
.blog-wrap {
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.blog-wrap-body {
  padding: 17px 20px 12px;
}
.blog-wrap-body h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
  height: 56px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-wrap-body span {
  font-size: 12px;
  line-height: 16px;
  color: #5a5555;
}
.blog-wrap-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin: 13px 0 0;
}
.premium-blogs-slider .slick-slide {
  padding: 0 10px 10px;
}
.iti__flag {
  background-image: url("../images/flags.png");
}
.nudge-loader {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.nudge-loader img {
  position: absolute;
  width: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
#nudge-form {
  left: 30px;
  bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 5;
  background: #fff;
  border: 3px solid #c2ccde;
  width: 390px;
  position: fixed;
  display: none;
}
.nudge-header {
  background: 0;
  margin: 0 25px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nudge-header img {
  width: 100px;
}
.nudge-header .close {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding: 0 10px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ee313c;
  opacity: 1;
  border-radius: 50%;
}
.nudge-body {
  padding: 8px 20px;
  background-origin: border-box;
  overflow: auto;
  max-height: calc(100vh - 170px);
}
.nudge-body h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 10px;
}
.nudge-body .input-wrap {
  margin-bottom: 20px;
}
.nudge-body .form-label {
  text-transform: uppercase;
  color: #0c3688;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.nudge-body .form-control,
.nudge-body .form-select {
  font-size: 13px;
  height: 30px;
  padding: 2px 8px 2px 0;
  border: 0;
  border-bottom: 1px solid #0c3688;
  font-weight: 400;
  color: #000;
  border-radius: 0;
}
.nudge-body .form-check-label {
  text-transform: none;
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
}
.btn-group-custom {
  background: #edf2fb;
  gap: 15px;
  display: flex;
  padding: 8px 20px;
}
.nudge-body .form-check-label a {
  color: #0c3688;
}
button#cancel,
button#subscribe {
  flex: 1;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border: 0;
}
button#cancel {
  color: #546887;
  background: #c5d1e3;
}
button#subscribe {
  background: #0c3688;
  color: #fff;
}
button#cancel:disabled,
button#subscribe:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#nudge-form #nudgeSuccessAlert {
  position: absolute;
  top: 52px;
  width: 100%;
  height: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  z-index: 2;
  background: #fff;
}
.custom-dropdown-nudge {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #deeaff;
  max-height: 185px;
  overflow: auto;
}
.custom-dropdown-nudge .nudge-autocomplete-item,
.custom-dropdown-nudge .autocomplete-item {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
.custom-dropdown-nudge .nudge-autocomplete-item:hover,
.custom-dropdown-nudge .autocomplete-item:hover {
  background-color: #0c3688;
  color: #fff;
}
.nudge-body .form-select.custom-select-dropdown-button {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 34px;
  cursor: pointer;
}
.custom-select-dropdown-list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 2;
  max-height: 158px;
}
.custom-select-dropdown-list.active {
  opacity: 1;
  pointer-events: auto;
  display: block;
  transform: scale(1, 1);
}
.custom-select-dropdown-list-item:hover .text-secondary {
  color: #dfdfdf !important;
}
.product-section {
  background: url("../images/product-bg.webp") center top/cover no-repeat;
  padding: 50px 0;
}
.product-container {
  max-width: 1540px;
  margin: 0 auto;
}
.product-section .nav-tabs .nav-link {
  background-image: url("../images/inactive-tab.webp");
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-style: italic;
  margin-left: -14px;
  padding: 9px 37px;
  min-width: 153px;
  border: 0;
  background-size: 100% 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.product-section .nav-tabs .nav-link.active {
  background-image: url("../images/active-tab.webp");
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 15px;
  min-width: 213px;
}
.product-tab-wrap {
  margin: 40px 0 20px;
  position: relative;
}
.product-section .slick-slide {
  padding: 0 10px;
}
.view-360-product {
  display: inline-block;
  padding: 5px;
  line-height: 38px;
  box-shadow: 0 0 5px #ecf1fa;
  width: 46px;
  height: 40px;
  border-radius: 10px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  border: 1px solid #0c3688;
}
.error.text-danger {
  font-size: 13px;
  position: absolute;
  bottom: -22px;
}
.product-section.productTab .center-slider-nav {
  margin-top: 30px;
}
.contact-section {
  background: url("../images/raise-right-form-bg.webp") center top/auto 400px
    no-repeat;
  padding: 182px 0 40px;
}
.contact-container {
  border-radius: 9px;
  box-shadow: 2.828px 2.828px 15px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  max-width: 1400px;
  padding: 40px 60px;
}
.contact-section h2 {
  margin-bottom: 10px;
}
.contact-section h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 28px;
  margin: 40px 0;
}
.contact-section h5 {
  font-size: 24px;
  color: #000;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid rgba(198, 206, 218, 1);
  padding: 0 140px 28px;
  margin-bottom: 30px;
}
.required-field {
  color: rgba(216, 61, 70, 1);
  position: absolute;
  top: 0;
  right: 0;
}
.contact-section .form-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #0c3688;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}
.contact-section .form-control,
.contact-section .form-select {
  font-size: 16px;
  line-height: 30px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(198, 206, 218, 1);
  color: #5a5555;
  padding-left: 0;
}
.contact-section .form-control::placeholder {
  color: #8a8a8a;
}
.contact-section .send-otp {
  border-radius: 3px;
  background-color: #cadfff;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #18407e;
  font-weight: 700;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 30px;
}
.contact-section .verify-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  text-align: right;
  display: block;
}
.contact-section .verify {
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #00891e;
  font-weight: 700;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 30px;
  background: rgba(218, 250, 225, 1);
}
.contact-section .otp-send-msg {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
}
.contact-section .otp-send-msg .msg {
  color: #00891e;
}
.contact-section .otp-send-msg .time {
  color: #0c3688;
}
.contact-section .otp-verified {
  position: absolute;
  right: 0;
  top: 30px;
}
.contact-section .form-check {
  margin-bottom: 20px;
}
.contact-section .form-check-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  color: #000;
  margin-left: 5px;
}
.contact-section .form-check-input {
  border-color: #0c3688;
}
.contact-section .form-check .form-control {
  padding: 0;
  height: 25px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.switch-btn {
  margin: 0 20px;
}
.toggleContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #0c3688;
  border-radius: 30px;
  width: 82px;
  height: 22px;
  line-height: 22px;
  margin: 0;
}
.toggleContainer::before {
  content: "";
  position: absolute;
  width: calc(50% - 2px);
  height: 100%;
  left: 2px;
  transition: all 0.3s;
  background: #fff;
  border-radius: 30px;
  color: #0c3688;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
}
.toggleContainer div {
  text-align: center;
  z-index: 1;
}
.toggleCheckbox {
  display: none;
}
.toggleCheckbox + .toggleContainer div {
  font-size: 10px;
  line-height: 22px;
  transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div {
  color: #fff;
}
.toggleCheckbox:checked + .toggleContainer div:first-child {
  color: #fff;
}
.toggleCheckbox:checked + .toggleContainer div:last-child {
  color: #0c3688;
  font-weight: 700;
}
.toggleCheckbox + .toggleContainer div:first-child {
  color: #0c3688;
  font-weight: 700;
}
.toggleCheckbox + .toggleContainer div:last-child {
  color: #fff;
}
.customer-support {
  background: url(../images/enquiry-banner.webp) center top/auto 490px no-repeat,
    linear-gradient(180deg, #fff 490px, #ddebff 490px, #fff 100%);
  padding: 60px 0;
}
.customer-support > h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  width: 291px;
  margin: 30px auto;
}
.customer-support-cross,
.customer-support-first-cross {
  display: none;
  position: absolute;
  right: 20px;
  z-index: 4;
  top: 53px;
}
.customer-support-form {
  max-width: 1364px;
  margin: 218px auto 0;
  /* background: #fff; */
  background: #f3f8ff;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  display: flex;
  min-height: 636px;
}
.customer-support-options {
  background: #f3f8ff;
  border-radius: 10px 0 0 10px;
  padding: 30px 25px 0;
  flex-basis: 410px;
  flex-shrink: 0;
  /* height: 100%; */
}
.customer-support-options .nav-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #204682;
  text-align: left;
  padding: 16px 25px;
  border-radius: 0;
  position: relative;
  background: 0;
  border: 0;
  border-bottom: 1px solid #d2e4ff;
  display: flex;
  align-items: flex-start;
}
.customer-support-options .nav-link.active {
  font-weight: 700;
  color: #fff;
  background: #204682;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.customer-support-options .nav-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.31682 1.02492C1.95841 .65836 1.37493 .65836 1.01651 1.02492C0.661163 1.38834 .661163 1.97529 1.01651 2.33872L7.04088 8.5L1.01651 14.6613C0.661163 15.0247 .661163 15.6117 1.01651 15.9751C1.37493 16.3416 1.95841 16.3416 2.31682 15.9751L8.98349 9.1569C9.33884 8.79347 9.33884 8.20653 8.98349 7.8431L2.31682 1.02492Z' fill='%23204682' stroke='%23204682' stroke-width='.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 22px;
  width: 10px;
  height: 17px;
  right: 17px;
}
.customer-support-options .nav-link.active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.31682 1.02492C1.95841 .65836 1.37493 .65836 1.01651 1.02492C0.661163 1.38834 .661163 1.97529 1.01651 2.33872L7.04088 8.5L1.01651 14.6613C0.661163 15.0247 .661163 15.6117 1.01651 15.9751C1.37493 16.3416 1.95841 16.3416 2.31682 15.9751L8.98349 9.1569C9.33884 8.79347 9.33884 8.20653 8.98349 7.8431L2.31682 1.02492Z' fill='white' stroke='white' stroke-width='.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.customer-support-options .icon {
  background-image: url("../images/enquiry-tab-sprite.webp");
  display: inline-block;
  width: 31px;
  height: 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 21px;
  flex-shrink: 0;
}
.customer-support-options .icon.option-1 {
  background-position: -10px -10px;
}
.customer-support-options .active .icon.option-1 {
  background-position: -50px -10px;
}
.customer-support-options .icon.option-2 {
  background-position: -10px -47px;
}
.customer-support-options .active .icon.option-2 {
  background-position: -50px -49px;
}
.customer-support-options .icon.option-3 {
  background-position: -9px -84px;
}
.customer-support-options .active .icon.option-3 {
  background-position: -50px -85px;
}
.customer-support-form .tab-content.outer-tab-content {
  flex-grow: 1;
  height: 100%;
  max-width: calc(100% - 410px);
  background-color: #fff;
}
.back-tab-cross {
  position: absolute;
  right: 0;
  top: 11px;
  display: none;
}

.customer-support-form h1 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 40px;
  font-weight: 700;
}

.customer-support-tab,
.feedback-support-tab,
.institutional-support-tab {
  padding: 40px 80px;
}
.enquiry-about-option-tab h1,
.enquiry-about-option-tab h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  margin-bottom: 27px;
  padding-right: 160px;
  text-align: left;
}
.enquiry-about-option {
  display: flex;
  row-gap: 30px;
  column-gap: 24px;
}
.enquiry-about-option > a {
  flex-shrink: 1;
}
.enquiry-about-option > a > div {
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.enquiry-about-option h4 {
  margin: 0;
  padding: 13px 15px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #18407e;
  position: relative;
}
.enquiry-about-option-tab .enquiry-input h3,
.enquiry-about-option-tab .enquiry-input h3 .form-select {
  color: #0c3688;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.enquiry-about-option-tab .enquiry-input h3 {
  padding: 10px 0 16px;
  border-bottom: 2px solid #9fadc1;
  margin-bottom: 30px;
  margin-bottom: 27px;
  text-align: left;
}
.enquiry-about-option-tab .enquiry-input h3 .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right center;
  background-size: 16px;
}
.mandatory-field {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #d83d46;
  position: absolute;
  right: 0;
  top: 7px;
}
.enquiry-about-option-tab h4 {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #0c3688;
  font-weight: 700;
}
.customer-tab-form {
  margin-top: 35px;
}
.customer-support .input-wrap {
  margin-bottom: 30px;
}
.customer-support label {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #0c3688;
  font-weight: 700;
}
.customer-support input,
.customer-support select {
  border: 0;
  border-bottom: 1.5px solid #c6ceda;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  background-color: transparent;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-support .form-check label {
  color: #000;
  font-weight: 400;
  text-transform: initial;
}
.customer-support .form-check label a {
  color: #0c3688;
  font-weight: 700;
}
.customer-support .form-check-input {
  border: 1px solid #000;
  border-radius: 3px;
  background: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.customer-support .form-check-input:checked[type="checkbox"] {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
button.desktop-submit,
input.desktop-submit {
  background: #18407e;
  width: 163px;
  height: 50px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
button.desktop-submit:hover,
input.desktop-submit:hover {
  background: #18407e;
  color: #fff;
}
.desktop-submit .back-arrow {
  transform: scale(-1);
}
.blue-scrollbar::-webkit-scrollbar,
.issue-concern::-webkit-scrollbar,
.support-vehicle-list::-webkit-scrollbar,
.year-of-purchase::-webkit-scrollbar {
  height: 8px;
}
.blue-scrollbar::-webkit-scrollbar-track,
.issue-concern::-webkit-scrollbar-track,
.support-vehicle-list::-webkit-scrollbar-track,
.year-of-purchase::-webkit-scrollbar-track {
  background: #e4e9f6;
  border-radius: 10px;
}
.blue-scrollbar::-webkit-scrollbar-thumb,
.issue-concern::-webkit-scrollbar-thumb,
.support-vehicle-list::-webkit-scrollbar-thumb,
.year-of-purchase::-webkit-scrollbar-thumb {
  background: #18407e;
  border-radius: 10px;
}
#support-customer-enqury-tab.nav-tabs {
  gap: 10px;
  border: 0;
  padding-bottom: 20px;
  flex-wrap: nowrap;
  position: relative;
  margin: 0;
}
#support-customer-enqury-tab.nav-tabs .nav-link {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: #f8faff;
  white-space: nowrap;
}
#support-customer-enqury-tab.nav-tabs .nav-link.active {
  background: #18407e;
  font-weight: 700;
  color: #fff;
}
#support-customer-enqury-tab.nav-tabs .nav-link .icon {
  height: 30px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#support-customer-enqury-tab.nav-tabs .nav-link .motorcycle.icon {
  background-image: url("../images/motorcycle-black.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .motorcycle.icon {
  background-image: url("../images/motorcycle-white.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link .scooter.icon {
  background-image: url("../images/scooter-black.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .scooter.icon {
  background-image: url("../images/scooter-white.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link .electric.icon {
  background-image: url("../images/semi-automatic-black.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .electric.icon {
  background-image: url("../images/semi-automatic-white.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link .moped.icon {
  background-image: url("../images/moped-black.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .moped.icon {
  background-image: url("../images/moped-white.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link .three-wheeler.icon {
  background-image: url("../images/three-wheeler-black.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link.active .three-wheeler.icon {
  background-image: url("../images/three-wheeler-white.svg");
}
#support-customer-enqury-tab.nav-tabs .nav-link .icon {
  display: none;
  margin: 0 auto;
}
.support-vehicle-list {
  gap: 10px;
  border: 0;
  padding: 20px 0;
  flex-wrap: nowrap;
  position: relative;
  margin: 0;
  display: flex;
  list-style: none;
  overflow-x: auto;
}
.support-vehicle-list > li > div {
  background: #f8faff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #3a3a3a;
  cursor: pointer;
}
.support-vehicle-list > li > div img {
  margin-bottom: 15px;
  height: 50px;
  width: 82px;
  object-fit: cover;
  border-radius: 0;
}
.support-vehicle-list > li > div.active {
  background: linear-gradient(180deg, #dde7f5 0, #fff 100%);
  border: 2px solid #0c3688;
  box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
  border-radius: 6px;
  position: relative;
}
.support-vehicle-list > li > div.active::after {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
  border: 2px solid #0c3688;
  transform: translateX(-50%);
}
.dealer-wrap-search.active::after,
.support-vehicle-list > li > div.active::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230C3688' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
    #fff;
  content: "";
}
.detail-thanks {
  padding-top: 80px;
  text-align: center;
}
.detail-thanks h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px;
}
.submit-form-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.submit-form-error .inner {
  background-color: #fcebeb;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
}
.submit-form-error .inner h4 {
  font-size: 20px;
  margin: 12px 0;
  line-height: 30px;
}
.submit-form-error .inner p {
  font-size: 16px;
  line-height: 16px;
}
.enquiry-submit-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 17px;
}
.connect {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.detail-thanks h5,
.connect,
.enquiry-submit-text {
  color: #18407e;
  text-align: center;
}
.go-to-home,
.other-enquiry {
  width: 178px;
  height: 45px;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 41px;
}
.other-enquiry,
.other-enquiry:hover {
  background: #18407e;
  margin: 0 auto 26px;
  color: #fff;
  border: 2px solid #18407e;
}
.go-to-home,
.go-to-home:hover {
  background: #fff;
  border: 2px solid #0c3688;
  color: #18407e;
  margin: 0 auto;
}
.feedback-process {
  background: #fcf2d7;
  border-radius: 10px;
  padding: 20px;
  display: none;
}
.feedback-process h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}
.rate-process {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.rate-process > div {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 94px;
  height: 30px;
  font-weight: 700;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.rate-process > div.active {
  color: #fff;
  background: #009c4e;
  border: 1px solid #d9d9d9;
}
.service-center-type {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
}
.service-center-type > div {
  background: #f8faff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.service-center-type > div.active,
.service-center-type > div:hover {
  background: #18407e;
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}
.year-of-purchase {
  display: flex;
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
  position: relative;
  gap: 10px;
  overflow: auto;
}
.issue-concern {
  gap: 6px;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  padding: 0 0 18px;
  row-gap: 10px;
}
.year-of-purchase li {
  background: #f8faff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  padding: 10px 17px;
  width: 65px;
  height: 40px;
  cursor: pointer;
}
.issue-concern li {
  padding: 10px 15px;
  height: 36px;
  background: #f8faff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.issue-concern li.active,
.year-of-purchase li.active {
  border: 1px solid #d9d9d9;
  color: #fff;
  background: #18407e;
}
.rate-level {
  display: flex;
}
.rate-level > div {
  height: 42px;
  width: 81px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  color: #000;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
}
.rate-level > div:first-child {
  background: rgba(210, 152, 152, 0.5);
  border-radius: 6px 0 0 6px;
}
.rate-level > div:nth-child(2) {
  background: rgba(233, 152, 152, 0.5);
}
.rate-level > div:nth-child(3) {
  background: rgba(252, 163, 152, 0.5);
}
.rate-level > div:nth-child(4),
.rate-level > div:nth-child(5) {
  background: rgba(255, 189, 152, 0.5);
}
.rate-level > div:nth-child(6) {
  background: rgba(248, 213, 164, 0.5);
}
.rate-level > div:nth-child(7) {
  background: rgba(221, 225, 176, 0.5);
}
.rate-level > div:nth-child(8) {
  background: rgba(195, 236, 175, 0.5);
}
.rate-level > div:nth-child(9) {
  background: rgba(170, 233, 157, 0.5);
}
.rate-level > div:nth-child(10) {
  background: rgba(162, 202, 152, 0.5);
  border-radius: 0 6px 6px 0;
}
.rate-level > div.active {
  border: 2px solid #18407e;
  line-height: 40px;
  font-weight: 700;
  font-size: 30px;
}
.rate-level > div.active .rate-indicator {
  border-top: 18px solid #18407e;
}
.rate-level > div.active:first-child {
  background: #d29898;
  border-radius: 6px 0 0 6px;
}
.rate-level > div.active:nth-child(2) {
  background: #e99898;
}
.rate-level > div.active:nth-child(3) {
  background: #fca398;
}
.rate-level > div.active:nth-child(4),
.rate-level > div.active:nth-child(5) {
  background: #ffbd98;
}
.rate-level > div.active:nth-child(6) {
  background: #f8d5a4;
}
.rate-level > div.active:nth-child(7) {
  background: #dde1b0;
}
.rate-level > div.active:nth-child(8) {
  background: #c3ecaf;
}
.rate-level > div.active:nth-child(9) {
  background: #aae99d;
}
.rate-level > div.active:nth-child(10) {
  background: #a2ca98;
  border-radius: 0 6px 6px 0;
}
.rate-indicator {
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-right: auto;
  margin-left: auto;
  border-top: 18px solid #c6ceda;
  width: 0;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.rate-vehicle {
  padding-top: 20px;
  padding-bottom: 25px;
}
.extremely-likely,
.not-likely {
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #959595;
  position: absolute;
  bottom: 0;
}
.not-likely {
  left: 0;
}
.extremely-likely {
  right: 0;
}
.request-rate {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #cb0000;
  margin-top: 13px;
}
.mob-confirm-btn button.confirm,
.mob-next-btn button.next {
  height: 74px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: fixed;
  display: none;
}
.mob-confirm-btn button.confirm,
.mob-next-btn button.next,
.mob-submit-btn {
  left: 0;
  border-radius: 0;
  background: #18407e;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.mob-submit-btn {
  height: 74px;
  position: fixed;
  display: none;
}
.feedback-experience-form {
  background: linear-gradient(180deg, #626572 0, #292e3a 100%);
  width: 390px;
  height: 440px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 100%;
}
.feedback-header {
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
}
.feedback-logo img {
  width: 100px;
}
.feedback-experience-form h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  max-width: 295px;
  margin: 0 auto 23px;
  text-transform: capitalize;
}
.feedback-experience-form h3,
.feedback-name {
  color: #fff;
  line-height: 30px;
}
.feedback-step-form .inner {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.31) 0,
    rgba(47, 52, 64, 0) 100%
  );
  position: relative;
  min-height: 285px;
  padding: 20px 10px 0;
}
.feedback-slider-wrap {
  padding: 12px 25px;
}
.feedback-slider-wrap .slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-range {
  position: relative;
}
.feedback-range input {
  width: 100%;
  position: absolute;
  top: 2px;
  z-index: 1;
  left: 0;
  height: 0;
  appearance: none;
}
.feedback-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  margin: -16px 0 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  fill: #fff;
  stroke-width: 1px;
  stroke: #d1d6ee;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.feedback-range input::-moz-range-thumb {
  appearance: none;
  margin: -16px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  fill: #fff;
  stroke-width: 1px;
  stroke: #d1d6ee;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.feedback-range input::-ms-thumb {
  appearance: none;
  margin: -16px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  fill: #fff;
  stroke-width: 1px;
  stroke: #d1d6ee;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.feedback-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #e1e6f9;
}
.feedback-range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #e1e6f9;
}
.feedback-range input::-ms-track {
  height: 2px;
  width: 100%;
  cursor: pointer;
  background: 0;
  border-color: transparent;
  color: transparent;
}
.feedback-range input:focus {
  background: 0;
  outline: 0;
}
.inner-bg-range {
  width: 255px;
  height: 13px;
  background: #e1e6f9;
  border-radius: 5px;
  clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 75%);
}
.feedback-range-labels {
  margin: 15px -28px 0;
  padding: 0;
  list-style: none;
}
.feedback-range-labels li {
  position: relative;
  float: left;
  width: 62px;
  text-align: center;
  color: transparent;
  font-size: 14px;
  cursor: pointer;
}
.feedback-range-labels .active {
  color: #37adbf;
}
.feedback-range-labels li::before {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 13px;
  height: 13px;
  background: rgb(255 255 255 / 70%);
  border-radius: 50%;
}
.feedback-navigation-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.feedback-navigation-btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #d9d9d9;
  color: #d9d9d9;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
}
.feedback-navigation-btn a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.feedback-remark,
.select-color-spec {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 9px;
  column-gap: 6px;
}
.feedback-remark li {
  position: relative;
}
.feedback-remark input,
.select-color-spec input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feedback-remark input[type="radio"] {
  opacity: 0;
}
.feedback-remark input[type="radio"]:checked + label,
.feedback-remark label:hover {
  background: #dde7f5;
  color: #000;
}
.feedback-remark label {
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #c6ceda;
  color: #dde7f5;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.feedback-remark #otherfeedback {
  width: 100%;
}
.feedback-remark #otherfeedback textarea {
  border-radius: 6px;
  border: 2px solid #c6ceda;
  background: #fff;
  height: 60px;
}
.feedback-emoji img {
  margin-bottom: 38px;
}
.remark-error {
  color: #f12b00;
  font-size: 14px;
  line-height: normal;
  position: absolute;
  bottom: 0;
  text-align: center;
}
#rate-level-error .error.text-danger {
  position: static;
}
.mobile-menu-overlay {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
  position: fixed;
}
.footer-enquiry {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 3;
  background: #00a3ff;
  min-width: 42px;
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  padding: 6px 0 4px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-enquiry:hover {
  color: #fff;
}
.footer-enquiry span {
  margin-top: 4px;
  display: block;
}
.product-detail-banner .disclaimer-360 {
  text-align: center;
  color: #dcdcdc;
  margin: 10px 0 0;
  font-size: 13px;
  padding: 0 10px;
  line-height: initial;
  position: absolute;
  bottom: 10px;
}
.premium-specification .disclaimer-360 {
  text-align: center;
  color: #000;
  margin: 10px 0;
  font-size: 13px;
  padding: 0 10px;
  line-height: initial;
}
#mobile-modal-360-view .disclaimer-360,
#modal-360-view .disclaimer-360 {
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
  line-height: initial;
  color: #959595;
  margin: 0 0 33px;
}
.tab-product-category-details .disclaimer-360 {
  text-align: center;
  color: #dcdcdc;
  margin: 0;
  font-size: 13px;
  padding: 0 10px;
  line-height: initial;
  position: absolute;
  bottom: 10px;
}
.top-merchandise-wrap .form-check-input {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 2px solid #0c3688;
}
.top-merchandise-wrap .form-check-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  line-height: 16px;
}
.top-merchandise-nav {
  height: 50px;
  background-color: #c6ceda;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.top-merchandise-nav .form-check {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.top-merchandise-nav .btn-group .btn {
  height: 30px;
  background-color: rgb(255 255 255 / 69%);
  font-size: 14px;
  color: #0c3688;
  font-weight: bold;
  line-height: 16px;
  min-width: 125px;
}
.top-merchandise-nav .btn-group .btn.active {
  background-color: #0c3688;
  color: #fff;
}
.wishlist {
  min-width: 160px;
  height: 30px;
  border-radius: 3px;
  background-color: #dde7f5;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.wishlist-count {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ee313c;
  position: absolute;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  top: -2px;
  right: -8px;
}
.merchandise-wrap {
  background: #f0f3f9;
}
.merchandise-row {
  display: flex;
}
.left-merchandise {
  width: 298px;
  flex-shrink: 0;
  position: relative;
  margin-right: 4px;
}
.merchandise-left-menu {
  position: sticky;
  top: 50px;
}
.right-merchandise {
  flex-grow: 1;
}
.merchandise-product {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 6px 10px 6px 30px;
  background-color: #f0f3f9;
  border: 1px solid #d0dbeb;
  position: relative;
  height: 100px;
}
.merchandise-product + .merchandise-product {
  margin-top: 2px;
}
.merchandise-product:hover {
  filter: drop-shadow(4.243px 4.243px 2px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  border: 4px solid #d0dbeb;
}
.merchandise-product.active {
  background-color: #fff;
}
.merchandise-product img {
  width: 114px;
}
.merchandise-product h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  text-align: right;
  width: 103px;
}
.merchandise-product input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #8796ad;
  position: absolute;
  top: 9px;
  left: 10px;
}
.merchandise-product input[type="checkbox"]:checked {
  border: 2px solid #0c3688;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%230c3688' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}
.merchandise-item-row {
  display: flex;
  row-gap: 5px;
  margin: 0 -2px;
  flex-wrap: wrap;
}
.merchandise-item {
  padding: 0 2px;
  width: 25%;
}
.merchandise-item-wrap {
  background: #fff;
  padding: 30px;
  text-align: center;
  transition: all 0.2s;
}
.merchandise-item h6 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.merchandise-item .wishlist {
  min-width: 141px;
  height: 32px;
  border-radius: 2px;
  background-color: #0c3688;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  line-height: 32px;
  flex-grow: 1;
}
.merchandise-item .wishlist.added {
  background: #d83d46;
}
.merchandise-item .wishlist svg {
  vertical-align: text-top;
  margin-left: 3px;
}
.merchandise-item .wishlist:hover {
  color: #fff;
}
.merchandise-item .view-detail {
  min-width: 114px;
  height: 32px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #0c3688;
  font-size: 13px;
  text-transform: uppercase;
  color: #0c3688;
  font-weight: 500;
  flex-grow: 1;
}
.merchandise-item-btn {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.merchandise-item-wrap:hover {
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  border: 1px solid #c6ceda;
}
.merchandise-item-wrap:hover img {
  transform: scale(1.02);
}
.top-merchandise-nav-mob {
  display: flex;
}
.top-merchandise-nav-mob .product,
.top-merchandise-nav-mob .category {
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-right: 1px solid #c6ceda;
  padding: 0 10px;
}
.top-merchandise-nav-mob .product {
  background-color: #0c3688;
}
.top-merchandise-nav-mob .category {
  background-color: #4382fd;
}
.top-merchandise-nav-mob .wishlist {
  height: 40px;
  width: 60px;
  min-width: initial;
}
.footer-wishlist {
  height: 58px;
  background-color: rgb(221 231 245 / 80%);
  padding: 12px 0;
  text-align: center;
  position: fixed;
  bottom: 65px;
  width: 100%;
  z-index: 1;
}
.footer-wishlist .wishlist {
  min-width: 197px;
  height: 34px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ee313c;
  font-size: 12px;
  display: inline-flex;
}
#view-details-popup {
  width: 440px;
}
#view-wishlist-popup {
  width: 729px;
}
.details-popup {
  position: fixed;
  right: -100%;
  max-width: 100%;
  top: 0;
  z-index: 1060;
  height: 100vh;
  background: #fff;
  transition: all 0.7s;
}
.details-popup.menuIn {
  right: 0;
}
.details-popup .details-header {
  background: #dde7f5;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  height: 106px;
  align-items: center;
}
.details-popup .details-header h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  max-width: 300px;
  margin: 0;
}
.details-popup h6 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.details-body {
  padding: 0 25px;
  height: calc(100vh - 188px);
  overflow: auto;
}
.details-body::-webkit-scrollbar,
.details-wishlist-body-left::-webkit-scrollbar {
  width: 15px;
}
.details-body::-webkit-scrollbar-track,
.details-wishlist-body-left::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.details-body::-webkit-scrollbar-thumb,
.details-wishlist-body-left::-webkit-scrollbar-thumb {
  background: #ee313c;
}
.details-popup .color-size {
  margin: 40px 0 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.details-popup .available-color > div {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  text-align: center;
  padding: 4px;
}
.details-popup .available-color {
  display: flex;
  gap: 10px;
}
.details-popup .available-color > div > span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.details-popup .size-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.details-popup .size-list .size-number {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 16px;
  color: #5a5555;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
.details-popup p,
.details-popup ul {
  font-size: 14px;
  line-height: 22px;
  color: #5a5555;
}
.details-popup-btns {
  height: 80px;
  background-color: #ecf1fa;
  padding: 20px;
  display: flex;
  gap: 15px;
}
.details-header-row > div {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}
.details-header-row p {
  font-size: 14px;
  line-height: 22px;
  color: #5a5555;
  margin: 0;
}
.details-wishlist-body {
  display: flex;
  height: calc(100vh - 106px);
}
.details-wishlist-body-left {
  width: 280px;
  flex-shrink: 0;
  padding: 20px;
  height: 100%;
  overflow: auto;
}
.wishlist-popup-slider-inner {
  background-color: #fff;
  border: 1px solid #c6ceda;
  position: relative;
}
.wishlist-popup-slider .slick-track {
  display: flex;
  gap: 10px;
}
.delete-wishlist {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.details-wishlist-body-right {
  flex: 1;
}
.details-wishlist-body-right .inner {
  padding: 20px;
  height: calc(100% - 80px);
  overflow: auto;
}
.details-wishlist-body-right h3,
.details-wishlist-body-right .form-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #0c3688;
  font-weight: bold;
  margin: 0;
}
.details-wishlist-body-right .input-wrap {
  margin-bottom: 20px;
}
.details-wishlist-body-right .form-control {
  border: 0;
  border-bottom: 1px solid #c6ceda;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #8a8a8a;
  height: auto;
}
.details-wishlist-body-right .form-check {
  margin-bottom: 20px;
}
.details-wishlist-body-right .form-check-label {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 500;
}
.left-merchandise-btn,
.mob-category-btn {
  display: flex;
  gap: 10px;
}
.left-merchandise-btn .btn,
.mob-category-btn .btn {
  min-width: auto;
  flex: 1;
}
.mob-category-select {
  position: fixed;
  right: -100%;
  height: 100vh;
  background: #f0f3f9;
  z-index: 1041;
  top: 0;
  padding: 15px;
  width: 322px;
  transition: all 0.7s;
}
.mob-category-select.menuIn {
  right: 0;
}
.mob-category-select-body {
  height: calc(100% - 100px);
  overflow: auto;
  margin-top: 10px;
}
.category-select-item {
  border: 1px solid #d0dbeb;
  border-radius: 6px;
  background: #fff;
  height: 46px;
  padding: 10px;
}
.category-select-item + .category-select-item {
  margin-top: 4px;
}
.category-select-item .form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.category-select-item input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #8796ad;
  margin: 0;
}
.category-select-item input[type="checkbox"]:checked {
  border: 2px solid #0c3688;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%230c3688' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}
.category-select-item .form-check-label {
  font-size: 14px;
  font-weight: 500;
}
.custom-select2 .select2-container,
.premium-feedback .select2-container {
  display: block;
}
.custom-select2 .select2-container--default .select2-selection--single {
  font-size: 13px;
  height: 30px;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #0c3688;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.custom-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 30px;
}
.customer-support .select2-container--default .select2-selection--single,
.premium-feedback .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  background-color: transparent;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.customer-support .select2-container--default .select2-selection--single {
  border-bottom: 1.5px solid #c6ceda;
}
.premium-feedback .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #5a5555;
}
.premium-feedback
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #959595;
}
.customer-support
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.premium-feedback
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}
.customer-support
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.premium-feedback
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.custom-dropdown-select2.select2-dropdown {
  background-color: #deeaff;
}
.custom-dropdown-select2 .select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
.custom-dropdown-select2 .select2-results__option:hover {
  background-color: #0c3688;
  color: #fff;
}
.custom-dropdown-select2
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #aaa;
  font-size: 13px;
}
.select2-container--default
  .custom-dropdown-select2
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: 0;
}
.customer-support .select2-container {
  display: block;
}
.vehicle-form-inquiry-wrap {
  width: 1562px;
  max-width: 100%;
  margin: 40px auto 60px;
  border-radius: 10px;
  filter: drop-shadow(2.828px 2.828px 15px rgba(0, 0, 0, 0.12));
  background-color: #fff;
  border: 1px solid #c6ceda;
}
.vehicle-form-inquiry-wrap .left-col-img-slider img {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.vehicle-form-inquiry-wrap .center-slider-nav {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.vehicle-form-inquiry-wrap .slick-arrow {
  background-image: url(../images/white-right-arrow.webp);
  width: 11px;
  height: 20px;
}
.vehicle-form-inquiry-wrap .right-col {
  padding: 35px 40px;
  flex: 1;
}
.vehicle-form-inquiry-wrap .form-details h2 {
  text-align: left;
  margin-bottom: 9px;
  font-weight: 300;
}
.vehicle-form-inquiry-wrap .form-details h3 {
  color: #212427;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-right: 150px;
  margin: 0;
}
.vehicle-form-inquiry-wrap .right-col .row {
  row-gap: 20px;
}
.vehicle-form-inquiry-wrap .input-wrap {
  border-radius: 6px;
  border: 2px solid #c6ceda;
  background: #fff;
  padding: 8px 15px;
  position: relative;
  height: 100%;
}
.vehicle-form-inquiry-wrap .input-wrap:has(.form-control:focus) {
  border-color: #0c3688;
}
.vehicle-form-inquiry-wrap span.error {
  color: #d83d46;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.vehicle-form-inquiry-wrap .select-outer .error {
  padding: 0 15px;
}
.vehicle-form-inquiry-wrap label {
  color: #0c3688;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.vehicle-form-inquiry-wrap .form-control {
  border: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: auto;
}
.vehicle-form-inquiry-wrap .form-control::placeholder {
  color: #a4a4a4;
}
.vehicle-form-inquiry-wrap .right-col .btn-wrap {
  margin: 34px 0;
}
.vehicle-form-inquiry-wrap .right-col .btn-wrap .btn {
  border-radius: 6px;
  background: #0c3688;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  height: auto;
}
.vehicle-form-inquiry-wrap .right-col .terms {
  color: #3a3a3a;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.select-wrap .menu-list-dropdown .close-dropdown {
  text-align: center;
  padding: 15px;
  margin: 0;
  display: none;
}
.thankyou-wrap {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}
.vehicle-form-inquiry-wrap .thankyou-wrap h2 {
  margin-bottom: 9px;
  font-weight: 400;
}
.vehicle-form-inquiry-wrap .thankyou-wrap h3 {
  color: #212427;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
.vehicle-form-inquiry-wrap .thankyou-wrap h4 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 44px;
}
.thankyou-wrap .feedback-wrap,
.thankyou-wrap .thankyou-msg {
  max-width: 629px;
  margin: 40px auto;
  padding: 20px;
  background: #fcf2d7;
  border-radius: 10px;
  text-align: center;
}
.thankyou-wrap .feedback-wrap p {
  color: #18407e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.thankyou-wrap .feedback-wrap .rate-process {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 9px;
  column-gap: 6px;
}
.thankyou-wrap .feedback-wrap .rate-process li {
  position: relative;
}
.thankyou-wrap .feedback-wrap .rate-process input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.thankyou-wrap .feedback-wrap .rate-process label {
  padding: 8px 25px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.thankyou-wrap .feedback-wrap .rate-process input[type="radio"]:checked + label,
.thankyou-wrap .feedback-wrap .rate-process label:hover {
  background: #0c3688;
  color: #fff;
}
.thankyou-wrap .thankyou-msg h6 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.vehicle-form-inquiry-wrap .select-outer {
  border-radius: 6px;
  border: 2px solid #c6ceda;
  background: #fff;
  position: relative;
  padding-bottom: 12px;
  height: 100%;
}
.vehicle-form-inquiry-wrap .select-outer label {
  padding: 8px 15px 0;
  width: 100%;
}
.vehicle-form-inquiry-wrap
  .select2-container--default
  .select2-selection--single {
  border: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.41 0L6 4.59L10.59 0L12 1.42L6 7.42L0 1.42L1.41 0Z' fill='%23C6CEDA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-color: transparent;
  padding: 0 15px;
  height: 20px;
}
.vehicle-form-inquiry-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.vehicle-form-inquiry-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 25px;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
}
.vehicle-form-inquiry-wrap .iti--allow-dropdown .iti__flag-container,
.vehicle-form-inquiry-wrap .iti--separate-dial-code .iti__flag-container {
  bottom: auto;
  top: 0;
}
.vehicle-form-inquiry-wrap .selected-vehicle img {
  width: 38px;
  height: 22px;
  object-fit: contain;
}
.vehicle-form-inquiry-wrap .selected-vehicle {
  font-size: 14px;
  color: #000;
}
.vehicle-form-inquiry-wrap .iti__selected-dial-code {
  font-size: 14px;
  line-height: 24px;
}
.service-dropdown-select2 .select2-dropdown {
  border-radius: 6px;
  border: 2px solid #c6ceda;
}
.service-dropdown-select2 .select2-results__option {
  border-bottom: 1px solid #d9d9d9;
  padding: 8px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.service-dropdown-select2 .inner-dropdown-vehicle-item img {
  width: 69px;
  height: 42px;
  object-fit: contain;
}
.service-dropdown-select2 .select2-results__option:hover {
  background: #0c3688;
  color: #fff;
}
.select2-container--default
  .service-dropdown-select2
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #c6ceda;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
}
.select2-container--default
  .service-dropdown-select2
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: 0;
}
.service-dropdown-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  font-size: 14px;
}
.service-dropdown-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.service-dropdown-select2 .select2-container {
  display: block;
}
.ui-widget.ui-widget-content {
  z-index: 3 !important;
}
.thankyou-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  text-transform: capitalize;
}
div#service-submit-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
div#service-submit-error .inner {
  background-color: #fcebeb;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
}
div#service-submit-error .inner h4 {
  font-size: 20px;
  margin: 12px 0;
  line-height: 30px;
}
div#service-submit-error .inner p {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 1600px) {
  .inner-tvs-motor h5 {
    font-size: 26px;
    width: 74%;
    padding-left: 9%;
    top: 30px;
  }
  .inner-tvs-motor h5::before {
    width: 30px;
    height: 25px;
    left: 3px;
    top: 5px;
  }
  .about-overview h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .product-all-img {
    margin-bottom: 0;
  }
  .product-category-slider .slick-slide img {
    margin: 0 auto;
  }
  .product-category-slider .slick-next {
    right: 20px;
  }
  .product-category-slider .slick-prev {
    left: 20px;
  }
  .banner-view-360 .base-wrap-360 {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 1399px) {
  .header-liferay .navbar-brand img {
    max-width: 110px;
  }
  .header-liferay .navbar-nav .nav-item {
    padding: 0 8px;
  }
  .header-liferay .navbar-nav .nav-link.dropdown-toggle::after,
  .header-liferay .navbar-nav .nav-link.drop-arrow::after {
    margin-left: 5px;
  }
  .customer-left {
    padding-left: 45px;
  }
  .customer-left h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .about-overview h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .news-letter h4,
  .race-format h2,
  .bigTitle {
    font-size: 40px;
    line-height: 1;
  }
  .cust-select.form-select {
    font-size: 18px;
  }
  .race-format .nav-item .nav-link {
    font-size: 20px;
  }
  .product-all-img {
    width: calc(100% - 246px);
  }
  .product-category-slider .slick-next {
    right: 65px;
  }
  .product-category-slider .slick-prev {
    left: 65px;
  }
  .product-category-details {
    width: 216px;
    margin: 22px 0 auto;
  }
  .product-category-detailsInner {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 12px 8px 66px;
    line-height: 20px;
  }
  .product-category-detailsInner .detail-name {
    margin-bottom: 2px;
  }
  .img-logo-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-category .base-wrap-360 {
    max-height: 505px;
    margin-top: 30px;
  }
  .banner-content {
    left: 6%;
  }
  .banner-content h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 10px 0;
  }
  .banner-content h2 span {
    font-size: 28px;
  }
  .banner-content .banner-price {
    font-size: 30px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-content .banner-logo {
    max-height: 80px;
    margin-bottom: 15px;
  }
  .banner-content .you-may-like-btns {
    margin-top: 10px;
  }
  .premiun-details-section .inner-detail p {
    font-size: 14px;
    line-height: 26px;
  }
  .connect-row .premium-logo {
    width: 294px;
    margin-bottom: 28px;
  }
  .ntorq-apache-section {
    font-size: 14px;
    line-height: 22px;
  }
  .ntorq-apache-section h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .about-tvs-options li {
    padding: 0 13px;
  }
  .about-tvs-options li a {
    font-size: 13px;
  }
  .customer-support-tab,
  .feedback-support-tab,
  .institutional-support-tab {
    padding: 40px 39px;
  }
  .enquiry-about-option {
    width: 792px;
    margin: 0 auto;
    max-width: 100%;
  }
  .merchandise-item {
    width: 33.33%;
  }
  .merchandise-item-wrap {
    padding: 20px;
  }
  .merchandise-item-btn {
    column-gap: 10px;
  }
  .feature-name {
    font-size: 20px;
    line-height: inherit;
    padding: 15px 10px 20px 45px;
  }
  .feature-name:before {
    width: 25px;
    left: 10px;
    top: 20px;
  }
  .feature-desc {
    padding-left: 45px;
  }
  .premium-features-slider .inner-feature {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 90px 100%, 0 calc(100% - 90px));
  }
  #product-category-anchor360.product-category-detailsInner a img {
    width: 40px;
  }
  .connect-row .connect-info {
    width: 640px;
    padding: 57px 178px 50px 45px;
  }
  .connect-row .premium-logo {
    width: 294px;
    margin-bottom: 28px;
  }
  .connect-info .accordion-button {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1280px) {
  .header-liferay .navbar-brand img {
    max-width: 95px;
  }
  .header-liferay .navbar-nav .nav-item {
    padding: 0 6px;
  }
  .product-detail-banner .close-360-view {
    top: 10px;
    width: 40px;
  }
  .product-detail-banner .product-threesixty-buttons {
    margin-top: -98px;
  }
  .merchandise-item {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .header-social-media {
    padding: 0 6px;
  }
  .header-social-media a {
    padding: 0 3px;
  }
  .switch-btn {
    margin: 0 5px;
  }
  .header-liferay .navbar-nav .nav-item {
    padding: 0 6px;
  }
  .header-liferay .navbar-nav .nav-link {
    font-size: 13px;
  }
  .header-liferay .navbar-nav .nav-link.dropdown-toggle::after,
  .header-liferay .navbar-nav .nav-link.drop-arrow::after {
    margin-left: 3px;
  }
  .header-liferay .navbar-brand {
    margin-right: 5px;
  }
  section h1,
  section h2,
  #iqube-location h2,
  .history-section h2,
  .smart-connect-wrap h2,
  .premium-features.iqube h2 .achievement-banner-content h2 {
    font-size: 32px;
  }
  .customer-right {
    padding-right: 0;
  }
  .history-section .year {
    font-size: 36px;
    line-height: initial;
  }
  .history-section h3 {
    font-size: 48px;
    line-height: normal;
  }
  .about-overview h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .business-section .top-para,
  .business-section .content p {
    font-size: 18px;
    line-height: 28px;
  }
  .news-letter .letter-bg-img {
    min-height: initial;
  }
  .news-letter {
    background-size: contain;
  }
  .innerRelBox {
    background-size: 90px;
  }
  .apache-showcase .row {
    flex-direction: column-reverse;
  }
  .apache-showcase p {
    font-size: 16px;
    max-width: initial;
  }
  .apache-showcase .bigTitle {
    max-width: initial;
    margin-top: 30px;
  }
  #null-value-div,
  .product-loader,
  .v-nav-wrap .tab-content > .active {
    height: 65vh;
  }
  .product-all-img {
    width: calc(100% - 236px);
    margin-bottom: 0;
  }
  .product-category-slider .slick-next {
    right: 25px;
  }
  .product-category-slider .slick-prev {
    left: 25px;
  }
  .product-all-img-wrap {
    align-items: center;
  }
  .connect-row .connect-info {
    width: 596px;
  }
  .you-may-like-btns {
    gap: 15px;
  }
  .owner-logo {
    width: 120px;
  }
  .counter-slider-wrap .slick-counter {
    font-size: 24px;
    line-height: 30px;
  }
  .xl100-specification {
    padding-bottom: 30px;
  }
  .customer-support-form .tab-content.outer-tab-content {
    max-width: 100%;
  }
  .customer-support-tab,
  .feedback-support-tab,
  .institutional-support-tab {
    padding: 40px 15px;
  }
  .enquiry-about-option > a > div {
    width: 248px;
  }
  .enquiry-about-option {
    flex-wrap: wrap;
    width: 520px;
    margin: 0 auto;
  }
  .premium-specification #threesixty-always {
    max-height: 63vmin;
  }
  .premium-specification .disclaimer-360 {
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 50px !important;
  }
  .breadcrumb {
    height: auto;
    min-height: 40px;
    padding-left: 20px;
  }
  .header-liferay {
    background: #fff;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0;
  }
  .header-liferay .navbar-brand {
    padding: 0;
    font-size: initial;
    flex-shrink: 0;
    border-right: 1px solid #bbb;
    padding-right: 17px;
    margin-right: 17px;
    max-width: initial;
  }
  .header-liferay .region-name img {
    width: 30px;
    margin: 0;
  }
  .header-liferay .region-name {
    border: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .header-liferay .navbar-brand img {
    width: 100px;
  }
  .header-liferay .navbar {
    padding: 0;
  }
  .header-liferay .navbar-collapse {
    position: fixed;
    left: 0;
    width: 100%;
    top: -103%;
    transition: 0.7s ease all;
    padding: 15px 30px 90px;
    background-color: #fff;
    height: 100%;
  }
  .header-liferay .navbar .navbar-collapse > div:first-child {
    overflow: auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
  }
  .header-liferay .navbar-collapse.menu-slideIn {
    top: 0;
  }
  .header-liferay .navbar-nav .nav-link:hover,
  .header-liferay .navbar-nav .nav-link.active {
    border: 0;
  }
  .header-liferay .navbar-nav .nav-item {
    padding: 0;
  }
  .header-liferay .navbar-nav .nav-item.hover .nav-link {
    border-bottom: 2px solid #d83d46;
  }
  .header-liferay .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
  }
  .header-liferay .navbar-nav .nav-link.dropdown-toggle::after,
  .header-liferay .navbar-nav .nav-link.drop-arrow::after {
    right: 0;
    position: absolute;
  }
  .nav-fixed-btn {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 0;
    background: #fff;
    box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    left: 0;
    padding: 25px;
    gap: 22px;
    z-index: 1;
  }
  .nav-fixed-btn .dropdown-navbar-toggler {
    border-radius: 6px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    padding: 0;
    flex-grow: 1;
    text-transform: uppercase;
    background-color: #18407e;
  }
  .header-liferay .menu-slideIn.navbar-collapse {
    top: 0;
  }
  footer {
    padding-bottom: 70px;
  }
  .footer-links h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  footer .white-btn {
    width: 100%;
  }
  .copyright p {
    font-size: 14px;
    line-height: normal;
  }
  .footer-socail-icons {
    max-width: initial;
  }
  section h1,
  section h2,
  #iqube-location h2,
  .history-section h2,
  .smart-connect-wrap h2 {
    font-size: 28px;
  }
  .premium-features.iqube h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .business-section .top-para,
  .business-section .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .banner-content h2,
  .achievement-banner-content h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-content h2 span {
    font-size: 24px;
  }
  .banner-content .banner-price {
    font-size: 25px;
  }
  .inner-tvs-motor h5 {
    font-size: 22px;
    padding-left: 13%;
    top: 40px;
  }
  .inner-tvs-motor h5::before {
    top: 3px;
  }
  .history-section .year {
    font-size: 32px;
  }
  .history-section h3 {
    font-size: 38px;
  }
  .lfr-layout-structure-item-tvs-about-us-navbar,
  .lfr-layout-structure-item-media-navbar-fragment {
    top: 50px;
  }
  .cust-select.form-select {
    margin-top: 20px;
  }
  .innerRelBox {
    background-size: 50px;
  }
  .apache-showcase h4 {
    top: 30%;
    font-size: 60px;
    font-weight: 700;
    max-width: 350px;
    text-align: left;
    left: 40px;
    line-height: 1;
  }
  .feed-content {
    padding: 20px;
  }
  .news-banner .wtContent {
    justify-content: center;
    height: 35%;
    width: 100%;
    padding: 40px 40px 10px 40px;
  }
  .wtSliderImg::before,
  .wtSliderImg::after {
    width: 45px;
    height: 35px;
  }
  .product-mobile-list-wrap {
    padding: 0;
  }
  .product-mobile-list-wrap > div {
    border: 0;
    margin: 0;
  }
  .inner-you-may-like {
    border-bottom: 3px solid #0c3688;
  }
  .banner-content .banner-logo {
    max-width: 200px;
    max-height: 40px;
    margin-bottom: 15px;
  }
  #null-value-div {
    height: auto;
  }
  .about-tvs-options {
    position: sticky;
    background: linear-gradient(180deg, #fff 0, #d9d9d9 100%);
    display: flex;
    align-items: center;
    height: auto;
    top: 50px;
    padding-left: 10px;
    gap: 10px;
    z-index: 2;
  }
  .about-tvs-options .premium-tab-logo {
    display: inline-block;
    position: static;
    max-width: 65px;
    transform: none;
    max-height: 50px;
  }
  .about-tvs-options ul {
    background: 0;
    padding: 15px 0;
    display: inline-flex;
    white-space: nowrap;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .about-tvs-options ul li a:hover {
    color: #000;
    border-color: transparent;
  }
  .about-tvs-options ul li a.active {
    color: #d83d46;
    border-color: #f12b00;
  }
  .connect-row .connect-info {
    background-image: none;
    width: 60%;
    flex-grow: 0;
    padding: 50px 45px;
  }
  .connect-row {
    align-items: center;
  }
  .aux-img {
    position: static;
    transform: none;
  }
  .ntorq-apache-section,
  .ntorq-apache-section h2 {
    text-align: center;
  }
  .product-threesixty-buttons {
    margin-top: 0;
  }
  .color-section #img-color {
    height: 500px;
  }
  .toggleContainer {
    height: 50px;
    width: 130px;
    border-radius: 6px;
    padding: 0;
  }
  .toggleContainer::before {
    height: 40px;
    width: calc(50% - 4px);
    border-radius: 3px;
    left: 4px;
  }
  .switch-btn {
    margin: 0;
    padding: 27px 0;
    border-top: 1px solid #d9d9d9;
  }
  .toggleCheckbox + .toggleContainer div {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
  }
  .customer-support {
    background: url("../images/enquiry-banner.webp") center -107px / auto 490px no-repeat,
      linear-gradient(180deg, #fff 490px, #ddebff 490px, #fff 100%);
    padding: 1px 0 0;
  }
  .customer-support-form {
    min-height: initial;
    margin-top: 0;
    border-radius: 0;
  }
  .customer-support-form > .d-flex {
    flex-wrap: wrap;
  }
  .customer-support-options {
    flex-basis: 100%;
    border-radius: 0;
    padding: 20px;
  }
  .customer-support-options .nav-link {
    padding: 10px 35px 10px 10px;
  }
  .customer-support-options .nav-link::after {
    top: 17px;
  }
  .enquiry-about-option img {
    width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .customer-support-form .tab-content.outer-tab-content {
    max-width: 100%;
    width: 100%;
  }
  .customer-support-form .outer-tab-content > .tab-pane.show {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    overflow: auto;
    background: #fff;
    width: 100%;
  }
  .customer-support-tab,
  .feedback-support-tab,
  .institutional-support-tab {
    /* padding: 102px 20px 0; */
    padding: 10px 20px 0;
    background: #fff;
    width: 100%;
  }
  .enquiry-about-option {
    width: 100%;
    padding-bottom: 35px;
    row-gap: 10px;
    flex-direction: column;
  }
  .customer-support-form h1,
  .customer-support-form h2,
  .institutional-support-tab h1,
  .institutional-support-tab h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto 57px;
    text-align: center;
  }
  .enquiry-about-option > a > div {
    width: 100%;
    display: flex;
    background: linear-gradient(180deg, #dde7f5 0, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #dfe8f5;
    border-radius: 10px;
    align-items: center;
    gap: 20px;
  }
  .enquiry-about-option > div > img {
    width: 118px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 72px;
    object-fit: cover;
  }
  .enquiry-about-option h4 {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    padding-left: 0;
  }
  #support-customer-enqury-tab.nav-tabs .nav-link .icon,
  .back-tab-cross,
  .customer-support-cross,
  .customer-support-first-cross,
  .mob-next-btn button.next,
  .tab-pane.active .customer-support-cross {
    display: block;
  }
  #support-customer-enqury-tab.nav-tabs .nav-link {
    min-width: 96px;
    height: 67px;
    font-size: 10px;
    font-weight: 700;
    padding: 0 6px;
  }
  .enquiry-about-option-tab {
    top: 0;
    overflow: auto;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 4;
    background: #fff;
  }
  /* .inner-form-div-support, */
  .thanks-verify {
    background: linear-gradient(
      180deg,
      rgb(221 231 245 / 40%) 0,
      rgba(255, 255, 255, 0.4) 360px
    );
  }
  .enquiry-about-option-tab .enquiry-input h3 {
    border-color: #d9d9d9;
    text-align: center;
    /* padding: 30px 0; */
    margin: 0;
  }
  .enquiry-about-option-tab .enquiry-input h3 .form-select {
    width: auto;
    font-size: 16px;
    max-width: calc(100% - 57px);
    text-overflow: ellipsis;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  }
  .enquiry-input {
    margin: 0;
  }
  a.back-tab-cross {
    top: 27px;
    right: 20px;
  }
  .inner-form-div-support {
    /* padding: 0 20px; */
  }
  .enquiry-about-option-tab > div#feedback-vehicle .inner-form-div-support {
    height: auto;
    padding-bottom: 75px;
    min-height: initial;
  }
  .enquiry-about-option-tab h1,
  .enquiry-about-option-tab h3 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 13px;
    padding: 21px 0 0;
  }
  .confirmBtn1,
  .customer-general-mob-submit input.desktop-submit {
    box-shadow: 0 -4px 10px rgb(0 0 0 / 25%);
    height: 64px;
    background: #18407e;
  }
  .confirmBtn1 input,
  .customer-general-mob-submit input.desktop-submit {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  .mandatory-field {
    text-align: center;
    transform: none;
    display: block;
    position: static;
    margin-bottom: 10px;
  }
  .enquiry-about-option-tab h4 {
    margin-bottom: 20px;
  }
  .support-customer-wrap {
    overflow: auto;
    margin-bottom: 10px;
    position: relative;
    overflow-y: hidden;
  }
  .confirmBtn1,
  .customer-general-mob-submit,
  .feedback-process,
  .mobileConfirm {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .customer-tab-form {
    padding: 0 0 75px;
  }
  .address-number-email ul li::after,
  .confirmBtn1 #back span,
  .mob-institutional-vehicle,
  .mobile-form-step-2 {
    display: none;
  }
  .thanks-verify {
    padding: 0 20px 80px;
  }
  .sale-detail-support {
    background: #fff;
    border: 2px solid #c6ceda;
    border-radius: 6px;
    padding: 16px 15px;
  }
  .address-number-email ul li {
    margin-bottom: 4px;
  }
  .which-enquiry-vehicle {
    display: block;
    text-align: center;
  }
  .which-enquiry-vehicle > div:first-child {
    margin: 0 auto 8px;
  }
  .customer-general-mob-submit {
    background: #fff;
    border-radius: 0;
    z-index: 3;
    width: 100%;
  }
  .customer-general-mob-submit input.desktop-submit {
    width: 100%;
    border: 0;
    border-radius: 0;
  }
  .confirmBtn1 {
    border-radius: 0;
    width: 100%;
    z-index: 1;
  }
  .confirmBtn1 #back {
    width: 111px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background: #7d8fab;
    padding: 0;
  }
  .confirmBtn1 input {
    width: calc(100% - 111px);
    border: 0;
    height: auto;
  }
  .confirmBtn1 #back img {
    width: 15px;
  }
  .detail-thanks h5 {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .enquiry-submit-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    max-width: 266px;
    margin: 0 auto 28px;
  }
  .connect {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 51px;
  }
  .feedback-process {
    width: 100%;
    padding: 15px 20px 23px;
    border-radius: 0;
  }
  .feedback-process h6 {
    max-width: 236px;
    margin: 0 auto 20px;
  }
  #rate-wrap {
    background: #f5ffec;
    border-radius: 0 0 10px;
    margin: 20px 0px 0;
  }
  .rate-process > div {
    padding: 8px 14px;
    min-width: 94px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    margin-bottom: 20px;
    width: auto;
  }
  .product-all-img,
  .rate-process {
    margin-bottom: 0;
  }
  .feedback-process .btn.desktop-submit {
    background: #18407e;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    width: 94px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-weight: 700;
    font-size: 10px;
  }
  .detail-thanks {
    height: 100vh;
    padding-top: 128px;
    background: #fff;
  }
  .year-wrap {
    width: calc(100% - 40px);
    margin: 0 auto 17px;
  }
  .rate-vehicle {
    margin-bottom: 25px;
  }
  .feedback_dealer .customer-tab-form,
  .feedback_service .customer-tab-form {
    padding-left: 0;
    padding-right: 0;
  }
  .service-center-type > div {
    font-size: 14px;
    padding: 10px;
  }
  .feedback_dealer #dealers,
  .feedback_service #dealers {
    padding: 0 20px;
  }
  .mobileConfirm {
    background: #fff;
    width: 100%;
  }
  .mobileConfirm .btn {
    position: static !important;
  }
  #userDetails {
    padding: 0 20px 75px;
  }
  .side-menu-toggle,
  #demo-mega-menu {
    display: none !important;
  }
  .window-side-menu {
    top: auto;
    right: 20px;
    bottom: 12px;
    padding: 0;
    border-radius: 2px;
    z-index: 5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    display: none;
  }
  .window-side-menu a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 35px;
    background: transparent;
    box-shadow: none;
    padding: 0;
    color: #fff;
  }
  .window-side-menu a:hover,
  .window-side-menu a.active {
    background: transparent;
  }
  .window-side-menu .icon.dealer {
    background-image: url("../images/dealer_hover.svg");
  }
  .window-side-menu .icon.enquiry {
    background-image: url("../images/enquiry_hover.svg");
  }
  .window-side-menu .icon.contact {
    background-image: url("../images/contact-hover.svg");
  }
  .window-side-menu .icon.feedback {
    background-image: url("../images/feedback_hover.svg");
  }
  .collapse-window-side-menu {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    margin: 20px auto 0;
  }
  .merchandise-item .view-detail {
    display: none;
  }
  .merchandise-item .wishlist {
    width: 100%;
  }
  .merchandise-item h6 {
    font-size: 14px;
    text-align: left;
    padding-right: 10px;
    position: relative;
  }
  .merchandise-item h6::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.38462 6L1 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 8px;
    height: 12px;
    top: 2px;
    right: -3px;
  }
  .left-merchandise {
    position: fixed;
    right: -100%;
    height: 100vh;
    background: #f0f3f9;
    z-index: 1041;
    top: 0;
    padding: 15px;
    width: 322px;
    transition: all 0.7s;
  }
  .left-merchandise.menuIn {
    right: 0;
  }
  .merchandise-product {
    border-radius: 6px;
  }
  .merchandise-left-menu {
    position: static;
    height: calc(100% - 100px);
    overflow: auto;
  }
  .merchandise-left-menu::-webkit-scrollbar {
    display: none;
  }
  .merchandise-left-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .merchandise-product:hover {
    filter: none;
    border-width: 1px;
    background-color: initial;
  }
  #view-wishlist-popup {
    width: 100%;
  }
  #view-wishlist-popup.details-popup {
    top: auto;
    right: 0;
    bottom: -100%;
  }
  #view-wishlist-popup.details-popup.menuIn {
    bottom: 0;
  }
  .vehicle-form-inquiry-wrap .form-details h3 {
    padding: 0;
  }
  .customer-support-form-error.submit-form-error {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .section-padding,
  .leader-section {
    padding: 40px 0;
  }
  section h1,
  section h2,
  #iqube-location h2,
  .history-section h2,
  .smart-connect-wrap h2,
  .premium-features.iqube h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
  }
  #productSectionTitle {
    padding: 0 20px;
  }
  .premium-features.iqube h2 {
    margin-bottom: 20px;
  }
  p,
  .business-section .top-para,
  .business-section .content p,
  .tvs-award-section .head-para,
  .achievement-award-inner .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .map-overview {
    text-align: center;
  }
  .sticky-secondary-menu ul {
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .achievement-banner-content {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 30px;
    transform: translate(-10%, -0);
  }
  .achievement-banner-content h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
  }
  .achievement-banner-content p {
    font-size: 16px;
  }
  .inner-tvs-motor h5 {
    font-size: 14px;
  }
  .customer-right {
    width: auto;
    padding: 0;
  }
  .customer-left {
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .customer-left h2 {
    margin-bottom: 8px;
    text-align: center;
  }
  .award .customer-slider-inner p {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .award .customer-slider-wrap .award-inner-icon {
    left: 50%;
    transform: translateX(-50%);
  }
  .business-section {
    padding: 40px 0;
  }
  .history-section {
    padding: 40px 0;
  }
  .history-section .slick-dots {
    position: static;
    display: block;
    margin-top: 30px;
  }
  .history-section .slick-dots li:hover button,
  .history-section .slick-dots li.slick-active button,
  .history-section .slick-dots li {
    height: 150px;
  }
  .history-section .slick-dots li button,
  .history-section .slick-dots li {
    width: 20px;
  }
  .history-section .year {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .history-section .slick-dots li button span {
    font-size: 22px;
    top: 25px;
    left: -12px;
  }
  .media-contact-tab {
    background: transparent;
    padding: 0 0 50px;
  }
  .media-contact-tab h1 {
    background: linear-gradient(
        180deg,
        rgba(0, 14, 40, 0.8) 0,
        rgba(33, 81, 156, 0.8) 100%,
        rgba(255, 255, 255, 0) 100%
      ),
      url("../images/media/media-contact.webp") center top/auto 100% no-repeat;
    padding: 20px;
    margin-bottom: 30px;
  }
  .media-contact-detail {
    max-width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .media-contact-detail h3 {
    margin-bottom: 24px;
  }
  .media-contact-detail p,
  .email-contact {
    font-size: 18px;
  }
  .email-contact label {
    margin-bottom: 0;
  }
  .board-director h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .video-overlay {
    padding: 0 60px;
  }
  .racing-video-banner h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .news-letter {
    padding: 40px 0;
    background: url("../images/tvs-racing/rider-front-min.webp") no-repeat right
      bottom #f9f9fa;
  }
  .news-letter .letter-bg-img {
    max-width: 440px;
  }
  .engineering {
    padding: 40px 0;
  }
  .engineering h2,
  .engineering .item-cover h2 {
    font-size: 40px;
    line-height: initial;
  }
  .engineering .item-cover h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .news-letter .form-control {
    width: 100%;
    font-size: 14px;
  }
  .bannerData h3 {
    font-size: 40px;
    margin-top: 40px;
  }
  .bannerData h2 {
    font-size: 60px;
    top: 10px;
    left: -4px;
  }
  .standing-wrap {
    padding: 0 20px 0;
  }
  .standing-wrap h3 {
    font-size: 26px;
    margin-right: 10px;
  }
  .cust-select.form-select {
    font-size: 14px;
    margin-bottom: 0;
    min-width: 130px;
  }
  .championship-stand {
    margin-top: 30px;
  }
  .up-race-detils {
    padding: 20px;
  }
  .common-title {
    font-size: 30px;
  }
  .dark-banner {
    overflow: hidden;
  }
  .dark-banner .p-cust.out-wrap {
    max-width: 290px;
    min-width: 290px;
    padding: 0;
    margin-left: -20px;
  }
  .dark-banner .p-cust.out-wrap img {
    max-width: 100%;
  }
  .dark-banner .out-wrap {
    min-width: 100%;
  }
  .dark-banner .out-wrap.redPbg > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .bannrDarKiner {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: url("../images/tvs-racing/ptrDrk.webp") no-repeat;
    padding: 40px 30px;
    background-position: -640px top;
    position: relative;
  }
  .redPbg::after,
  .dark-banner .out-wrap.mw-500 h3:after,
  .ptrn-bg-dark:before {
    display: none;
  }
  .bannrDarKiner:after {
    content: "";
    position: absolute;
    background: url("../images/tvs-racing/ptrRedSqr.webp") no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-position: 590px 600px;
  }
  .dark-banner .out-wrap.mw-500 h3 {
    max-width: 300px;
    line-height: 1;
    margin: 20px 0;
  }
  .dark-banner .out-wrap.mw-500 p {
    max-width: 230px;
    line-height: 1.6;
  }
  .dark-banner .out-wrap.ms-5.z3 {
    max-width: 300px;
    min-width: 300px;
    margin-top: 5px;
    margin-left: 10px !important;
  }
  .dark-banner .out-wrap.ms-5.z3 img {
    max-width: 100%;
  }
  .dark-banner.mw-325.pt-5 {
    max-width: 245px;
    line-height: 1.5 !important;
    padding-top: 20px !important;
  }
  .dark-banner .out-wrap.redPbg {
    max-width: 310px;
    min-width: 310px;
  }
  .dark-banner .out-wrap.redPbg img {
    max-width: 100%;
  }
  .dark-banner .out-wrap.redPbg p {
    line-height: 1.5;
    margin-top: 20px;
  }
  .dark-banner h3 {
    font-size: 36px;
  }
  .dark-banner p {
    font-size: 20px;
  }
  .dark-banner .out-wrap.mw-500 p {
    max-width: 230px;
    line-height: 1.6;
  }
  .slider-item-inner h3 {
    font-size: 28px;
  }
  .slider-item-inner .inner {
    padding: 20px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .slider-item-inner:before {
    background: url("../images/tvs-racing/overlayMin.webp") 0/100% 100%;
  }
  .slider-item-inner p {
    font-size: 16px;
  }
  .feed-content,
  .p-34 {
    padding: 30px 24px;
  }
  .news-banner .wtContent {
    justify-content: flex-start;
    height: 45%;
    padding: 15px 15px 10px 15px;
  }
  .news-letter-section h2 {
    font-size: 22px;
  }
  .board-detail .bod-dtlCnt {
    padding-top: 40px;
  }
  .board-detail .section-scroll {
    max-height: initial;
  }
  .latest-section .slick-track {
    margin: 0;
  }
  .product-slider .center-slider-nav {
    margin-top: 30px;
  }
  .slider-img {
    overflow: hidden;
    object-fit: cover;
    max-height: calc(100vh - 120px);
  }
  .banner-content {
    left: 0;
    top: 0;
    transform: none;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: initial;
    bottom: 110px;
    height: auto;
    padding: 35px 20px 0;
  }
  .banner-content.only-buttons {
    width: 100%;
    max-width: 100%;
    bottom: 100px;
  }
  .banner-content,
  .banner-content h2 {
    text-align: center;
  }
  .banner-content .banner-logo {
    margin: 0 auto 15px;
    max-height: initial;
  }
  .banner-content h2 {
    margin: 4px 0 11px;
    line-height: 38px;
    font-size: 28px;
  }
  .banner-content h2 span {
    font-size: 17px;
  }
  .banner-content .you-may-like-btns {
    margin-top: auto;
    max-width: initial;
    width: 100%;
    justify-content: center;
  }
  .banner-slider .center-slider-nav {
    bottom: 75px;
  }
  .floating-text-from-left,
  .floating-text-from-right {
    display: none;
  }
  .premiun-details-section .inner-detail img.right-tab-logo {
    margin-bottom: 45px;
    max-width: 250px;
  }
  .premiun-details-section .inner-detail p {
    line-height: 26px;
    margin-bottom: 24px;
  }
  .premium-features .center-slider-nav {
    margin-top: 20px;
  }
  .premium-specification {
    background: linear-gradient(
      180deg,
      rgba(59, 79, 120, 0.25) 0,
      rgba(255, 255, 255, 0.06) 100%
    );
  }
  .premium-specification .nav {
    width: auto;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .premium-specification .nav .nav-link {
    padding: 0;
  }
  .premium-specification .tab-content {
    width: 100%;
    display: block;
  }
  .premium-specification .nav .nav-link.active:after,
  .premium-specification .nav .nav-link:hover:after {
    display: none;
  }
  .premium-specification .tab-content > .tab-pane {
    height: 0;
  }
  .premium-specification .tab-content > .tab-pane.active {
    height: auto;
  }
  .tab-nav-text {
    padding: 0;
    display: block;
  }
  .connect-img .tab-content .tab-pane.active .tab-nav-text {
    display: block;
    margin: 0 0 27px;
  }
  .aux-img {
    margin: 0 auto;
  }
  .connect-row .premium-logo {
    width: 294px;
    margin-bottom: 28px;
  }
  .ntorq-apache-section h2 {
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
  }
  .ntorq-apache-section .view-more {
    margin-top: 20px;
  }
  .premium-feedback h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 27px;
  }
  .premium-feedback p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .input-mb {
    margin-bottom: 30px;
  }
  .premium-feedback .form-check-label {
    font-size: 14px;
  }
  .xl100-inner-feature .xl100-overview-desc {
    padding: 12px;
  }
  .xl100-inner-feature .xl100-overview-desc h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .xl100-overview-slider .counter-slider-wrap {
    margin-top: 31px;
  }
  .connect-info .accordion-body,
  .connect-info .nav-tabs .nav-link,
  .xl100-feature .container-fluid,
  .you-may-like .slick-slide,
  .xl100-feature-container {
    padding: 0;
  }
  .color-section h2,
  .nonpremium-overview-heading,
  .premium-feedback h2,
  .xl100-feature h2,
  .xl100-gallery h2,
  .xl100-specification h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .base-wrap-360 .img-bg {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .product-detail-banner .banner-view-360 {
    position: relative;
    padding: 55px 0;
  }
  .connect-row {
    display: block;
    padding: 40px 15px 0;
  }
  .connect-slider-nav .slick-list {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
  .connect-slider-nav .slick-list::-webkit-scrollbar,
  .about-tvs-options ul::-webkit-scrollbar {
    display: none;
  }
  .connect-slider-nav .slick-track {
    display: flex;
    width: 100% !important;
    transform: none !important;
    justify-content: flex-start;
  }
  .connect-slider-nav .spec-tab-icon {
    margin-right: 10px;
  }
  .xl100-feature .tab-content .tab-pane .xl100-feature-tab {
    padding: 20px 0;
    background: 0;
    border-radius: 0;
  }
  .xl100-inner-featureslide img {
    border-radius: 10px;
    border: 1px solid #8796ad;
    margin: 0 auto;
    max-width: 100%;
  }
  .xl100-inner-featureslide h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .xl100-inner-featureslide p {
    font-size: 14px;
    line-height: 24px;
  }
  .xl100-specification-tab {
    padding: 9px 22px 30px;
  }
  .xl100-specification .accordion-button {
    font-size: 20px;
    padding: 0 22px;
    line-height: normal;
  }
  .xl100-specification-details-row {
    display: block;
    padding: 10px 0;
  }
  .you-may-like h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .xl100-specification {
    padding-top: 25px;
  }
  .xl100-inner-featureslide {
    flex-direction: column;
    gap: 14px;
    max-width: initial;
    width: auto;
    align-items: center;
  }
  .xl100-feature-tab .counter-slider-wrap .slick-counter .current {
    color: #0c3688;
  }
  .xl100-feature .counter-slider-wrap {
    margin-top: 23px;
  }
  .xl100-specification-details-row .specification-label,
  .xl100-specification-details-row .specification-value {
    font-size: 14px;
    line-height: 24px;
  }
  .xl100-feature-tab .counter-slider-wrap .slick-arrow {
    background-image: url("../images/grey-right-arrow.webp");
    height: 27px;
    width: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .xl100-feature-tab .counter-slider-wrap .slick-prev {
    transform: scale(-1);
  }
  .xl100-feature-slider .slick-slide {
    opacity: 1;
    transform: scale(0.98, 0.85);
    transition: transform 0.3s;
  }
  .xl100-feature-slider .slick-slide.slick-center {
    transform: scale(1, 1);
    opacity: 1;
  }
  .color-section #img-color {
    height: 400px;
  }
  .cookie-outer-wrap {
    padding: 20px;
  }
  .premium-features.iqube .nav-pills .nav-link {
    font-size: 13px;
    padding: 10px 15px;
  }
  .premium-features.iqube .nav {
    gap: 10px;
  }
  .premium-feedback.iqube {
    background: linear-gradient(
      180deg,
      #cde6d7 0%,
      rgba(255, 255, 255, 0.06) 100%
    );
  }
  .xl100-feature-tab .counter-slider-wrap .slick-counter {
    color: #5a5555;
  }
  #nudge-form {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .product-section .tab-pane + .tab-pane {
    /* margin-top: 40px; */
    margin-top: 0px;
  }
  .product-section .nav-tabs .nav-link.active {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background: transparent;
    font-style: normal;
    border-radius: 0;
    padding: 0 0 5px 0;
    position: relative;
    min-width: initial;
    margin-bottom: 15px;
  }
  .product-section .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    background: #ee313c;
  }
  .product-container {
    padding: 0;
  }
  .homeproduct-slider .slick-slide {
    opacity: 1;
    transform: scale(0.95, 0.85);
    transition: transform 0.3s;
  }
  .homeproduct-slider .slick-slide.slick-center {
    transform: scale(1, 1);
    opacity: 1;
  }
  .product-section .slick-slide {
    padding: 0;
  }
  .you-may-like h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .inner-you-may-like .name {
    font-size: 18px;
  }
  .inner-you-may-like .product-info span + span:before {
    padding: 0 5px;
  }
  .you-may-like-btns .btn {
    position: relative;
    padding-right: 40px;
  }
  .you-may-like-btns svg {
    display: none;
  }
  .you-may-like-btns .btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  .you-may-like-btns .btn.red-offer-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L2 14' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .you-may-like-btns .btn.know-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L2 14' stroke='%230C3688' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .you-may-like-btns .btn.know-btn {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #0c3688;
    color: #0c3688;
  }
  .contact-section {
    background: 0;
    padding-top: 0;
  }
  .contact-container {
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
  }
  .contact-section h2 {
    font-size: 20px;
    text-align: left;
  }
  .contact-section h4 {
    font-size: 20px;
    margin: 20px 0;
  }
  .contact-section h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
  .contact-section .required-field {
    position: static;
    display: block;
    margin-top: 25px;
  }
  .product-detail-banner .disclaimer-360 {
    position: static;
  }
  .product-detail-banner .banner-view-360 {
    position: relative;
    padding: 55px 0;
  }
  .product-detail-banner .product-threesixty-buttons {
    margin-top: 0;
  }
  .details-wishlist-body {
    flex-direction: column;
  }
  .details-wishlist-body-left,
  .details-wishlist-body-right .inner {
    width: auto;
    height: auto;
  }
  .details-wishlist-body {
    overflow: auto;
    padding-bottom: 80px;
  }
  .details-popup-btns {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .premium-features-slider .inner-feature {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75px 100%, 0 calc(100% - 75px));
  }
  .vehicle-form-inquiry-wrap {
    filter: none;
    border: 0;
    margin: 0 auto;
  }
  .vehicle-form-inquiry-wrap .right-col {
    padding: 10px 20px;
  }
  .vehicle-form-inquiry-wrap .center-slider-nav {
    position: static;
    transform: none;
    margin-top: 15px;
  }
  .vehicle-form-inquiry-wrap .form-details h2 {
    text-align: center;
  }
  .vehicle-form-inquiry-wrap .form-details h3 {
    text-align: center;
  }
  .vehicle-form-inquiry-wrap .right-col .btn-wrap {
    margin: 20px 0;
  }
  .select-wrap .menu-list-dropdown {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-height: 100%;
    border: 0;
    overflow: visible;
  }
  .select-wrap .overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
  }
  .select-wrap .menu-list-dropdown ul {
    max-height: calc(100% - 42px);
    overflow: auto;
  }
  .select-wrap .menu-list-dropdown ul li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .select-wrap .menu-list-dropdown .close-dropdown {
    display: block;
  }
  .vehicle-form-inquiry-wrap .thankyou-wrap h2 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .vehicle-form-inquiry-wrap .thankyou-wrap h3 {
    margin-bottom: 26px;
  }
  .vehicle-form-inquiry-wrap .left-col-img-slider img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .inner-tvs-motor h5 {
    padding-left: 45px;
    top: 30px;
  }
  .inner-tvs-motor h5::before {
    width: 22px;
    height: 16px;
    top: 3px;
  }
  .bannerData {
    max-width: 100%;
    padding-right: 16px;
  }
  .red-btn-racing {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 24px;
    height: auto;
    line-height: 1;
  }
  .news-letter .red-btn-racing {
    height: 52px;
    line-height: 50px;
    width: 133px;
    padding: 0;
  }
  .color-section #img-color {
    height: 280px;
  }
  .spec-tab-icon {
    width: 65px;
    height: 65px;
  }
  .banner-content .you-may-like-btns .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .inner-tvs-motor h5 {
    width: 200px;
    padding-left: 30px;
    top: 25px;
  }
  .inner-tvs-motor h5::before {
    left: 0;
  }
  .you-may-like-btns {
    gap: 10px;
  }
  .you-may-like-footer {
    padding: 50px 10px 25px;
  }
  .color-section #img-color {
    height: 250px;
  }
  .connect-slider-nav .spec-tab-icon {
    margin-right: 5px;
  }
  .premium-specification .nav {
    gap: 5px;
  }
  .spec-tab-icon {
    width: 55px;
    height: 55px;
  }
  .premium-features-slider .inner-feature .content {
    width: calc(100% - 20px);
  }
  .feature-name {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .feature-name:before {
    top: 20px;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}
.overlay {
  position: absolute;
}
.overlay-hidden,
.overlaymask-hidden {
  display: none;
}
.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0
    50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}
.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}
.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block;
}
.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}
.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}
.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child,
.lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child,
.lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}
.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}
.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}
.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type="file"] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm
  .article-content-description
  .input-localized.input-localized-editor
  .input-group-item
  .wrapper
  .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced,
.sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger,
.sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager
  .lfr-translation-manager-content
  .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager
  .lfr-translation-manager-content
  .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager
  .lfr-translation-manager-content
  .lfr-translation-manager-icon-menu
  li,
.lfr-translation-manager
  .lfr-translation-manager-content
  .lfr-translation-manager-icon-menu
  li
  strong {
  display: inline;
}
.lfr-translation-manager
  .lfr-translation-manager-content
  .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager
  .lfr-translation-manager-available-translations
  .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager
  .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}
.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li,
.lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}
.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=)
    no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container
  .multiple-files
  .upload-complete.file-saved
  .form-check-middle-left
  .card-body,
.lfr-upload-container
  .multiple-files
  .upload-complete.upload-error
  .form-check-middle-left
  .card-body {
  padding-left: 1rem;
}
.lfr-upload-container
  .multiple-files
  .upload-complete.file-saved
  .form-check-middle-left
  .custom-control-label,
.lfr-upload-container
  .multiple-files
  .upload-complete.upload-error
  .form-check-middle-left
  .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container
  .upload-complete
  .select-file:disabled
  + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}
.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}
.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}
.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}
@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 120px);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image,
.taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}
.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion
  .lfr-discussion
  .lfr-discussion-form-edit
  .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion
  .lfr-discussion-details
  .taglib-user-display
  .user-details
  .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion
  .lfr-discussion-details
  .taglib-user-display
  .user-details
  .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion
  .lfr-discussion-details
  .taglib-user-display
  .user-profile-image
  .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion
  .lfr-discussion-container
  .lfr-discussion
  .lfr-discussion
  .lfr-discussion
  .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion
  .lfr-discussion-controls
  .autofit-col:first-of-type
  > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}
.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}
.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1),
.drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}
.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/tvs-germany-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/tvs-germany-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/tvs-germany-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/tvs-germany-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/tvs-germany-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message
  .taglib-empty-result-message-header
  + .taglib-empty-result-message-title,
.taglib-empty-result-message
  .taglib-empty-search-result-message-header
  + .taglib-empty-result-message-title,
.taglib-empty-result-message
  .taglib-empty-state
  + .taglib-empty-result-message-title,
.taglib-empty-result-message
  .taglib-success-state
  + .taglib-empty-result-message-title,
.taglib-empty-result-message
  .taglib-search-state
  + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message
  .taglib-empty-result-message-header
  ~ .taglib-empty-result-message-description,
.taglib-empty-result-message
  .taglib-empty-result-message-header
  ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message
  .taglib-empty-search-result-message-header
  ~ .taglib-empty-result-message-description,
.taglib-empty-result-message
  .taglib-empty-search-result-message-header
  ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message
  .taglib-empty-state
  ~ .taglib-empty-result-message-description,
.taglib-empty-result-message
  .taglib-empty-state
  ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message
  .taglib-success-state
  ~ .taglib-empty-result-message-description,
.taglib-empty-result-message
  .taglib-success-state
  ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message
  .taglib-search-state
  ~ .taglib-empty-result-message-description,
.taglib-empty-result-message
  .taglib-search-state
  ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}
.field-wrapper.form-inline .control-label {
  display: inline-block;
}
.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}
.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}
.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text,
.taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}
.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}
.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}
.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}
.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized
  .lfr-input-localized
  .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}
.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}
.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}
.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}
.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}
.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after,
.navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}
.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}
.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column
    .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  .lfr-search-iterator-fixed-header
  > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  .lfr-search-iterator-fixed-header
  > th
  .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column
    .table-responsive
    .table
    .lfr-search-iterator-fixed-header
    > th
    .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  .lfr-search-iterator-fixed-header
  > th
  .lfr-search-iterator-fixed-header-inner-wrapper
  table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  .lfr-search-iterator-fixed-header
  > th
  .lfr-search-iterator-fixed-header-inner-wrapper
  table
  th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column
    .table-responsive
    .table
    td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column
    .table-responsive
    .table
    th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column
  .table-responsive
  .table
  th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus,
.lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper
  .lfr-search-container-list
  .list-group:last-child
  .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper
  .lfr-search-container-list
  + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper
  .list-group
  + .list-group
  .list-group-header:first-child,
.lfr-search-container-wrapper
  .list-group
  + .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper
  .table-list
  tbody
  tr:nth-last-child(2)
  td:first-child,
.lfr-search-container-wrapper
  .table-list
  tbody
  tr:nth-last-child(2)
  th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper
  .table-list
  tbody
  tr:nth-last-child(2)
  td:last-child,
.lfr-search-container-wrapper
  .table-list
  tbody
  tr:nth-last-child(2)
  th:last-child {
  border-bottom-right-radius: 0.25rem;
}
.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}
.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}
.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}
.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first,
  .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced,
.taglib-search-toggle .toggle-advanced:hover,
.taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search
  .taglib-search-toggle-advanced-wrapper
  .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper
  .taglib-search-toggle-advanced
  .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper
  .taglib-search-toggle-advanced
  .taglib-search-toggle-advanced-content
  .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper
  .taglib-search-toggle-advanced
  .taglib-search-toggle-advanced-content
  .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}
.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}
.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}
.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup
  .lfr-dynamic-uploader
  > .container-fluid-max-xl
  .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup
  .portlet-configuration-body-content
  > .container-fluid-max-xl
  .nav-tabs-underline,
.portal-popup
  .portlet-configuration-body-content
  .container-view
  .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup
  .roles-selector-body
  > .container-fluid-max-xl
  .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup
  .portlet-configuration-body-content
  > .lfr-nav
  + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup
  .portlet-configuration-edit-permissions
  .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup
  .portlet-configuration-edit-permissions
  .portlet-configuration-body-content
  > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup
  .portlet-configuration-edit-templates
  .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}
html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}
.portlet-layout.dragging {
  border-collapse: separate;
}
.drop-area {
  background-color: #d3dadd;
}
.active-area {
  background: #ffc;
}
.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}
.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
.yui3-dd-proxy {
  z-index: 1110 !important;
}
.portlet-column-content.empty {
  padding: 50px;
}
.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable
  .lfr-portlet-title-editable-content
  .textfield-label {
  display: none;
}
.lfr-portlet-title-editable
  .lfr-portlet-title-editable-content
  .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}
.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor
  .lfr-source-editor-code
  .ace_gutter
  .ace_fold-widget.ace_open,
.lfr-source-editor
  .lfr-source-editor-code
  .ace_gutter
  .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor
  .lfr-source-editor-code
  .ace_gutter
  .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor
  .lfr-source-editor-code
  .ace_gutter
  .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: red;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark
  .lfr-source-editor-code
  .ace_gutter
  .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark
  .lfr-source-editor-code
  .ace_content
  .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}
.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content
  .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content
  .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content
  .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.vertical
  .source-panel,
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.vertical
  .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.vertical
  .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.horizontal
  .source-panel,
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.horizontal
  .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.horizontal
  .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.simple
  .panel-splitter,
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.simple
  .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor
  .lfr-fullscreen-source-editor-content.simple
  .source-panel {
  height: 100%;
  width: 100%;
}
.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}
.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}
.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}
.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}
.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}
.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}
.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}
.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}
.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}
.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}
.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}
.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type="radio"]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}
.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}
.modal-open .modal {
  display: block;
}
.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}
.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}
.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}
.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^="icon-"] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: 0;
}
.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}
.tree-node-selected .tree-label {
  background-color: transparent;
}
.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}
.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}
.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}
.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}
.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}
.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}
.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}
.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}
.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}
.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}
.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}
.collapse.open {
  display: block;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}
.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.navbar .navbar-toggler .c-inner {
  max-width: none;
}
html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___)
  .cadmin.portlet-topper
  .portlet-topper-toolbar
  .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___)
  .cadmin.portlet-topper
  .portlet-topper-toolbar
  .portlet-options
  .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}
body.portlet {
  border-width: 0;
}
.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
.portlet-options-dropdown {
  z-index: 1035;
}
.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}
.portlet-title-editable {
  cursor: pointer;
}
.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text,
.panel-page-content .portlet-title-text {
  cursor: auto;
}
.portlet-minimized .portlet-content {
  padding: 0;
}
.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}
.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction,
.portlet.open .visible-interaction,
.portlet.focus .visible-interaction {
  display: block;
}
.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}
html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___)
    .lfr-configurator-visibility
    .portlet:hover
    .portlet-topper,
  html:not(#__):not(#___)
    .lfr-configurator-visibility
    .portlet.focus
    .portlet-topper,
  html:not(#__):not(#___)
    .lfr-configurator-visibility
    .portlet.open
    .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___)
    .controls-visible
    .portlet:hover
    > .portlet-content-editable,
  html:not(#__):not(#___)
    .controls-visible
    .portlet.open
    > .portlet-content-editable,
  html:not(#__):not(#___)
    .controls-visible
    .portlet.focus
    > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___)
    .controls-visible
    .portlet:hover
    > .cadmin.portlet-topper,
  html:not(#__):not(#___)
    .controls-visible
    .portlet.open
    > .cadmin.portlet-topper,
  html:not(#__):not(#___)
    .controls-visible
    .portlet.focus
    > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___)
    .controls-visible
    .portlet.open
    > .cadmin.portlet-topper {
    transition-duration: 0;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}
.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable,
  .controls-visible .portlet.open > .portlet-content-editable,
  .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper,
  .controls-visible .portlet.open > .portlet-topper,
  .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper,
  .lfr-configurator-visibility .portlet.focus .portlet-topper,
  .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
.portlet-content-editable {
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}
.portlet-options {
  display: inline-block;
}
.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}
.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus,
.portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}
.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last,
.breadcrumb.breadcrumb-vertical li.only {
  background: 0;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.navbar form {
  margin: 0;
}
:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}
@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}
.select-files {
  border-radius: 5px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator
  > .form-steps
  > ul.form-navigator.list-group
  .tab
  .tab-label:hover
  .number,
.taglib-form-navigator
  > .form-steps
  > ul.form-navigator.list-group
  .tab
  .tab-label:focus
  .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator
  > .form-steps
  > ul.form-navigator.list-group
  .tab
  .tab-label
  .number {
  border-radius: 50%;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.3) 25%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 75%,
    rgba(255, 255, 255, 0) 75%,
    rgba(255, 255, 255, 0)
  );
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}
.portlet-options.btn-group .dropdown-toggle,
.portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.form-group.form-inline.input-boolean-wrapper label,
.form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}
