﻿@charset "UTF-8";

.loader-img {
  position: relative;
}

.loader-img::after {
  background-color: rgba(0,0,0,.7);
  content: 'Enviando...';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}


.moto-color1 {
  color: #164bff;
}
.moto-color1_1 {
  color: #0033e0;
}
.moto-color1_2 {
  color: #0039fa;
}
.moto-color1_3 {
  color: #164bff;
}
.moto-color1_4 {
  color: #2e5dff;
}
.moto-color1_5 {
  color: #4771ff;
}
.moto-color2 {
  color: #f8f8fa;
}
.moto-color2_1 {
  color: #dbdbe5;
}
.moto-color2_2 {
  color: #eaeaf0;
}
.moto-color2_3 {
  color: #f8f8fa;
}
.moto-color2_4 {
  color: #ffffff;
}
.moto-color2_5 {
  color: #ffffff;
}
.moto-color3 {
  color: #333333;
}
.moto-color3_1 {
  color: #1a1a1a;
}
.moto-color3_2 {
  color: #262626;
}
.moto-color3_3 {
  color: #333333;
}
.moto-color3_4 {
  color: #404040;
}
.moto-color3_5 {
  color: #4d4d4d;
}
.moto-color4 {
  color: #828282;
}
.moto-color4_1 {
  color: #696969;
}
.moto-color4_2 {
  color: #757575;
}
.moto-color4_3 {
  color: #828282;
}
.moto-color4_4 {
  color: #8f8f8f;
}
.moto-color4_5 {
  color: #9c9c9c;
}
.moto-color5 {
  color: #f6f6f6;
}
.moto-color5_1 {
  color: black;
}
.moto-color5_2 {
  color: #e8e8e8;
}
.moto-color5_3 {
  color: #f6f6f6;
}
.moto-color5_4 {
  color: #ffffff;
}
.moto-color5_5 {
  color: #ffffff;
}
.moto-color_custom1 {
  color: #000000;
}
.moto-color_custom2 {
  color: #db2200;
}
.moto-color_custom3 {
  color: #4ad313;
}
.moto-color_custom4 {
  color: #262d52;
}
.moto-color_custom5 {
  color: #bdbdbd;
}
.moto-bg-color1 {
  background: #164bff;
}
.moto-bg-color1_1 {
  background: #0033e0;
}
.moto-bg-color1_2 {
  background: #0039fa;
}
.moto-bg-color1_3 {
  background: #164bff;
}
.moto-bg-color1_4 {
  background: #2e5dff;
}
.moto-bg-color1_5 {
  background: #4771ff;
}
.moto-bg-color2 {
  background: #f8f8fa;
}
.moto-bg-color2_1 {
  background: #dbdbe5;
}
.moto-bg-color2_2 {
  background: #eaeaf0;
}
.moto-bg-color2_3 {
  background: #f8f8fa;
}
.moto-bg-color2_4 {
  background: #ffffff;
}
.moto-bg-color2_5 {
  background: #ffffff;
}
.moto-bg-color3 {
  background: #333333;
}
.moto-bg-color3_1 {
  background: #1a1a1a;
}
.moto-bg-color3_2 {
  background: #262626;
}
.moto-bg-color3_3 {
  background: #333333;
}
.moto-bg-color3_4 {
  background: #404040;
}
.moto-bg-color3_5 {
  background: #4d4d4d;
}
.moto-bg-color4 {
  background: #828282;
}
.moto-bg-color4_1 {
  background: #696969;
}
.moto-bg-color4_2 {
  background: #757575;
}
.moto-bg-color4_3 {
  background: #828282;
}
.moto-bg-color4_4 {
  background: #8f8f8f;
}
.moto-bg-color4_5 {
  background: #9c9c9c;
}
.moto-bg-color5 {
  background: #f6f6f6;
}
.moto-bg-color5_1 {
  background: #dbdbdb;
}
.moto-bg-color5_2 {
  background: #e8e8e8;
}
.moto-bg-color5_3 {
  background: #f6f6f6;
}
.moto-bg-color5_4 {
  background: #ffffff;
}
.moto-bg-color5_5 {
  background: #ffffff;
}
.moto-bg-color_custom1 {
  background: #000000;
}
.moto-bg-color_custom2 {
  background: #db2200;
}
.moto-bg-color_custom3 {
  background: #4ad313;
}
.moto-bg-color_custom4 {
  background: #262d52;
}
.moto-bg-color_custom5 {
  background: #bdbdbd;
}
@media screen and (min-width: 1039px) {
  .moto-parallax,
  .moto-background-fixed {
    background-attachment: fixed;
  }
}
.moto-spacing-top-auto {
  padding-top: initial;
}
.moto-spacing-top-zero {
  padding-top: 0;
}
.moto-spacing-top-small {
  padding-top: 20px;
}
.moto-spacing-top-medium {
  padding-top: 45px;
}
.moto-spacing-top-large {
  padding-top: 125px;
}
.moto-spacing-bottom-auto {
  padding-bottom: initial;
}
.moto-spacing-bottom-zero {
  padding-bottom: 0;
}
.moto-spacing-bottom-small {
  padding-bottom: 20px;
}
.moto-spacing-bottom-medium {
  padding-bottom: 45px;
}
.moto-spacing-bottom-large {
  padding-bottom: 125px;
}
.moto-spacing-left-auto {
  padding-left: initial;
}
.moto-spacing-left-zero {
  padding-left: 0;
}
.moto-spacing-left-small {
  padding-left: 20px;
}
.moto-spacing-left-medium {
  padding-left: 45px;
}
.moto-spacing-left-large {
  padding-left: 125px;
}
.moto-spacing-right-auto {
  padding-right: initial;
}
.moto-spacing-right-zero {
  padding-right: 0;
}
.moto-spacing-right-small {
  padding-right: 20px;
}
.moto-spacing-right-medium {
  padding-right: 45px;
}
.moto-spacing-right-large {
  padding-right: 125px;
}
@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 10px;
  }
  .moto-spacing-top-medium {
    padding-top: 25px;
  }
  .moto-spacing-top-large {
    padding-top: 60px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 10px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 25px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 60px;
  }
  .moto-spacing-left-small {
    padding-left: 10px;
  }
  .moto-spacing-left-medium {
    padding-left: 25px;
  }
  .moto-spacing-left-large {
    padding-left: 60px;
  }
  .moto-spacing-right-small {
    padding-right: 10px;
  }
  .moto-spacing-right-medium {
    padding-right: 25px;
  }
  .moto-spacing-right-large {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 25px;
  }
  .moto-spacing-top-large {
    padding-top: 40px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 25px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 40px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 25px;
  }
  .moto-spacing-left-large {
    padding-left: 40px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 25px;
  }
  .moto-spacing-right-large {
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 20px;
  }
  .moto-spacing-top-large {
    padding-top: 35px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 35px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 20px;
  }
  .moto-spacing-left-large {
    padding-left: 35px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 20px;
  }
  .moto-spacing-right-large {
    padding-right: 35px;
  }
}
.moto-text_240 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Marcellus SC', serif;
  color: #dbdbdb;
  font-size: 12px;
  line-height: 0.5;
  letter-spacing: 0px;
}
.moto-text_240 a {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_240 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
.moto-container_content_5b50346710 {
  margin-top: 20px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5b50346710:hover {
  background-color: #f6f6f6;
  border-color: #164bff;
}
.moto-container_content_5b5034679 {
  margin-top: 20px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5b5034679:hover {
  background-color: #f6f6f6;
  border-color: #164bff;
}
.moto-container_content_5b5034678 {
  margin-top: 20px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5b5034678:hover {
  background-color: #f6f6f6;
  border-color: #164bff;
}
.moto-container_content_5b5034677 {
  margin-top: 20px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5b5034677:hover {
  background-color: #f6f6f6;
  border-color: #164bff;
}
.moto-container_content_5a8c11d612 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8c11d611 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8c11a110 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8c11a19 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8c114b7 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8c114b6 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-text_225 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #f8f8fa;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_225 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_225 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_225 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {

    .zera-padding-left
    {
        padding-left:0px !important;
    }

  .moto-text_225 {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_225 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_224 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #f8f8fa;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_224 a {
  color: #41BC3F;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_224 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
@media (max-width: 1039px) {
  .moto-text_224 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_224 {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_224 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_content_5a8bfe064 {
  border-style: solid;
  border-color: #f6f6f6;
  border-left-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_221 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #000000;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_221 a {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_221 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_221 {
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_221 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_221 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_content_5a8bfa553 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8bfa552 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8bfa551 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f6f6f6;
  border-style: none;
  border-color: #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-container_content_5a8be5562 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: solid;
  border-color: #f6f6f6;
  border-left-width: 1px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.moto-text_216 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_216 a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_216 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_212 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_212 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_212 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_212 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_212 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_212 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_211 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_211 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_211 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_211 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_211 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_211 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_content_5a8b30ea4 {
  margin-top: 20px;
  background-color: #f6f6f6;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5a8b30ec5 {
  margin-top: 20px;
  background-color: #f6f6f6;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_208 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_208 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_208 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_208 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_208 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_208 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_content_5a8b2fb93 {
  margin-top: 20px;
  background-color: #f6f6f6;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_204 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #f8f8fa;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_204 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_204 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_204 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_204 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_204 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_203 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #41BC3F;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0px;
}
.moto-text_203 a {
  color: #164bff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_203 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_203 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_203 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_203 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_header_5a8944841 {
  background-color: #ffffff;
  border-style: solid;
  border-color: #f6f6f6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_186 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_186 a {
  color: #828282;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_186 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #db2200;
}
@media (max-width: 1039px) {
  .moto-text_186 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_186 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_186 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-background_2 {
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('../uploads/2017/07/mt-1103-content-bg.html');
}
.moto-background_1 {
  background-color: #ffffff;
  background-attachment: fixed;
  background-image: url('../uploads/2018/02/mt-1347-content-bg06.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.moto-background {
  background-color: #1a1a1a;
}
.moto-text_system_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_14 a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_14 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_system_14 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_14 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_14 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_13 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: black;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_13 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_13 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_13 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_12 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #41BC3F;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_system_12 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_12 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_11 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0px;
}
.moto-text_system_11 a {
  color: #9c9c9c;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_11 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_10 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #41BC3F;
  font-size: 14px;
  line-height: 3;
  letter-spacing: 2px;
}
.moto-text_system_10 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_10 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_9 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_9 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_9 {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_8 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #000000;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_8 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_8 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_7 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #9c9c9c;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_7 a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_6 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #164bff;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_6 a {
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_6 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_6 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_6 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_6 {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
.moto-text_system_5 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #000000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_5 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_5 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_5 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_5 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_5 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_4 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  font-size: 120px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.moto-text_system_4 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_4 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_4 {
    font-size: 110px;
    line-height: 0.9;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_4 {
    font-size: 100px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_4 {
    font-size: 100px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_3 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Abril Fatface', display;
  color: #000000;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_3 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_3 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #164bff;
}
@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.moto-text_system_2 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_system_2 a {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_2 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #bdbdbd;
}
@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.moto-text_system_1 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Marcellus SC', serif;
  color: #f8f8fa;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_1 a {
  color: #f8f8fa;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_1 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_normal {
  font-weight: 300;
  font-style: normal;
  font-family: 'Mukta', sans-serif;
  color: #828282;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.moto-text_normal a {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
}
@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-widget-text * {
  transition: .3s;
}
.moto-widget-text li {
  position: relative;
}
.moto-widget-text ul li {
  padding: 0 0 0 22px;
}
.moto-widget-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-text ul li {
    padding: 0 0 0 18px;
  }
  .moto-widget-text ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-text ul li {
    padding: 0 0 0 12px;
  }
  .moto-widget-text ul li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.moto-widget-text ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  z-index: 0;
  font: 14px/1 FontAwesome;
  color: #164bff;
  content: "\f105";
}
.moto-widget-text ol {
  counter-reset: moto-counter;
}
.moto-widget-text ol li {
  padding: 0 0 0 41px;
}
.moto-widget-text ol li:not(:last-child) {
  margin-bottom: 12px;
}
.moto-widget-text ol li:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 0;
  font: 600 18px/24px 'Poppins', sans-serif;
  color: #164bff;
  content: counter(moto-counter) ".";
  counter-increment: moto-counter;
}
.moto-widget-menu-toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0 8px;
}
.moto-widget-menu-toggle-btn-icon {
  font-size: 24px;
  line-height: 40px;
}
.moto-widget-menu-link {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  display: block;
  text-align: left;
  transition: .3s;
  z-index: 1;
}
.moto-widget-menu .moto-widget-menu-list {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    display: none;
  }
}
.moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist {
  top: calc(100% + 15px);
  min-width: 200px;
  left: 0;
  padding: 26px 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist {
    min-width: 150px;
    padding: 15px 0;
  }
}
.moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist:before {
  position: absolute;
  top: -17px;
  height: 17px;
  left: 0;
  width: 100%;
  content: "";
}
.moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 14px;
  line-height: 23px;
  padding: 5px 20px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 3px 10px;
    font-size: 11px;
  }
}
.moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  top: -26px;
  left: calc(100% + 5px);
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -15px;
  }
}
.moto-widget-menu .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist:before {
  content: "";
  width: 7px;
  height: 100%;
  top: 0;
  left: -7px;
  position: absolute;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
  margin-left: 75px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
    margin-left: 20px;
  }
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 0;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist {
  border-width: 1px;
  border-style: solid;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: absolute;
  right: 10px;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  line-height: 23px;
  transform: none;
  -webkit-transform: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105';
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
  display: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  top: -27px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -16px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
  margin-left: 12px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child):not(:first-child) {
    margin-left: 3px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  line-height: 21px;
  border: 2px solid;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
    font-size: 11px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: relative;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  padding-left: 5px;
  line-height: 21px;
  transform: none;
  -webkit-transform: none;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105';
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
  margin-left: 48px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
    margin-left: 20px;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 0;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: absolute;
  right: 10px;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  line-height: 21px;
  transform: none;
  -webkit-transform: none;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105';
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border: 2px solid;
    max-width: auto;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border: none;
    margin: 0 !important;
    padding: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    padding: 10px 50px 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    border: none;
    border-radius: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 0;
    text-align: center !important;
    width: 50px !important;
    height: 100%;
    transition: .3s;
    font-family: FontAwesome !important;
    color: inherit !important;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
    content: "\f107";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: inherit !important;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
    content: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
    width: 100%;
    border-bottom: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px;
    font-size: 14px;
    margin: 0;
    border: none;
    text-align: left;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px 7px 60px;
  }
}
.moto-widget-button .moto-widget-button-link {
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: .3s;
  line-height: 22px;
  border: 2px solid;
  border-radius: 30px;
}
.moto-widget-button .moto-widget-button-link.moto-size-small {
  font-size: 14px;
  padding: 12px 15px;
  min-width: 130px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-small {
    font-size: 13px;
    min-width: 120px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-medium {
  font-size: 15px;
  padding: 12px 10px;
  min-width: 160px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-medium {
    min-width: 120px;
    font-size: 13px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-large {
  font-size: 16px;
  padding: 12px 15px;
  min-width: 260px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-large {
    min-width: 180px;
    font-size: 13px;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-large {
    min-width: 140px;
    font-size: 12px;
    padding: 12px 8px;
  }
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  padding: 0;
  border: none;
  border-radius: 0;
  min-width: 0;
  min-height: auto;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
  font-size: inherit;
  display: block;
  float: right;
  margin-left: 10px;
  line-height: 22px;
  transition: .3s;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
  content: "\f105";
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link .moto-widget-image-picture {
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
  content: "";
  position: absolute;
  transition: all .3s ease-in-out;
}
.moto-widget-image .moto-widget-image-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid;
}
.moto-widget-image .moto-widget-image-link:after {
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 34px;
  z-index: 5;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.moto-widget-image.moto-preset-default .moto-widget-image-link:before,
.moto-widget-image.moto-preset-default .moto-widget-image-link:after {
  display: none;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link {
  border-radius: 50%;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link:before,
.moto-widget-image.moto-preset-2 .moto-widget-image-link:after {
  display: none;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  top: 70%;
  content: "\f002";
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  top: 50%;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  border: 2px solid;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  content: "\f144";
  font-size: 70px;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link {
  border-radius: 50%;
  border-width: 30px;
  border-style: solid;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link .moto-widget-image-picture {
  border-radius: 50%;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  border: none;
  border-radius: 50%;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  font-size: 24px;
  content: '\f00e';
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
  transition: .35s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
  position: absolute;
  z-index: 99;
  display: block;
  width: auto;
  padding: 5px;
  opacity: 0;
  transition: .35s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: .88px;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
  opacity: 1;
  transition: .35s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  position: absolute;
  transition: .35s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  z-index: 10;
  font-family: FontAwesome;
  font-size: 32px;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
  opacity: 1;
  right: auto;
  top: 75%;
  left: 50%;
  width: 78%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption_text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.08px;
  width: 100%;
  text-align: left;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  content: "\f00e";
  font-size: 40px;
  z-index: 99;
  transition: 0.3s all ease;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
  top: 65%;
  left: 50%;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
  top: 60%;
  opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
  bottom: 50%;
  width: auto;
  right: 50%;
  text-align: center;
  content: "\f065";
  transform: translate(50%,50%) scale(0);
  -webkit-transform: translate(50%,50%) scale(0);
  font-size: 35px;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:hover:after {
  transform: translate(50%,50%) scale(1);
  -webkit-transform: translate(50%,50%) scale(1);
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
  width: 70%;
  padding: 5px 20px;
  bottom: auto;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 0;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
  bottom: 50%;
  width: 100%;
  text-align: center;
  content: "\f002";
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  font-size: 50px;
}
.moto-widget-slider .bx-wrapper .bx-controls {
  font-size: 0;
}
.moto-widget-slider .bx-wrapper .bx-controls a {
  transition: .3s;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 75px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 4px;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  border-width: 3px;
  border-style: solid;
  width: 16px;
  height: 16px;
  transition: .3s;
  border-radius: 50%;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  z-index: 1;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border-width: 2px;
  border-style: solid;
  width: 60px;
  height: 60px;
  transition: .3s;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  transition: .3s;
  font: 26px/56px FontAwesome;
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  content: "\f104";
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 10px;
  }
}
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  content: "\f105";
}
.moto-widget-slider .bx-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  padding: 10px 20px;
  width: 61%;
}
.moto-widget-slider .bx-caption_text {
  text-align: center;
  font-size: 100px;
  line-height: 1.2;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption {
    padding: 10px;
    width: 75%;
  }
}
.moto-widget-slider .carousel-block {
  padding-bottom: 65px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .carousel-block {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .carousel-block {
    padding-bottom: 15px;
  }
}
.moto-widget-slider .carousel-block .bx-wrapper {
  padding: 0 60px;
}
.moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  bottom: -10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
    text-align: center;
    bottom: -10px;
  }
}
.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  border-top-color: rgba(0,57,250,0.2);
  border-right-color: rgba(0,57,250,0.2);
  border-bottom-color: rgba(0,57,250,0.2);
  border-left-color: #0039fa;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px;
  }
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 22px;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 10px;
  height: 10px;
  transition: .3s;
  border-radius: 50%;
  border: none;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  top: 55%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  width: 60px;
  height: 60px;
  transition: .3s;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 50%;
  }
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  transition: .3s;
  font: 36px/60px FontAwesome;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
  bottom: 35px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px;
  }
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
    padding: 0 20px;
  }
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  width: auto;
}
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -35px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -20px;
  }
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager {
  bottom: 150px;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 30px;
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 14px;
  height: 14px;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    width: 40px;
    height: 40px;
  }
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
    font: 16px/36px FontAwesome;
  }
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
  left: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
    left: 0;
  }
}
.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
  right: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
    padding: 0 40px;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -60px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -5px;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -60px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -5px;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -35px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -20px;
  }
}
.moto-widget-contact_form input[type="text"]:focus {
  outline: none;
  background-color: transparent;
}
.moto-widget-contact_form textarea:focus {
  outline: none;
}
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 13px;
  top: 5px;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  overflow: visible;
}
.moto-widget-contact_form .moto-widget-contact_form-label {
  display: none;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border: 2px solid;
  padding: 16px 33px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  border-radius: 30px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  min-height: 90px;
  margin-bottom: 10px;
}
.moto-widget-contact_form .moto-widget-contact_form-buttons {
  margin-top: 10px;
}
.moto-widget-contact_form .moto-widget-contact_form-field-error {
  right: 23px;
  top: 3px;
  font-size: 10px;
  position: absolute;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  font-size: 14px;
  padding: 11px 29px;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border-radius: 5px;
}
.moto-back-to-top-button {
  right: 40px;
  bottom: -50px;
  transition: .3s;
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
  bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 10px;
  }
}
@media screen and (max-width: 1039px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 30px;
  }
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  transition: .3s;
  color: #ffffff;
  background: #ffffff;
  font: 26px/46px 'FontAwesome';
  text-align: center;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .moto-back-to-top-button .moto-back-to-top-button-link {
    height: 40px;
    width: 40px;
    font: 18px/40px 'FontAwesome';
  }
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #4771ff;
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106";
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  padding: 31px 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
  padding: 0 43px 20px;
  border-right: 0;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-item {
  margin: 0;
  margin-right: 25px;
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255,255,255,0.1);
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #164bff;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #262d52;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  color: #333333;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  color: #164bff;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
  color: #f8f8fa;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  background-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link {
  border-color: #f6f6f6;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover {
  border-color: #f6f6f6;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: transparent;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f8f8fa;
  background-color: #41BC3F;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f8f8fa;
  background-color: #f6f6f6;
  border-color: rgba(0,0,0,0.05);
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
  color: #164bff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #164bff;
  border-color: #164bff;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #f8f8fa;
  border-color: #f8f8fa;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f8f8fa;
  background-color: #ffffff;
  border-color: #f8f8fa;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #f8f8fa;
  border-color: #f8f8fa;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #164bff;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #f8f8fa;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-theme-icon:before {
  color: #f8f8fa;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
  color: #164bff;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  color: #db2200;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
  color: #f8f8fa;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
  border-color: #f8f8fa;
  background-color: #f8f8fa;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
  border-color: #f8f8fa;
  background-color: #ffffff;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
  color: #f8f8fa;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
  color: #f8f8fa;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption_text {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
  color: #bdbdbd;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
  color: #000000;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
  background-color: #828282;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  background-color: #f8f8fa;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  background-color: #f8f8fa;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
  background-color: #f8f8fa;
}
.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption_text {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  color: #164bff;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
  color: #f8f8fa;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
  border-color: transparent;
  background-color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #f8f8fa;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  border-color: transparent;
  background-color: #f8f8fa;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
  background-color: #f8f8fa;
}
.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .caption_text {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-default .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(22,75,255,0.5);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption_text {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0,0,0,0.5);
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-3 .caption_text {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-3 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(45,46,46,0.5);
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Mukta', sans-serif;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #828282;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 300;
  border-color: #ffffff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #bdbdbd;
  background-color: #ffffff;
  border-color: #db2200;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #db2200;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #4ad313;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #db2200;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
  font-family: 'Mukta', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #bdbdbd;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #bdbdbd;
  background-color: #ffffff;
  border-color: #db2200;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #bdbdbd;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #bdbdbd;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #bdbdbd;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #db2200;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #4ad313;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #db2200;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  font-family: 'Mukta', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #828282;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #828282;
  background-color: #ffffff;
  border-color: #0033e0;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #828282;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #0033e0;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #4ad313;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #0033e0;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #41BC3F;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #41BC3F;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
  background-color: #ffffff;
  border-color: rgba(156,156,156,0.3);
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #164bff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #164bff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #164bff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #164bff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #164bff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: #164bff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #333333;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #41BC3F;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #41BC3F;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #41BC3F;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #404040;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #41BC3F;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #f8f8fa;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #164bff;
    text-decoration: none;
    background-color: transparent;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #ffffff;
  background-color: #f8f8fa;
  border-color: #f8f8fa;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #f8f8fa;
  border-color: #f8f8fa;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #ffffff;
  background-color: #f8f8fa;
  border-color: #f8f8fa;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
  background-color: #ffffff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #164bff;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #164bff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #164bff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #164bff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #164bff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #f8f8fa;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
  color: #164bff;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #164bff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #164bff;
    border-color: #164bff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #164bff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #f8f8fa;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #164bff;
    text-decoration: none;
    background-color: transparent;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #164bff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f8f8fa;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #164bff;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: #828282;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #333333;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #333333;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #333333;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #333333;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: #333333;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #ffffff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #164bff;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #164bff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #164bff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #f8f8fa;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #164bff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #f8f8fa;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #164bff;
    text-decoration: none;
    background-color: transparent;
  }
}
.moto-widget-pagination.moto-preset-default {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-item,
.moto-widget-pagination.moto-preset-default li {
  margin-right: 5px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link,
.moto-widget-pagination.moto-preset-default a {
  color: #f8f8fa;
  background-color: transparent;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0%;
  border-style: solid;
  text-decoration: none;
  width: 31px;
  height: 31px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
.moto-widget-pagination.moto-preset-default a:hover {
  color: #164bff;
  border-color: transparent;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
.moto-widget-pagination.moto-preset-default li.active a {
  font-style: normal;
  font-weight: 400;
  color: #f8f8fa;
  border-color: transparent;
  text-decoration: none;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
.moto-widget-pagination.moto-preset-default li.active a:hover {
  font-style: normal;
  font-weight: 400;
  color: #f8f8fa;
  border-color: transparent;
  text-decoration: none;
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
  background-color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
  color: #55616d;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button {
  background-color: transparent;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:before {
  color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:hover:before {
  color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #ffffff;
  font-size: 12px;
  border-color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
  background-color: rgba(127,135,138,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
  background-color: rgba(127,135,138,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  box-shadow: 0px 0px 4px 0px #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
  background-color: rgba(127,135,138,0.5);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  box-shadow: 0px 0px 4px 0px #7f878a;
}
.moto-widget-countdown.moto-preset-default .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
  min-width: 20px;
  font-size: 26px;
  color: #ffffff;
}
.moto-widget-countdown.moto-preset-default .countdown-item-block {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #164bff;
  font-size: 12px;
  height: 85px;
  width: 85px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 40px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
  min-width: 30px;
  font-size: 22px;
  color: #164bff;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-block {
  font-family: trebuchet ms, geneva;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #164bff;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-color: #ffffff;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-style: dotted;
  border-radius: 2px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
  min-width: 20px;
  font-size: 30px;
  color: #ffffff;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-block {
  font-family: helvetica;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: transparent;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-color: #ffffff;
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-style: solid;
  border-radius: 40px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #000000;
  font-family: 'Mukta', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
  color: #000000;
  font-size: 18px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
  color: #000000;
  font-size: 18px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
  content: "\f067";
}
@media screen and (max-width: 1039px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 15px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    font-size: 19px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 14px;
  }
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #e8e8e8;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  margin-bottom: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: solid;
  border-top-width: 1px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover {
  border-color: #e8e8e8;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__content {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #e8e8e8;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #000000;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f068";
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
  border-color: #e8e8e8;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  border-color: transparent;
  color: #000000;
  background-color: transparent;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #000000;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #164bff;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
  color: #80868b;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
  color: #164bff;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
  content: "\f054";
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #1a1a1a;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  margin-bottom: 10px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: #1a1a1a;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover {
  border-color: #4d4d4d;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: transparent;
  border-color: #4d4d4d;
  color: #333333;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #333333;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #333333;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__content {
  background-color: transparent;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #1a1a1a;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #164bff;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #164bff;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f078";
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  color: #333333;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #1a1a1a;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #164bff;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
  color: #164bff;
  font-size: 20px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
  color: #ffffff;
  font-size: 15px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
  content: "\f105";
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  margin-bottom: 5px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: #164bff;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: transparent;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: transparent;
  border-left-width: 1px;
  border-radius: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: #1a1a1a;
  border-bottom-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  border-style: solid;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f107";
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link:hover {
  color: #164bff;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 5px;
  margin-left: 5px;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
  font-size: 12px;
  width: 32px;
  height: 32px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 35px;
  border-style: solid;
  color: #ffffff;
  background-color: #262626;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link:hover {
  color: #ffffff;
  background-color: #164bff;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 5px;
  margin-left: 5px;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 0px;
  border-style: solid;
  color: #ffffff;
  background-color: #f8f8fa;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link:hover {
  color: #164bff;
  background-color: #ffffff;
  border-color: #164bff;
}
.moto-widget-back-to-top {
  top: auto;
  bottom: 60px;
  right: 40px;
  left: auto;
}
.moto-widget-back-to-top.moto-back-to-top-button_visible {
  -webkit-animation-name: none;
  animation-name: none;
}
@media screen and (max-width: 1039px) {
  .moto-widget-back-to-top {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto;
  }
}
.moto-widget-back-to-top .moto-widget-back-to-top-link {
  width: 48px;
  height: 48px;
}
.moto-widget-back-to-top .moto-widget-back-to-top-link {
  font-size: 24px;
  background-color: #41BC3F;
  color: #2e3a46;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0px;
}
.moto-widget-back-to-top .moto-widget-back-to-top-link:hover {
  color: #d3d8db;
  background-color: #2e5dff;
  border-color: #d3d8db;
}
.moto-widget-back-to-top .moto-widget-back-to-top-icon:before {
  content: "\f077";
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop {
  margin-right: 10px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper {
  margin-bottom: 10px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__content {
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
  font-size: 14px;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 30px;
  border-color: transparent;
  background-color: transparent;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-title {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon {
  font-size: 14px;
  margin-right: 10px;
  color: #333333;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
    font-size: 13px;
  }
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__item {
    margin-bottom: 10px;
  }
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover {
  border-color: transparent;
  background-color: #164bff;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 30px;
  background-color: #164bff;
  border-color: transparent;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 10px;
  }
}
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 10px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop {
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__content {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: transparent;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
  font-size: 14px;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: #164bff;
  background-color: #ffffff;
  padding-top: 14px;
  padding-right: 30px;
  padding-bottom: 14px;
  padding-left: 30px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-title {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
  font-size: 14px;
  margin-right: 10px;
  color: #333333;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
    font-size: 13px;
  }
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover {
  border-color: #164bff;
  background-color: #262d52;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #262d52;
  border-color: #164bff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover {
  background-color: #ffffff;
  border-color: #164bff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
  color: #333333;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
  color: #333333;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-horizontal .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop {
  margin-right: 1px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__content {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #d3d8db;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header {
  font-size: 14px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  background-color: #828282;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-title {
  font-family: 'Mukta', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item {
    margin-bottom: 1px;
  }
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover {
  background-color: #164bff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #164bff;
  border-color: #164bff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover {
  background-color: #164bff;
  border-color: #164bff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 1px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-horizontal .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: -1px;
  }
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: -1px;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: -1px;
}
.moto-cookie-notification {
  background-color: #1f2228;
}
.moto-cookie-notification__button_close {
  color: rgba(255,255,255,0.4);
}
.moto-cookie-notification__button_close:hover {
  color: #ffffff;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon {
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f067";
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(46,58,70,0.85);
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(85,97,109,0.45);
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  font-size: 42px;
  color: #ffffff;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-caption {
  bottom: 0;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e";
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #2e3a48;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(255,255,255,0.75);
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #2e3a48;
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-top: 0;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: solid;
  border-left-width: 16px;
  border-top-width: 16px;
  border-right-width: 16px;
  border-bottom-width: 16px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e";
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(46,58,72,0.85);
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-bottom: 0;
}
.container-fluid,
.moto-cell {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row-fixed .container-fluid {
  max-width: 1200px;
}
