/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
/* 1 */
  -ms-text-size-adjust: 100%;
/* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
/* 1 */
  height: 0;
/* 1 */
  overflow: visible;
/* 2 */
}
pre {
  font-family: monospace, monospace;
/* 1 */
  font-size: 1em;
/* 2 */
}
a {
  background-color: transparent;
/* 1 */
  -webkit-text-decoration-skip: objects;
/* 2 */
}
abbr[title] {
  border-bottom: none;
/* 1 */
  text-decoration: underline;
/* 2 */
  text-decoration: underline dotted;
/* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
/* 1 */
  font-size: 1em;
/* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
/* 1 */
  font-size: 100%;
/* 1 */
  line-height: 1.15;
/* 1 */
  margin: 0;
/* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
/* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
/* 1 */
  color: inherit;
/* 2 */
  display: table;
/* 1 */
  max-width: 100%;
/* 1 */
  padding: 0;
/* 3 */
  white-space: normal;
/* 1 */
}
progress {
  display: inline-block;
/* 1 */
  vertical-align: baseline;
/* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  outline-offset: -2px;
/* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
/* 1 */
  font: inherit;
/* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* Flickity v2.1.2
https//flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
  outline: none;
}
.flickity-enabledfocus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: none;
  border: none;
  color: #333;
}
.flickity-buttonhover {
  background: none;
  cursor: pointer;
}
.flickity-buttonfocus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-buttonactive {
  opacity: 0.6;
}
.flickity-buttondisabled {
  opacity: 0.3;
  cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #ed1b2d;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
/* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button:disabled .flickity-button-icon {
  fill: #000;
  opacity: 0.3;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -70px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  background: transparent;
  border: 5px solid;
  border-color: rgba(237,27,45,0);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin: 0 15px;
  position: relative;
  transition: border-color 0.3s ease-out;
  vertical-align: middle;
  width: 19px;
}
.flickity-page-dots .dot:before {
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 9px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease-out;
  width: 9px;
}
.flickity-page-dots .dot.is-selected {
  border-color: #ed1b2d;
}
.flickity-page-dots .dot.is-selected:before {
  background: rgba(0,0,0,0);
}
@-moz-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.icon {
  position: relative;
  width: 74px;
  height: 74px;
}
.icon:before {
  will-change: transform, opacity;
}
.icon:hover:before {
  animation: sonarEffectSmall 800ms ease-out;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100%;
  content: '';
  display: block;
  height: 70px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 70px;
}
.icon.play {
  width: 50px;
  height: 50px;
}
.icon .custom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.icon .red-circle {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
}
.icon .location {
  width: 16px;
  height: 25px;
}
.icon .nav_arrow {
  width: 37px;
  height: 37px;
}
.icon .play {
  width: 7px;
  height: 10px;
}
.icon .short_arrow {
  width: 44px;
  height: 13px;
  transform: translate(-94%, -50%);
}
.icon .arrow {
  width: 84px;
  height: 13px;
  transform: translate(-94%, -50%);
}
.icon .drop {
  width: 8px;
  height: 12px;
}
@-moz-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes sonarEffectLarge {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes sonarEffectSmall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}
footer .container {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .container {
    max-width: 1320px;
  }
}
footer .links-list {
  color: #fff;
  flex-grow: 1;
  background-color: #545454;
}
@media screen and (min-width: 1024px) {
  footer .links-list {
    max-width: 155px;
    background: none;
  }
  footer .links-list:last-child {
    margin-right: 0;
  }
}
footer .links-list.single li:first-child:after {
  display: none;
}
footer .links-list.active li {
  display: block;
}
footer .links-list.active li:first-child:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  transition: 0.2s;
}
footer .links-list li {
  display: none;
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 60px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  footer .links-list li {
    display: block;
    padding: 5px 0px;
  }
}
footer .links-list li:first-child a {
  font-weight: 700;
  font-size: 16px;
}
footer .links-list li:first-child {
  position: relative;
  display: block;
  font-size: 14px;
  background-color: #000;
  z-index: 1;
  padding-left: 50px;
}
footer .links-list li:first-child:after {
  border-bottom: 2px solid #ed1b2d;
  border-right: 2px solid #ed1b2d;
  content: '';
  height: 6px;
  width: 6px;
  right: 55px;
  top: 15px;
  left: auto;
  position: absolute;
  transform: rotate(45deg);
  transition: transform 0.2s ease-in;
}
footer .links-list li:first-child:after {
  right: 50px;
}
@media screen and (min-width: 1024px) {
  footer .links-list li:first-child {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0px;
  }
  footer .links-list li:first-child:after {
    display: none;
  }
}
footer .links-list li:first-child:before {
  content: '';
  display: block;
  width: 150vw;
  position: absolute;
  left: -25vw;
  background-color: #000;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  footer .links-list li:first-child:before {
    display: none;
  }
}
footer .links-list a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer .links-list a:hover {
  text-decoration: underline;
}
footer .main-menus >.container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  footer .main-menus >.container {
    flex-flow: row;
    padding: 40px 0;
  }
}
footer .main-menus .menu-container.left {
  order: 2;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .menu-container.left {
    order: 1;
    width: 70%;
    border-right: 1px solid #fff;
    margin-right: 90px;
    padding-right: 90px;
  }
}
footer .main-menus .menu-container.right {
  order: 1;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .menu-container.right {
    order: 2;
  }
}
footer .main-menus .menu-container.right .drop-menu li:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
footer .main-menus .menu-container .label {
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 40px 50px 25px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .menu-container .label {
    padding: 10px 0;
  }
}
footer .main-menus .products-container {
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .products-container {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
footer .main-menus .products-container .drop-menu .links-list .list-item {
  padding-left: 70px;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .products-container .drop-menu .links-list .list-item {
    padding-left: inherit;
  }
}
footer .main-menus .products-container .drop-menu .links-list .list-item:first-child {
  padding-left: 60px;
}
@media screen and (min-width: 1024px) {
  footer .main-menus .products-container .drop-menu .links-list .list-item:first-child {
    padding-left: inherit;
  }
}
footer .middle-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  background-color: #323232;
}
@media screen and (min-width: 1024px) {
  footer .middle-menu {
    padding: 0;
  }
}
footer .middle-menu .container {
  padding: 0;
}
footer .middle-menu .container .links-list-normal {
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  footer .middle-menu .container .links-list-normal {
    flex-flow: row;
    padding: 5px 0;
  }
}
footer .middle-menu .container .links-list-normal li {
  padding: 15px 50px;
  text-align: left;
}
footer .middle-menu .container .links-list-normal a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
footer .bottom-menu {
  position: relative;
  background-color: #222;
  z-index: 1;
}
footer .bottom-menu .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 35px 20px;
}
@media screen and (min-width: 1024px) {
  footer .bottom-menu .container {
    flex-flow: row;
    padding: 35px 50px;
    max-width: 1210px;
  }
}
footer .bottom-menu .container .social-share {
  margin-top: 16px;
  margin-right: 41%;
}
@media screen and (min-width: 1024px) {
  footer .bottom-menu .container .social-share {
    width: 35%;
  }
}
footer .bottom-menu .container .social-share p {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: left;
}
footer .bottom-menu .container .copyright {
  order: 2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  footer .bottom-menu .container .copyright {
    width: 100%;
    order: 1;
    margin: 0;
    padding-right: 40px;
    text-align: left;
  }
}
header {
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(51,51,51,0.1);
  height: 64px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  header {
    box-sizing: border-box;
    height: 80px;
    padding: 0 22px;
    position: relative;
  }
}
header >.container {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header >.container {
    flex-flow: row;
    max-width: 1120px;
    padding: 0;
  }
}
header .logo img {
  height: 20px;
  max-width: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    height: 30px;
    left: auto;
    max-width: 190px;
    top: 1px;
    display: flex;
    justify-content: center;
  }
}
header .toggle-menu {
  width: 22px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  header .toggle-menu {
    display: none;
  }
}
header .toggle-menu.active {
  display: none;
}
header .search-wrapper {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
header .search-wrapper.active {
  transition: background 0.15s ease-out;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 8px 35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header .search-wrapper.active .search-form {
  position: relative;
}
header .search-wrapper.active .term {
  visibility: visible;
  opacity: 1;
  position: relative;
}
header .search-wrapper.active .send {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
}
header .search-wrapper.active .search-btn {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
header .search-wrapper.active .back {
  opacity: 1;
  visibility: visible;
}
header .search-wrapper.active .label {
  opacity: 1;
  visibility: visible;
}
header .search-wrapper .search-form {
  display: inline-block;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .search-wrapper .search-form {
    position: relative;
  }
}
header .search-wrapper .back {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  left: -10px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 40px;
}
header .search-wrapper .back:after {
  border-bottom: 2px solid #545454;
  border-right: 2px solid #545454;
  content: '';
  height: 6px;
  width: 6px;
  right: 55px;
  top: 15px;
  left: auto;
  position: absolute;
  transform: rotate(-225deg);
  transition: transform 0.2s ease-in;
}
header .search-wrapper .back:after {
  left: 10px;
  position: relative;
  right: auto;
  top: auto;
}
header .search-wrapper .back span {
  font-size: 0;
}
header .search-wrapper .term {
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  text-align: left;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  box-sizing: border-box;
  height: 47px;
  opacity: 0;
  outline: none;
  padding: 25px 60px 15px 15px;
  position: absolute;
  transition: opacity 0.2s ease-out;
  transition-delay: 0.3s;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .search-wrapper .term {
    height: 60px;
  }
}
header .search-wrapper .send,
header .search-wrapper .search-btn {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  font-size: 0;
  height: 100%;
  margin: 0;
  min-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -200%;
  width: 40px;
}
header .search-wrapper .send svg path,
header .search-wrapper .search-btn svg path {
  fill: #404044;
}
header .search-wrapper .send {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
  transition-delay: 0.3s;
}
header .search-wrapper .label {
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  left: 15px;
  top: 18px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  header .search-wrapper .label {
    top: 22px;
  }
}
header .search-wrapper .label.active {
  font-size: 11px;
  top: 10px;
}
header .search-holder {
  align-items: center;
  display: flex;
  width: 100%;
}
header .close-menu {
  background: #ed1b2d;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  header .close-menu {
    display: none;
  }
}
header .close-menu.active {
  display: block;
}
header .close-menu img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}
header .dropdown #menuToggle {
  display: none;
}
header .dropdown .round-button {
  background-color: #ed1b2d;
  border-radius: 20px;
  padding: 8px 10px;
  transition: background-color 0.3s ease-out;
  margin: auto;
  max-width: 109px;
  cursor: pointer;
  border-color: transparent;
  align-items: center;
}
@media screen and (min-width: 400px) {
  header .dropdown .round-button {
    margin-left: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  header .dropdown .round-button {
    margin: initial;
    padding: 9px 15px;
    position: relative;
  }
}
header .dropdown .round-button:hover {
  background-color: #890000;
}
header .dropdown .round-button a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
header .dropdown .round-button .icon {
  display: inline-block;
  height: 12px;
  width: auto;
}
header .dropdown .round-button .label {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 12px;
  margin-right: 5px;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  header .dropdown .round-button .label {
    white-space: nowrap;
  }
}
header .dropdown .sub-menu {
  display: none;
  background: #fff;
  left: -10px;
  top: 100%;
  width: 100%;
  justify-content: 0px;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
  cursor: auto;
}
@media screen and (min-width: 1024px) {
  header .dropdown .sub-menu {
    gap: 0;
    width: 13rem;
  }
}
header .dropdown .sub-menu .link-oleo {
  text-decoration: none;
  display: inline-flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 13px;
  padding-button: 3px;
  padding-top: 9px;
  font-size: 1rem;
  font-weight: 600;
  color: #001450;
  text-align: left;
  transition: box-shadow 0.2s ease;
  width: 169px;
  align-item: center;
}
@media screen and (min-width: 1024px) {
  header .dropdown .sub-menu .link-oleo {
    width: 169px;
  }
}
header .dropdown .sub-menu .link-oleo.wpp {
  background-color: #fff;
  color: #001450;
}
header .dropdown #menuToggle:checked + label {
  background-color: #890000;
  border-end-end-radius: 0px;
  border-end-start-radius: 0px;
}
header .dropdown #menuToggle:checked + label + .sub-menu {
  display: flex;
}
header .main-menu {
  align-items: center;
  display: none;
  flex-flow: column;
  height: calc(100vh - 64px);
  left: 0;
  position: absolute;
  top: 64px;
  width: 100%;
  z-index: 1;
}
header .main-menu.active {
  align-items: center;
  display: flex;
  text-align: center;
}
header .main-menu.active .btn-doe {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  header .main-menu {
    display: flex;
    flex-flow: row;
    height: 100%;
    justify-content: space-between;
    position: relative;
    top: 0;
  }
}
header .main-menu nav {
  align-items: center;
  background: #ebebf1;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: flex-start;
  padding: 10px 30px;
  width: 100%;
}
header .main-menu nav a {
  border-bottom: 1px solid #ccc;
  color: #404044;
  margin: 0 auto;
  padding: 22px 0 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
header .main-menu nav a:after {
  border-bottom: 2px solid #545454;
  border-right: 2px solid #545454;
  content: '';
  height: 6px;
  width: 6px;
  right: 55px;
  top: 15px;
  left: auto;
  position: absolute;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}
header .main-menu nav a.active {
  font-weight: bold;
  color: #ed1b2d;
}
header .main-menu nav a span {
  pointer-events: none;
}
header .main-menu nav a:last-child {
  border-bottom: none;
}
header .main-menu nav a:not(.submenu-parent):after {
  display: none;
}
header .main-menu nav a:after {
  right: 15px;
  top: 25px;
}
@media screen and (min-width: 1024px) {
  header .main-menu nav {
    background: none;
    flex-flow: row;
    height: 100%;
    justify-content: space-around;
    padding: 0 10px;
  }
  header .main-menu nav a {
    border: none;
    display: flex;
    font-size: 10px;
    height: 100%;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: auto;
  }
  header .main-menu nav a:before {
    background: #fff;
    border: 0;
    bottom: -33px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    transition: background 0.3s ease-out;
    width: calc(100% + 13px);
  }
  header .main-menu nav a:after {
    display: none;
  }
  header .main-menu nav a:hover:before {
    background: #ebebf1;
  }
  header .main-menu nav a span {
    align-items: center;
    display: flex;
    pointer-events: none;
    position: relative;
    z-index: 1;
  }
  header .main-menu nav a span:before {
    background: transparent;
    border: solid 2px;
    border-color: #ebebf1;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 2px;
    margin-right: 5px;
    transition: border-color 0.3s ease-out;
    width: 2px;
  }
  header .main-menu .btn-doe {
    display: inline-block;
  }
}
header .submenu-container {
  background-color: #ebebf1;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
  display: none;
  height: calc(100vh - 64px);
  left: 0;
  position: absolute;
  top: 64px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .submenu-container {
    height: auto;
    top: 80px;
  }
}
header .submenu-container.active {
  display: block;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  header .submenu-container.active {
    border-top: solid 1px #cfd6df;
  }
}
header .submenu-container.active .links-list li:first-child {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .submenu-container[data-sub="mobil_sub"] >.container {
    flex-direction: column;
    padding: 55px 25px 55px 40px;
  }
  header .submenu-container[data-sub="mobil_sub"] >.container .drop-menu {
    padding: 0;
  }
  header .submenu-container[data-sub="mobil_sub"] >.container .drop-menu:last-child:before {
    display: none;
  }
  header .submenu-container[data-sub="mobil_sub"] >.container .drop-menu .links-list li a {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  header .submenu-container[data-sub="negocio_sub"] >.container {
    flex-direction: column;
    padding: 55px 25px 55px 40px;
  }
  header .submenu-container[data-sub="negocio_sub"] >.container .drop-menu {
    padding: 0;
  }
  header .submenu-container[data-sub="negocio_sub"] >.container .drop-menu:last-child:before {
    display: none;
  }
  header .submenu-container[data-sub="negocio_sub"] >.container .drop-menu .links-list li a {
    font-size: 16px;
    font-weight: 400;
  }
}
header .submenu-container >.container {
  overflow: hidden;
  padding: 10px 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .submenu-container >.container {
    display: flex;
    max-width: 1120px;
    padding: 0;
    position: relative;
  }
}
header .submenu-container .drop-menu:last-child .links-list li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  header .submenu-container .drop-menu {
    background-color: #ebebf1;
    padding: 55px 12px 55px 12px;
    position: relative;
    transition: background-color 0.3s ease-out;
    width: 252px;
  }
  header .submenu-container .drop-menu:first-child:before {
    display: none;
  }
  header .submenu-container .drop-menu:before {
    background-color: #8e8e8e;
    content: '';
    display: block;
    height: 65%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 60px;
    width: 1px;
  }
  header .submenu-container .drop-menu.cars:hover {
    background-color: #001450;
  }
  header .submenu-container .drop-menu.cars:hover li,
  header .submenu-container .drop-menu.cars:hover a {
    color: #fff;
  }
  header .submenu-container .drop-menu.motos:hover {
    background-color: #ed1b2d;
  }
  header .submenu-container .drop-menu.motos:hover li,
  header .submenu-container .drop-menu.motos:hover a {
    color: #fff;
  }
  header .submenu-container .drop-menu.trucks:hover {
    background-color: #ffd117;
  }
  header .submenu-container .drop-menu.machines:hover {
    background-color: #404044;
  }
  header .submenu-container .drop-menu.machines:hover li,
  header .submenu-container .drop-menu.machines:hover a {
    color: #fff;
  }
  header .submenu-container .drop-menu.industry:hover {
    background-color: #85858c;
  }
  header .submenu-container .drop-menu.industry:hover li,
  header .submenu-container .drop-menu.industry:hover a {
    color: #fff;
  }
  header .submenu-container .drop-menu.bulk:hover {
    background-color: #006ea9;
  }
  header .submenu-container .drop-menu.bulk:hover li,
  header .submenu-container .drop-menu.bulk:hover a {
    color: #fff;
  }
}
header .submenu-container .links-list {
  color: #000;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  header .submenu-container .links-list {
    max-width: 211px;
  }
  header .submenu-container .links-list:last-child {
    margin-right: 0;
  }
  header .submenu-container .links-list li {
    pointer-events: none;
  }
  header .submenu-container .links-list li a {
    pointer-events: initial;
  }
}
header .submenu-container .links-list.single li:first-child:after {
  display: none;
}
header .submenu-container .links-list.active {
  box-sizing: border-box;
  height: calc(100% + 70px);
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .submenu-container .links-list.active li {
  display: block;
}
header .submenu-container .links-list.active li:first-child {
  background: #fff;
  border-bottom: none;
  box-sizing: border-box;
  color: #000 !important;
  left: 0;
  padding: 26px 40px 25px;
  position: absolute;
  top: -70px;
  width: calc(100% - 74px);
}
header .submenu-container .links-list.active li:first-child:after {
  left: 20px;
  top: 33px;
  transform: rotate(135deg);
}
header .submenu-container .links-list.active.cars {
  background-color: #001450;
}
header .submenu-container .links-list.active.cars li,
header .submenu-container .links-list.active.cars a {
  color: #fff;
}
header .submenu-container .links-list.active.motos {
  background-color: #ed1b2d;
}
header .submenu-container .links-list.active.motos li,
header .submenu-container .links-list.active.motos a {
  color: #fff;
}
header .submenu-container .links-list.active.trucks {
  background-color: #ffd117;
}
header .submenu-container .links-list.active.trucks li {
  border-bottom-color: inherit;
}
header .submenu-container .links-list.active.machines {
  background-color: #404044;
}
header .submenu-container .links-list.active.machines li,
header .submenu-container .links-list.active.machines a {
  color: #fff;
}
header .submenu-container .links-list.direct-link li:first-child a {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  header .submenu-container .links-list.direct-link li:first-child a {
    font-weight: 700;
    font-size: 26px;
  }
}
header .submenu-container .links-list.direct-link li:first-child:after {
  display: none;
}
header .submenu-container .links-list li {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  color: #404044;
  display: none;
  margin: 0 auto;
  padding: 22px 0 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
header .submenu-container .links-list li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  header .submenu-container .links-list li {
    border-bottom: none;
    display: block;
    line-height: 1.5;
    margin: 15px 0;
    padding: 0;
    width: auto;
  }
}
header .submenu-container .links-list li:last-child {
  border-bottom: none;
}
header .submenu-container .links-list li:first-child a {
  font-size: 26px;
}
header .submenu-container .links-list li:first-child {
  border-bottom: 1px solid #ccc;
  color: #404044;
  line-height: normal;
  margin: 0 auto;
  padding: 22px 10px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
header .submenu-container .links-list li:first-child:after {
  border-bottom: 2px solid #545454;
  border-right: 2px solid #545454;
  content: '';
  height: 6px;
  width: 6px;
  right: 55px;
  top: 15px;
  left: auto;
  position: absolute;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in;
}
@media screen and (min-width: 1024px) {
  header .submenu-container .links-list li:first-child {
    font-weight: 700;
    border-bottom: none;
    font-size: 26px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  header .submenu-container .links-list li:first-child:after {
    display: none;
  }
}
header .submenu-container .links-list li:first-child:after {
  right: 15px;
  top: 25px;
}
header .submenu-container .links-list li:first-child .item-description {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
}
header .submenu-container .links-list a {
  color: #404044;
  font-size: 16px;
  text-decoration: none;
}
header .submenu-container .links-list a:hover {
  text-decoration: underline;
}
header .submenu-parent.active {
  background-color: #fff;
  left: 0;
  padding: 28px 40px;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: 2;
  font-weight: bold;
  color: #ed1b2d;
}
@media screen and (min-width: 1024px) {
  header .submenu-parent.active {
    background: none;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: auto;
  }
}
header .submenu-parent.active:after {
  left: 20px;
  top: 33px;
  transform: rotate(135deg);
}
.social-share {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .social-share {
    align-items: center;
    margin-bottom: 0;
  }
}
.social-share ul {
  display: flex;
  font-size: 0;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .social-share ul {
    margin-top: 0;
  }
}
.social-share ul li:last-child {
  margin-right: 0;
}
.social-share ul a {
  display: block;
  transition: opacity 0.1s ease-in;
}
.social-share ul a:hover {
  opacity: 0.6;
}
header .social-share {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .social-share {
    display: flex;
  }
}
header .social-share ul {
  margin: 0 25px;
}
header .social-share ul li {
  margin-right: 15px;
}
header .social-share a {
  color: #404044;
}
header .social-share a .icon.fb,
header .social-share a .icon.it,
header .social-share a .icon.ik,
header .social-share a .icon.yt {
  height: 15px;
  width: 15px;
}
footer .social-share {
  order: 1;
}
footer .social-share ul {
  margin-left: -2px;
  margin-top: 20px;
}
footer .social-share ul li {
  margin-right: 18px;
}
footer .social-share a {
  color: #fff;
}
footer .social-share a .icon.fb,
footer .social-share a .icon.it,
footer .social-share a .icon.tiktok,
footer .social-share a .icon.ik,
footer .social-share a .icon.yt {
  height: 18px;
  width: 18px;
}
.open-modal {
  display: block;
  height: 74px;
  position: relative;
}
@media screen and (min-width: 679px) {
  .open-modal {
    flex-basis: 0;
    margin: 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .open-modal {
    flex-basis: 33.333%;
    margin: 0 0 0 -20px;
  }
}
.open-modal .icon:hover:before {
  animation: none;
}
.open-modal .icon .play {
  height: 16px;
  width: 24px;
}
.open-modal .icon.play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  position: absolute;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .open-modal .icon.play {
    height: 120px;
    width: 120px;
  }
}
.open-modal:before,
.open-modal:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sonarEffectLarge 3s ease-out infinite;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100%;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
}
.open-modal:before {
  height: 175px;
  width: 175px;
}
@media screen and (min-width: 679px) {
  .open-modal:before {
    height: 350px;
    width: 350px;
  }
}
.open-modal:after {
  height: 310px;
  width: 310px;
}
@media screen and (min-width: 679px) {
  .open-modal:after {
    height: 620px;
    width: 620px;
  }
}
.modal {
  background: #000;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9998;
}
.modal .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  max-width: 1200px;
  padding-bottom: 42.85%;
  position: relative;
}
.modal .content iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal .content .close {
  cursor: pointer;
  display: block;
  height: 33px;
  position: absolute;
  right: 20px;
  top: -50px;
  width: 40px;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  .modal .content .close {
    right: 0;
    top: -20px;
  }
}
.modal .content .close:hover:before,
.modal .content .close:hover:after {
  background: #ed1b2d;
}
.modal .content .close:before,
.modal .content .close:after {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  content: '';
  height: 30px;
  position: absolute;
  top: 0;
  transition: background 0.3s ease-out;
  width: 5px;
}
.modal .content .close:before {
  transform: rotate(45deg);
}
.modal .content .close:after {
  transform: rotate(-45deg);
}
.cookie-police {
  background: #001450;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  padding: 40px 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(100%);
  width: 100%;
  z-index: 999;
}
.cookie-police.show {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: vertical-position-go;
  pointer-events: initial;
}
.cookie-police.show .container {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: show-content;
}
.cookie-police.hide {
  animation-delay: 0.5s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: vertical-position-back;
  transform: translateY(0);
}
.cookie-police.hide .container {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: hide-content;
  opacity: 1;
}
.cookie-police .close-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  width: 14px;
}
.cookie-police .close-button:hover {
  transform: scale(1.5);
}
.cookie-police .close-button:before,
.cookie-police .close-button:after {
  border-top: solid 2px;
  box-sizing: border-box;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.cookie-police .close-button:before {
  transform: rotate(45deg);
}
.cookie-police .close-button:after {
  transform: rotate(-45deg);
}
.cookie-police .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
@media screen and (min-width: 679px) {
  .cookie-police .container {
    flex-direction: row;
  }
}
.cookie-police .container p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.cookie-police .container p a {
  color: inherit;
  position: relative;
}
@media screen and (min-width: 679px) {
  .cookie-police .container p a {
    text-decoration: none;
  }
}
@media screen and (min-width: 679px) {
  .cookie-police .container p a:hover:before {
    opacity: 1;
  }
}
@media screen and (min-width: 679px) {
  .cookie-police .container p a:before {
    border-top: solid 2px;
    bottom: -2px;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-out;
    width: 100%;
  }
}
.cookie-police .container .wrapper-buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .cookie-police .container .wrapper-buttons {
    margin-left: 60px;
    margin-top: 0;
    min-width: 320px;
    width: auto;
  }
}
.cookie-police .container .wrapper-buttons .agree-button,
.cookie-police .container .wrapper-buttons .desagree-button {
  border: solid 2px;
  border-radius: 26px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
  padding: 15px 26px 15px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .cookie-police .container .wrapper-buttons .agree-button,
  .cookie-police .container .wrapper-buttons .desagree-button {
    min-width: 150px;
  }
}
.cookie-police .container .wrapper-buttons .agree-button:hover:before,
.cookie-police .container .wrapper-buttons .desagree-button:hover:before,
.cookie-police .container .wrapper-buttons .agree-button:hover:after,
.cookie-police .container .wrapper-buttons .desagree-button:hover:after {
  opacity: 0;
  transform: scale(1.5);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.cookie-police .container .wrapper-buttons .agree-button:hover:after,
.cookie-police .container .wrapper-buttons .desagree-button:hover:after {
  transition-delay: 0.5s;
}
.cookie-police .container .wrapper-buttons .agree-button:before,
.cookie-police .container .wrapper-buttons .desagree-button:before,
.cookie-police .container .wrapper-buttons .agree-button:after,
.cookie-police .container .wrapper-buttons .desagree-button:after {
  border: solid 1px;
  border-radius: 26px;
  content: '';
  display: block;
  height: 100%;
  left: -1px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: -1px;
  transform: scale(1);
  width: 100%;
}
.cookie-police .container .wrapper-buttons .agree-button {
  background: #ebebf1;
  border-color: #ebebf1;
  color: #000;
}
.cookie-police .container .wrapper-buttons .agree-button:before,
.cookie-police .container .wrapper-buttons .agree-button:after {
  border-color: #ebebf1;
}
.cookie-police .container .wrapper-buttons .desagree-button {
  background: transparent;
  color: inherit;
}
@-moz-keyframes vertical-position-go {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes vertical-position-go {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes vertical-position-go {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes vertical-position-go {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes vertical-position-back {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes vertical-position-back {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-o-keyframes vertical-position-back {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes vertical-position-back {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-moz-keyframes hide-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes show-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.float-chat {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
  box-shadow: -1px -1px 10px #808080;
  background: #f8f8ff;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 420px;
  right: 20px;
  bottom: 75px;
  pointer-events: none;
  position: fixed;
  transform: translateY(100%);
  width: 330px;
  z-index: 999;
}
.float-chat .top-chat {
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  background-color: #f00;
  height: 45px;
  width: 330px;
}
.float-chat .top-chat .top-text {
  margin-top: 0px;
  left: 40px;
}
.float-chat .top-chat .top-text p {
  font-weight: bold;
  font-size: 16px;
  margin: 14px 0px 14px 30px;
}
.float-chat.show {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: vertical-position-go;
  pointer-events: initial;
}
.float-chat.show .container {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: show-content;
}
.float-chat.hide {
  bottom: -10px;
  transition: opacity 3s ease-in-out;
}
.float-chat.hide .container {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: hide-content;
  opacity: 1;
}
.float-chat .close-chat {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  width: 14px;
}
.float-chat .close-chat:hover {
  transform: scale(1.5);
}
.float-chat .close-chat:before,
.float-chat .close-chat:after {
  border-top: solid 2px;
  box-sizing: border-box;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.float-chat .close-chat:before {
  transform: rotate(45deg);
}
.float-chat .close-chat:after {
  transform: rotate(-45deg);
}
.float-chat .container {
  align-items: center;
  flex-direction: column;
  opacity: 0;
  padding: 0 30px;
}
@media screen and (min-width: 679px) {
  .float-chat .container {
    flex-direction: row;
  }
}
.float-chat .container .box-one {
  background: #fff;
  margin: 70px 16px 5px 16px;
  border-width: thin;
  border-style: solid;
  border-color: #fff;
  border-radius: 10px 10px 10px 0px;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.float-chat .container .box-one p {
  font-weight: bold;
  color: #a9a9a9;
  font-size: 11px;
  margin: 10px;
}
.float-chat .container .box-two {
  background: #fff;
  margin: 8px 16px 5px 16px;
  border-width: thin;
  border-style: solid;
  border-color: #fff;
  border-radius: 10px 10px 10px 0px;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.float-chat .container .box-two p {
  font-weight: bold;
  color: #a9a9a9;
  font-size: 11px;
  margin: 10px;
}
.float-chat .container .box-two .button {
  border-top: 1px solid #dcdcdc;
  text-decoration: none;
  display: flex;
  height: 32px;
  padding-left: 50px;
}
.float-chat .container .box-two .button img {
  height: 17px;
  margin-top: 8px;
}
.float-chat .container .box-two .button p {
  color: #f00;
}
.logomobil {
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  border-radius: 25px;
  width: 50px;
  border: 1px solid #dcdcdc;
  bottom: 16px;
  right: 20px;
  position: fixed;
  transform: translateY(100%);
  z-index: 999;
  transform: scale(1);
}
.logomobil:hover {
  transform: scale(1.2);
}
.circle {
  bottom: -20px;
  right: -16px;
  position: fixed;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.8);
  margin: 10px;
  height: 50px;
  width: 50px;
  box-shadow: 0 0 0 0 #d9dbdb;
  transform: scale(1.2);
  transform: translate(-50%, -50%);
  animation: sonarEffectLarge 2s ease-out infinite;
  z-index: 998;
}
.float-message {
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
  box-shadow: -1px -1px 10px #808080;
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 210px;
  right: 5px;
  bottom: 5px;
  padding: 30px 0px;
  pointer-events: none;
  position: fixed;
  transform: translateY(100%);
  width: 400px;
  z-index: 999;
}
.float-message.show {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: vertical-position-go;
  pointer-events: initial;
}
.float-message.show .container {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: show-content;
}
.float-message.hide {
  animation-delay: 0.5s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: vertical-position-back;
  transform: translateY(0);
}
.float-message.hide .container {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: hide-content;
  opacity: 1;
}
.float-message .button-close {
  background: transparent;
  border: 0;
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  width: 14px;
}
.float-message .button-close:hover {
  transform: scale(1.5);
}
.float-message .button-close:before,
.float-message .button-close:after {
  border-top: solid 2px;
  box-sizing: border-box;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.float-message .button-close:before {
  transform: rotate(45deg);
}
.float-message .button-close:after {
  transform: rotate(-45deg);
}
.float-message .container {
  align-items: center;
  flex-direction: column;
  opacity: 0;
  padding: 0 25px;
}
@media screen and (min-width: 679px) {
  .float-message .container {
    flex-direction: row;
  }
}
.float-message .container p {
  font-size: 21px;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  color: #444;
}
.float-message .container .sub {
  font-size: 14px;
  line-height: 1.5;
  margin: 18px 5px 15px 45px;
  font-weight: 600;
  color: #808080;
}
.float-message .container .forward-button {
  align-items: center;
  display: flex;
  width: 100%;
}
.float-message .container .forward-button button {
  background-color: #f00;
}
.float-message .container .forward-button .button-dist {
  border: none;
  background-color: #f00;
  width: 100%;
  height: 50px;
}
.float-message .container .forward-button .button-dist:hover {
  transform: scale(1.05);
}
.float-message .container .forward-button .button-dist p {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 679px) {
  .float-message .container .forward-button {
    width: 100%;
  }
}
.not-found {
  text-align: center;
}
.not-found > div {
  display: flex;
  justify-content: center;
  padding-top: 144px;
}
@media screen and (min-width: 1024px) {
  .not-found > div {
    position: relative;
    padding-top: 64px;
  }
}
.not-found > div .error {
  font-size: 12px;
  color: #404044;
  text-align: right;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
  top: 144px;
  width: 100px;
}
@media screen and (min-width: 679px) {
  .not-found > div .error {
    top: 204px;
  }
}
@media screen and (min-width: 1024px) {
  .not-found > div .error {
    top: 144px;
  }
}
.not-found > div .error:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ed1b2d;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  width: 80px;
}
.not-found > div img {
  width: 100%;
}
.not-found .content {
  font-weight: 700;
  font-size: 24px;
  color: #404044;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
.not-found .content span {
  font-size: 16px;
  color: #404044;
  text-align: center;
}
.not-found .not-found-search-form {
  position: relative;
  display: inline-block;
  margin: 25px 0 140px;
  max-width: 555px;
  width: 100%;
}
.not-found input {
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  text-align: left;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  box-sizing: border-box;
  height: 60px;
  max-width: 555px;
  padding: 20px 60px 20px 15px;
  width: 100%;
}
.not-found .send {
  background: transparent url("/mobil/assets/icons/lupa.svg") center no-repeat;
  border: 0;
  font-size: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
}
.home .about {
  position: relative;
}
@media screen and (min-width: 679px) {
  .home .about {
    padding: 100px 0;
  }
}
.home .about .background img {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .home .about .background img {
    transform: translate(-50%, -50%);
    max-width: 100vw;
  }
}
.home .about .container {
  position: relative;
}
@media screen and (min-width: 679px) {
  .home .about .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .home .about .container {
    max-width: 1140px;
  }
}
.home .about .container >.title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: left;
  line-height: normal;
  margin: 0 95px 0 0;
}
@media screen and (min-width: 1024px) {
  .home .about .container >.title {
    font-size: 50px;
    line-height: 1.1;
    margin-right: 90px;
  }
}
.home .about .container >.title:after {
  content: '';
  display: block;
  position: relative;
  width: 130px;
  height: 2px;
  margin-top: 10px;
  background-color: #ed1b2d;
}
@media screen and (min-width: 1024px) {
  .home .about .container >.title:after {
    margin-top: 30px;
    width: 200px;
  }
}
.home .about .container >.description {
  font-size: 18px;
  color: #404044;
  text-align: left;
  margin: 55px 0 0 50px;
  position: relative;
  line-height: 1.56;
}
@media screen and (min-width: 679px) {
  .home .about .container >.description {
    margin: 0;
    max-width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .home .about .container >.description {
    font-size: 30px;
    line-height: 1.5;
    max-width: 565px;
  }
}
.home .about .container >.description:before {
  border: 3px solid #ed1b2d;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 10px;
  left: -20px;
  position: absolute;
  top: 0.6em;
  width: 10px;
}
.home .find-exchange {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.home .find-exchange a {
  text-decoration: none;
}
.home .find-exchange .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 679px) {
  .home .find-exchange .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container {
    max-width: none;
  }
}
.home .find-exchange .container .find-exchange-content {
  align-items: flex-start;
  background-color: #ed1b2d;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  min-height: 180px;
  position: relative;
  padding: 35px;
  width: 100%;
}
.home .find-exchange .container .find-exchange-content:hover {
  background: #890000;
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container .find-exchange-content {
    justify-content: flex-start;
    padding: 80px 120px;
  }
}
.home .find-exchange .container .find-exchange-content:first-child {
  background-color: #001450;
}
.home .find-exchange .container .find-exchange-content:first-child:hover {
  background: #082959;
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container .find-exchange-content:first-child {
    justify-content: flex-end;
  }
}
.home .find-exchange .container .find-exchange-content .icon {
  margin-right: 25px;
}
.home .find-exchange .container .find-exchange-content .icon .drop {
  width: 20px;
  height: 35px;
}
.home .find-exchange .container .find-exchange-content .icon .barrel {
  width: 35px;
  height: 40px;
}
.home .find-exchange .container .find-exchange-content .content {
  max-width: none;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container .find-exchange-content .content {
    max-width: none;
  }
}
.home .find-exchange .container .find-exchange-content .content >.title {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 2.5;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container .find-exchange-content .content >.title {
    font-size: 30px;
    line-height: 1.83;
  }
}
.home .find-exchange .container .find-exchange-content .content >.description {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.63;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .find-exchange .container .find-exchange-content .content >.description {
    font-size: 18px;
    line-height: 1.67;
  }
}
.home .buy-sell {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.home .buy-sell a {
  text-decoration: none;
}
.home .buy-sell .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 679px) {
  .home .buy-sell .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container {
    max-width: none;
  }
}
.home .buy-sell .container .buy-sell-content {
  align-items: flex-start;
  background-color: #ed1b2d;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  min-height: 180px;
  position: relative;
  padding: 35px;
  width: 100%;
}
.home .buy-sell .container .buy-sell-content:hover {
  background: #890000;
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container .buy-sell-content {
    justify-content: flex-start;
    padding: 80px 120px;
  }
}
.home .buy-sell .container .buy-sell-content:first-child {
  background-color: #001450;
}
.home .buy-sell .container .buy-sell-content:first-child:hover {
  background: #082959;
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container .buy-sell-content:first-child {
    justify-content: flex-end;
  }
}
.home .buy-sell .container .buy-sell-content .icon {
  margin-right: 25px;
}
.home .buy-sell .container .buy-sell-content .content {
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container .buy-sell-content .content {
    max-width: 300px;
  }
}
.home .buy-sell .container .buy-sell-content .content >.title {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 2.5;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container .buy-sell-content .content >.title {
    font-size: 30px;
    line-height: 1.83;
  }
}
.home .buy-sell .container .buy-sell-content .content >.description {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.63;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .buy-sell .container .buy-sell-content .content >.description {
    font-size: 18px;
    line-height: 1.67;
  }
}
.hero-carousel {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .hero-carousel {
    max-width: none;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 679px) {
  .hero-carousel {
    max-width: none;
    width: 100%;
  }
}
.hero-carousel .container {
  opacity: 1;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding: 0 0px;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .hero-carousel .container {
    padding: 0;
  }
}
.hero-carousel .container .open-modal {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 44%;
}
@media screen and (min-width: 679px) {
  .hero-carousel .container .open-modal {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .container .open-modal {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 50%;
  }
}
.hero-carousel .container .stamp-img {
  display: none !important;
  position: absolute;
  z-index: 2;
  bottom: -24%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (min-width: 679px) {
  .hero-carousel .container .stamp-img {
    display: none !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -40%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .container .stamp-img {
    display: none !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -35%;
  }
}
.hero-carousel .container .flickity-prev-next-button.previous {
  top: 50%;
  left: 40px;
}
.hero-carousel .container .flickity-prev-next-button.next {
  top: 50%;
  right: 40px;
}
.hero-carousel .container h1 {
  display: none;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
  max-width: 250px;
  position: absolute;
  z-index: 1;
  margin-top: 40px;
  margin-left: 40px;
}
@media screen and (min-width: 679px) {
  .hero-carousel .container h1 {
    flex-basis: 33.333%;
    font-size: 45px;
    max-width: 275px;
    margin-left: 8%;
    margin-top: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .container h1 {
    font-size: 65px;
    max-width: 380px;
    margin-left: 10%;
    margin-top: 155px;
  }
}
.hero-carousel .container .banner-list {
  margin: 0 auto;
}
@media screen and (min-width: 679px) {
  .hero-carousel .container .banner-list {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel .container .banner-list {
    max-width: 100%;
  }
}
.hero-carousel .container .banner-list li {
  width: 100%;
}
.hero-carousel .container .banner-list li img {
  width: 100% !important;
}
.hero-carousel .container .banner-list .banner-card {
  position: relative;
  display: inline-block;
}
height 500px {
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  height 500px {
    max-width: 237px;
  }
}
height 500px .thumb {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 500px;
}
.carousel_img {
  width: 100% !important;
  height: 500px;
  object-fit: cover;
}
.bg-image {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-image picture {
  object-fit: cover;
  display: block;
  min-height: 100%;
  height: 500px;
  min-width: 100%;
  position: absolute;
  width: 100% !important;
}
.home .content-portal {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}
@media screen and (min-width: 1024px) {
  .home .content-portal {
    margin-top: 200px;
    flex-direction: row;
    justify-content: center;
  }
}
.home .content-portal .sidepanel {
  background-color: #ed1b2d;
  padding: 55px 0;
}
@media screen and (min-width: 1024px) {
  .home .content-portal .sidepanel {
    width: 70%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .home .content-portal .sidepanel >.container {
    padding: 30px 55px;
    max-width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 679px) {
  .home .content-portal .sidepanel >.container .title-desc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .home .content-portal .sidepanel >.container .title-desc {
    display: block;
  }
}
.home .content-portal .sidepanel >.container .title-desc >.title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: left;
  max-width: 140px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .sidepanel >.container .title-desc >.title {
    font-size: 48px;
    color: #fff;
    text-align: left;
    line-height: 55px;
    max-width: 240px;
  }
}
.home .content-portal .sidepanel >.container .title-desc >.description {
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 28px;
  padding: 45px 0 0 50px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .sidepanel >.container .title-desc >.description {
    padding: 0px 0 0 80px;
    max-width: 274px;
  }
}
@media screen and (min-width: 1024px) {
  .home .content-portal .sidepanel >.container .title-desc >.description {
    max-width: 242px;
    padding: 45px 0 0;
  }
}
.home .content-portal .sidepanel >.container .more-button {
  position: relative;
  width: 100%;
  height: 74px;
  margin: 50px 0 0;
}
.home .content-portal .sidepanel >.container .more-button .icon-button {
  position: absolute;
  right: 20px;
  text-decoration: none;
}
@media screen and (min-width: 679px) {
  .home .content-portal .sidepanel >.container .more-button .icon-button {
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .home .content-portal .sidepanel >.container .more-button .icon-button {
    right: 20px;
  }
}
.home .content-portal .sidepanel >.container .more-button .icon-button .label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  text-transform: uppercase;
}
.home .content-portal .sidepanel >.container .more-button .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
}
.home .content-portal .channels {
  background-color: rgba(255,255,255,0.5);
}
@media screen and (min-width: 1024px) {
  .home .content-portal .channels {
    max-width: none;
    width: 100%;
    padding: 0 55px 80px;
  }
}
.home .content-portal .channels .container {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .home .content-portal .channels .container {
    padding: 0;
    max-width: 714px;
    margin: 0;
  }
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .logo-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 90px 0 55px;
  }
}
.home .content-portal .channels .container .logo-desc .logo {
  margin-top: 60px;
}
.home .content-portal .channels .container .logo-desc .logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .logo-desc .logo {
    margin-top: 0;
  }
}
.home .content-portal .channels .container .logo-desc >.description {
  font-size: 16px;
  color: #404044;
  text-align: center;
  max-width: 240px;
  margin: 30px auto;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .logo-desc >.description {
    font-size: 18px;
    color: #404044;
    text-align: left;
    margin: 0;
    margin-left: 45px;
    max-width: none;
  }
}
.home .content-portal .channels .container .channels-list {
  margin-top: 50px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list {
    max-width: 694px;
  }
}
@media screen and (min-width: 1024px) {
  .home .content-portal .channels .container .channels-list {
    max-width: 716px;
  }
}
.home .content-portal .channels .container .channels-list .flickity-prev-next-button.previous {
  left: -15px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .flickity-prev-next-button.previous {
    left: auto;
    right: 40px;
  }
}
.home .content-portal .channels .container .channels-list .flickity-prev-next-button.next {
  right: -15px;
}
.home .content-portal .channels .container .channels-list .channel-content {
  position: relative;
  width: 100%;
}
.home .content-portal .channels .container .channels-list .channel-content .top-container {
  position: relative;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .top-container {
    flex-flow: row;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .top-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 2px;
  background-color: #ccc;
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .cover-image {
  order: 2;
  margin: 0 auto;
  max-width: 70%;
  margin-top: 40px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .top-container .cover-image {
    order: 1;
    max-width: none;
    margin-top: 0;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .cover-image img {
  width: 100%;
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details {
  order: 1;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details {
    order: 2;
    max-width: 280px;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details >.title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: left;
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details >.description {
  font-size: 16px;
  color: #404044;
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details >.description {
    font-size: 18px;
    color: #404044;
    text-align: left;
    line-height: 28px;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details .icon-button {
  margin-top: 20px;
}
.home .content-portal .channels .container .channels-list .channel-content .top-container .channel-details .icon-button .label {
  font-size: 18px;
  color: #404044;
  text-align: left;
  margin-right: 20px;
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list {
    display: flex;
    justify-content: center;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card {
  position: relative;
  display: inline-block;
  max-width: 190px;
  margin: 0 5px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card {
    max-width: 240px;
  }
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card .thumb {
  display: inline-block;
  position: relative;
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card .thumb img {
  width: 100%;
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card .thumb .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card >.title {
  font-size: 16px;
  color: #ed1b2d;
  text-align: left;
  text-transform: uppercase;
  line-height: 26px;
  padding: 5px;
}
.home .content-portal .channels .container .channels-list .channel-content .bottom-container .videos-list .video-card >.description {
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: 26px;
  padding: 0 5px;
}
.home .hero-home {
  height: 500px;
  overflow: hidden;
  padding-top: 64px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .home .hero-home {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-home {
    max-height: 400px;
    padding: 0;
  }
}
.home .hero-home picture {
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.home .hero-video {
  max-height: 400px;
  margin-top: 64px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .home .hero-video {
    max-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-video {
    margin-top: 0;
    max-height: 400px;
  }
}
.home .hero-video:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.2);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.home .hero-video video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  max-height: 400px;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .home .hero-video video {
    display: block;
  }
}
.home .hero-video .bg-image {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .hero-video .bg-image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-height: 400px;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .home .hero-video .bg-image {
    display: none;
  }
}
.home .hero-video .container {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 679px) {
  .home .hero-video .container {
    align-items: center;
    flex-flow: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-video .container {
    padding: 0 60px;
    justify-content: space-between;
  }
}
.home .hero-video .container > div {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home .hero-video .container > div {
    flex-basis: 33.333%;
  }
}
.home .hero-video .container h1 {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
  max-width: 275px;
}
@media screen and (min-width: 679px) {
  .home .hero-video .container h1 {
    flex-basis: 33.333%;
    font-size: 50px;
    margin: 0;
    max-width: 275px;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-video .container h1 {
    font-size: 70px;
    max-width: none;
  }
}
.home .hero-video .container h1 .trademark {
  font-size: 14px;
  margin-top: 3px;
  position: absolute;
}
@media screen and (min-width: 679px) {
  .home .hero-video .container h1 .trademark {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-video .container h1 .trademark {
    font-size: 24px;
    margin-top: 4px;
  }
}
.home .hero-video .container p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin: 0 auto 30px;
}
@media screen and (min-width: 679px) {
  .home .hero-video .container p {
    line-height: 1.5;
    max-width: 275px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .home .hero-video .container p {
    font-size: 18px;
    line-height: 1.67;
    max-width: 290px;
  }
}
.home .hero-video .container .more-button {
  height: 74px;
  margin: 20px 0 30px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .home .hero-video .container .more-button {
    margin: 20px 0 0;
    position: absolute;
  }
}
.home .hero-video .container .more-button .icon-button {
  position: absolute;
  right: 40px;
  text-decoration: none;
}
.home .hero-video .container .more-button .icon-button .label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: inline-block;
  margin-right: 55px;
  text-transform: uppercase;
  vertical-align: middle;
}
.home .hero-video .container .more-button .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
}
.home .partners {
  margin-bottom: 115px;
  margin-top: 115px;
}
@media screen and (min-width: 1024px) {
  .home .partners {
    margin-top: 160px;
  }
}
.home .partners .container {
  position: relative;
}
.home .partners .container >.title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  line-height: normal;
  margin: 0 0 10px;
}
@media screen and (min-width: 679px) {
  .home .partners .container >.title {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 26px;
  }
}
.home .partners .container >.description {
  font-size: 18px;
  color: #404044;
  text-align: center;
  line-height: normal;
  margin: 0 auto;
  max-width: 555px;
}
@media screen and (min-width: 679px) {
  .home .partners .container >.description {
    font-size: 30px;
    line-height: 1.5;
  }
}
.home .partners .partners-gallery {
  box-sizing: border-box;
  margin: 70px auto 0;
  max-width: 678px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .home .partners .partners-gallery {
    max-width: 555px;
  }
}
@media screen and (min-width: 1024px) {
  .home .partners .partners-gallery {
    max-width: 945px;
  }
}
.home .partners .partners-gallery .flickity-viewport {
  font-size: 0;
  padding: 5px 0;
}
.home .partners .partners-gallery .flickity-prev-next-button.previous {
  left: -60px;
}
.home .partners .partners-gallery .flickity-prev-next-button.next {
  right: -60px;
}
.home .partners .partners-gallery .partner-card {
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.14);
  margin-right: 30px;
  position: relative;
  transition: box-shadow 0.3s ease-out;
}
.home .partners .partners-gallery .partner-card:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14);
}
.home .partners .partners-button {
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
}
.home .partners .partners-button a {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  line-height: 56px;
  padding-left: 35px;
  padding-right: 35px;
}
.home .partners .partners-button a:hover {
  background-color: #890000;
}
.home .products {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.home .products .container >.title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .products .container >.title {
    font-size: 50px;
    line-height: 1.1;
  }
}
.home .products .container >.description {
  font-size: 16px;
  color: #404044;
  text-align: center;
  line-height: 1.38;
  margin: 40px auto;
}
@media screen and (min-width: 679px) {
  .home .products .container >.description {
    line-height: 1.63;
    max-width: 595px;
  }
}
@media screen and (min-width: 1024px) {
  .home .products .container >.description {
    font-size: 18px;
    color: #404044;
    text-align: center;
    line-height: 1.89;
    max-width: 945px;
  }
}
.home .products .cards {
  outline: none;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home .products .cards {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
}
.home .products .cards .product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 5px;
  position: relative;
  width: 225px;
}
.home .products .cards .product-card a {
  display: block;
  font-size: 0;
  text-decoration: none;
  width: 100%;
}
.home .products .cards .product-card a img {
  display: block;
  margin: 0 auto;
}
.home .products .cards .product-card a img.vehicle-type {
  width: 100%;
}
.home .products .cards .product-card a >.content-box {
  background: #fff;
  margin-bottom: -50px;
  padding: 12px 6px 60px;
}
.home .products .cards .product-card a >.content-box >.title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 6px;
}
.home .products .cards .product-card a >.content-box >.description {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1.15;
  margin: 0;
  min-height: 4.6em;
}
.youtube-videos {
  background-color: rgba(255,255,255,0.5);
}
@media screen and (min-width: 1024px) {
  .youtube-videos {
    max-width: none;
    width: 100%;
  }
}
.youtube-videos .container {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .youtube-videos .container {
    padding: 0;
  }
}
.youtube-videos .container .logo-desc .logo {
  margin-top: 60px;
  padding: 65px 0 20px;
}
@media screen and (min-width: 1024px) {
  .youtube-videos .container .logo-desc .logo {
    padding: 90px 0 35px;
  }
}
.youtube-videos .container .logo-desc .logo img {
  display: block;
  margin: 0 auto;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .youtube-videos .container .logo-desc .logo img {
    width: inherit;
  }
}
.youtube-videos .container .logo-desc >.description {
  font-size: 16px;
  color: #404044;
  text-align: center;
  line-height: normal;
  max-width: 240px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 679px) {
  .youtube-videos .container .logo-desc >.description {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .youtube-videos .container .logo-desc >.description {
    font-size: 20px;
    color: #404044;
    text-align: center;
    padding-bottom: 85px;
    max-width: inherit;
  }
}
.youtube-videos .container .flickity-prev-next-button.previous {
  top: 26%;
  left: -40px;
}
.youtube-videos .container .flickity-prev-next-button.next {
  top: 26%;
  right: -40px;
}
.youtube-videos .container .videos-list {
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 679px) {
  .youtube-videos .container .videos-list {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .youtube-videos .container .videos-list {
    max-width: 978px;
    padding-bottom: 120px;
  }
}
.youtube-videos .container .videos-list .video-card {
  position: relative;
  display: inline-block;
  max-width: 190px;
  margin: 0 5px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .youtube-videos .container .videos-list .video-card {
    max-width: 237px;
  }
}
.youtube-videos .container .videos-list .video-card .thumb {
  display: inline-block;
  position: relative;
  width: 100%;
}
.youtube-videos .container .videos-list .video-card .thumb img {
  width: 100%;
}
.youtube-videos .container .videos-list .video-card .thumb .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.youtube-videos .container .videos-list .video-card >.title {
  font-weight: 700;
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: normal;
  margin: 0;
  padding: 5px 0;
}
.youtube-videos .container .videos-list .video-card >.description {
  font-weight: 400;
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: normal;
  margin: 0;
  padding: 5px 0;
}
.home .icon-button {
  text-decoration: none;
}
.home .icon-button .label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  text-transform: uppercase;
}
.home .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
}
.home .container .stamp-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  margin-bottom: 25px;
}
@media screen and (min-width: 679px) {
  .home .container .stamp-img {
    width: 250px;
    margin-bottom: 0;
  }
}
.home .banner-video .container iframe {
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 679px) {
  .home .banner-video .container iframe {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .home .banner-video .container iframe {
    min-height: 500px;
  }
}
.industry .article-list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
  padding: 70px 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .industry .article-list {
    justify-content: flex-start;
    margin-left: -15px;
  }
}
.industry .article-list li {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 0 40px;
  width: 290px;
}
@media screen and (min-width: 679px) {
  .industry .article-list li {
    margin: 0 15px 40px;
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .industry .article-list li {
    margin: 0 12px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .industry .article-list li:nth-child(4n) {
    margin-right: 0;
  }
}
.industry .article-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: transform 3s ease-out;
}
.industry .article-list li a:hover .img-wrapper img {
  transform: translate(-50%, -50%) scale(1.05);
}
.industry .article-list li a .img-wrapper {
  display: block;
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  .industry .article-list li a .img-wrapper {
    width: 260px;
  }
}
.industry .article-list li a .img-wrapper img {
  display: block;
  height: auto;
  left: 50%;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease-out;
  width: auto;
}
.industry .article-list li a .title {
  font-weight: 700;
  font-size: 20px;
  color: #404044;
  text-align: left;
  line-height: normal;
  margin: 0;
  padding: 20px 20px 10px;
}
.industry .article-list li a p {
  font-size: 16px;
  color: #404044;
  text-align: left;
  display: block;
  height: 8.049999999999999em;
  line-height: normal;
  margin: 0;
  padding: 0 20px 20px;
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  .industry .industry-complete {
    background: linear-gradient(90deg, #001450 50%, #023279 50%);
    padding: 60px 0 45px;
  }
}
.industry .industry-complete .container {
  padding: 0;
}
@media screen and (min-width: 679px) {
  .industry .industry-complete .container {
    display: flex;
    flex-flow: row;
  }
}
.industry .industry-complete .container > .box {
  background: #023279;
  flex-basis: 100%;
  padding: 30px 30px 104px;
  position: relative;
}
.industry .industry-complete .container > .box:first-child {
  background: #001450;
}
@media screen and (min-width: 679px) {
  .industry .industry-complete .container > .box {
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .industry .industry-complete .container > .box {
    flex-basis: 50%;
    padding: 0 100px 74px;
  }
}
.industry .industry-complete .container > .box .title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: left;
  line-height: 1.33;
  margin: 0 0 20px;
}
@media screen and (min-width: 679px) {
  .industry .industry-complete .container > .box .title {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .industry .industry-complete .container > .box .title {
    font-size: 30px;
    line-height: 1.07;
  }
}
.industry .industry-complete .container > .box p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 2;
}
.industry .industry-complete .container > .box .more-button {
  position: absolute;
  bottom: 0;
  max-width: 230px;
  width: 100%;
  height: 74px;
  margin: 20px 0 30px;
}
@media screen and (min-width: 679px) {
  .industry .industry-complete .container > .box .more-button {
    margin: 20px 0 0;
  }
}
.industry .industry-complete .container > .box .more-button .icon-button {
  position: absolute;
  left: 0;
  text-decoration: none;
}
.industry .industry-complete .container > .box .more-button .icon-button .label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
  text-transform: uppercase;
}
.industry .industry-complete .container > .box .more-button .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
}
.hero-revender {
  background-image: linear-gradient(to bottom, #cfd6df, #e7ecf1);
  padding: 50px 0;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .hero-revender {
    margin-top: 0;
  }
}
.hero-revender .container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
@media screen and (min-width: 679px) {
  .hero-revender .container {
    flex-flow: row;
  }
}
.hero-revender .container > div img {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .hero-revender .container > div img {
    max-width: 325px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-revender .container > div img {
    max-width: 530px;
  }
}
@media screen and (min-width: 679px) {
  .hero-revender .container .content {
    max-width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-revender .container .content {
    max-width: 490px;
  }
}
.hero-revender .container .content h1 {
  font-weight: 700;
  font-size: 25px;
  color: #404044;
  text-align: left;
  margin-top: 0;
  max-width: 430px;
}
@media screen and (min-width: 1024px) {
  .hero-revender .container .content h1 {
    font-size: 42px;
    color: #404044;
    text-align: left;
  }
}
.hero-revender .container .content h1 + p {
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .hero-revender .container .content h1 + p {
    font-size: 18px;
    color: #404044;
    text-align: left;
  }
}
.hero-revender .container .content h1 + p span {
  font-weight: 700;
}
.hero-revender .container .content .select-wrapper {
  position: relative;
}
@media screen and (min-width: 679px) {
  .hero-revender .container .content .select-wrapper {
    max-width: 280px;
  }
}
.hero-revender .container .content .select-wrapper:before {
  content: '';
  right: 15px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ed1b2d;
  border-bottom: 2px solid #ed1b2d;
  transform: translateY(-50%) rotate(45deg);
}
.hero-revender .container .content .select-wrapper select {
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 15px;
  text-indent: 10px;
  width: 100%;
}
.hero-revender .container .content .my-local {
  font-size: 18px;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  margin-top: 25px;
  padding-left: 35px;
  position: relative;
  text-decoration: underline;
}
.hero-revender .container .content .my-local:before {
  background: url("/mobil/assets/icons/red-pin.svg") left no-repeat;
  content: '';
  height: 22px;
  left: 5px;
  top: 0;
  position: absolute;
  width: 15px;
}
.carousel-revender {
  display: none;
  padding: 0 0 100px;
}
.carousel-revender .container p {
  font-size: 36px;
  color: #404044;
  text-align: center;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
.carousel-revender .container p span {
  font-weight: 700;
  font-size: 32px;
  color: #404044;
  text-align: center;
}
.carousel-revender .cards {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  outline: none;
}
.carousel-revender .cards .flickity-viewport {
  position: relative;
  width: 100%;
}
.carousel-revender .cards .distributor {
  font-size: 16px;
  color: #404044;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.5;
  margin: 60px 15px 0;
  max-width: 360px;
  padding: 30px;
  width: 100%;
}
.carousel-revender .cards .distributor img {
  margin-bottom: 10px;
}
.carousel-revender .cards .distributor a {
  font-size: 16px;
  color: #404044;
  text-align: center;
  text-decoration: none;
}
.carousel-revender .cards .distributor a:hover {
  text-decoration: underline;
}
.carousel-revender .cards .distributor span {
  font-size: 20px;
}
.contact .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .contact .container {
    flex-flow: row;
  }
}
.contact .container .form-column {
  box-sizing: border-box;
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .container .form-column {
    max-width: 100%;
    padding: 0 10% 5% 10%;
  }
}
.contact .container .form-column form {
  text-align: center;
  padding-bottom: 60px;
}
.contact .container .form-column .title {
  font-weight: 700;
  font-size: 30px;
  color: #363636;
  text-align: left;
  line-height: normal;
  margin: 53px 0 20px;
}
@media screen and (min-width: 679px) {
  .contact .container .form-column .title {
    line-height: 1.93;
    margin: 61px 0 3px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .container .form-column .title {
    font-size: 38px;
    line-height: 1.53;
    margin: 64px 0 13px;
  }
}
.contact .container .form-column .description {
  font-size: 16px;
  color: #363636;
  text-align: left;
  line-height: 1.63;
  margin: 0 0 22px;
}
@media screen and (min-width: 679px) {
  .contact .container .form-column .description {
    margin: 0 0 23px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .container .form-column .description {
    font-size: 18px;
    line-height: 1.78;
    margin: 0 0 33px;
  }
}
.contact .container .form-column .disclaimer {
  font-size: 12px;
  color: #ed1b2d;
  text-align: left;
  display: block;
  line-height: 2.67;
  margin: 0;
}
.contact .container .form-column .subject {
  font-size: 18px;
  color: #363636;
  text-align: left;
  font-weight: 700;
  line-height: 1.78;
  margin: 7px 0 8px;
}
@media screen and (min-width: 679px) {
  .contact .container .form-column .subject {
    margin-top: 0;
  }
}
.contact .container .form-column .radio-group {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 8px 0 25px;
  padding: 0 15px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .contact .container .form-column .radio-group {
    flex-flow: row;
  }
}
.contact .container .form-column .radio-group > .radio-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 679px) {
  .contact .container .form-column .radio-group > .radio-item {
    margin-bottom: 0;
  }
}
.contact .container .form-column .radio-group input[type="radio"] {
  opacity: 0;
}
.contact .container .form-column .radio-group input[type="radio"]:checked + label:after {
  background: #14b881;
  border-radius: 100%;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  left: -25px;
  top: 8px;
  width: 8px;
}
.contact .container .form-column .radio-group label {
  font-size: 18px;
  color: #363636;
  text-align: left;
  cursor: pointer;
  line-height: 1.78;
  position: relative;
}
.contact .container .form-column .radio-group label:before {
  background: #fff;
  border: 1px solid #979797;
  border-radius: 100%;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  left: -30px;
  top: 3px;
  width: 16px;
}
.contact .container .form-column .radio-error {
  font-size: 12px;
  color: #ed1b2d;
  text-align: left;
  display: block;
  margin-top: -15px;
  opacity: 0;
}
.contact .container .form-column .ipt-group {
  margin-bottom: -15px;
  padding: 17px 0;
  position: relative;
}
.contact .container .form-column .ipt-group textarea {
  resize: none;
}
.contact .container .form-column .ipt-group input,
.contact .container .form-column .ipt-group textarea {
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  background: #fff;
  border: 2px solid;
  border-color: #979797;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 16px 12px;
  outline: none;
  transition: border-color 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .container .form-column .ipt-group input,
  .contact .container .form-column .ipt-group textarea {
    max-width: 100%;
  }
}
.contact .container .form-column .ipt-group input:hover,
.contact .container .form-column .ipt-group textarea:hover {
  border-color: #000;
}
.contact .container .form-column .ipt-group input.active ~ label,
.contact .container .form-column .ipt-group textarea.active ~ label,
.contact .container .form-column .ipt-group input.error ~ label,
.contact .container .form-column .ipt-group textarea.error ~ label,
.contact .container .form-column .ipt-group input.sucess ~ label,
.contact .container .form-column .ipt-group textarea.sucess ~ label {
  transform: translateY(-22px) scale(0.8);
  transform-origin: 0 0;
}
.contact .container .form-column .ipt-group input.error,
.contact .container .form-column .ipt-group textarea.error {
  background: #fff url("/mobil/assets/icons/error.svg") right 10px bottom 15px no-repeat;
  background-size: 16px 16px;
  border-color: #ed1b2d;
}
.contact .container .form-column .ipt-group input.error ~ label,
.contact .container .form-column .ipt-group textarea.error ~ label {
  color: #ed1b2d;
}
.contact .container .form-column .ipt-group input.sucess,
.contact .container .form-column .ipt-group textarea.sucess {
  background: #fff url("/mobil/assets/icons/ok.svg") right 10px bottom 15px no-repeat;
  background-size: 16px 16px;
}
.contact .container .form-column .ipt-group input.active,
.contact .container .form-column .ipt-group textarea.active {
  border-color: #001450;
}
.contact .container .form-column .ipt-group input.active ~ label,
.contact .container .form-column .ipt-group textarea.active ~ label {
  color: #001450;
}
.contact .container .form-column .ipt-group input#email.error,
.contact .container .form-column .ipt-group textarea#email.error {
  background: url("/mobil/assets/icons/error.svg") right 10px bottom 15px no-repeat, url("/mobil/assets/contact/email.svg") 10px center no-repeat;
  background-color: #fff;
  background-size: 16px 16px, 20px 16px;
}
.contact .container .form-column .ipt-group input#email:visited,
.contact .container .form-column .ipt-group textarea#email:visited,
.contact .container .form-column .ipt-group input#email.sucess,
.contact .container .form-column .ipt-group textarea#email.sucess {
  background: url("/mobil/assets/icons/ok.svg") right 10px bottom 15px no-repeat, url("/mobil/assets/contact/email.svg") 10px center no-repeat;
  background-color: #fff;
  background-size: 16px 16px, 20px 16px;
}
.contact .container .form-column .ipt-group input#email {
  background: #fff url("/mobil/assets/contact/email.svg") 10px center no-repeat;
  background-size: 20px 16px;
  padding-left: 40px;
}
.contact .container .form-column .ipt-group input#email ~ label {
  left: 40px;
}
.contact .container .form-column .ipt-group label {
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 49px;
  transition: transform 0.1s ease-out, color 0.1s ease-out;
  transform-origin: 0 100%;
}
.contact .container .form-column .ipt-group .error-msg {
  font-size: 11px;
  color: #ed1b2d;
  text-align: left;
  display: block;
  margin-top: 5px;
  opacity: 0;
}
.contact .container .form-column .feedback {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  display: none;
  max-width: 460px;
  padding: 50px 30px;
  position: relative;
  width: 100%;
}
.contact .container .form-column .feedback .close-feedback {
  font-size: 14px;
  color: #fff;
  text-align: center;
  align-items: center;
  background-color: #ed1b2d;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  line-height: 0.8;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 25px;
}
.contact .container .form-column .feedback.status-error {
  border: 2px solid #ed1b2d;
}
.contact .container .form-column .feedback.status-error h5 {
  font-size: 24px;
  color: #ed1b2d;
  text-align: left;
}
.contact .container .form-column .feedback.status-error h5:before {
  background: url("/mobil/assets/icons/error.svg") no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 25px;
  width: 25px;
}
.contact .container .form-column .feedback.status-sucess {
  border: 2px solid #001450;
}
.contact .container .form-column .feedback.status-sucess h5 {
  font-size: 24px;
  color: #001450;
  text-align: left;
}
.contact .container .form-column .feedback.status-sucess h5:before {
  content: '';
  border-left: 3px solid #001450;
  border-bottom: 3px solid #001450;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(-45deg);
  width: 15px;
}
.contact .container .form-column .feedback h5 {
  font-weight: 700;
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.contact .container .form-column .feedback p {
  font-size: 16px;
  color: #363636;
  text-align: left;
  margin: 0;
  opacity: 0.8;
}
.contact .container .form-column button {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  margin-top: 25px;
  max-width: 275px;
  width: 100%;
}
.contact .container .form-column button:hover {
  background-color: #890000;
}
.contact .container .form-column button.loading {
  background: #ed1b2d url("/mobil/assets/white-load.gif") right 25px center no-repeat;
  background-size: 25px 25px;
}
.contact .contact-phones {
  background-color: #e7ecf1;
}
@media screen and (min-width: 1024px) {
  .contact .contact-phones {
    max-width: none;
    width: 100%;
  }
}
.contact .contact-phones .container-phones {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .contact .contact-phones .container-phones {
    padding: 0;
  }
}
.contact .contact-phones .container-phones .flickity-prev-next-button.previous {
  top: 26%;
  left: -40px;
}
.contact .contact-phones .container-phones .flickity-prev-next-button.next {
  top: 26%;
  right: -40px;
}
.contact .contact-phones .container-phones .cards {
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 679px) {
  .contact .contact-phones .container-phones .cards {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .contact .contact-phones .container-phones .cards {
    max-width: 1100px;
    padding-bottom: 120px;
  }
}
.contact .contact-phones .container-phones .cards .card {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 0 65px;
  max-width: 340px;
  padding: 30px;
  margin-left: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .contact-phones .container-phones .cards .card {
    max-width: 360px;
    padding: 30px 30px;
  }
  .contact .contact-phones .container-phones .cards .card.card:hover {
    background-color: #d3d3d3;
  }
}
.contact .contact-phones .container-phones .cards .card h3 {
  font-weight: 700;
  font-size: 26px;
  color: #404044;
  text-align: left;
  line-height: 1.23;
  margin: 0 0 25px;
}
.contact .contact-phones .container-phones .cards .card h4 {
  font-weight: 700;
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: 1.78;
  margin: 0;
}
.contact .contact-phones .container-phones .cards .card h3 + h4 {
  margin: 0 0 10px;
}
.contact .contact-phones .container-phones .cards .card span {
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: normal;
}
.contact .contact-phones .container-phones .cards .card a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
.contact .contact-phones .container-phones .cards .card a:hover {
  color: inherit;
}
.contact .contact-phones .container-phones .cards .card a.chat-link {
  font-weight: 700;
  font-size: 18px;
  color: #404044;
  text-align: left;
  text-decoration: underline;
  transition: 0.1s color ease-out;
}
.contact .contact-phones .container-phones .cards .card a.chat-link:hover {
  font-size: 18px;
  color: #ed1b2d;
  text-align: left;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container {
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: 1;
  margin: 0 0 25px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .contact-phones .container-phones .cards .card .card-icons-container {
    line-height: 1.17;
  }
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-icon-text {
  align-items: stretch;
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-bottom: 15px;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-icon-text .card-icon {
  max-height: 20px;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-icon-text .card-icon img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-icon-text .card-text {
  width: inherit;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-time-container {
  margin-bottom: 5px;
}
.contact .contact-phones .container-phones .cards .card .card-icons-container .card-time-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 679px) {
  .contact .contact-phones .container-phones .cards .card {
    max-width: 350px;
    height: 320px;
  }
  .contact .contact-phones .container-phones .cards .card img {
    width: 100%;
  }
  .contact .contact-phones .container-phones .cards .card .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.where-to-buy .text-content h2 {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  line-height: 1.3;
  margin: 58px 0 20px 0;
}
@media screen and (min-width: 679px) {
  .where-to-buy .text-content h2 {
    font-size: 40px;
    margin: 75px 0 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .where-to-buy .text-content h2 {
    font-size: 50px;
    margin: 80px 0 40px 0;
  }
}
.where-to-buy .text-content p {
  font-size: 16px;
  color: #404044;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .where-to-buy .text-content p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .where-to-buy .text-content p {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .where-to-buy .text-content p {
    font-size: 26px;
    margin-bottom: 80px;
    max-width: 950px;
  }
}
.where-to-buy .maps {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.where-to-buy .maps #map {
  background: #8e8e8e;
  display: none;
  height: 803px;
  left: 0;
  position: relative;
  top: 0;
  width: calc(100% - 550px);
}
@media screen and (min-width: 679px) {
  .where-to-buy .maps #map {
    display: block;
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps #map {
    height: 745px;
    width: calc(100% - 550px);
  }
}
.where-to-buy .maps .steps {
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 330px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps {
    max-width: 550px;
  }
}
.where-to-buy .maps .steps .reset {
  display: none;
}
.where-to-buy .maps .steps .reset.active {
  display: block;
}
.where-to-buy .maps .steps .reset input {
  opacity: 0;
  position: absolute;
}
.where-to-buy .maps .steps .reset p {
  font-size: 14px;
  color: #333;
  text-align: left;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 30px 0 0 60px;
  text-decoration: underline;
}
@media screen and (min-width: 679px) {
  .where-to-buy .maps .steps .reset p {
    margin-left: 60px;
  }
}
.where-to-buy .maps .steps .reset p span {
  align-items: center;
  border: 2px solid #85858c;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  left: 15px;
  position: absolute;
  width: 25px;
}
.where-to-buy .maps .steps .reset p span:before {
  border: solid #85858c;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  height: 5px;
  left: 9px;
  padding: 1px;
  position: absolute;
  transform: rotate(135deg);
  width: 5px;
}
.where-to-buy .maps .steps .error {
  color: #f00;
  display: none;
  height: 18px;
  margin: -35px 0 17px;
}
.where-to-buy .maps .steps .error.active {
  display: block;
}
.where-to-buy .maps .steps .step1,
.where-to-buy .maps .steps .step2 {
  align-items: center;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1,
  .where-to-buy .maps .steps .step2 {
    align-items: flex-start;
    padding-left: 55px;
  }
}
.where-to-buy .maps .steps .step1.active,
.where-to-buy .maps .steps .step2.active {
  display: flex;
}
.where-to-buy .maps .steps .step1:before,
.where-to-buy .maps .steps .step2:before {
  background: url("/mobil/assets/icons/pattern.png");
  background-repeat: repeat-y;
  content: '';
  height: 440px;
  left: 30px;
  position: absolute;
  top: 50px;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1:before,
  .where-to-buy .maps .steps .step2:before {
    height: 100%;
  }
}
.where-to-buy .maps .steps .step2 {
  align-items: flex-start;
  padding-left: 30px;
}
.where-to-buy .maps .steps .step2:before {
  height: 30px;
  top: 55px;
}
.where-to-buy .maps .steps .step1 .title,
.where-to-buy .maps .steps .step2 .title {
  font-weight: 700;
  font-size: 18px;
  color: #404044;
  text-align: center;
  margin: 50px 0 25px 0;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .title,
  .where-to-buy .maps .steps .step2 .title {
    font-size: 30px;
    margin-top: 40px;
  }
}
.where-to-buy .maps .steps .step1 .title:before,
.where-to-buy .maps .steps .step2 .title:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '1';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .title:before,
  .where-to-buy .maps .steps .step2 .title:before {
    transform: translateY(5px);
  }
}
.where-to-buy .maps .steps .step1 .address-label,
.where-to-buy .maps .steps .step2 .address-label {
  font-weight: 700;
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  margin: 40px 0 23px 0;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .address-label,
  .where-to-buy .maps .steps .step2 .address-label {
    font-size: 30px;
  }
}
.where-to-buy .maps .steps .step1 .address-label:before,
.where-to-buy .maps .steps .step2 .address-label:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '2';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #85858c;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .address-label:before,
  .where-to-buy .maps .steps .step2 .address-label:before {
    transform: translateY(5px);
  }
}
.where-to-buy .maps .steps .step1 .address-label.active,
.where-to-buy .maps .steps .step2 .address-label.active {
  color: #000;
}
.where-to-buy .maps .steps .step1 .address-label.active:before,
.where-to-buy .maps .steps .step2 .address-label.active:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '2';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .address-label.active:before,
  .where-to-buy .maps .steps .step2 .address-label.active:before {
    transform: translateY(5px);
  }
}
.where-to-buy .maps .steps .step1 .localization,
.where-to-buy .maps .steps .step2 .localization {
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  align-items: flex-end;
  cursor: default;
  display: flex;
}
.where-to-buy .maps .steps .step1 .localization:before,
.where-to-buy .maps .steps .step2 .localization:before {
  background: url("/mobil/assets/icons/gray-pin.svg") left no-repeat;
  content: '';
  display: flex;
  height: 25px;
  width: 25px;
}
.where-to-buy .maps .steps .step1 .localization img,
.where-to-buy .maps .steps .step2 .localization img {
  margin-left: 10px;
  display: none;
}
.where-to-buy .maps .steps .step1 .localization.active,
.where-to-buy .maps .steps .step2 .localization.active {
  cursor: pointer;
}
.where-to-buy .maps .steps .step1 .localization.active:before,
.where-to-buy .maps .steps .step2 .localization.active:before {
  background: url("/mobil/assets/icons/red-pin.svg") left no-repeat;
}
.where-to-buy .maps .steps .step1 .cep-box,
.where-to-buy .maps .steps .step2 .cep-box {
  font-size: 18px;
  color: #9b9b9b;
  text-align: left;
  background: #fff;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
  border-radius: 6px;
  height: 60px;
  margin: 30px 0 50px 0;
  padding: 0 20px;
  width: 290px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .cep-box,
  .where-to-buy .maps .steps .step2 .cep-box {
    width: 435px;
  }
}
.where-to-buy .maps .steps .step1 .cep-box::placeholder,
.where-to-buy .maps .steps .step2 .cep-box::placeholder {
  font-size: 18px;
  color: #9b9b9b;
  text-align: left;
}
.where-to-buy .maps .steps .step1 .cta-find,
.where-to-buy .maps .steps .step2 .cta-find {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #b4b4b9;
  border-radius: 30px;
  border: none;
  color: #fff;
  margin: 0 auto 50px auto;
  padding: 20px 0;
  text-decoration: none;
  width: 275px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .cta-find,
  .where-to-buy .maps .steps .step2 .cta-find {
    margin: 0 auto 100px calc(50% - 27px);
    transform: translateX(-50%);
    width: 275px;
  }
}
.where-to-buy .maps .steps .step1 .cta-find:enabled,
.where-to-buy .maps .steps .step2 .cta-find:enabled {
  background: #ed1b2d;
  cursor: pointer;
}
.where-to-buy .maps .steps .step1 .icons,
.where-to-buy .maps .steps .step2 .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 225px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .icons,
  .where-to-buy .maps .steps .step2 .icons {
    width: 450px;
  }
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"],
.where-to-buy .maps .steps .step2 .icons input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon,
.where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon {
  background: #001450;
  transition: background 300ms ease-in-out;
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon:hover:before,
.where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon:hover:before {
  display: none;
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon p,
.where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon p {
  color: #fff;
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon svg use,
.where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon svg use {
  fill: #fff;
}
.where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .localization,
.where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .localization {
  opacity: 0;
}
.where-to-buy .maps .steps .step1 .icons .icon,
.where-to-buy .maps .steps .step2 .icons .icon {
  align-items: center;
  border: 1px solid #b4b4b9;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: flex-end;
  margin: 3px 0;
  position: relative;
  width: 105px;
}
.where-to-buy .maps .steps .step1 .icons .icon:hover:before,
.where-to-buy .maps .steps .step2 .icons .icon:hover:before {
  display: none;
}
.where-to-buy .maps .steps .step1 .icons .icon .bg,
.where-to-buy .maps .steps .step2 .icons .icon .bg {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.where-to-buy .maps .steps .step1 .icons .icon svg,
.where-to-buy .maps .steps .step2 .icons .icon svg {
  display: block;
  max-height: 70px;
  max-width: 70px;
  margin: 10px auto 0 auto;
}
.where-to-buy .maps .steps .step1 .icons .icon svg use,
.where-to-buy .maps .steps .step2 .icons .icon svg use {
  fill: #404044;
}
.where-to-buy .maps .steps .step1 .icons .icon p,
.where-to-buy .maps .steps .step2 .icons .icon p {
  font-size: 11px;
  color: #585858;
  text-align: center;
  margin: 10px 0;
}
.where-to-buy .maps .steps .step1 .result,
.where-to-buy .maps .steps .step2 .result {
  font-weight: 700;
  font-size: 16px;
  color: #363636;
  text-align: left;
  margin: 30px 0 0 30px;
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .result,
  .where-to-buy .maps .steps .step2 .result {
    width: 440px;
  }
}
.where-to-buy .maps .steps .step1 .result.counter:before,
.where-to-buy .maps .steps .step2 .result.counter:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '3';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .result.counter:before,
  .where-to-buy .maps .steps .step2 .result.counter:before {
    transform: translateY(5px);
  }
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .result.counter:before,
  .where-to-buy .maps .steps .step2 .result.counter:before {
    transform: translateY(-2px);
  }
}
.where-to-buy .maps .steps .step1 .result-1-data,
.where-to-buy .maps .steps .step2 .result-1-data,
.where-to-buy .maps .steps .step1 .result-2-data,
.where-to-buy .maps .steps .step2 .result-2-data {
  font-size: 14px;
  color: #85858c;
  text-align: left;
  margin: 5px 0 0 30px;
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .result-1-data,
  .where-to-buy .maps .steps .step2 .result-1-data,
  .where-to-buy .maps .steps .step1 .result-2-data,
  .where-to-buy .maps .steps .step2 .result-2-data {
    width: 440px;
  }
}
.where-to-buy .maps .steps .step1 .no-results,
.where-to-buy .maps .steps .step2 .no-results {
  font-weight: 700;
  font-size: 18px;
  color: #ed1b2d;
  text-align: left;
  display: none;
  margin: 30px 0 -50px 30px;
}
.where-to-buy .maps .steps .step1 .no-results.active,
.where-to-buy .maps .steps .step2 .no-results.active {
  display: block;
}
.where-to-buy .maps .steps .step1 .results,
.where-to-buy .maps .steps .step2 .results {
  height: 455px;
  margin: 25px 0 30px 20px;
  overflow: auto;
  padding-right: 10px;
}
.where-to-buy .maps .steps .step1 .results::-webkit-scrollbar,
.where-to-buy .maps .steps .step2 .results::-webkit-scrollbar {
  height: 20px;
  width: 7px;
}
.where-to-buy .maps .steps .step1 .results::-webkit-scrollbar-thumb,
.where-to-buy .maps .steps .step2 .results::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 5px;
}
.where-to-buy .maps .steps .step1 .results .content,
.where-to-buy .maps .steps .step2 .results .content {
  border-bottom: 1px solid #b4b4b9;
  padding: 20px 10px;
  width: 245px;
}
@media screen and (min-width: 1024px) {
  .where-to-buy .maps .steps .step1 .results .content,
  .where-to-buy .maps .steps .step2 .results .content {
    width: 440px;
  }
}
@media screen and (min-width: 679px) {
  .where-to-buy .maps .steps .step1 .results .content.active,
  .where-to-buy .maps .steps .step2 .results .content.active {
    background: #e7ecf1;
  }
}
.where-to-buy .maps .steps .step1 .results .content.active .zoom,
.where-to-buy .maps .steps .step2 .results .content.active .zoom {
  cursor: default;
}
.where-to-buy .maps .steps .step1 .results .content .zoom,
.where-to-buy .maps .steps .step2 .results .content .zoom {
  cursor: pointer;
}
.where-to-buy .maps .steps .step1 .results .content h4,
.where-to-buy .maps .steps .step2 .results .content h4 {
  font-weight: 700;
  font-size: 14px;
  color: #404044;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.where-to-buy .maps .steps .step1 .results .content p,
.where-to-buy .maps .steps .step2 .results .content p {
  font-size: 14px;
  color: #585858;
  text-align: left;
  margin: 0;
}
.where-to-buy .maps .steps .step1 .results .content .address,
.where-to-buy .maps .steps .step2 .results .content .address {
  text-transform: uppercase;
}
.where-to-buy .maps .steps .step1 .results .content a,
.where-to-buy .maps .steps .step2 .results .content a {
  font-weight: 700;
  font-size: 14px;
  color: #ed1b2d;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.where-to-buy .maps .steps .step1 .results .content a:before,
.where-to-buy .maps .steps .step2 .results .content a:before {
  border: solid #ed1b2d;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 4px;
}
.search {
  margin: 104px auto 40px;
}
@media screen and (min-width: 1024px) {
  .search {
    margin: 120px 0;
  }
}
.search .container {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.search .container .search-content {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .search .container .search-content {
    width: 810px;
  }
}
.search .container .search-content .msg-no-result,
.search .container .search-content .msg-result {
  font-size: 26px;
  color: #404044;
  text-align: left;
  display: none;
  line-height: 1.4;
  margin: 0 auto;
}
.search .container .search-content .msg-no-result.active,
.search .container .search-content .msg-result.active {
  display: block;
}
.search .container .search-content .term {
  font-weight: 700;
  font-size: 32px;
  color: #404044;
  text-align: left;
  margin: 18px 0 45px;
}
.search .container .search-content .term:after {
  content: close-quote;
}
.search .container .search-content .term:before {
  content: open-quote;
}
.search .container .search-content .results-total {
  font-weight: 700;
  font-size: 16px;
  color: #404044;
  text-align: left;
  display: none;
  margin-bottom: 20px;
}
.search .container .search-content .results-total.active {
  display: inline-block;
}
.search .container .search-content .results-container {
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: 1.8;
}
.search .container .search-content .results-container .with-results-container,
.search .container .search-content .results-container .no-results-container {
  display: none;
}
.search .container .search-content .results-container .no-results-container.active {
  display: block;
}
.search .container .search-content .results-container .no-results-container ul {
  list-style: disc inside;
}
.search .container .search-content .results-container .with-results-container.active {
  display: block;
}
.search .container .search-content .results-container .with-results-container .search-result {
  border-bottom: 1px solid #b4b4b9;
  line-height: 1.6;
  padding: 30px 0;
}
.search .container .search-content .results-container .with-results-container .search-result a {
  font-size: 16px;
  color: #404044;
  text-align: left;
  text-decoration: none;
}
.search .container .search-content .results-container .with-results-container .search-result:first-child {
  padding-top: 0;
}
.search .container .search-content .results-container .with-results-container .search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search .container .search-content .results-container .with-results-container .search-result span {
  font-size: 14px;
  color: #404044;
  text-align: left;
  margin: 0;
}
.search .container .search-content .results-container .with-results-container .search-result h2 {
  font-weight: 700;
  font-size: 22px;
  color: #404044;
  text-align: left;
  margin: 0;
}
.search .container .search-content .results-container .with-results-container .search-result p {
  margin: 0;
}
.parceiros .parceiros-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  padding: 50px 30px 55px;
}
@media screen and (min-width: 1200px) {
  .parceiros .parceiros-content {
    padding-top: 75px;
  }
}
.parceiros .parceiros-content .content-container {
  display: flex;
  flex-flow: column;
  margin-bottom: 90px;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .parceiros .parceiros-content .content-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 1050px;
  }
}
@media screen and (min-width: 1024px) {
  .parceiros .parceiros-content .content-container {
    justify-content: space-evenly;
  }
}
.parceiros .parceiros-content .content-container .img-container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 230px;
  max-width: 290px;
  padding: 0 15px;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (min-width: 679px) {
  .parceiros .parceiros-content .content-container .img-container {
    max-width: 260px;
  }
}
.parceiros .parceiros-content .content-container .img-container img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 200px;
  max-height: 200px;
}
.parceiros .parceiros-content .content-container .txt-container {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 679px) {
  .parceiros .parceiros-content .content-container .txt-container {
    min-height: 230px;
    max-width: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .parceiros .parceiros-content .content-container .txt-container {
    max-width: 550px;
  }
}
.parceiros .parceiros-content .content-container .txt-container h2 {
  font-weight: 700;
  font-size: 26px;
  color: #333;
  text-align: left;
  line-height: 1;
  margin: 35px 0 0;
}
@media screen and (min-width: 679px) {
  .parceiros .parceiros-content .content-container .txt-container h2 {
    margin-top: 0;
  }
}
.parceiros .parceiros-content .content-container .txt-container p {
  font-size: 16px;
  line-height: 1.63;
  margin-top: 5px;
}
.parceiros .contact-content {
  padding: 50px 0 86px;
  background-color: #fff;
}
@media screen and (min-width: 679px) {
  .parceiros .contact-content {
    padding: 140px 0;
  }
}
.parceiros .contact-content .content {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.parceiros .contact-content .content h3 {
  font-weight: 700;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .parceiros .contact-content .content h3 {
    margin-top: 0;
  }
}
.parceiros .contact-content .content p {
  font-size: 18px;
  color: #363636;
  line-height: 1.78;
  margin: 0 auto 40px;
}
@media screen and (min-width: 679px) {
  .parceiros .contact-content .content p {
    max-width: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .parceiros .contact-content .content p {
    max-width: 760px;
  }
}
.parceiros .contact-content .content a.button {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  display: inline-block;
  width: 275px;
}
.parceiros .contact-content .content a.button:hover {
  background-color: #890000;
}
.faq h1 {
  font-size: 35px !important;
}
.faq button.accordion {
  width: 60%;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 5px 30px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.faq button.accordion:after {
  content: "\002B";
  font-weight: 900;
  font-size: 18px;
  float: right;
  margin-left: 100%;
  margin-top: -5vh;
}
.faq button.accordion.is-open:after {
  content: "\2212";
}
.faq button.accordion:hover,
.faq button.accordion.is-open {
  background-color: #ddd;
}
.faq .accordion-content {
  width: 55%;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.faq .accordion-content .accordion-content p {
  margin-bottom: 30px;
}
.faq .faq-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  padding: 50px 30px 55px;
}
.faq .faq-content p {
  font-size: 18px;
  line-height: 1.63;
  margin-top: -5px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .faq .faq-content {
    padding-top: 75px;
  }
}
.faq .faq-content .content-container {
  display: flex;
  flex-flow: column;
  margin-bottom: 90px;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .faq .faq-content .content-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 1050px;
  }
}
@media screen and (min-width: 1024px) {
  .faq .faq-content .content-container {
    justify-content: space-evenly;
  }
  .faq .faq-content .content-container h3 {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    text-align: left;
    line-height: 1;
    margin: 35px 0 0;
  }
  .faq .faq-content .content-container p {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 679px) {
  .faq .faq-content .content-container {
    min-height: 230px;
    max-width: 370px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .faq .faq-content .content-container {
    max-width: 550px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 679px) {
  .faq .faq-content .content-container h3 {
    margin-top: 0;
  }
}
.about-us {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  .about-us .container {
    padding: 0 78px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .container {
    padding: 0 35px;
  }
}
.about-us .hero {
  min-height: 360px;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .about-us .hero {
    height: 366px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .hero {
    height: 630px;
    margin-top: 0;
  }
}
.about-us .hero:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.2);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.about-us .hero video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  height: auto;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about-us .hero video {
    display: block;
  }
}
.about-us .hero .bg-image {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.about-us .hero .bg-image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  width: auto;
}
.about-us .hero .container {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container {
    align-items: center;
    flex-flow: row;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .hero .container {
    padding: 0 60px;
    justify-content: space-between;
  }
}
.about-us .hero .container > div {
  position: relative;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container > div {
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .hero .container > div {
    flex-basis: 33.333%;
    height: auto;
  }
}
.about-us .hero .container h1 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 275px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container h1 {
    flex-basis: 33.333%;
    font-size: 45px;
    line-height: 1.1;
    margin: 0;
    max-width: 275px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .hero .container h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: none;
  }
}
.about-us .hero .container p {
  font-size: 20px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  margin: 0 auto 30px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container p {
    font-weight: 700;
    max-width: 275px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .hero .container p {
    font-size: 18px;
    line-height: 1.9;
  }
}
.about-us .hero .container .more-button {
  right: 0;
  width: 100%;
  height: 74px;
  margin: 20px 0 30px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container .more-button {
    position: absolute;
    margin: 20px 0 0;
  }
}
.about-us .hero .container .more-button .icon-button {
  text-decoration: none;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container .more-button .icon-button {
    position: absolute;
    right: 40px;
  }
}
.about-us .hero .container .more-button .icon-button .label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  max-width: 110px;
  margin-right: 10px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container .more-button .icon-button .label {
    margin-right: 45px;
  }
}
.about-us .hero .container .more-button .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.about-us .hero .container .more-button:before {
  height: 175px;
  width: 175px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container .more-button:before {
    height: 350px;
    width: 350px;
  }
}
.about-us .hero .container .more-button:after {
  height: 310px;
  width: 310px;
}
@media screen and (min-width: 679px) {
  .about-us .hero .container .more-button:after {
    height: 620px;
    width: 620px;
  }
}
.about-us .hero .modal {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.about-us .hero .modal .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  position: relative;
  padding-bottom: 42.85%;
  height: 0;
}
.about-us .hero .modal .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us .hero .modal .content .close {
  display: block;
  cursor: pointer;
  height: 33px;
  position: absolute;
  right: 20px;
  top: -50px;
  width: 40px;
  z-index: 9999;
}
.about-us .hero .modal .content .close:before,
.about-us .hero .modal .content .close:after {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  content: '';
  height: 30px;
  position: absolute;
  top: 0;
  width: 5px;
}
.about-us .hero .modal .content .close:before {
  transform: rotate(45deg);
}
.about-us .hero .modal .content .close:after {
  transform: rotate(-45deg);
}
.about-us h2 {
  padding: 0;
  margin: 0;
}
.about-us .title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .about-us .title {
    line-height: 50px;
  }
}
.about-us .description {
  font-size: 20px;
  color: #404044;
  text-align: left;
  line-height: 1.6;
}
.about-us .about {
  padding: 45px 0 55px;
}
@media screen and (min-width: 1024px) {
  .about-us .about {
    padding: 50px 0 75px;
  }
}
.about-us .about img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 407px;
}
@media screen and (min-width: 1024px) {
  .about-us .about img {
    width: auto;
  }
}
.about-us .about .description {
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .about-us .about .description {
    max-width: 875px;
    margin: 0 auto;
  }
}
.about-us .timeline {
  padding: 55px 0;
  background-color: #e7ecf1;
}
@media screen and (min-width: 1024px) {
  .about-us .timeline {
    padding: 85px 0;
  }
}
.about-us .timeline .title {
  margin-bottom: 45px;
}
@media screen and (min-width: 679px) {
  .about-us .timeline .title {
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .timeline .title {
    padding: 0 180px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .timeline .timeline-container {
    padding-left: 160px;
    width: 850px;
  }
}
.about-us .timeline .timeline-slides {
  position: relative;
  width: 100%;
  height: 485px;
}
@media screen and (min-width: 679px) {
  .about-us .timeline .timeline-slides {
    width: 580px;
    height: 435px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .timeline .timeline-slides {
    width: 680px;
  }
}
.about-us .timeline .timeline-slides .timeline-slide {
  position: absolute;
  top: 0;
  width: 100%;
}
.about-us .timeline .timeline-slides .timeline-slide .year {
  font-size: 20px;
  color: #363636;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  margin-top: 30px;
}
@media screen and (min-width: 679px) {
  .about-us .timeline .timeline-slides .timeline-slide .year {
    position: absolute;
    margin-top: 0;
    top: 35px;
    left: 20px;
  }
}
.about-us .timeline .timeline-slides .timeline-slide .year:before {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-2px, -25px);
  width: 100%;
  height: 100%;
  border: 1px solid #b4b4b9;
  border-radius: 50px;
}
.about-us .timeline .timeline-slides .timeline-slide .description {
  font-size: 18px;
  color: #363636;
  text-align: left;
  line-height: 38px;
}
@media screen and (min-width: 679px) {
  .about-us .timeline .timeline-slides .timeline-slide .description {
    padding-left: 125px;
  }
}
.about-us .timeline .timeline-slides .timeline-slide img {
  max-width: 100%;
}
@media screen and (min-width: 679px) {
  .about-us .timeline .timeline-slides .timeline-slide img {
    width: calc(100% - 125px);
    padding-left: 125px;
    margin-top: 20px;
    max-width: 470px;
    max-height: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .timeline .timeline-slides .timeline-slide img {
    width: auto;
    max-width: 555px;
    max-height: 290px;
  }
}
.about-us .timeline .timeline-bar {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
.about-us .timeline .timeline-bar .previous,
.about-us .timeline .timeline-bar .next {
  position: absolute;
  width: 30px;
  top: -12px;
  right: 0px;
  font-weight: 700;
  font-size: 24px;
  color: #ed1b2d;
  text-align: right;
  cursor: pointer;
  background: #e7ecf1;
}
.about-us .timeline .timeline-bar .previous.hidden,
.about-us .timeline .timeline-bar .next.hidden {
  display: none;
}
.about-us .timeline .timeline-bar .previous {
  left: 0px;
  transform: scaleX(-1);
  z-index: 9;
}
.about-us .timeline .timeline-bar .year-container {
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.about-us .timeline .timeline-bar .year-container .year {
  position: relative;
  font-size: 14px;
  color: #363636;
  text-align: left;
  padding-top: 30px;
  margin-right: 72px;
  cursor: pointer;
}
.about-us .timeline .timeline-bar .year-container .year.active:before {
  border: solid 3px #ed1b2d;
}
.about-us .timeline .timeline-bar .year-container .year:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 8px;
  border: solid 3px #b4b4b9;
  pointer-events: none;
}
.about-us .timeline .timeline-bar .year-container .year:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: 16px;
  width: 68px;
  height: 1px;
  background-color: #979797;
  pointer-events: none;
}
.about-us .timeline .timeline-bar .year-container .year:last-child:after {
  display: none;
  margin-right: 0;
}
.about-us .categories {
  position: relative;
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .about-us .categories {
    padding: 105px 0 0;
  }
}
.about-us .categories .title {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .about-us .categories .title {
    padding: 0 160px;
  }
}
.about-us .categories .description {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .about-us .categories .description {
    padding: 0 160px;
  }
}
.about-us .categories .categories-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 35px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .categories-container {
    padding: 0 78px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .categories-container {
    padding: 0;
    flex-flow: row;
    margin-bottom: 130px;
  }
}
.about-us .categories .category {
  max-width: calc(100% - 70px);
}
@media screen and (min-width: 679px) {
  .about-us .categories .category {
    max-width: calc(100% - 200px);
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .category {
    max-width: 380px;
  }
}
.about-us .categories .category img {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .category img {
    max-width: 600px;
    margin: 0 auto 35px;
  }
}
.about-us .categories .category .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .category .title {
    padding: 0 35px 0 35px;
  }
}
.about-us .categories .category .description {
  line-height: 36px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .category .description {
    padding: 0 35px 35px 35px;
  }
}
.about-us .categories .footernote {
  line-height: 50px;
}
@media screen and (min-width: 1024px) {
  .about-us .categories .footernote {
    padding: 0 95px;
    margin-bottom: 80px;
  }
}
.about-us .categories .gallery {
  position: relative;
  width: 100vw;
  min-height: 660px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery {
    min-height: inherit;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery {
    height: 664px;
  }
}
.about-us .categories .gallery .next,
.about-us .categories .gallery .previous {
  top: 62%;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .next,
  .about-us .categories .gallery .previous {
    top: 50%;
  }
}
.about-us .categories .gallery .next {
  right: 50%;
  margin-right: -50%;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .next {
    margin-right: -40%;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .next {
    margin-right: -560px;
  }
}
.about-us .categories .gallery .previous {
  left: 50%;
  margin-left: -50%;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .previous {
    margin-left: -40%;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .previous {
    margin-left: -560px;
  }
}
.about-us .categories .gallery .gallery-slide {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide {
    width: 80%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide {
    width: 1180px;
    height: 665px;
  }
}
.about-us .categories .gallery .gallery-slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 9;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.about-us .categories .gallery .gallery-slide.is-selected:after {
  opacity: 0;
}
.about-us .categories .gallery .gallery-slide.is-selected .content {
  opacity: 1;
}
.about-us .categories .gallery .gallery-slide .bg {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .bg {
    position: absolute;
  }
}
.about-us .categories .gallery .gallery-slide .bg img {
  position: relative;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-us .categories .gallery .gallery-slide .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  margin-top: -5px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content {
    width: 80%;
    flex-direction: row;
    background-color: transparent !important;
    margin: 160px auto 0;
    margin: 0 auto;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide .content {
    min-width: 650px;
    max-width: 970px;
    width: inherit;
    margin: 0 auto;
    height: 100%;
  }
}
.about-us .categories .gallery .gallery-slide .content.cars {
  background-color: #001450;
}
.about-us .categories .gallery .gallery-slide .content.motos {
  background-color: #ed1b2d;
}
.about-us .categories .gallery .gallery-slide .content.trucks {
  background-color: #ffd117;
}
.about-us .categories .gallery .gallery-slide .content.machines {
  background-color: #404044;
}
.about-us .categories .gallery .gallery-slide .content .text {
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .text {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide .content .text {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.about-us .categories .gallery .gallery-slide .content .title {
  color: #fff;
  padding: 0;
  font-size: 50px;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .title {
    margin-top: 0;
  }
}
.about-us .categories .gallery .gallery-slide .content .description {
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.about-us .categories .gallery .gallery-slide .content .product {
  position: relative;
  align-self: end;
  margin-right: 30px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .product {
    align-self: auto;
    bottom: 0;
    margin: 180px inherit 40px 0;
    position: absolute;
    right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide .content .product {
    bottom: 0;
    margin: 0 0 40px 0;
  }
}
.about-us .categories .gallery .gallery-slide .content .product >img {
  height: 60px;
  margin-bottom: -10px;
  margin-left: 60px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .product >img {
    margin-left: 140px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide .content .product >img {
    height: auto;
    margin: 0;
  }
}
.about-us .categories .gallery .gallery-slide .content .icon-button {
  text-decoration: none;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .icon-button {
    right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .categories .gallery .gallery-slide .content .icon-button {
    right: 40px;
  }
}
.about-us .categories .gallery .gallery-slide .content .icon-button .label {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  max-width: 135px;
}
@media screen and (min-width: 679px) {
  .about-us .categories .gallery .gallery-slide .content .icon-button .label {
    max-width: inherit;
    text-align: left;
  }
}
.about-us .categories .gallery .gallery-slide .content .icon-button .icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
.product-category {
  position: relative;
}
.product-category a {
  text-decoration: none;
  color: inherit;
}
.product-category .intro {
  position: relative;
  text-align: center;
}
.product-category .intro .embed-title {
  font-weight: 700;
  font-size: 36px;
  color: #404044;
  text-align: center;
  margin: 65px 0 0;
}
.product-category .intro .embed-description {
  font-size: 24px;
  color: #404044;
  text-align: center;
  margin-bottom: 500px;
  max-width: 810px;
  margin: 24px auto 70px;
}
.product-category .intro .banner-video iframe {
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 679px) {
  .product-category .intro .banner-video iframe {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .product-category .intro .banner-video iframe {
    min-height: 500px;
  }
}
.product-category .intro .menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 30px auto;
  overflow: auto;
  padding-top: 30px;
}
@media screen and (min-width: 679px) {
  .product-category .intro .menu {
    display: inline-block;
  }
}
.product-category .intro .menu .menu-item {
  font-size: 16px;
  color: #404044;
  text-align: center;
  height: 30px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 679px) {
  .product-category .intro .menu .menu-item {
    display: inline-block;
  }
}
.product-category .intro .menu .menu-item:before {
  background-color: #404044;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 20px;
  vertical-align: middle;
  width: 1px;
}
.product-category .intro .menu .menu-item:first-child:before {
  opacity: 0;
}
.product-category .intro .menu .menu-item:hover {
  opacity: 0.8;
}
.product-category .intro .menu .menu-item.active {
  font-weight: 700;
}
.product-category .intro .menu .menu-item.active:hover {
  opacity: 1;
}
.product-category .intro .menu .menu-item.active:after {
  background-color: #ed1b2d;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 40px;
  width: calc(100% - 40px);
}
.product-category .intro .menu .menu-item .featured_image {
  position: absolute;
  top: -25px;
  left: 70%;
  transform: translateX(-50%);
  width: 55px;
}
.product-category .intro .product-image {
  margin: 0 auto 50px;
  text-align: center;
}
.product-category .intro .product-image img {
  max-width: 100%;
}
.product-category .intro .no-margin {
  margin: 0 auto;
}
.product-category .intro .product-logo {
  margin: 0 auto 45px;
  text-align: center;
}
.product-category .intro .product-logo img {
  max-width: 100%;
}
.product-category .intro .product-text {
  font-size: 14px;
  color: #404044;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-category .intro .product-description {
  font-size: 18px;
  color: #404044;
  text-align: center;
  line-height: 1.56;
  margin-bottom: 45px;
}
.product-category .intro .anchors {
  box-sizing: border-box;
  border: 1px solid rgba(151,151,151,0.4);
  display: inline-block;
  margin: 0 auto;
  padding: 5px 7px;
}
@media screen and (min-width: 679px) {
  .product-category .intro .anchors {
    padding: 5px 30px;
  }
}
.product-category .intro .anchors .anchor-item {
  font-weight: 700;
  font-size: 12px;
  color: #404044;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  line-height: 64px;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 679px) {
  .product-category .intro .anchors .anchor-item {
    margin: 0 10px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .product-category .intro .anchors .anchor-item {
    margin: 0 40px;
  }
}
.product-category .intro .anchors .anchor-item:before {
  font-size: 12px;
  color: #404044;
  text-align: center;
  border-radius: 100%;
  content: '>';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  line-height: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 679px) {
  .product-category .intro .anchors .anchor-item {
    font-size: 24px;
    color: #404044;
    text-align: center;
  }
}
.product-category .category {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.product-category .category.mobil1 > img {
  margin: 65px auto;
}
@media screen and (min-width: 679px) {
  .product-category .category.mobil1 > img {
    margin: 50px auto 70px;
  }
}
.product-category .category.mobil1 > img + .subtitle {
  margin-top: 0;
}
.product-category .category .title {
  font-weight: 700;
  font-size: 36px;
  color: #404044;
  text-align: center;
  margin: 50px 0 0;
}
.product-category .category >img {
  max-width: 100%;
  margin: 50px auto 0;
}
.product-category .category .description {
  font-size: 24px;
  color: #404044;
  text-align: center;
  margin-bottom: 50px;
  max-width: 810px;
  margin: 24px auto 70px;
}
.product-category .category .subtitle {
  font-size: 14px;
  color: #404044;
  text-align: center;
  margin: 40px 0 0;
  text-transform: uppercase;
}
.product-category .category .cards {
  width: auto;
  margin-top: 22px;
}
.product-category .category .cards .-list-pages {
  padding-top: 3px;
  position: absolute;
  right: calc(50% - 110px);
  display: inline;
  margin-top: -32px;
  font-weight: 800;
  font-size: 12px;
  color: #85858c;
  text-align: left;
}
.product-category .category .cards .-list-pages .current {
  color: #ed1b2d;
}
@media screen and (min-width: 679px) {
  .product-category .category .cards .-list-pages {
    display: none;
  }
}
.product-category .category .cards .carousel-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  outline: none;
}
@media screen and (min-width: 679px) {
  .product-category .category .cards .carousel-wrapper {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1024px) {
  .product-category .category .cards .carousel-wrapper {
    justify-content: flex-start;
  }
}
.product-category .category .cards .carousel-wrapper .flickity-button {
  top: 0;
  transform: translateY(-100%);
  padding: 0;
}
.product-category .category .cards .carousel-wrapper .flickity-button .flickity-button-icon {
  width: 40%;
}
.product-category .category .cards .carousel-wrapper .next {
  right: calc(50% - 155px);
}
.product-category .category .cards .carousel-wrapper .previous {
  right: calc(50% - 80px);
  left: auto;
}
.product-category .category .cards .carousel-wrapper .card-container {
  margin: 0 15px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .product-category .category .cards .carousel-wrapper .card-container {
    width: auto;
  }
}
.product-category .category .cards .carousel-wrapper .card-container .card {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  height: calc(100% - 35px);
  margin: 0 auto;
  padding: 20px;
  max-width: 285px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .product-category .category .cards .carousel-wrapper .card-container .card {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .product-category .category .cards .carousel-wrapper .card-container .card {
    max-width: 345px;
  }
}
.product-category .category .cards .carousel-wrapper .card-container .card .info {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .img-container {
  flex-basis: 35%;
  width: auto;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .img-container img {
  max-width: 100%;
  min-width: 80px;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container {
  align-self: flex-start;
  box-sizing: border-box;
  padding-left: 20px;
  flex-basis: 65%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container .text-category {
  font-size: 14px;
  color: #85858c;
  text-align: left;
  margin: 0 0 5px;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container .text-product {
  font-weight: 700;
  font-size: 16px;
  color: #404044;
  text-align: left;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .product-category .category .cards .carousel-wrapper .card-container .card .info .info-container .text-product {
    font-size: 20px;
    color: #404044;
    text-align: left;
  }
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container .text-recommend {
  font-size: 16px;
  color: #404044;
  text-align: left;
  margin: 0;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container .text-type {
  font-size: 14px;
  color: #404044;
  text-align: left;
  margin: 0 0 5px;
}
.product-category .category .cards .carousel-wrapper .card-container .card .info .info-container img {
  max-width: 100%;
  height: 30px;
  margin: 0 auto 0 0;
}
.product-category .category .cards .carousel-wrapper .card-container .card .details {
  width: auto;
}
.product-category .category .cards .carousel-wrapper .card-container .card .details ul {
  list-style: none;
  list-style-position: inside;
}
.product-category .category .cards .carousel-wrapper .card-container .card .details ul li {
  font-size: 16px;
  color: #404044;
  text-align: left;
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
}
.product-category .category .cards .carousel-wrapper .card-container .card .details ul li:before {
  border-radius: 0% 50% 50% 50%;
  border: 3px solid #ed1b2d;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.product-category .related {
  margin-top: 60px;
  padding-top: 60px;
  background-color: #f3f5f8;
  position: relative;
}
.product-category .related .title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  max-width: 460px;
  margin: 20px auto 30px;
}
@media screen and (min-width: 679px) {
  .product-category .related .title {
    font-size: 50px;
    color: #404044;
    text-align: center;
    margin: 20px auto 60px;
  }
}
.product-category .related .related-list {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media screen and (min-width: 679px) {
  .product-category .related .related-list {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1024px) {
  .product-category .related .related-list {
    flex-flow: row nowrap;
  }
}
.product-category .related .related-list .related-item {
  box-sizing: border-box;
  display: block;
  margin: 0 0 80px;
  max-width: 350px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .product-category .related .related-list .related-item {
    width: auto;
    margin: 0 10px 80px;
    flex-basis: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .product-category .related .related-list .related-item {
    width: auto;
    flex-basis: 33.3%;
    box-sizing: border-box;
  }
}
.product-category .related .related-list .related-item a {
  display: block;
  text-decoration: none;
}
.product-category .related .related-list .related-item a .wrapper-image {
  height: 350px;
  margin-bottom: 30px;
}
.product-category .related .related-list .related-item a img {
  max-height: 100%;
  max-width: 100%;
}
.product-category .related .related-list .related-item a .title {
  font-weight: 700;
  font-size: 20px;
  color: #404044;
  text-align: center;
  line-height: 1.9;
  margin: 0;
}
@media screen and (min-width: 679px) {
  .product-category .related .related-list .related-item a .title {
    font-size: 30px;
    color: #404044;
    text-align: center;
  }
}
.product-category .related .related-list .related-item a .description {
  font-size: 16px;
  color: #404044;
  text-align: center;
  line-height: 1.9;
  margin: 0;
}
@media screen and (min-width: 679px) {
  .product-category .related .related-list .related-item a .description {
    font-size: 20px;
    color: #404044;
    text-align: center;
  }
}
.product {
  position: relative;
  overflow: hidden;
}
.product a {
  text-decoration: none;
  color: inherit;
}
.product .intro {
  position: relative;
  height: 720px;
}
.product .intro.carro .product-name,
.product .intro.moto .product-name {
  color: #001450 !important;
}
.product .intro.carro .background svg path,
.product .intro.moto .background svg path {
  fill: #001450;
}
.product .intro.carro .background svg circle,
.product .intro.moto .background svg circle {
  stroke: #001450;
}
.product .intro.caminhao .product-name,
.product .intro.agricola .product-name {
  color: #000 !important;
}
.product .intro.caminhao .background svg path,
.product .intro.agricola .background svg path {
  fill: #000;
}
.product .intro.caminhao .background svg circle,
.product .intro.agricola .background svg circle {
  stroke: #000;
}
.product .intro .background {
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: -25px;
  transform: translate(-50%);
  z-index: -1;
}
.product .intro .labels {
  position: relative;
  margin: 100px auto 30px;
  text-align: center;
}
.product .intro .labels .icon-rounded {
  border: 3px solid #b4b4b9;
  border-radius: 50%;
  display: none;
  height: 4px;
  margin: 0;
  width: 4px;
}
@media screen and (min-width: 679px) {
  .product .intro .labels .icon-rounded {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .product .intro .labels {
    margin: 25px auto 30px;
  }
}
.product .intro .labels .product-category,
.product .intro .labels .product-classification {
  font-weight: 700;
  font-size: 20px;
  color: #404044;
  text-align: center;
  display: block;
  margin: 0 20px;
}
@media screen and (min-width: 679px) {
  .product .intro .labels .product-category,
  .product .intro .labels .product-classification {
    display: inline-block;
    text-align: left;
  }
}
.product .intro .labels .product-classification {
  font-weight: 400;
}
.product .intro .name-container {
  position: relative;
  margin: 0 auto 60px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product .intro .name-container .arrow-link {
  display: inline-block;
  width: 18px;
  height: 22px;
  vertical-align: middle;
}
.product .intro .name-container .arrow-link svg polygon {
  fill: #ed1b2d;
}
.product .intro .name-container .arrow-link.previous {
  transform: scaleX(-1);
}
.product .intro .name-container .name-wrapper {
  font-size: 24px;
  color: #404044;
  text-align: center;
  align-items: center;
  display: flex;
  height: 2.3em;
  line-height: 1.15em;
}
@media screen and (min-width: 679px) {
  .product .intro .name-container .name-wrapper {
    font-size: 32px;
    color: #404044;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .product .intro .name-container .name-wrapper {
    font-size: 38px;
    color: #404044;
    text-align: center;
  }
}
.product .intro .name-container .product-name {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (min-width: 679px) {
  .product .intro .name-container .product-name {
    width: 560px;
  }
}
.product .intro .product-image {
  position: relative;
  text-align: center;
}
.product .intro .product-image .zoom_image .spzoom-tracker {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-color: #ccc;
  z-index: 97;
}
.product .intro .product-image .zoom_image img {
  max-height: 495px;
  position: relative;
  z-index: 1;
}
.product .intro .product-image .zoom_image .spzoom-zoom {
  z-index: 97;
  transform: scale(1.6);
}
.product .details {
  display: flex;
  position: relative;
  padding-bottom: 160px;
  z-index: 2;
}
@media screen and (min-width: 679px) {
  .product .details {
    padding-bottom: 70px;
  }
}
.product .details .container {
  display: flex;
  flex-flow: wrap;
}
.product .details .detail {
  flex-basis: 100%;
}
@media screen and (min-width: 679px) {
  .product .details .detail.half {
    flex-basis: 50%;
  }
  .product .details .detail.half .title-section {
    font-size: 38px;
    color: #404044;
    text-align: left;
  }
  .product .details .detail.half .product-detail-card {
    flex-basis: 100%;
  }
}
.product .details .detail .title-section {
  font-weight: 700;
  font-size: 22px;
  color: #404044;
  text-align: left;
  margin: 60px 0 25px;
}
@media screen and (min-width: 679px) {
  .product .details .detail .title-section {
    font-size: 30px;
    color: #404044;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .product .details .detail .title-section {
    font-size: 36px;
    color: #404044;
    text-align: left;
  }
}
.product .details .detail-cards {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  .product .details .detail-cards {
    flex-flow: row nowrap;
  }
}
.product .details .product-detail-card {
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  flex-basis: 100%;
  margin: 0 0 15px 0;
  padding: 30px 20px 50px 50px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .product .details .product-detail-card {
    height: auto;
    margin: 0 15px 15px 0;
    padding: 30px 50px;
    flex-basis: calc(50% - 15px);
  }
  .product .details .product-detail-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product .details .product-detail-card {
    flex-basis: calc(33.3333% - 15px);
  }
}
.product .details .product-detail-card.box-downloads {
  background-color: transparent;
  box-shadow: none;
  padding: 30px 10px;
}
.product .details .product-detail-card p {
  margin: 0 0 20px;
}
.product .details .product-detail-card .list-description li {
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: 1.7;
  position: relative;
}
.product .details .product-detail-card .list-description li:before {
  border-radius: 0% 50% 50% 50%;
  border: 3px solid #ed1b2d;
  content: '';
  position: absolute;
  left: -25px;
  top: 10px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.product .details .product-detail-card .title {
  font-weight: 700;
  font-size: 24px;
  color: #404044;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 679px) {
  .product .details .product-detail-card .title {
    font-size: 28px;
    color: #404044;
    text-align: left;
  }
}
.product .details .product-detail-card .title:before {
  border-radius: 0% 50% 50% 50%;
  border: 3px solid #ed1b2d;
  content: '';
  position: absolute;
  left: -25px;
  top: 10px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.product .details .product-detail-card .description {
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 0;
}
.product .details .product-detail-card .big-text {
  font-size: 40px;
  color: #404044;
  text-align: left;
}
.product .details .product-detail-card .medium-text {
  font-size: 26px;
  color: #404044;
  text-align: left;
  text-transform: uppercase;
}
.product .details .product-detail-card .download-icon {
  font-size: 14px;
  color: #404044;
  text-align: left;
  background: url("/mobil/assets/icons/download.png") left no-repeat;
  display: block;
  margin: 0 0 30px;
  min-height: 32px;
  padding: 10px 0 10px 65px;
  text-decoration: none;
}
.product .details .product-detail-card .download-icon span {
  font-weight: 700;
  font-size: 16px;
  color: #404044;
  text-align: left;
}
.product .details .product-detail-card .download-icon:hover span {
  text-decoration: underline;
}
.product .product-description {
  background-color: #fff;
}
@media screen and (min-width: 679px) {
  .product .product-description >.container {
    padding: 50px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .product .product-description >.container {
    padding: 100px 0 70px;
  }
}
.product .product-description .product-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 679px) {
  .product .product-description .product-image {
    position: relative;
    left: inherit;
    transform: none;
  }
}
.product .product-description .product-image img {
  transform: translateY(-50%);
  max-height: 350px;
}
@media screen and (min-width: 679px) {
  .product .product-description .product-image img {
    transform: none;
    max-height: 385px;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .product .product-description .product-image img {
    max-height: inherit;
  }
}
.product .product-description .text-content {
  position: relative;
  line-height: 40px;
  padding-top: 240px;
  padding-bottom: 50px;
  margin: 0;
}
@media screen and (min-width: 679px) {
  .product .product-description .text-content {
    max-width: 280px;
    padding-top: inherit;
    padding-bottom: inherit;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .product .product-description .text-content {
    margin-left: 100px;
    max-width: 625px;
  }
}
.product .product-description .text-content .title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .product .product-description .text-content .title {
    font-weight: 700;
    font-size: 34px;
    color: #404044;
    text-align: left;
  }
}
.product .product-description .text-content .description {
  font-size: 20px;
  color: #404044;
  text-align: left;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .product .product-description .text-content .description {
    font-size: 24px;
    color: #404044;
    text-align: left;
  }
}
.product .related {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .product .related {
    padding: 120px 0 90px;
  }
}
.product .related > .title {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  margin: 0 0 50px;
  padding: 0 35px;
}
@media screen and (min-width: 1024px) {
  .product .related > .title {
    font-size: 50px;
    color: #404044;
    text-align: center;
    margin-bottom: 120px;
  }
}
.product .related .related-list {
  position: relative;
  width: 100%;
}
.product .related .related-list .related-item {
  position: relative;
  display: inline-block;
  width: 280px;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .product .related .related-list .related-item {
    margin: 0 30px;
    width: 340px;
  }
}
.product .related .related-list .related-item.is-selected .title,
.product .related .related-list .related-item.is-selected .description {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.product .related .related-list .related-item .thumb {
  max-height: 300px;
  margin-bottom: 20px;
}
.product .related .related-list .related-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #404044;
  text-align: center;
  margin: 0 0 15px;
  max-width: 100%;
  line-height: 28px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.product .related .related-list .related-item .description {
  font-size: 16px;
  color: #404044;
  text-align: center;
  margin-bottom: 5px;
  max-width: 100%;
  line-height: 28px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ideal-oil {
  padding: 105px 0 5px;
}
.ideal-oil .container {
  position: relative;
}
.ideal-oil .container.search-filters {
  display: none;
}
.ideal-oil .container.search-filters.active {
  display: block;
}
.ideal-oil .reset {
  border: 2px solid rgba(51,51,51,0.6);
  border-radius: 100%;
  cursor: pointer;
  display: none;
  height: 28px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 28px;
}
.ideal-oil .reset.active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .reset {
    right: 60px;
    top: -30px;
  }
}
.ideal-oil .reset:after {
  border-bottom: 3px solid rgba(51,51,51,0.6);
  border-left: 3px solid rgba(51,51,51,0.6);
  content: '';
  height: 8px;
  left: 16px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
}
.ideal-oil .wrapper {
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .wrapper {
    flex-flow: row;
    margin-bottom: 90px;
  }
}
.ideal-oil .wrapper .banner {
  box-sizing: border-box;
  flex-basis: 33.333%;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .wrapper .banner {
    padding: 0 30px;
    margin-bottom: 0;
  }
}
.ideal-oil .wrapper .banner .circles {
  position: relative;
  margin-top: 35px;
}
.ideal-oil .wrapper .banner .circles:before,
.ideal-oil .wrapper .banner .circles:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(51,51,51,0.1);
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
}
.ideal-oil .wrapper .banner .circles:before {
  height: 130px;
  width: 130px;
}
.ideal-oil .wrapper .banner .circles:after {
  height: 300px;
  width: 300px;
}
.ideal-oil .wrapper .banner img {
  display: inline-block;
  margin-left: 20px;
}
.ideal-oil .wrapper .banner h1 {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  text-align: center;
  margin: 50px 0 10px;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .wrapper .banner h1 {
    font-size: 60px;
    color: #333;
    text-align: left;
  }
}
.ideal-oil .wrapper .banner p {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .wrapper .banner p {
    font-size: 20px;
    color: #333;
    text-align: left;
  }
}
.ideal-oil .grid-vehicles {
  flex-basis: 66.666%;
  position: relative;
}
.ideal-oil .grid-vehicles .title-grid {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: center;
  display: none;
  margin: 0 auto 10px;
  max-width: 625px;
}
.ideal-oil .grid-vehicles .title-grid.active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .title-grid {
    font-size: 20px;
    color: #333;
    text-align: left;
  }
}
.ideal-oil .grid-vehicles .title-grid:before {
  content: '';
  display: inline-block;
  margin: 0 15px;
  border: 3px solid #ed1b2d;
  width: 4px;
  height: 4px;
  border-radius: 0% 50% 50% 50%;
  transform: rotate(45deg);
}
.ideal-oil .grid-vehicles .box {
  background-color: #fff;
  box-shadow: 0 30px 70px -7px rgba(51,51,51,0.2);
  border-radius: 5px;
  max-width: 430px;
  padding-bottom: 30px;
  margin: 20px auto 50px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .box {
    margin: 20px 50px 50px;
  }
}
.ideal-oil .grid-vehicles .search-by-category {
  display: none;
}
.ideal-oil .grid-vehicles .search-by-category.active {
  display: block;
}
.ideal-oil .grid-vehicles .initial-grid {
  display: none;
  flex-flow: wrap;
  margin: 0 auto;
  max-width: 625px;
}
.ideal-oil .grid-vehicles .initial-grid.active {
  display: flex;
}
.ideal-oil .grid-vehicles .initial-grid li {
  font-size: 14px;
  color: #585858;
  text-align: center;
  box-shadow: 0 30px 70px -7px rgba(51,51,51,0.2);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  margin: 5px;
  padding: 10px 5px;
  width: 135px;
}
.ideal-oil .grid-vehicles .initial-grid li:hover {
  cursor: pointer;
}
.ideal-oil .grid-vehicles .initial-grid li:hover svg {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .initial-grid li {
    margin: 15px 10px;
  }
}
.ideal-oil .grid-vehicles .initial-grid li span {
  display: block;
}
.ideal-oil .grid-vehicles .initial-grid li svg {
  width: 80px;
  opacity: 0.8;
}
.ideal-oil .grid-vehicles .carousel-captcha {
  display: none;
}
.ideal-oil .grid-vehicles .carousel-captcha.active {
  display: block;
}
.ideal-oil .grid-vehicles .carousel-captcha .vehicles-carousel {
  margin: 0 auto;
  max-width: 330px;
  position: relative;
  width: 100%;
  outline: none;
}
.ideal-oil .grid-vehicles .carousel-captcha .vehicles-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
}
.ideal-oil .grid-vehicles .carousel-captcha .vehicles-carousel li {
  width: 220px;
  text-align: center;
  margin: 30px;
}
.ideal-oil .grid-vehicles .carousel-captcha .vehicles-carousel li span {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
}
.ideal-oil .grid-vehicles .carousel-captcha .vehicles-carousel li svg {
  max-width: 150px;
  opacity: 0.8;
}
.ideal-oil .grid-vehicles .carousel-captcha .captcha {
  width: 305px;
  height: 68px;
  margin: 0 auto;
}
.ideal-oil .grid-vehicles .combo-selects {
  display: none;
}
.ideal-oil .grid-vehicles .combo-selects.active {
  display: block;
}
.ideal-oil .grid-vehicles .combo-selects .selected-category {
  padding: 30px;
}
.ideal-oil .grid-vehicles .combo-selects .selected-category svg {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  opacity: 0.8;
}
.ideal-oil .grid-vehicles .combo-selects .selected-category span {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper {
  display: none;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  margin: 10px 30px;
  padding: 17px 5px 0px 15px;
  position: relative;
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper.active {
  display: block;
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper:before {
  content: '';
  right: 15px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ed1b2d;
  border-bottom: 2px solid #ed1b2d;
  transform: translateY(-50%) rotate(45deg);
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper select {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  height: 40px;
  outline: none;
  width: 100%;
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper select.active ~ label {
  transform: translateY(-18px) scale(0.8);
  transform-origin: 0 0;
  opacity: 0.9;
}
.ideal-oil .grid-vehicles .combo-selects .select-wrapper label {
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  left: 0;
  margin-left: 15px;
  position: absolute;
  pointer-events: none;
  transition: transform 0.1s ease-out, color 0.1s ease-out;
  transform-origin: 0 100%;
}
.ideal-oil .grid-vehicles .no-results,
.ideal-oil .grid-vehicles .error {
  font-size: 16px;
  color: #404044;
  text-align: center;
  display: none;
  padding: 35px;
  width: auto;
}
.ideal-oil .grid-vehicles .no-results.active,
.ideal-oil .grid-vehicles .error.active {
  display: block;
}
.ideal-oil .grid-vehicles .no-results > div,
.ideal-oil .grid-vehicles .error > div {
  margin-bottom: 35px;
}
.ideal-oil .grid-vehicles .no-results > div h2,
.ideal-oil .grid-vehicles .error > div h2 {
  font-weight: 700;
  font-size: 16px;
  color: #404044;
  text-align: center;
  text-transform: uppercase;
}
.ideal-oil .grid-vehicles .no-results > div p,
.ideal-oil .grid-vehicles .error > div p {
  margin: 0;
  word-break: break-word;
}
.ideal-oil .grid-vehicles .no-results > div a,
.ideal-oil .grid-vehicles .error > div a {
  font-size: 16px;
  color: #404044;
  text-align: center;
  text-decoration: underline;
  transition: 0.1s color ease-out;
}
.ideal-oil .grid-vehicles .no-results > div a:hover,
.ideal-oil .grid-vehicles .error > div a:hover {
  font-size: 16px;
  color: #ed1b2d;
  text-align: left;
}
.ideal-oil .grid-vehicles .no-results .btn-new-search,
.ideal-oil .grid-vehicles .error .btn-new-search {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  line-height: 36px;
  padding: 8px 16px;
}
.ideal-oil .grid-vehicles .no-results .btn-new-search:hover,
.ideal-oil .grid-vehicles .error .btn-new-search:hover {
  background-color: #890000;
}
.ideal-oil .grid-vehicles .no-results .btn-new-search .icon,
.ideal-oil .grid-vehicles .error .btn-new-search .icon {
  display: inline-block;
  height: 12px;
  width: auto;
}
.ideal-oil .grid-vehicles .no-results .btn-new-search .label,
.ideal-oil .grid-vehicles .error .btn-new-search .label {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-left: 13px;
  text-transform: none;
}
.ideal-oil .grid-vehicles .search-by-name {
  display: none;
}
.ideal-oil .grid-vehicles .search-by-name.active {
  display: block;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find {
  display: none;
  flex-flow: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 605px;
  height: 0;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find.active {
  display: block;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box {
  position: relative;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .term {
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  text-align: left;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  box-sizing: border-box;
  height: 60px;
  outline: none;
  padding: 25px 60px 15px 15px;
  transition: opacity 0.2s ease-out;
  transition-delay: 0.3s;
  width: 100%;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label {
  font-weight: 700;
  font-size: 11px;
  color: #8e8e8e;
  text-align: left;
  top: -38px;
  left: 16px;
  opacity: 1;
  pointer-events: none;
  position: relative;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  display: inline;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label.active {
  font-size: 10px;
  top: -52px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label {
    display: none;
  }
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label-long {
  font-weight: 700;
  font-size: 6px;
  color: #8e8e8e;
  text-align: left;
  top: -38px;
  left: 16px;
  opacity: 1;
  pointer-events: none;
  position: relative;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  display: none;
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label-long.active {
  font-size: 8px;
  top: -52px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label-long {
    font-size: 12px;
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .label-long {
    font-size: 12px;
    display: inline;
  }
}
.ideal-oil .grid-vehicles .search-by-name .initial-find .search-box .send {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  font-size: 0;
  height: 0px;
  margin: 0;
  min-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-indent: -200%;
  width: 40px;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 12px;
  visibility: visible;
}
.ideal-oil .grid-vehicles .search-by-name .combo-captcha {
  display: none;
}
.ideal-oil .grid-vehicles .search-by-name .combo-captcha.active {
  display: block;
}
.ideal-oil .grid-vehicles .search-by-name .combo-captcha .captcha {
  width: 305px;
  height: 68px;
  margin: 0 auto;
  padding-top: 10px;
}
.ideal-oil .grid-vehicles .search-by-name .box-text {
  display: none;
  flex-flow: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 605px;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 30px 70px -7px rgba(51,51,51,0.2);
  border-radius: 5px;
}
.ideal-oil .grid-vehicles .search-by-name .box-text.active {
  display: block;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .search-box {
  position: relative;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .search-box .text-infos p {
  font-size: 10px;
  margin: 0px 0px 2px 0px;
  color: #888;
  text-align: left;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .term {
  font-weight: 700;
  font-size: 14px;
  color: #323232;
  text-align: left;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  box-sizing: border-box;
  height: 60px;
  outline: none;
  padding: 25px 60px 15px 15px;
  transition: opacity 0.2s ease-out;
  transition-delay: 0.3s;
  width: 100%;
  text-transform: uppercase;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .label {
  font-weight: 700;
  font-size: 9px;
  color: #8e8e8e;
  text-align: left;
  top: -38px;
  left: 16px;
  opacity: 1;
  pointer-events: none;
  position: relative;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  display: inline;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .label.active {
  font-size: 10px;
  top: -55px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .grid-vehicles .search-by-name .find-name .label {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .search-by-name .find-name .label {
    display: none;
  }
}
.ideal-oil .grid-vehicles .search-by-name .find-name .label-long {
  font-weight: 700;
  font-size: 6px;
  color: #8e8e8e;
  text-align: left;
  top: -38px;
  left: 16px;
  opacity: 1;
  pointer-events: none;
  position: relative;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  display: none;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .label-long.active {
  font-size: 10px;
  top: -52px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .grid-vehicles .search-by-name .find-name .label-long {
    font-size: 12px;
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .grid-vehicles .search-by-name .find-name .label-long {
    font-size: 12px;
    display: inline;
  }
}
.ideal-oil .grid-vehicles .search-by-name .find-name .send {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  font-size: 0;
  height: 0px;
  margin: 0;
  min-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-indent: -200%;
  width: 40px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 30px;
  visibility: visible;
  cursor: pointer;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .search-box {
  padding: 20px;
  display: none;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .search-box.active {
  display: block;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .results {
  padding-bottom: 20px;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .results ul,
.ideal-oil .grid-vehicles .search-by-name .find-name .results .infos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 0px;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .results ul li,
.ideal-oil .grid-vehicles .search-by-name .find-name .results .infos li {
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  margin: 1px 20px 0px 20px;
  font-size: 12px;
  color: #333;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}
.ideal-oil .grid-vehicles .search-by-name .find-name .results ul li span,
.ideal-oil .grid-vehicles .search-by-name .find-name .results .infos li span {
  font-weight: 700;
  margin-top: 0px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .grid-vehicles .search-by-name .find-name .results ul li span,
  .ideal-oil .grid-vehicles .search-by-name .find-name .results .infos li span {
    display: block;
    font-size: 16px;
  }
}
.ideal-oil .grid-vehicles .error display none.active {
  display: block;
}
.ideal-oil .results {
  display: none;
}
.ideal-oil .results.active {
  display: block;
}
.ideal-oil .results .infos {
  background-image: linear-gradient(to bottom, rgba(231,236,241,0.2) 60%, rgba(51,51,51,0.05) 90%);
  padding-bottom: 25px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .infos {
    padding-bottom: 60px;
  }
}
.ideal-oil .results .infos .drop {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .results .infos .drop {
    margin-left: 15px;
    width: 50px;
  }
}
.ideal-oil .results .infos h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  text-align: left;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .infos h3 {
    font-size: 50px;
    margin: 0 0 0 25px;
  }
}
.ideal-oil .results .infos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .infos ul {
    margin-left: 15px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .results .infos ul {
    padding-right: 130px;
  }
}
.ideal-oil .results .infos ul li {
  font-size: 12px;
  color: #333;
  text-align: left;
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .infos ul li {
    max-width: 200px;
    margin-right: 25px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .ideal-oil .results .infos ul li {
    max-width: initial;
    width: auto;
  }
}
.ideal-oil .results .infos ul li span {
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .infos ul li span {
    display: block;
    font-size: 16px;
  }
}
.ideal-oil .results .infos .round-button {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  display: block;
  padding: 8px 12px;
  width: 110px;
  margin: 25px auto 0;
}
.ideal-oil .results .infos .round-button:hover {
  background-color: #890000;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .results .infos .round-button {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 15px;
  }
}
.ideal-oil .results .infos .round-button .icon {
  display: inline-block;
  width: auto;
  height: 12px;
}
.ideal-oil .results .infos .round-button .label {
  display: inline-block;
  margin-left: 13px;
}
.ideal-oil .results .products-recomendations {
  padding: 55px 0;
}
.ideal-oil .results .products-recomendations > div:first-child {
  display: none;
}
.ideal-oil .results .products-recomendations .round-button {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  display: none;
  padding: 8px 12px;
  margin: 25px auto 0;
}
.ideal-oil .results .products-recomendations .round-button:hover {
  background-color: #890000;
}
@media screen and (min-width: 1024px) {
  .ideal-oil .results .products-recomendations .round-button {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 15px;
  }
}
.ideal-oil .results .products-recomendations .round-button .icon {
  display: inline-block;
  width: auto;
  height: 12px;
}
.ideal-oil .results .products-recomendations .round-button .label {
  display: inline-block;
}
.ideal-oil .results .products-recomendations .round-button.active {
  display: inline-block;
}
.ideal-oil .results .products-recomendations .title-no-products-found {
  margin: 0 0 55px 0;
  display: none;
}
.ideal-oil .results .products-recomendations .title-no-products-found.active {
  display: block;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .products-recomendations .title-no-products-found {
    margin: 0 0 55px 15px;
  }
}
.ideal-oil .results .products-recomendations .title-oil-results {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: left;
  margin: 0 0 55px 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #ed1b2d;
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .products-recomendations .title-oil-results {
    margin: 0 0 55px 15px;
  }
}
.ideal-oil .results .products-recomendations .wrapper-results-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 100px;
}
.ideal-oil .results .products-recomendations .wrapper-results-boxes .error {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 100%;
}
.ideal-oil .results .products-recomendations .wrapper-results-boxes .error .title {
  font-size: 36px;
  color: #333;
  text-align: center;
}
.ideal-oil .results .products-recomendations .wrapper-results-boxes .error p {
  margin: 0.25em;
}
.ideal-oil .results .products-recomendations .card-container {
  width: 100%;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .products-recomendations .card-container {
    margin: 0 15px;
    width: auto;
  }
}
.ideal-oil .results .products-recomendations .card-container .card {
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  color: inherit;
  display: block;
  height: calc(100% - 35px);
  margin: 0 auto 50px;
  max-width: 290px;
  padding: 20px;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .ideal-oil .results .products-recomendations .card-container .card {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .ideal-oil .results .products-recomendations .card-container .card {
    max-width: 345px;
  }
}
.ideal-oil .results .products-recomendations .card-container .card .info {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
  min-height: 150px;
}
.ideal-oil .results .products-recomendations .card-container .card .info .img-container {
  flex-basis: 35%;
  width: auto;
}
.ideal-oil .results .products-recomendations .card-container .card .info .img-container img {
  max-width: 100%;
  min-width: 80px;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container {
  align-self: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-basis: 65%;
  flex-flow: column;
  justify-content: space-evenly;
  padding-left: 20px;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container span.text-category {
  font-size: 14px;
  color: #85858c;
  text-align: left;
  margin: 0;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container h3 {
  font-weight: 700;
  font-size: 20px;
  color: #404044;
  text-align: left;
  margin: 0 0 10px;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container h4 {
  font-size: 22px;
  color: #404044;
  text-align: left;
  margin: 0;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container span.text-type {
  font-size: 14px;
  color: #404044;
  text-align: left;
  margin: 0 0 5px;
}
.ideal-oil .results .products-recomendations .card-container .card .info .info-container img {
  max-width: 100%;
  height: 30px;
  margin: 0 auto 0 0;
}
.ideal-oil .results .products-recomendations .card-container .card .details {
  width: auto;
}
.ideal-oil .results .products-recomendations .card-container .card .details ul {
  list-style: none;
  list-style-position: inside;
}
.ideal-oil .results .products-recomendations .card-container .card .details ul li {
  font-size: 16px;
  color: #404044;
  text-align: left;
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
}
.ideal-oil .results .products-recomendations .card-container .card .details ul li:before {
  border-radius: 0% 50% 50% 50%;
  border: 3px solid #ed1b2d;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.ideal-oil .results .products-recomendations .card-container .card .cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ideal-oil .results .products-recomendations .card-container .card .cta-link {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  display: block;
  padding: 8px 39px;
}
.ideal-oil .results .products-recomendations .card-container .card .cta-link:hover {
  background-color: #890000;
}
.ideal-oil .results .store-finder {
  text-align: center;
}
.ideal-oil .results .store-finder h5 {
  font-weight: 700;
  font-size: 48px;
  color: #404044;
  text-align: center;
  margin: 30px 0 20px;
}
.ideal-oil .results .store-finder p {
  font-size: 20px;
  color: #404044;
  text-align: center;
  margin: 0;
}
.ideal-oil .results .store-finder a {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  display: inline-block;
  margin: 50px 0 100px;
  width: 280px;
}
.ideal-oil .results .store-finder a:hover {
  background-color: #890000;
}
.ideal-oil .disclaimer {
  font-size: 12px;
  color: #545454;
  text-align: left;
}
.wrapper-load {
  align-items: center;
  background-color: rgba(255,255,255,0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.wrapper-load.active {
  display: flex;
}
.wrapper-load .loader {
  animation: loading 1.5s linear infinite;
  border: 65px solid #ed1b2d;
  border-top: 65px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.moove .about {
  box-shadow: 0 2px 50px 0 rgba(0,0,0,0.1);
  background: #fff;
}
.moove .about .logo {
  padding: 60px 0;
}
.moove .about .logo img {
  display: block;
  margin: 0 auto;
  max-width: 270px;
}
.moove .about p {
  font-size: 18px;
  color: #404044;
  text-align: center;
  line-height: 1.5;
  color: #404044;
  padding: 0 0 60px 0;
}
@media screen and (min-width: 1024px) {
  .moove .about p {
    font-size: 20px;
    color: #404044;
    text-align: center;
    line-height: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 0 120px 0;
  }
}
.moove .objectives h2 {
  margin: 70px auto 30px auto;
  font-weight: 700;
  font-size: 30px;
  color: #363636;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .moove .objectives h2 {
    max-width: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .objectives h2 {
    font-size: 50px;
    color: #363636;
    text-align: center;
    max-width: 900px;
  }
}
.moove .objectives p {
  margin: 0 auto;
  font-size: 20px;
  color: #363636;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .moove .objectives p {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .objectives p {
    font-size: 26px;
    color: #363636;
    text-align: center;
    max-width: none;
  }
}
.moove .objectives .title-bottom {
  margin: 100px auto 70px auto;
}
@media screen and (min-width: 679px) {
  .moove .objectives .title-bottom {
    max-width: 600px;
    margin: 100px auto 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .moove .objectives .title-bottom {
    max-width: none;
    font-size: 26px;
    color: #363636;
    text-align: center;
    line-height: 1.4;
    margin: 150px auto 0 auto;
  }
}
.moove .objectives .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 679px) {
  .moove .objectives .items {
    flex-direction: row;
    justify-content: space-between;
  }
}
.moove .objectives .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 679px) {
  .moove .objectives .items .item {
    flex-basis: 50%;
    max-width: 300px;
    margin: 45px 0 0 0;
  }
}
.moove .objectives .items .item .icon {
  margin: 45px 0 0 0;
  width: auto;
}
.moove .objectives .items .item h3 {
  font-weight: 700;
  font-size: 20px;
  color: #363636;
  text-align: center;
  margin: 45px 0 35px 0;
}
.moove .objectives .items .item p {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.moove .slider-history {
  background: #fff;
  padding: 40px 0 50px 0;
}
@media screen and (min-width: 679px) {
  .moove .slider-history {
    background: none;
  }
}
.moove .slider-history .items {
  outline: none;
}
.moove .slider-history .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .items .item {
    width: 600px;
    box-sizing: border-box;
    padding: 100px 0 130px 0;
    background: #fff;
    opacity: 0.3;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .items .item {
    flex-direction: row-reverse;
    max-width: 90%;
    margin: 0 10px;
    padding: 80px 0 110px 0;
    width: 1200px;
    height: 600px;
    justify-content: space-evenly;
  }
}
.moove .slider-history .items .item.is-selected {
  opacity: 1;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .items .item.is-selected {
    box-shadow: 0 2px 50px 0 rgba(0,0,0,0.1);
  }
}
.moove .slider-history .items .item .picture img {
  max-width: 290px;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .items .item .picture img {
    max-width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .items .item .picture img {
    max-width: 540px;
  }
}
.moove .slider-history .items .item .content {
  max-width: 255px;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .items .item .content {
    max-width: 445px;
  }
}
.moove .slider-history .items .item .content .logo {
  max-width: 250px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .items .item .content .logo {
    max-width: 290px;
  }
}
.moove .slider-history .items .item .content h2 {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: left;
  margin: 35px 0 0 0;
}
.moove .slider-history .items .item .content p {
  font-size: 18px;
  color: #404044;
  text-align: left;
  line-height: 1.6;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .items .item .content p {
    max-width: 310px;
  }
}
.moove .slider-history .flickity-page-dots {
  position: absolute;
  bottom: -25px;
  outline: none;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .flickity-page-dots {
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .flickity-page-dots {
    transform: translateY(-50px);
  }
}
.moove .slider-history .flickity-page-dots .is-selected {
  border-color: #bdd631;
}
.moove .slider-history .flickity-button:disabled {
  display: none;
}
.moove .slider-history .flickity-button-icon {
  fill: #bdd631;
}
@media screen and (min-width: 679px) {
  .moove .slider-history .flickity-prev-next-button.next {
    right: 100px;
    top: auto;
    bottom: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .flickity-prev-next-button.next {
    bottom: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .moove .slider-history .flickity-prev-next-button.next {
    right: 360px;
  }
}
@media screen and (min-width: 679px) {
  .moove .slider-history .flickity-prev-next-button.previous {
    left: 100px;
    top: auto;
    bottom: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .slider-history .flickity-prev-next-button.previous {
    bottom: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .moove .slider-history .flickity-prev-next-button.previous {
    left: 360px;
  }
}
.moove .timeline {
  box-shadow: 0 2px 50px 0 rgba(0,0,0,0.1);
  margin: 110px 0 0 0;
  padding: 55px 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 679px) {
  .moove .timeline {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .moove .timeline {
    padding: 120px 0;
  }
}
.moove .timeline .title {
  font-weight: 700;
  font-size: 30px;
  color: #363636;
  text-align: left;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 679px) {
  .moove .timeline .title {
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .timeline .title {
    max-width: 750px;
    margin: 0 auto;
  }
}
.moove .timeline .subtitle {
  font-size: 18px;
  color: #363636;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 1024px) {
  .moove .timeline .subtitle {
    max-width: 750px;
    margin: 40px auto 100px auto;
  }
}
.moove .timeline .timeline-container {
  max-width: 750px;
  margin: 0 auto;
}
.moove .timeline .timeline-slides {
  position: relative;
  width: 100%;
  min-height: 200px;
}
.moove .timeline .timeline-slides .flickity-viewport {
  overflow: initial;
}
.moove .timeline .timeline-slides .timeline-slide {
  width: 100%;
  margin-left: 40px;
}
@media screen and (min-width: 679px) {
  .moove .timeline .timeline-slides .timeline-slide {
    display: flex;
    align-items: flex-start;
  }
}
.moove .timeline .timeline-slides .timeline-slide .year {
  font-size: 20px;
  color: #363636;
  text-align: center;
  align-items: center;
  border: 1px solid #b4b4b9;
  border-radius: 50px;
  display: flex;
  font-weight: 300;
  height: 70px;
  justify-content: center;
  position: relative;
  width: 70px;
}
.moove .timeline .timeline-slides .timeline-slide .description {
  font-size: 18px;
  color: #363636;
  text-align: left;
  line-height: 38px;
}
@media screen and (min-width: 679px) {
  .moove .timeline .timeline-slides .timeline-slide .description {
    padding: 0 54px;
    flex: 1;
  }
}
.moove .timeline .timeline-slides .timeline-slide img {
  max-width: 100%;
}
@media screen and (min-width: 679px) {
  .moove .timeline .timeline-slides .timeline-slide img {
    width: calc(100% - 125px);
    padding-left: 125px;
    margin-top: 20px;
    max-width: 470px;
    max-height: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .moove .timeline .timeline-slides .timeline-slide img {
    width: auto;
    max-width: 555px;
    max-height: 290px;
  }
}
.moove .timeline .timeline-bar {
  position: relative;
  margin-top: 60px;
  width: 100%;
}
.moove .timeline .timeline-bar .flickity-viewport {
  width: 100%;
}
.moove .timeline .timeline-bar .year-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.moove .timeline .timeline-bar .year-container .year {
  position: relative;
  background-color: #fff;
  font-size: 14px;
  color: #363636;
  text-align: left;
  margin-right: 54px;
  cursor: pointer;
}
.moove .timeline .timeline-bar .year-container .year.is-selected .year-wrapper:before {
  border: solid 3px #bdd631;
}
.moove .timeline .timeline-bar .year-container .year:last-child {
  margin-right: 0;
}
.moove .timeline .timeline-bar .year-container .year:last-child .year-wrapper:after {
  display: none;
  margin-right: 0;
}
.moove .timeline .timeline-bar .year-container .year .year-wrapper {
  padding-top: 30px;
  position: relative;
}
.moove .timeline .timeline-bar .year-container .year .year-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 8px;
  border: solid 3px #b4b4b9;
  pointer-events: none;
}
.moove .timeline .timeline-bar .year-container .year .year-wrapper:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: 16px;
  width: 68px;
  height: 1px;
  background-color: #979797;
  pointer-events: none;
}
.moove .workus {
  padding: 115px 0;
}
.moove .workus h2 {
  font-weight: 700;
  font-size: 30px;
  color: #404044;
  text-align: center;
  line-height: 1.9;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .moove .workus h2 {
    font-size: 50px;
    color: #404044;
    text-align: center;
  }
}
.moove .workus p {
  font-size: 20px;
  color: #404044;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .moove .workus p {
    font-size: 30px;
    color: #404044;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
  }
}
.moove .workus .button {
  margin: 80px 0 0 0;
  background: #006ea9;
  width: 275px;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0 auto;
  cursor: pointer;
}
.moove .workus .button p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.iframe-where-to-buy .maps {
  display: flex;
  justify-content: center;
}
.iframe-where-to-buy .maps #map {
  background: #8e8e8e;
  display: none;
  height: 803px;
  left: 0;
  position: relative;
  top: 0;
  width: calc(100% - 550px);
}
@media screen and (min-width: 679px) {
  .iframe-where-to-buy .maps #map {
    display: block;
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps #map {
    height: 745px;
    width: calc(100% - 550px);
  }
}
.iframe-where-to-buy .maps .steps {
  box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 330px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 679px) {
  .iframe-where-to-buy .maps .steps {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 550px;
  }
}
.iframe-where-to-buy .maps .steps .reset {
  display: none;
}
.iframe-where-to-buy .maps .steps .reset.active {
  display: block;
}
.iframe-where-to-buy .maps .steps .reset input {
  opacity: 0;
  position: absolute;
}
.iframe-where-to-buy .maps .steps .reset p {
  font-size: 14px;
  color: #333;
  text-align: left;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 30px 0 0 60px;
  text-decoration: underline;
}
@media screen and (min-width: 679px) {
  .iframe-where-to-buy .maps .steps .reset p {
    margin-left: 60px;
  }
}
.iframe-where-to-buy .maps .steps .reset p span {
  align-items: center;
  border: 2px solid #85858c;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  left: 15px;
  position: absolute;
  width: 25px;
}
.iframe-where-to-buy .maps .steps .reset p span:before {
  border: solid #85858c;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  height: 5px;
  left: 9px;
  padding: 1px;
  position: absolute;
  transform: rotate(135deg);
  width: 5px;
}
.iframe-where-to-buy .maps .steps .error {
  color: #f00;
  display: none;
  height: 18px;
  margin: -35px 0 17px;
}
.iframe-where-to-buy .maps .steps .error.active {
  display: block;
}
.iframe-where-to-buy .maps .steps .step1,
.iframe-where-to-buy .maps .steps .step2 {
  align-items: center;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1,
  .iframe-where-to-buy .maps .steps .step2 {
    align-items: flex-start;
    padding-left: 55px;
  }
}
.iframe-where-to-buy .maps .steps .step1.active,
.iframe-where-to-buy .maps .steps .step2.active {
  display: flex;
}
.iframe-where-to-buy .maps .steps .step1:before,
.iframe-where-to-buy .maps .steps .step2:before {
  background: url("/mobil/assets/icons/pattern.png");
  background-repeat: repeat-y;
  content: '';
  height: 440px;
  left: 30px;
  position: absolute;
  top: 50px;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1:before,
  .iframe-where-to-buy .maps .steps .step2:before {
    height: 100%;
  }
}
.iframe-where-to-buy .maps .steps .step2 {
  align-items: flex-start;
  padding-left: 30px;
}
.iframe-where-to-buy .maps .steps .step2:before {
  height: 30px;
  top: 55px;
}
.iframe-where-to-buy .maps .steps .step1 .title,
.iframe-where-to-buy .maps .steps .step2 .title {
  font-weight: 700;
  font-size: 18px;
  color: #404044;
  text-align: center;
  margin: 25px 0 25px 0;
}
@media screen and (min-width: 679px) {
  .iframe-where-to-buy .maps .steps .step1 .title,
  .iframe-where-to-buy .maps .steps .step2 .title {
    margin: 50px 0 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .title,
  .iframe-where-to-buy .maps .steps .step2 .title {
    font-size: 30px;
    margin: 50px 0 25px 0;
    margin-top: 40px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .title:before,
.iframe-where-to-buy .maps .steps .step2 .title:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '1';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .title:before,
  .iframe-where-to-buy .maps .steps .step2 .title:before {
    transform: translateY(5px);
  }
}
.iframe-where-to-buy .maps .steps .step1 .address-label,
.iframe-where-to-buy .maps .steps .step2 .address-label {
  font-weight: 700;
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  margin: 40px 0 23px 0;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .address-label,
  .iframe-where-to-buy .maps .steps .step2 .address-label {
    font-size: 30px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .address-label:before,
.iframe-where-to-buy .maps .steps .step2 .address-label:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '2';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #85858c;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .address-label:before,
  .iframe-where-to-buy .maps .steps .step2 .address-label:before {
    transform: translateY(5px);
  }
}
.iframe-where-to-buy .maps .steps .step1 .address-label.active,
.iframe-where-to-buy .maps .steps .step2 .address-label.active {
  color: #000;
}
.iframe-where-to-buy .maps .steps .step1 .address-label.active:before,
.iframe-where-to-buy .maps .steps .step2 .address-label.active:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '2';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .address-label.active:before,
  .iframe-where-to-buy .maps .steps .step2 .address-label.active:before {
    transform: translateY(5px);
  }
}
.iframe-where-to-buy .maps .steps .step1 .localization,
.iframe-where-to-buy .maps .steps .step2 .localization {
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  align-items: flex-end;
  cursor: default;
  display: flex;
}
.iframe-where-to-buy .maps .steps .step1 .localization:before,
.iframe-where-to-buy .maps .steps .step2 .localization:before {
  background: url("/mobil/assets/icons/gray-pin.svg") left no-repeat;
  content: '';
  display: flex;
  height: 25px;
  width: 25px;
}
.iframe-where-to-buy .maps .steps .step1 .localization img,
.iframe-where-to-buy .maps .steps .step2 .localization img {
  margin-left: 10px;
  display: none;
}
.iframe-where-to-buy .maps .steps .step1 .localization.active,
.iframe-where-to-buy .maps .steps .step2 .localization.active {
  cursor: pointer;
}
.iframe-where-to-buy .maps .steps .step1 .localization.active:before,
.iframe-where-to-buy .maps .steps .step2 .localization.active:before {
  background: url("/mobil/assets/icons/red-pin.svg") left no-repeat;
}
.iframe-where-to-buy .maps .steps .step1 .cep-box,
.iframe-where-to-buy .maps .steps .step2 .cep-box {
  font-size: 18px;
  color: #9b9b9b;
  text-align: left;
  background: #fff;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
  border-radius: 6px;
  height: 60px;
  margin: 30px 0 50px 0;
  padding: 0 20px;
  width: 290px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .cep-box,
  .iframe-where-to-buy .maps .steps .step2 .cep-box {
    width: 435px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .cep-box::placeholder,
.iframe-where-to-buy .maps .steps .step2 .cep-box::placeholder {
  font-size: 18px;
  color: #9b9b9b;
  text-align: left;
}
.iframe-where-to-buy .maps .steps .step1 .cta-find,
.iframe-where-to-buy .maps .steps .step2 .cta-find {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #b4b4b9;
  border-radius: 30px;
  border: none;
  color: #fff;
  margin: 0 auto 50px auto;
  padding: 20px 0;
  text-decoration: none;
  width: 275px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .cta-find,
  .iframe-where-to-buy .maps .steps .step2 .cta-find {
    margin: 0 auto 100px calc(50% - 27px);
    transform: translateX(-50%);
    width: 275px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .cta-find:enabled,
.iframe-where-to-buy .maps .steps .step2 .cta-find:enabled {
  background: #ed1b2d;
  cursor: pointer;
}
.iframe-where-to-buy .maps .steps .step1 .icons,
.iframe-where-to-buy .maps .steps .step2 .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 225px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .icons,
  .iframe-where-to-buy .maps .steps .step2 .icons {
    width: 450px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"],
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon,
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon {
  background: #001450;
  transition: background 300ms ease-in-out;
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon:hover:before,
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon:hover:before {
  display: none;
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon p,
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon p {
  color: #fff;
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .block .icon svg use,
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .block .icon svg use {
  fill: #fff;
}
.iframe-where-to-buy .maps .steps .step1 .icons input[type="radio"]:checked + .localization,
.iframe-where-to-buy .maps .steps .step2 .icons input[type="radio"]:checked + .localization {
  opacity: 0;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon,
.iframe-where-to-buy .maps .steps .step2 .icons .icon {
  align-items: center;
  border: 1px solid #b4b4b9;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: flex-end;
  margin: 3px 0;
  position: relative;
  width: 105px;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon:hover:before,
.iframe-where-to-buy .maps .steps .step2 .icons .icon:hover:before {
  display: none;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon .bg,
.iframe-where-to-buy .maps .steps .step2 .icons .icon .bg {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon svg,
.iframe-where-to-buy .maps .steps .step2 .icons .icon svg {
  display: block;
  max-height: 70px;
  max-width: 70px;
  margin: 10px auto 0 auto;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon svg use,
.iframe-where-to-buy .maps .steps .step2 .icons .icon svg use {
  fill: #404044;
}
.iframe-where-to-buy .maps .steps .step1 .icons .icon p,
.iframe-where-to-buy .maps .steps .step2 .icons .icon p {
  font-size: 11px;
  color: #585858;
  text-align: center;
  margin: 10px 0;
}
.iframe-where-to-buy .maps .steps .step1 .result,
.iframe-where-to-buy .maps .steps .step2 .result {
  font-weight: 700;
  font-size: 16px;
  color: #363636;
  text-align: left;
  margin: 30px 0 0 30px;
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .result,
  .iframe-where-to-buy .maps .steps .step2 .result {
    width: 440px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .result.counter:before,
.iframe-where-to-buy .maps .steps .step2 .result.counter:before {
  font-size: 11px;
  color: #fff;
  text-align: center;
  content: '3';
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  left: 20px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ed1b2d;
  transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .result.counter:before,
  .iframe-where-to-buy .maps .steps .step2 .result.counter:before {
    transform: translateY(5px);
  }
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .result.counter:before,
  .iframe-where-to-buy .maps .steps .step2 .result.counter:before {
    transform: translateY(-2px);
  }
}
.iframe-where-to-buy .maps .steps .step1 .result-1-data,
.iframe-where-to-buy .maps .steps .step2 .result-1-data,
.iframe-where-to-buy .maps .steps .step1 .result-2-data,
.iframe-where-to-buy .maps .steps .step2 .result-2-data {
  font-size: 14px;
  color: #85858c;
  text-align: left;
  margin: 5px 0 0 30px;
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .result-1-data,
  .iframe-where-to-buy .maps .steps .step2 .result-1-data,
  .iframe-where-to-buy .maps .steps .step1 .result-2-data,
  .iframe-where-to-buy .maps .steps .step2 .result-2-data {
    width: 440px;
  }
}
.iframe-where-to-buy .maps .steps .step1 .no-results,
.iframe-where-to-buy .maps .steps .step2 .no-results {
  font-weight: 700;
  font-size: 18px;
  color: #ed1b2d;
  text-align: left;
  display: none;
  margin: 30px 0 -50px 30px;
}
.iframe-where-to-buy .maps .steps .step1 .no-results.active,
.iframe-where-to-buy .maps .steps .step2 .no-results.active {
  display: block;
}
.iframe-where-to-buy .maps .steps .step1 .results,
.iframe-where-to-buy .maps .steps .step2 .results {
  height: 455px;
  margin: 25px 0 30px 20px;
  overflow: auto;
  padding-right: 10px;
}
.iframe-where-to-buy .maps .steps .step1 .results::-webkit-scrollbar,
.iframe-where-to-buy .maps .steps .step2 .results::-webkit-scrollbar {
  height: 20px;
  width: 7px;
}
.iframe-where-to-buy .maps .steps .step1 .results::-webkit-scrollbar-thumb,
.iframe-where-to-buy .maps .steps .step2 .results::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 5px;
}
.iframe-where-to-buy .maps .steps .step1 .results .content,
.iframe-where-to-buy .maps .steps .step2 .results .content {
  border-bottom: 1px solid #b4b4b9;
  padding: 20px 10px;
  width: 245px;
}
@media screen and (min-width: 1024px) {
  .iframe-where-to-buy .maps .steps .step1 .results .content,
  .iframe-where-to-buy .maps .steps .step2 .results .content {
    width: 440px;
  }
}
@media screen and (min-width: 679px) {
  .iframe-where-to-buy .maps .steps .step1 .results .content.active,
  .iframe-where-to-buy .maps .steps .step2 .results .content.active {
    background: #e7ecf1;
  }
}
.iframe-where-to-buy .maps .steps .step1 .results .content.active .zoom,
.iframe-where-to-buy .maps .steps .step2 .results .content.active .zoom {
  cursor: default;
}
.iframe-where-to-buy .maps .steps .step1 .results .content .zoom,
.iframe-where-to-buy .maps .steps .step2 .results .content .zoom {
  cursor: pointer;
}
.iframe-where-to-buy .maps .steps .step1 .results .content h4,
.iframe-where-to-buy .maps .steps .step2 .results .content h4 {
  font-weight: 700;
  font-size: 14px;
  color: #404044;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.iframe-where-to-buy .maps .steps .step1 .results .content p,
.iframe-where-to-buy .maps .steps .step2 .results .content p {
  font-size: 14px;
  color: #585858;
  text-align: left;
  margin: 0;
}
.iframe-where-to-buy .maps .steps .step1 .results .content .address,
.iframe-where-to-buy .maps .steps .step2 .results .content .address {
  text-transform: uppercase;
}
.iframe-where-to-buy .maps .steps .step1 .results .content a,
.iframe-where-to-buy .maps .steps .step2 .results .content a {
  font-weight: 700;
  font-size: 14px;
  color: #ed1b2d;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.iframe-where-to-buy .maps .steps .step1 .results .content a:before,
.iframe-where-to-buy .maps .steps .step2 .results .content a:before {
  border: solid #ed1b2d;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 4px;
}
.iframe-hero-revender {
  background-image: linear-gradient(to bottom, #cfd6df, #e7ecf1);
  padding: 20px 0;
  margin-top: 0;
}
.iframe-hero-revender .container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.iframe-hero-revender .container > div img {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .iframe-hero-revender .container > div img {
    max-width: 325px;
  }
}
@media screen and (min-width: 1024px) {
  .iframe-hero-revender .container > div img {
    max-width: 530px;
  }
}
.iframe-hero-revender .container .content h1 {
  font-weight: 700;
  font-size: 25px;
  color: #404044;
  text-align: left;
  margin-top: 0;
  max-width: 430px;
}
@media screen and (min-width: 1024px) {
  .iframe-hero-revender .container .content h1 {
    font-size: 42px;
    color: #404044;
    text-align: left;
  }
}
.iframe-hero-revender .container .content p {
  font-size: 16px;
  color: #404044;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .iframe-hero-revender .container .content p {
    font-size: 18px;
    color: #404044;
    text-align: left;
  }
}
.iframe-hero-revender .container .content p span {
  font-weight: 700;
}
.iframe-hero-revender .container .content .select-wrapper {
  position: relative;
}
.iframe-hero-revender .container .content .select-wrapper:before {
  content: '';
  right: 15px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ed1b2d;
  border-bottom: 2px solid #ed1b2d;
  transform: translateY(-50%) rotate(45deg);
}
.iframe-hero-revender .container .content .select-wrapper select {
  font-weight: 700;
  font-size: 14px;
  color: #8e8e8e;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 15px;
  text-indent: 10px;
  width: 100%;
}
.iframe-hero-revender .container .content .my-local {
  font-size: 18px;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  margin-top: 25px;
  padding-left: 35px;
  position: relative;
  text-decoration: underline;
}
.iframe-hero-revender .container .content .my-local:before {
  background: url("/mobil/assets/icons/red-pin.svg") left no-repeat;
  content: '';
  height: 22px;
  left: 5px;
  top: 0;
  position: absolute;
  width: 15px;
}
.iframe-carousel-revender {
  display: none;
  padding: 0 0 100px;
}
.iframe-carousel-revender .container p {
  font-size: 36px;
  color: #404044;
  text-align: center;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
.iframe-carousel-revender .container p span {
  font-weight: 700;
  font-size: 32px;
  color: #404044;
  text-align: center;
}
.iframe-carousel-revender .cards {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  outline: none;
}
.iframe-carousel-revender .cards .flickity-viewport {
  position: relative;
  width: 100%;
}
.iframe-carousel-revender .cards .distributor {
  font-size: 16px;
  color: #404044;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  height: 345px;
  line-height: 1.5;
  margin: 60px 15px 0;
  max-width: 360px;
  padding: 30px;
  width: 100%;
}
.iframe-carousel-revender .cards .distributor img {
  margin-bottom: 10px;
}
.iframe-carousel-revender .cards .distributor a {
  font-size: 16px;
  color: #404044;
  text-align: center;
  text-decoration: none;
}
.iframe-carousel-revender .cards .distributor a:hover {
  text-decoration: underline;
}
.iframe-carousel-revender .cards .distributor span {
  font-size: 20px;
}
.landing-header .container {
  justify-content: center;
}
.landing-page {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.landing-page .container {
  position: relative;
  z-index: 1;
}
.landing-page .container .holder-scroll-icon {
  margin: 0 auto;
  width: 45px;
}
.landing-page .container .scroll {
  animation-name: verticalArrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: #4d4c4c;
  display: block;
}
.landing-page .container .cta,
.landing-page .container .send {
  font-weight: 700;
  background-color: #ed1b2d;
  border-radius: 1000px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 22px 0;
  text-decoration: none;
  transition: 0.1s background-color ease-out;
  width: auto;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  padding: 21px 60px 20px;
  transition: background-color 0.3s ease-out;
  white-space: nowrap;
}
.landing-page .container .cta:hover,
.landing-page .container .send:hover {
  background-color: #890000;
}
.landing-page .container .cta:hover,
.landing-page .container .send:hover,
.landing-page .container .cta:focus,
.landing-page .container .send:focus {
  background-color: #890000;
}
.landing-page .hero-content {
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.landing-page .hero-content .content {
  padding: 0;
}
@media screen and (min-width: 679px) {
  .landing-page .hero-content .content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .hero-content .content {
    margin-top: 0;
  }
}
.landing-page .hero-content .content h1,
.landing-page .hero-content .content p {
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 679px) {
  .landing-page .hero-content .content h1,
  .landing-page .hero-content .content p {
    padding-left: 51px;
  }
}
.landing-page .hero-content .content h1 {
  font-size: 38px;
  line-height: 1.05;
  margin: 0;
  max-width: 525px;
}
@media screen and (min-width: 679px) {
  .landing-page .hero-content .content h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .hero-content .content h1 {
    font-size: 55px;
    line-height: 1.18;
  }
}
.landing-page .hero-content .content h1 .arrows {
  height: 25px;
  left: -34px;
  position: absolute;
  width: 25px;
}
@media screen and (min-width: 679px) {
  .landing-page .hero-content .content h1 .arrows {
    height: 34px;
    left: 0;
    width: 34px;
  }
}
.landing-page .hero-content .content p {
  font-size: 18px;
  line-height: 1.56;
  margin: 10px 0;
  max-width: 410px;
}
@media screen and (min-width: 679px) {
  .landing-page .hero-content .content p {
    font-size: 26px;
    line-height: 1.38;
    margin: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .hero-content .content p {
    font-size: 30px;
    line-height: 1.33;
    margin: 20px 0;
  }
}
.landing-page .hero-content .content p:last-child {
  margin: 0;
}
.landing-page .hero-content .wrapper-image {
  bottom: 0;
  font-size: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.landing-page .hero-content .wrapper-image img {
  display: inline-block;
  font-size: 1rem;
}
.landing-page .content-box {
  background: #2a2a2a;
}
.landing-page .content-box .top-content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
.landing-page .content-box .top-content .block .lines {
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 20px;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .landing-page .content-box .top-content .block .lines {
    font-weight: 700;
    letter-spacing: 19px;
  }
}
.landing-page .content-box .top-content .first-block h2 {
  font-size: 30px;
}
.landing-page .content-box .top-content .second-block h3 {
  margin: 0;
}
.landing-page .content-box .bottom-content .block {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 679px) {
  .landing-page .content-box .bottom-content .block {
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0 100px;
  }
}
.landing-page .content-box .bottom-content .block h4 {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  max-width: 200px;
  margin: 100px auto;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-box .bottom-content .block h4 {
    font-size: 18px;
    max-width: 260px;
  }
}
.landing-page .content-box .bottom-content .block h4:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  position: absolute;
  content: '';
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 70px solid #333;
  z-index: -1;
}
.landing-page .content-box .bottom-content .block .left-text,
.landing-page .content-box .bottom-content .block .right-text {
  align-items: center;
  display: flex;
  height: 230px;
  justify-content: center;
  margin: 0;
  width: 230px;
}
.landing-page .content-box .bottom-content .block .center-img {
  margin: 40px 0;
}
@media screen and (min-width: 679px) {
  .landing-page .content-box .bottom-content .block .center-img {
    margin: 0;
  }
}
.landing-page .content-box .bottom-content .block .center-img img {
  max-width: 190px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-box .bottom-content .block .center-img img {
    max-width: 320px;
  }
}
.landing-page .content-video {
  background: #2a2a2a;
}
.landing-page .content-video .container {
  padding-bottom: 60px;
  padding-top: 84px;
}
@media screen and (min-width: 679px) {
  .landing-page .content-video .container {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.landing-page .content-video .container .holder-scroll-icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.landing-page .content-video .container .content {
  margin-bottom: 40px;
}
@media screen and (min-width: 679px) {
  .landing-page .content-video .container .content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container .content {
    margin-bottom: 0;
    max-width: 550px;
  }
}
.landing-page .content-video .container .content h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container .content h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
.landing-page .content-video .container .content p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container .content p {
    font-size: 20px;
    line-height: 1.6;
  }
}
.landing-page .content-video .container .content p +p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container .content p +p {
    margin-top: 15px;
  }
}
.landing-page .content-video .container .thumb-video {
  font-size: 0;
  margin: 0 -35px;
  max-width: 530px;
  position: relative;
  width: calc(100% + 70px);
}
@media screen and (min-width: 679px) {
  .landing-page .content-video .container .thumb-video {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-video .container .thumb-video {
    margin: 0;
  }
}
.landing-page .content-video .container .thumb-video img {
  width: 100%;
}
.landing-page .content-video .container .thumb-video .open-modal {
  background: transparent;
  border: solid 2px;
  border-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 0;
  height: 34px;
  left: 51%;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 34px;
}
@media screen and (min-width: 679px) {
  .landing-page .content-video .container .thumb-video .open-modal {
    height: 50px;
    width: 50px;
  }
}
.landing-page .content-video .container .thumb-video .open-modal .icon {
  background: #ed1b2d;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
.landing-page .content-video .container .thumb-video .open-modal .icon:hover:before {
  display: none;
}
.landing-page .content-video .container .thumb-video .open-modal .icon:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  height: 0;
  width: 0;
}
.landing-page .content-tips {
  background: rgba(255,255,255,0.05);
  padding: 60px 0;
}
@media screen and (min-width: 679px) {
  .landing-page .content-tips {
    padding: 70px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips {
    padding: 100px 0 90px;
  }
}
.landing-page .content-tips .container h2 {
  font-size: 30px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .landing-page .content-tips .container h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
.landing-page .content-tips .container .holder-cta {
  margin: 0;
  text-align: center;
}
.landing-page .content-tips .container .wrapper-box-tips {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 60px auto 50px;
}
@media screen and (min-width: 679px) {
  .landing-page .content-tips .container .wrapper-box-tips {
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 40px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips {
    margin: 70px auto 50px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .all-connected {
  height: 77px;
  width: 81px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .all-connected {
    height: 86px;
    width: 90px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .be-an-agent {
  height: 70px;
  width: 62px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .be-an-agent {
    height: 78px;
    width: 69px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .take-part {
  height: 62px;
  width: 62px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .take-part {
    height: 69px;
    width: 69px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .box {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .landing-page .content-tips .container .wrapper-box-tips .box {
    max-width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .box {
    max-width: 300px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .box .wrapper-svg {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .box .wrapper-svg {
    min-height: 90px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .box h3 {
  font-size: 18px;
  line-height: 1.67;
  margin: 30px auto 10px;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .box h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 40px auto 15px;
  }
}
.landing-page .content-tips .container .wrapper-box-tips .box p {
  font-size: 18px;
  line-height: 1.67;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .content-tips .container .wrapper-box-tips .box p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.landing-page .form.success .wrapper-info,
.landing-page .form.success .warning,
.landing-page .form.success .disclaimer,
.landing-page .form.success .contact {
  display: none;
}
.landing-page .form.success .container {
  padding-bottom: 0;
  padding-top: 0;
}
.landing-page .form.success .container .wrapper-steps {
  padding-bottom: 0;
}
.landing-page .form.success .container .wrapper-steps .controller {
  display: none;
}
.landing-page .form fieldset {
  border: 0;
  padding: 0;
}
.landing-page .form a {
  color: inherit;
}
.landing-page .form a:focus {
  outline: 0;
}
.landing-page .form .container {
  padding-bottom: 100px;
  padding-top: 120px;
  max-width: 800px;
}
.landing-page .form .container .holder-scroll-icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.landing-page .form .container .wrapper-steps {
  box-sizing: border-box;
  height: 863px;
  margin: 0 auto;
  max-width: 460px;
  padding-bottom: 110px;
  position: relative;
  transition: height 0.3s ease-out, padding-bottom 0.3s ease-out;
}
@media screen and (min-width: 679px) {
  .landing-page .form .container .wrapper-steps {
    padding-bottom: 160px;
  }
}
.landing-page .form .container .wrapper-steps .step-1 ~.controller .back,
.landing-page .form .container .wrapper-steps .step-2 ~.controller .back,
.landing-page .form .container .wrapper-steps .step-3 ~.controller .back,
.landing-page .form .container .wrapper-steps .step-1 ~.controller .next,
.landing-page .form .container .wrapper-steps .step-2 ~.controller .next,
.landing-page .form .container .wrapper-steps .step-3 ~.controller .next,
.landing-page .form .container .wrapper-steps .step-1 ~.controller .send,
.landing-page .form .container .wrapper-steps .step-2 ~.controller .send,
.landing-page .form .container .wrapper-steps .step-3 ~.controller .send {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.landing-page .form .container .wrapper-steps .step-1.current ~.controller .next {
  pointer-events: initial;
  opacity: 1;
}
.landing-page .form .container .wrapper-steps .step-2.current ~.controller .back,
.landing-page .form .container .wrapper-steps .step-2.current ~.controller .next {
  pointer-events: initial;
  opacity: 1;
}
.landing-page .form .container .wrapper-steps .step-3.current ~.controller .back,
.landing-page .form .container .wrapper-steps .step-3.current ~.controller .send {
  pointer-events: initial;
  opacity: 1;
}
.landing-page .form .wrapper-info {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .landing-page .form .wrapper-info {
    margin-bottom: 90px;
  }
}
.landing-page .form .wrapper-info h2 {
  font-size: 30px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .landing-page .form .wrapper-info h2 {
    font-size: 40px;
    line-height: 1.23;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .form .wrapper-info h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
.landing-page .form .title {
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (min-width: 679px) {
  .landing-page .form .title {
    font-size: 30px;
  }
}
.landing-page .form .title .step-number {
  border-radius: 50%;
  display: inline-block;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  margin-right: 22px;
  margin-top: 8px;
  text-align: center;
  vertical-align: top;
  width: 22px;
}
.landing-page .form .controller {
  bottom: 30px;
  box-sizing: border-box;
  height: 60px;
  left: 0;
  margin: 0;
  position: absolute;
  transition: bottom 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .landing-page .form .controller {
    bottom: 60px;
  }
}
.landing-page .form .tool-tip-message {
  background: #f5f5f5;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
  margin: 0;
  padding: 16px 20px;
}
.landing-page .form button {
  border: 0;
  cursor: pointer;
  padding: 0;
  outline: 0;
}
.landing-page .form button.tool-tip-icon {
  align-items: center;
  background: #ed1b2d;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  height: 12px;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 12px;
}
.landing-page .form button.tool-tip-icon:hover:before {
  opacity: 1;
}
.landing-page .form button.tool-tip-icon:before {
  border-style: solid;
  border-width: 9px 11px 0 11px;
  border-color: #f5f5f5 transparent transparent transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-out;
  width: 0;
}
.landing-page .form button.back,
.landing-page .form button.next {
  background: transparent;
}
.landing-page .form button.back,
.landing-page .form button.next,
.landing-page .form button.send {
  display: inline-flex;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  transform: translateY(-50%);
}
.landing-page .form button.back {
  color: #fff;
  font-size: 14px;
  left: 0;
  position: relative;
  text-transform: lowercase;
}
.landing-page .form button.back:before {
  content: '< ';
  display: inline-block;
  margin-right: 5px;
}
.landing-page .form button.back:hover:after {
  border-color: #ccc !important;
}
.landing-page .form button.back:focus:after {
  border-color: #fff;
}
.landing-page .form button.back:after {
  border-bottom: solid 2px;
  border-color: #b4b4b9;
  bottom: -2px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  transition: border-color 0.3s ease-out;
  width: 100%;
}
.landing-page .form button.send {
  align-items: center;
  justify-content: center;
  max-width: 120px;
  padding: 21px 10px 20px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .landing-page .form button.send {
    max-width: 275px;
  }
}
.landing-page .form button.send:disabled {
  background-color: #b4b4b9;
  color: #fff;
}
.landing-page .form button.next {
  align-items: center;
  font-size: 0;
  right: 0;
}
.landing-page .form button.next:hover .arrow,
.landing-page .form button.next:focus .arrow {
  transform: translateX(10%);
}
.landing-page .form button.next:hover .circle:after,
.landing-page .form button.next:focus .circle:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sonarEffectSmall 0.8s ease-out;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 70px;
  pointer-events: none;
  position: absolute;
  width: 70px;
}
.landing-page .form button.next:hover .circle {
  border-color: #fff !important;
}
.landing-page .form button.next:focus .circle {
  border-color: #fff;
}
.landing-page .form button.next:disabled .arrow {
  color: #fff !important;
}
.landing-page .form button.next .circle {
  border: 2px solid;
  border-color: #b4b4b9;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 70px;
  margin-left: -40px;
  padding: 10px;
  position: relative;
  transition: border-color 0.3s ease-out;
  width: 70px;
  z-index: 1;
}
.landing-page .form button.next .circle:before {
  background: #b4b4b9;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
.landing-page .form button.next .arrow {
  height: 14px;
  position: relative;
  width: 80px;
  transition: color 0.3s ease-out, transform 0.3s ease-out;
  transform: translateX(0);
  z-index: 2;
}
.landing-page .form .parsley-errors-list li {
  color: #ed1b2d;
  font-size: 10px;
  line-height: 1.4;
  padding-left: 25px;
}
.landing-page .form .warning,
.landing-page .form .disclaimer,
.landing-page .form .contact,
.landing-page .form .secap {
  font-size: 12px;
  line-height: 1.83;
  margin: 0;
}
.landing-page .form .contact,
.landing-page .form .secap {
  margin-top: 15px;
}
.landing-page .form .contact .envelope {
  height: 15px;
  margin-bottom: -3px;
  margin-right: 6px;
  width: 23px;
}
.landing-page .form .regulation {
  font-size: 14px;
  line-height: normal;
  margin-top: 30px;
  padding-left: 26px;
  position: relative;
}
.landing-page .form .regulation a {
  position: relative;
  text-decoration: none;
}
.landing-page .form .regulation a:before {
  border-color: #ccc;
}
.landing-page .form .regulation a:hover:before {
  border-color: #fff !important;
}
.landing-page .form .regulation a:focus:before {
  border-color: #fff;
}
.landing-page .form .regulation a:before {
  border-bottom: solid 2px;
  border-color: #b4b4b9;
  bottom: -2px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  transition: border-color 0.3s ease-out;
  width: 100%;
}
.landing-page .form .regulation a:after {
  content: ' >';
}
.landing-page .form .ipt-group {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.landing-page .form .ipt-group .tool-tip-icon:hover ~.tool-tip-message {
  opacity: 1;
}
.landing-page .form .ipt-group .tool-tip-message {
  left: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: -3px;
  transform: translateY(-100%);
  transition: opacity 0.3s ease-out;
}
.landing-page .form .ipt-group .holder-select {
  display: inline-block;
  position: relative;
}
.landing-page .form .ipt-group .holder-select .required {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: right;
  top: 25px;
  transition: color 0.3s ease-out;
  width: 25px;
}
.landing-page .form .ipt-group .holder-select .arrow {
  border: solid 2px;
  border-left: 0;
  border-top: 0;
  border-color: #ccc;
  display: inline-block;
  height: 6px;
  right: 10px;
  opacity: 1;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
  transition: border-color 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
  width: 6px;
}
.landing-page .form .ipt-group.success .holder-select .required {
  color: #fff;
}
.landing-page .form .ipt-group.success .holder-select select,
.landing-page .form .ipt-group.success .holder-select .arrow {
  border-color: #fff;
}
.landing-page .form .ipt-group.error .parsley-errors-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
}
.landing-page .form .ipt-group.error .holder-select .required {
  color: #ed1b2d;
}
.landing-page .form .ipt-group.error .holder-select select,
.landing-page .form .ipt-group.error .holder-select .arrow {
  border-color: #ed1b2d;
}
.landing-page .form .ipt-group.accept label,
.landing-page .form .ipt-group.agree label {
  font-size: 12px;
}
@media screen and (min-width: 679px) {
  .landing-page .form .ipt-group.accept label,
  .landing-page .form .ipt-group.agree label {
    font-size: 14px;
  }
}
.landing-page .form .ipt-group input:focus,
.landing-page .form .ipt-group select:focus {
  outline: 0;
}
.landing-page .form .ipt-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: solid 1px;
  border-color: #ccc;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  min-width: 150px;
  opacity: 1;
  padding: 0 30px;
  transition: border-color 0.3s ease-out, opacity 0.3s ease-out;
}
.landing-page .form .ipt-group select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.landing-page .form .ipt-group select:disabled ~.arrow {
  opacity: 0.5;
}
.landing-page .form .ipt-group select:hover,
.landing-page .form .ipt-group select:focus {
  border-color: #fff !important;
}
.landing-page .form .ipt-group select:hover ~.arrow,
.landing-page .form .ipt-group select:focus ~.arrow {
  border-color: #fff !important;
}
.landing-page .form .ipt-group select:focus ~.arrow {
  transform: rotate(225deg);
}
.landing-page .form .ipt-group select option {
  background: #333;
}
.landing-page .form .ipt-group select option:checked {
  font-weight: 700;
}
.landing-page .form .ipt-group input {
  border-color: #fff;
  transition: border-color 0.3s ease-out;
}
.landing-page .form .ipt-group input:hover,
.landing-page .form .ipt-group input:focus {
  border-color: #fff !important;
}
.landing-page .form .ipt-group input.checkbox:focus ~label:before {
  border-color: #fff !important;
}
.landing-page .form .ipt-group input ~label {
  font-size: 14px;
  line-height: 1;
}
.landing-page .form .ipt-group input ~label .required {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  transition: color 0.3s ease-out;
}
.landing-page .form .ipt-group input ~label .tip-for-input {
  opacity: 0;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}
.landing-page .form .ipt-group input.text {
  background: transparent;
  border: solid 1px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 14px;
  line-height: 1;
  padding: 25px 16px 21px;
  width: 100%;
}
.landing-page .form .ipt-group input.text:hover ~label,
.landing-page .form .ipt-group input.text:focus ~label,
.landing-page .form .ipt-group input.text.active ~label {
  font-size: 12px;
  top: 10px;
}
.landing-page .form .ipt-group input.text:focus ~label .tip-for-input,
.landing-page .form .ipt-group input.text.active ~label .tip-for-input {
  opacity: 1;
}
.landing-page .form .ipt-group input.text ~label {
  left: 16px;
  position: absolute;
  top: 28px;
  transition: top 0.3s ease-out, font-size 0.3s ease-out;
}
.landing-page .form .ipt-group input.text#estado {
  text-transform: uppercase;
}
.landing-page .form .ipt-group input.checkbox {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.landing-page .form .ipt-group input.checkbox:checked ~label:before {
  background: #14b881;
  border-color: #14b881 !important;
}
.landing-page .form .ipt-group input.checkbox:checked ~label:after {
  border-color: #fff;
  transform: rotate(-45deg);
}
.landing-page .form .ipt-group input.checkbox ~label {
  cursor: pointer;
  font-weight: 700;
}
.landing-page .form .ipt-group input.checkbox ~label:before,
.landing-page .form .ipt-group input.checkbox ~label:after {
  border: solid 3px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
}
.landing-page .form .ipt-group input.checkbox ~label:before {
  background: rgba(20,184,129,0);
  border-color: #b4b4b9;
  height: 18px;
  margin-bottom: -2px;
  margin-right: 8px;
  transition: background 0.3s ease-out, border-color 0.3s ease-out;
  width: 18px;
}
.landing-page .form .ipt-group input.checkbox ~label:after {
  border-color: rgba(255,255,255,0);
  border-top: 0;
  border-right: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: rotate(0);
  transition: border-color 0.3s ease-out, transform 0.3s ease-out;
  width: 11px;
}
.landing-page .form .ipt-group.success input.text ~label,
.landing-page .form .ipt-group.error input.text ~label {
  font-size: 12px;
  top: 10px;
}
.landing-page .form .ipt-group.success input {
  border-color: #fff;
}
.landing-page .form .ipt-group.success input.text ~label .required,
.landing-page .form .ipt-group.success input.checkbox ~label .required {
  color: #fff;
}
.landing-page .form .ipt-group.success input.text ~label .tip-for-input,
.landing-page .form .ipt-group.success input.checkbox ~label .tip-for-input {
  opacity: 0;
}
.landing-page .form .ipt-group.error input {
  border-color: #ed1b2d;
}
.landing-page .form .ipt-group.error input.text ~label .required,
.landing-page .form .ipt-group.error input.checkbox ~label .required {
  color: #ed1b2d;
}
.landing-page .form .ipt-group.error input.text ~label .tip-for-input,
.landing-page .form .ipt-group.error input.checkbox ~label .tip-for-input {
  color: #ed1b2d;
  opacity: 1;
}
.landing-page .form .ipt-group.error input.checkbox ~label:before {
  border-color: #ed1b2d;
}
.landing-page .form .step {
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  width: 100%;
}
.landing-page .form .step.hide {
  animation-delay: 0;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: hide-step;
}
.landing-page .form .step.current {
  display: block;
  pointer-events: initial;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: current-step;
}
.landing-page .form .step.current ~.step {
  display: none;
}
.landing-page .form .step.success .title,
.landing-page .form .step.error .title {
  font-size: 30px;
  line-height: 2;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (min-width: 679px) {
  .landing-page .form .step.success .title,
  .landing-page .form .step.error .title {
    font-size: 50px;
    line-height: 1.2;
  }
}
.landing-page .form .step.success p,
.landing-page .form .step.error p {
  font-weight: 18px;
  line-height: 1.89;
  margin: 30px auto;
  text-align: center;
}
.landing-page .form .step.success p:last-child,
.landing-page .form .step.error p:last-child {
  margin-bottom: 0;
}
.landing-page .form .step .form-success,
.landing-page .form .step .form-error {
  display: block;
  margin: 115px auto 35px;
}
.landing-page .form .step .form-success {
  height: 116px;
  width: 141px;
}
.landing-page .form .step .form-error {
  height: 87px;
  width: 84px;
}
.landing-page .wrapper-load {
  align-items: center;
  background-color: rgba(42,42,42,0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.landing-page .wrapper-load.active {
  display: flex;
}
.landing-page .wrapper-load .loader {
  animation: loading 1.5s linear infinite;
  border: 65px solid #ed1b2d;
  border-top: 65px solid rgba(42,42,42,0.7);
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes current-step {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes current-step {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes current-step {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes current-step {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes hide-step {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes hide-step {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-o-keyframes hide-step {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes hide-step {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.landing-page .closure-content {
  background: #2a2a2a;
  text-align: center;
}
.landing-page .closure-content .container {
  padding-bottom: 80px;
  padding-top: 120px;
}
@media screen and (min-width: 679px) {
  .landing-page .closure-content .container {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .closure-content .container {
    padding-top: 140px;
  }
}
.landing-page .closure-content .container .holder-scroll-icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.landing-page .closure-content .container .content h2 {
  font-size: 30px;
  line-height: normal;
  margin: 0 auto;
  max-width: 680px;
}
.landing-page .closure-content .container .content h2 sup {
  font-size: 0.5em;
  top: 1em;
  vertical-align: top;
}
@media screen and (min-width: 679px) {
  .landing-page .closure-content .container .content h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .closure-content .container .content h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
.landing-page .closure-content .container .content p {
  font-size: 24px;
  line-height: 1.42;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 800px;
}
.landing-page .closure-content .container .content p.small {
  font-size: 16px;
}
@media screen and (min-width: 679px) {
  .landing-page .closure-content .container .content p.small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .closure-content .container .content p {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 45px;
  }
  .landing-page .closure-content .container .content p a {
    color: #fff;
  }
}
.landing-page .closure-content .container .content hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (min-width: 679px) {
  .landing-page .closure-content .container .content hr {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .closure-content .container .content hr {
    margin-top: 110px;
  }
}
.landing-page .closure-content .container .content hr ~p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 490px;
}
@media screen and (min-width: 679px) {
  .landing-page .closure-content .container .content hr ~p {
    font-size: 20px;
    margin-top: 20px;
  }
}
.landing-page .closure-content .container .content .logo {
  max-width: 100px;
  width: 100%;
}
.landing-page.vuc ~.cookie-police {
  background: #ffd117;
  color: #000;
}
.landing-page.vuc ~.cookie-police .container .wrapper-buttons .agree-button {
  background: #000;
  border-color: #000;
  color: #fff;
}
.landing-page.vuc ~.cookie-police .container .wrapper-buttons .agree-button:before,
.landing-page.vuc ~.cookie-police .container .wrapper-buttons .agree-button:after {
  border-color: #000;
}
.landing-page.vuc .container .cta,
.landing-page.vuc .container .send {
  background: #ffd117;
  border: solid 2px;
  border-color: rgba(255,209,23,0.001);
  color: #000;
  transition: background 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.landing-page.vuc .container .cta:hover,
.landing-page.vuc .container .send:hover,
.landing-page.vuc .container .cta:focus,
.landing-page.vuc .container .send:focus {
  background: #000;
  border-color: #ffd117;
  color: #ffd117;
}
.landing-page.vuc .hero-content {
  padding-bottom: 160px;
  padding-top: 100px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .hero-content {
    min-height: 500px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .hero-content {
    min-height: 530px;
  }
}
.landing-page.vuc .hero-content .content h1 .arrows {
  color: #ffd117;
  top: 6px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .hero-content .content h1 .arrows {
    top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .hero-content .content h1 .arrows {
    top: 20px;
  }
}
.landing-page.vuc .hero-content .wrapper-image.oil-truk {
  text-align: center;
}
.landing-page.vuc .hero-content .wrapper-image.oil-truk .img-oil-truk {
  left: 50%;
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  width: 180px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .hero-content .wrapper-image.oil-truk .img-oil-truk {
    transform: translateX(-10%);
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .hero-content .wrapper-image.oil-truk .img-oil-truk {
    top: -110px;
    transform: translateX(-50%);
    width: 250px;
  }
}
.landing-page.vuc .content-box .holder-scroll-icon {
  padding: 110px 0 50px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .top-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .top-content .block {
    width: 50%;
  }
}
.landing-page.vuc .content-box .top-content .block .lines {
  color: #ffd117;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .top-content .block .lines {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .content-box .top-content .block .lines {
    max-width: 470px;
  }
}
.landing-page.vuc .content-box .top-content .first-block h2 {
  line-height: normal;
  margin: 20px 0 30px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .top-content .first-block h2 {
    line-height: 1.23;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .content-box .top-content .first-block h2 {
    font-size: 50px;
    line-height: 1.2;
    max-width: 500px;
  }
}
.landing-page.vuc .content-box .top-content .second-block p {
  font-size: 18px;
  line-height: 1.56;
  margin: 60px 0 40px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .top-content .second-block p {
    margin: 60px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .content-box .top-content .second-block p {
    font-size: 26px;
    line-height: 1.38;
  }
}
.landing-page.vuc .content-box .top-content .second-block h3 {
  font-size: 18px;
  line-height: 1.56;
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .content-box .top-content .second-block h3 {
    font-size: 26px;
    line-height: 1.38;
  }
}
.landing-page.vuc .content-box .bottom-content .block {
  padding: 40px 0 80px;
}
@media screen and (min-width: 679px) {
  .landing-page.vuc .content-box .bottom-content .block {
    padding: 40px 0 90px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.vuc .content-box .bottom-content .block {
    padding: 45px 0 100px;
  }
}
.landing-page.vuc .form {
  background: url("/mobil/assets/landing-pages/background-feltro.jpg") center center no-repeat;
  background-size: cover;
}
.landing-page.vuc .form button.next .arrow {
  color: #ffd117;
}
.landing-page.vuc .form .container {
  background: url("/mobil/assets/landing-pages/vuc/form-background-vuc.png") center top no-repeat;
}
.landing-page.vuc .form .container .scroll {
  color: #ffd117;
}
.landing-page.vuc .form .container .title .step-number {
  background: #ffd117;
  color: #000;
}
.landing-page.vuc .form .step .form-success,
.landing-page.vuc .form .step .form-error {
  color: #ffd117;
}
.landing-page.mco ~.cookie-police {
  background: #ed1b2d;
}
@media screen and (min-width: 1024px) {
  .landing-page.mco.ending-of-campaign .hero-content .content h1 {
    max-width: 695px;
  }
}
.landing-page.mco .hero-content {
  padding-bottom: 110px;
  padding-top: 100px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .hero-content {
    min-height: 574px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .hero-content {
    min-height: 683px;
  }
}
.landing-page.mco .hero-content .content h1 .arrows {
  color: #ed1b2d;
  top: 6px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .hero-content .content h1 .arrows {
    top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .hero-content .content h1 .arrows {
    top: 14px;
  }
}
.landing-page.mco .hero-content .wrapper-image.oil-moto {
  text-align: center;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .hero-content .wrapper-image.oil-moto {
    margin-top: 0;
  }
}
.landing-page.mco .hero-content .wrapper-image.oil-moto .img-oil-moto {
  transform: translateY(25%);
  width: 60px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .hero-content .wrapper-image.oil-moto .img-oil-moto {
    transform: translateY(45%);
    width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .hero-content .wrapper-image.oil-moto .img-oil-moto {
    transform: translateY(20%);
    width: 130px;
  }
}
.landing-page.mco .content-box .holder-scroll-icon {
  padding: 60px 0 20px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .holder-scroll-icon {
    padding: 110px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .content-box .top-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .content-box .top-content .block {
    width: 50%;
  }
}
.landing-page.mco .content-box .top-content .block .lines {
  color: #ed1b2d;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .top-content .block .lines {
    max-width: 440px;
  }
}
.landing-page.mco .content-box .top-content .first-block h2 {
  line-height: 1;
  margin: 10px 0 20px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .top-content .first-block h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 10px 0 40px;
    max-width: 450px;
  }
}
.landing-page.mco .content-box .top-content .second-block p {
  font-size: 16px;
  line-height: 1.25;
  margin: 25px 0;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .top-content .second-block p {
    font-size: 24px;
    line-height: 1.42;
    margin: 35px 0 30px;
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .content-box .top-content .second-block p {
    max-width: 531px;
  }
}
.landing-page.mco .content-box .top-content .second-block h3 {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .top-content .second-block h3 {
    font-size: 24px;
    line-height: 1.42;
  }
}
.landing-page.mco .content-box .bottom-content .block {
  padding: 60px 0 30px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .content-box .bottom-content .block {
    padding: 35px 0 45px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.mco .content-box .bottom-content .block {
    padding: 80px 0 40px;
  }
}
.landing-page.mco .content-box .disclaimer {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto;
  padding-bottom: 75px;
}
.landing-page.mco .form {
  background: url("/mobil/assets/landing-pages/mco/form-background-mco.jpg") center bottom no-repeat;
  background-size: cover;
}
.landing-page.mco .form button.next .arrow {
  color: #ed1b2d;
}
.landing-page.mco .form .container .scroll {
  color: #ed1b2d;
}
.landing-page.mco .form .container .title .step-number {
  background: #ed1b2d;
}
.landing-page.mco .form .checkbox-group.usage {
  font-size: 0;
}
.landing-page.mco .form .checkbox-group.usage p {
  font-size: 14px;
  line-height: 1;
  margin: 40px 0 30px;
}
@media screen and (min-width: 679px) {
  .landing-page.mco .form .checkbox-group.usage .ipt-group {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.landing-page.mco .form .step .form-success,
.landing-page.mco .form .step .form-error {
  color: #ed1b2d;
}
.landing-page.conexao-parceira {
  background: url("/mobil/assets/landing-pages/background-feltro.jpg") center top repeat;
}
.landing-page.conexao-parceira.ending-of-campaign {
  background-color: #000;
  background-image: none;
}
.landing-page.conexao-parceira ~.cookie-police {
  background: #ffd117;
  color: #000;
}
.landing-page.conexao-parceira ~.cookie-police .container .wrapper-buttons .agree-button {
  background: #000;
  border-color: #000;
  color: #fff;
}
.landing-page.conexao-parceira ~.cookie-police .container .wrapper-buttons .agree-button:before,
.landing-page.conexao-parceira ~.cookie-police .container .wrapper-buttons .agree-button:after {
  border-color: #000;
}
.landing-page.conexao-parceira .container .cta,
.landing-page.conexao-parceira .container .send {
  background: #ffd117;
  border: solid 2px;
  border-color: rgba(255,209,23,0.001);
  color: #000;
  transition: background 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
.landing-page.conexao-parceira .container .cta:hover,
.landing-page.conexao-parceira .container .send:hover,
.landing-page.conexao-parceira .container .cta:focus,
.landing-page.conexao-parceira .container .send:focus {
  background: #000;
  border-color: #ffd117;
  color: #ffd117;
}
.landing-page.conexao-parceira.ending-of-campaign .hero-content .container {
  justify-content: center;
}
.landing-page.conexao-parceira.ending-of-campaign .hero-content .container .wrapper-image {
  position: static;
  width: 100%;
}
.landing-page.conexao-parceira.ending-of-campaign .hero-content .container .wrapper-image.logo-conexao-parceira {
  padding: 0;
}
.landing-page.conexao-parceira.ending-of-campaign .hero-content .container .wrapper-image.logo-conexao-parceira .img-logo-conexao-parceira {
  margin: 0 auto;
  max-width: 665px;
}
.landing-page.conexao-parceira.ending-of-campaign .closure-content .scroll {
  color: #ffd117;
}
.landing-page.conexao-parceira .hero-content {
  padding-bottom: 85px;
  padding-top: 100px;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content {
    min-height: 500px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content {
    min-height: 530px;
  }
}
.landing-page.conexao-parceira .hero-content .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content .container .content,
  .landing-page.conexao-parceira .hero-content .container .wrapper-image {
    width: 50%;
  }
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .container .content {
    width: 60%;
  }
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .container .wrapper-image {
    width: 40%;
  }
}
.landing-page.conexao-parceira .hero-content .content h1,
.landing-page.conexao-parceira .hero-content .content p {
  margin-left: auto;
  max-width: 525px;
  padding: 0;
  width: 100%;
}
.landing-page.conexao-parceira .hero-content .content h1 {
  font-size: 32px;
  line-height: 1.19;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .content h1 {
    font-size: 40px;
    line-height: 1.13;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content .content h1 {
    font-size: 55px;
    line-height: 1.18;
  }
}
.landing-page.conexao-parceira .hero-content .content p {
  font-size: 18px;
  line-height: 1.56;
  margin-top: 15px;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .content p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content .content p {
    font-size: 26px;
    line-height: 1.38;
    margin-top: 25px;
  }
}
.landing-page.conexao-parceira .hero-content .content p:last-child {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .content p:last-child {
    margin-top: 40px;
    text-align: left;
  }
}
.landing-page.conexao-parceira .hero-content .wrapper-image {
  position: static;
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content .wrapper-image.logo-conexao-parceira {
    padding-right: 10px;
  }
}
.landing-page.conexao-parceira .hero-content .wrapper-image.logo-conexao-parceira .img-logo-conexao-parceira {
  display: block;
  margin: 0 auto 55px;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .hero-content .wrapper-image.logo-conexao-parceira .img-logo-conexao-parceira {
    margin: 0;
    max-width: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .hero-content .wrapper-image.logo-conexao-parceira .img-logo-conexao-parceira {
    max-width: 470px;
  }
}
.landing-page.conexao-parceira .content-video .scroll {
  color: #ffd117;
}
.landing-page.conexao-parceira .content-tips .all-connected,
.landing-page.conexao-parceira .content-tips .be-an-agent,
.landing-page.conexao-parceira .content-tips .take-part {
  color: #ffd117;
  transition: color 0.3s ease-out;
}
.landing-page.conexao-parceira .form {
  background: url("/mobil/assets/landing-pages/conexaoParceira/form_background_conexao_parceira.png") center top no-repeat;
}
.landing-page.conexao-parceira .form.success .container .wrapper-info {
  display: none;
}
.landing-page.conexao-parceira .form.success .container .wrapper-steps {
  display: block;
  width: 100%;
}
.landing-page.conexao-parceira .form button.next .arrow {
  color: #ffd117;
}
.landing-page.conexao-parceira .form .container {
  max-width: 1199px;
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .form .container .wrapper-info,
  .landing-page.conexao-parceira .form .container .wrapper-steps {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .form .container .wrapper-info {
    max-width: 520px;
    padding-right: 100px;
    padding-top: 100px;
  }
}
.landing-page.conexao-parceira .form .container .wrapper-info h2 {
  font-size: 30px;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .form .container .wrapper-info h2 {
    font-size: 40px;
    max-width: none;
    line-height: 1.13;
    text-align: left;
  }
}
.landing-page.conexao-parceira .form .container .wrapper-info p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 679px) {
  .landing-page.conexao-parceira .form .container .wrapper-info p {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page.conexao-parceira .form .container .wrapper-info p {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: left;
  }
}
.landing-page.conexao-parceira .form .container .holder-scroll-icon {
  display: none;
}
.landing-page.conexao-parceira .form .container .title .step-number {
  background: #ffd117;
  color: #000;
}
.landing-page.conexao-parceira .form .step .form-success,
.landing-page.conexao-parceira .form .step .form-error {
  color: #ffd117;
}
@-moz-keyframes verticalArrow {
  0% {
    transform: translateY(-13px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@-webkit-keyframes verticalArrow {
  0% {
    transform: translateY(-13px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@-o-keyframes verticalArrow {
  0% {
    transform: translateY(-13px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes verticalArrow {
  0% {
    transform: translateY(-13px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'EMprint', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #e7ecf1;
  color: #000;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  word-break: keep-all;
}
no-breakline {
  display: inline-block;
  margin: 0 0.2em;
  white-space: nowrap;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
sup {
  font-size: 0.25em;
  top: -1.5em;
}
.hero-content {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  min-height: 490px;
  padding: 35px 0;
  position: relative;
}
@media screen and (min-width: 679px) {
  .hero-content {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-content {
    align-items: center;
    min-height: 400px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-content {
    min-height: 475px;
  }
}
.hero-content .hero-backgound {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.hero-content .hero-backgound img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  width: auto;
  z-index: 1;
}
.hero-content .content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 679px) {
  .hero-content .content {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-content .content {
    margin-top: 0;
  }
}
.hero-content .content .line-break {
  display: none;
}
@media screen and (min-width: 321px) {
  .hero-content .content .line-break {
    display: block;
  }
}
.hero-content .content h1 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  line-height: 1.1;
  max-width: 260px;
  margin: 0 0 25px 0;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .hero-content .content h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
    max-width: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-content .content h1 {
    font-size: 50px;
    max-width: 850px;
  }
}
.hero-content .content p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  line-height: 1.4;
  padding-right: 30px;
  margin: 0;
  max-width: 820px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .hero-content .content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-content .content p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 850px;
  }
}
.d-flex {
  display: flex;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 678px;
  padding: 0 35px;
  width: 100%;
}
@media screen and (min-width: 679px) {
  .container {
    max-width: 1023px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1199px;
  }
}
