.animation-counter-wrapper {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.animation-counter-wrapper .animation-counter-value-wrap {
  padding: 0 0 0 10px;
  width: 200px;
  text-align: left;
}
.animation-counter-wrapper .animation-counter-value-wrap .label-wrap {
  font-size: 20pt;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  flex-direction: column;
  line-height: 1.2;
}
.animation-counter-wrapper .animation-counter-value-wrap .label-wrap span.label {
  display: block;
}
.animation-counter-wrapper .animation-counter-value-wrap .label-wrap span.label-unit {
  font-size: 10pt;
  display: block;
}
.animation-counter-wrapper .animation-counter-value-wrap .value-wrap {
  max-width: 80px;
}
.animation-counter {
  display: flex;
  justify-content: center;
}
.animation-counter .num {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #7c7d80;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin: 0 4.5px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 60px;
  font-size: 54px;
  font-weight: 700;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
  font-family: 'Oswald', sans-serif;
}
.animation-counter .num.active {
  color: #efefef;
}
.node--type-op.teaser {
  margin: 15px;
  position: relative;
}
.node--type-op.teaser .card {
  border-radius: 0;
  border: 0;
  max-width: 370px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.node--type-op.teaser .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  text-align: center;
  font-size: 8pt;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.node--type-op.teaser .card .card-header .state-wrap {
  padding: 5px 10px;
}
.node--type-op.teaser .card .card-body {
  position: relative;
  padding: 0;
}
.node--type-op.teaser .card .card-body .booster-counter-wrap {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000000;
  color: #ffffff;
  border-radius: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px 8px;
}
.node--type-op.teaser .card .card-body .booster-counter-wrap .icon {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  mask: url("/themes/gate/front/top_front/images/icons/booster.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster.svg") no-repeat center / contain;
  margin-right: 0.5rem;
}
.node--type-op.teaser .card .card-body .ranking-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ee4437;
  color: #ffffff;
  line-height: 1;
}
.node--type-op.teaser .card .card-body .ranking-wrap span {
  display: block;
}
.node--type-op.teaser .card .card-body .ranking-wrap span.value {
  font-weight: bold;
  font-size: 32pt;
}
.node--type-op.teaser .card .card-footer {
  border: 0;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
}
.node--type-op.teaser .card .card-footer .coming-date {
  margin: 0.5em 0;
  text-align: center;
  line-height: 1.1;
}
.node--type-op.teaser .card .card-footer .coming-date > span:nth-child(2) {
  font-size: 1.25em;
  display: block;
}
.node--type-op.teaser .card .card-footer .datas-wrap,
.node--type-op.teaser .card .card-footer .score-wrap {
  text-align: center;
}
.node--type-op.teaser .card .card-footer .datas-wrap span,
.node--type-op.teaser .card .card-footer .score-wrap span {
  display: block;
}
.node--type-op.teaser .card .card-footer .datas-wrap span.label,
.node--type-op.teaser .card .card-footer .score-wrap span.label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}
.node--type-op.teaser .card .card-footer .datas-wrap span.suffixe,
.node--type-op.teaser .card .card-footer .score-wrap span.suffixe {
  font-size: 0.8rem;
  display: inline;
}
.node--type-op.teaser .card .card-footer .datas-wrap span.value,
.node--type-op.teaser .card .card-footer .score-wrap span.value {
  font-size: 16pt;
}
.node--type-op.teaser .card .card-footer .score-wrap .value {
  font-weight: bold;
}
.node--type-op.teaser.op-state-coming .card-footer {
  position: relative;
  z-index: 10;
  color: #ffffff;
  background: none;
}
.node--type-op.teaser.op-state-coming:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.op-teaser {
  margin: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  transition: all ease 0.6s;
}
.op-teaser .state-wrap {
  background: #e42618;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5px;
  font-size: 8pt;
  text-transform: uppercase;
  position: relative;
}
.op-teaser:hover {
  transition: all ease 0.6s;
  transform: scale(0.98);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.op-teaser.coming:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.op-introduction-wrapper {
  padding: 4rem 0;
}
.op-introduction-wrapper .op-state {
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 0.9rem;
}
.op-introduction-wrapper .content-wrap {
  background: #ffffff;
  text-align: center;
}
.op-introduction-wrapper .content-wrap .op-logo {
  max-width: 200px;
  margin: 0 auto 1.5rem;
}
.op-introduction-wrapper .content-wrap .content {
  padding: 25px;
}
.op-introduction-wrapper .content-wrap .content .op-remaining-time-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.op-introduction-wrapper .content-wrap .content .op-remaining-time-wrapper .op-remaining-time-wrap {
  width: max-content;
  padding: 5px 30px;
  border: 2px solid #ee4437;
  border-radius: 5px;
  font-style: italic;
}
.op-introduction-wrapper .content-wrap .content .op-remaining-time-wrapper .op-remaining-time-wrap .time-wrap {
  color: #ee4437;
  font-weight: bold;
}
.op-introduction-wrapper .content-wrap .page-title {
  color: #000000;
}
.op-introduction-wrapper .content-wrap .animation-counter-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.op-introduction-wrapper .content-wrap .anim-ranking-line .btn.btn-start {
  width: 80px;
  height: 80px;
  font-size: 10pt;
}
.op-introduction-wrapper .content-wrap .anim-ranking-line .ranking-wrap .value-wrap {
  flex-direction: column;
  align-items: center;
}
.op-introduction-wrapper .content-wrap .anim-ranking-line .ranking-wrap .value-wrap .value {
  font-size: 30pt;
}
.op-introduction-wrapper .content-wrap .anim-counter {
  background: none;
}
.op-introduction-wrapper .content-wrap .anim-counter .content-wrap {
  background: none;
  box-shadow: none;
}
.op-introduction-wrapper .content-wrap .anim-speedometer-double {
  background: none;
}
.op-introduction-wrapper .content-wrap .anim-speedometer-double .content-wrap {
  box-shadow: none;
}
.op-introduction-wrapper .content-wrap .anim-speedometer-double .content-wrap:before {
  background: none;
}
.op-introduction-wrapper .content-wrap .anim-gauge-simple .content-wrap {
  box-shadow: none;
}
.op-introduction-wrapper .content-wrap .anim-travolator {
  background: none;
}
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .content .anim-title {
  color: #000000;
}
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .animation-counter-wrapper .travolator-center .travolator-item-wrapper .travolator-item-wrap {
  background-color: #f6f6f7;
  top: 60px;
  height: 90px;
  width: 90px;
}
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .animation-counter-wrapper .travolator-center .travolator-mat:before,
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .animation-counter-wrapper .travolator-center .travolator-mat:after {
  background-color: #f6f6f7 !important;
}
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .animation-counter-wrapper .travolator-center .travolator-mat .gear,
.op-introduction-wrapper .content-wrap .anim-travolator .content-wrap .animation-counter-wrapper .travolator-center .travolator-mat .tray {
  background-color: #f6f6f7;
}
.op-introduction-wrapper .partners-wrapper {
  padding: 20px 0;
}
.op-introduction-wrapper .partners-wrapper .partners-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.op-introduction-wrapper .partners-wrapper .partners-wrap img {
  width: 140px;
  margin: 0.25rem;
}
.op-introduction-wrapper .partners-wrapper .partners-wrap img:first-child {
  margin-left: 0;
}
.op-introduction-wrapper .partners-wrapper .partners-wrap img:last-child {
  margin-right: 0;
}
.op-introduction-wrapper .rules-wrapper {
  padding: 15px 0;
}
.op-introduction-wrapper .animation-counter-wrapper .num.active {
  color: #ee4437;
}
.op-introduction-wrapper .animation-counter-wrapper .animation-counter-value-wrap {
  text-align: left;
}
.op-introduction-wrapper .op-pdf {
  margin: 3rem auto 0;
  display: block;
  max-width: 240px;
  padding: 20px;
  position: relative;
  text-align: center;
  transform: rotate(5deg);
  transition: all ease 0.6s;
}
.op-introduction-wrapper .op-pdf img {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.op-introduction-wrapper .op-pdf .op-pdf-footer {
  background: #ee4437;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 0.8rem;
}
.op-introduction-wrapper .op-pdf:hover {
  transition: all ease 0.6s;
  padding: 0;
  transform: rotate(0deg);
}
.op-introduction-wrapper .op-pdf:hover img {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
.op-decription-wrapper {
  background: #efefef;
  padding: 4rem 0;
}
.op-decription-wrapper .section-body > .container > .row {
  justify-content: center;
}
.op-decription-wrapper .section-body > .container > .row p:last-child {
  margin-bottom: 0;
}
.op-decription-wrapper .section-body ul,
.op-decription-wrapper .section-body ol {
  margin-left: 3rem;
  margin-bottom: 1.5rem;
}
.op-datas-wrapper {
  background: #dddddd;
}
.op-datas-wrapper .anim-datas {
  padding: 5rem 0;
}
.anim-counter {
  background: #f6f6f7;
}
.anim-counter .content-wrap {
  background: #dddddd;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  max-width: 860px;
  margin: auto;
}
.anim-counter .content-wrap .content {
  padding: 20px 20px 0;
  text-align: center;
}
.anim-ranking-line .content-wrap {
  text-align: center;
  margin-bottom: 1.5rem;
}
.anim-ranking-line .anim-ranking-line-wrapper .ranking-min-max {
  display: flex;
  justify-content: space-between;
  font-size: 20pt;
  font-weight: bold;
  margin: 0 auto 1rem;
}
.anim-ranking-line .anim-ranking-line-wrapper .ranking-min-max .ranking-min {
  margin-left: 200px;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap {
  display: flex;
  position: relative;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: 34px;
  top: 0;
  border-right: 1px dotted #ffffff;
  opacity: 0.5;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .ranking-line-name {
  width: 200px;
  text-align: right;
  overflow: hidden;
  padding: 0.5rem 0;
  padding-right: 15px;
  position: relative;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .ranking-line-name .value {
  display: block;
  padding: 0.25rem;
  line-height: 1;
  text-align: center;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .ranking-line-name:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px dotted #ffffff;
  opacity: 0.5;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .anim-ranking-line-row {
  width: 100%;
  overflow: hidden;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .anim-ranking-line-row span.icon {
  background: none;
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .anim-ranking-line-row span.icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 7px;
  right: 28px;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap .anim-ranking-line-row span.icon:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  mask: url("/themes/gate/front/top_front/images/icons/running-solid.svg") no-repeat right / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/running-solid.svg") no-repeat right / contain;
}
.anim-ranking-line .anim-ranking-line-wrapper .anim-ranking-line-wrap.active .value {
  background: #ee4437;
  border-radius: 16px;
  font-weight: bold;
}
.anim-ranking-line .btn.btn-start {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee4437;
  border: 10px solid #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20pt;
}
.anim-ranking-line .btn.btn-start:hover {
  background: #f7ae38;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.anim-ranking-line .ranking-wrap {
  text-align: center;
}
.anim-ranking-line .ranking-wrap .value-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.anim-ranking-line .ranking-wrap .value-wrap .unit {
  margin-left: 4px;
  text-transform: uppercase;
  font-size: 8pt;
  text-align: left;
  display: block;
}
.anim-ranking-line .ranking-wrap .value-wrap .unit.unit-space {
  opacity: 0;
  margin-right: 4px;
  margin-left: 0px;
}
.anim-ranking-line .ranking-wrap .value-wrap .unit .label {
  font-size: 16pt;
  display: block;
}
.anim-ranking-line .ranking-wrap .value {
  display: block;
  font-size: 60pt;
  line-height: 1;
  font-weight: bold;
  color: #ee4437;
}
.anim-ranking-line .simplebar-custom {
  height: 450px;
}
.speedometers-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.speedometers-wrap .speedometer-wrap {
  position: relative;
  padding-bottom: 40px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speedometers-wrap .data-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
}
.speedometers-wrap .speedometer-value-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.speedometers-wrap .speedometer-value-wrap .speedometer-value {
  width: 200px;
  text-align: center;
  color: #ffffff;
}
.speedometers-wrap .speedometer-value-wrap .speedometer-value .data-value {
  font-size: 16pt;
  font-weight: bold;
  margin: 0;
}
.speedometers-wrap .datas-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.speedometers-wrap svg .needle {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
}
.anim-speedometer-simple {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.anim-speedometer-simple .content-wrap {
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  max-width: 860px;
  margin: auto;
}
.anim-speedometer-simple .content-wrap .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.anim-speedometer-simple .first-speedometer-wrap {
  margin: -80px auto;
  padding: 0;
}
.anim-speedometer-simple .first-speedometer-wrap .first-speedometer {
  border-radius: 50%;
  background: #ffffff;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.anim-speedometer-simple .first-speedometer-wrap .first-speedometer svg {
  width: 350px;
}
.anim-speedometer-simple .first-speedometer-wrap .speedometer-value-wrap {
  bottom: 100px;
}
.anim-speedometer-double {
  background: #ee4437;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.anim-speedometer-double .content-wrap {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  max-width: 860px;
  margin: auto;
  padding-bottom: 16px;
  position: relative;
}
.anim-speedometer-double .content-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 115px;
  background: #ee4437;
}
.anim-speedometer-double .content {
  padding: 20px 20px 0;
  text-align: center;
}
.anim-speedometer-double .first-speedometer-wrap .first-speedometer {
  margin: 15px;
}
.anim-speedometer-double .first-speedometer-wrap .first-speedometer svg {
  width: 350px;
}
.anim-speedometer-double .first-speedometer-wrap .speedometer-value-wrap {
  bottom: 120px;
}
.anim-speedometer-double .second-speedometer-wrap .second-speedometer {
  margin: 15px;
}
.anim-speedometer-double .second-speedometer-wrap .second-speedometer svg {
  width: 280px;
}
.anim-speedometer-double .second-speedometer-wrap .speedometer-value-wrap {
  bottom: 145px;
}
.gauges-simple-wrap .gauge-simple-wrap {
  position: relative;
  padding-bottom: 40px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gauges-simple-wrap .data-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18pt;
}
.gauges-simple-wrap .gauge-value-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gauges-simple-wrap .gauge-value-wrap .gauge-value {
  width: 200px;
  text-align: center;
  color: #ffffff;
}
.gauges-simple-wrap .gauge-value-wrap .gauge-value .data-value {
  font-size: 16pt;
  font-weight: bold;
  margin: 0;
}
.gauges-simple-wrap .datas-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.anim-gauge-simple {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.anim-gauge-simple .content-wrap {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  max-width: 860px;
  margin: auto;
}
.anim-gauge-simple .content-wrap .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.anim-gauge-simple .first-gauge-wrap {
  margin: -80px auto;
  padding: 0;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge {
  border-radius: 50%;
  background: #ffffff;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg {
  width: 350px;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .cadre .datas-bg {
  fill: #fff;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .cadre .cadre-border-int {
  fill: #dddddd;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .cadre .cadre-border-ext {
  fill: #fff;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .gauge-wrap,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .gauge-wrap rect,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap rect,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble rect {
  stroke: transparent;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .gauge-wrap text,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap text,
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble text {
  transform-origin: center;
  transform-box: fill-box;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .gauge-wrap .gauge {
  fill: #e42618;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap .bubble {
  transform-box: fill-box;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap .bubble path {
  fill: #e42618;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .bubble-wrap .bubble-text {
  fill: #ffffff;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .text .text-data-value {
  fill: #e42618;
}
.anim-gauge-simple .first-gauge-wrap .first-gauge svg .text .text-max-value {
  fill: #e42618;
}
.anim-gauge-simple .first-gauge-wrap .gauge-value-wrap {
  bottom: 100px;
}
.anim-gauge-simple .second-gauge-wrap {
  margin: -80px auto;
  padding: 0;
  flex-direction: column;
}
.anim-gauge-simple .second-gauge-wrap > p {
  font-size: 1.2rem;
}
.anim-gauge-simple .second-gauge-wrap .second-gauge {
  border-radius: 50%;
  background: #ffffff;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.anim-gauge-simple .second-gauge-wrap .second-gauge svg {
  width: 350px;
}
.anim-gauge-simple .second-gauge-wrap .second-gauge svg .text .text-data-source {
  fill: #e42618;
  font-weight: bold;
}
.anim-gauge-simple .second-gauge-wrap .second-gauge svg .text .text-unit {
  text-transform: uppercase;
  font-size: 0.8em;
}
.anim-gauge-simple .second-gauge-wrap .gauge-value-wrap {
  bottom: 100px;
}
.anim-travolator {
  background: #f6f6f7;
}
.anim-travolator .content-wrap {
  margin: auto;
}
.anim-travolator .content-wrap .content {
  padding: 20px 20px 0;
  text-align: center;
}
.anim-travolator .content-wrap .content .anim-title {
  color: #ffffff;
}
.anim-travolator .animation-counter-wrapper .travolator-block {
  min-width: 300px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.anim-travolator .animation-counter-wrapper .travolator-block.travolator-block-counter {
  display: flex;
  flex-direction: column;
}
.anim-travolator .animation-counter-wrapper .travolator-block .dot {
  height: 20px;
  width: 20px;
  background-color: #e34f4f;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.1s linear;
}
.anim-travolator .animation-counter-wrapper .travolator-block .dot.active {
  background-color: #42a877;
  transition: all 0.1s linear;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-logo {
  height: -webkit-fill-available;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/themes/gate/front/top_front/images/desk/op/travolator/logo.jpg");
  background-size: contain;
  margin: 40px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  flex-grow: 1;
  padding: 0px 25px 25px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter .number {
  background-color: #f6f6f7;
  font-size: 8rem;
  padding: 5px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  line-height: 1;
  height: 100%;
  margin: 0 0.1rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="2"] .number {
  font-size: 7rem;
  width: 125px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="3"] .number {
  font-size: 6rem;
  width: 80px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="4"] .number {
  font-size: 5rem;
  width: 60px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="5"] .number {
  font-size: 4rem;
  width: 25%;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="6"] .number {
  font-size: 3rem;
  width: 16.66%;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-counter[data-length="7"] .number {
  font-size: 3rem;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-unit {
  position: relative;
  height: 60px;
  padding: 0 10px;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-unit .unit-value {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
.anim-travolator .animation-counter-wrapper .travolator-block .travolator-unit .btn-travolator-speed {
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -24px;
}
.anim-travolator .animation-counter-wrapper .travolator-center {
  position: relative;
  width: 100%;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-item-wrapper {
  position: relative;
  height: 50%;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-item-wrapper .travolator-item-wrap {
  height: 180px;
  width: 180px;
  left: -180px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  mask: url("/themes/gate/front/top_front/images/desk/op/travolator/piece.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/desk/op/travolator/piece.svg") no-repeat center / contain;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat {
  height: 50%;
  position: relative;
  padding: 0 45px;
  display: flex;
  align-items: center;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat .tray {
  height: 75px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 40px;
  display: block;
  padding: 0 35px;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat .gear {
  height: 70px;
  width: 70px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  mask: url("/themes/gate/front/top_front/images/desk/op/travolator/gears.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/desk/op/travolator/gears.svg") no-repeat center / contain;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat .gear.gear-left {
  left: -35px;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat .gear.gear-right {
  right: -35px;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat:before {
  content: "";
  position: absolute;
  background: conic-gradient(at 4px 50%, transparent 270deg, #ffffff 0) 0px 0px / 9px 30px;
  top: 15px;
  left: 0;
  right: 0;
  padding: 5px 0;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat:after {
  content: "";
  position: absolute;
  background: conic-gradient(at 4px 50%, transparent 270deg, #fff 0) 0px 0px / 9px 30px;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 5px 0;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat.a-op-anim-travolator-chain:before {
  animation: op_anim_travolator_chain linear 5s;
  animation-iteration-count: infinite;
}
.anim-travolator .animation-counter-wrapper .travolator-center .travolator-mat.a-op-anim-travolator-chain:after {
  animation: op_anim_travolator_chain linear 5s reverse;
  animation-iteration-count: infinite;
}
@keyframes op_anim_travolator_chain {
  0% {
    background: conic-gradient(at 4px 50%, transparent 270deg, #fff 0) 0px 0px / 9px 30px;
  }
  100% {
    background: conic-gradient(at 4px 50%, transparent 270deg, #fff 0) 500px 0px / 9px 30px;
  }
}
.op-boosters-wrapper {
  background: #ffffff;
}
.op-boosters-wrapper .booster-wrapper:nth-child(odd) {
  background: #dddddd;
}
.op-boosters-wrapper .booster-wrapper:nth-child(odd) > .container > .row {
  flex-direction: row-reverse;
}
.op-rangking-wrapper {
  background: #dddddd;
  padding: 4rem 0;
}
.op-rangking-wrapper .section-header {
  text-align: center;
}
.op-gift-wrapper {
  background: #efefef;
}
.op-list-wrapper {
  background: #f6f6f7;
  padding: 4rem 0;
}
.op-list-wrapper .section-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 767px) {
  .animation-counter-wrapper .animation-counter-value-wrap {
    font-size: 0.8em;
    line-height: 1;
  }
  .anim-speedometer-double .speedometers-wrap {
    flex-direction: column;
  }
  .booster-wrapper .content-wrap .icon-wrap {
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
  }
}
@media all and (min-width: 1024px) {
  .op-introduction-wrapper .op-state {
    transform: rotate(-5deg);
    width: max-content;
  }
  .animation-counter .num {
    height: 154px;
    line-height: 152px;
    width: 115px;
    font-size: 120px;
  }
  .anim-speedometer-simple .first-speedometer-wrap .first-speedometer {
    width: 380px;
    height: 380px;
  }
  .anim-gauge-simple .first-gauge-wrap .first-gauge {
    width: 380px;
    height: 380px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
  }
  .anim-gauge-simple .second-gauge-wrap .second-gauge {
    width: 240px;
    height: 240px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
  }
}
