.deal-content__box-title {
  font-weight: 800;
  font-size: 64px;
  line-height: 68px;
  position: relative;
}
.deal-content__box-title.title {
  font-weight: 800;
}

@media (max-width: 1920px) {
  .deal-content__box-title {
    font-size: calc(33px + 31 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .deal-content__box-title {
    line-height: calc(40px + 28 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 800px) {
  .deal-content__box-title::after {
    display: none;
  }
}
.title_el {
  display: inline-block;
  font-weight: 700;
  font-size: 46px;
  line-height: 58px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #202020;
}
.title_el.main-slider__slogan strong:after {
  content: none;
}

@media (max-width: 1920px) {
  .title_el {
    font-size: calc(25px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .title_el {
    line-height: calc(32px + 26 * (100vw - 360px) / 1560);
  }
}
.title_el strong {
  position: relative;
  color: #ec6c23;
}

.title_el strong::after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  height: 5px;
  bottom: -7px;
  background: #ec6c23;
}

@media (max-width: 1920px) {
  .title_el strong::after {
    height: calc(3px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .title_el strong::after {
    bottom: calc(-5px + -2 * (100vw - 360px) / 1560);
  }
}
.elementor-widget-templines-action-title .tm-fancytext-container {
  display: flex;
  line-height: 12px;
  align-items: center;
  gap: 8px;
}
.elementor-widget-templines-action-title .tm-fancytext-container .tm-fancytext .cursor {
  display: none !important;
}
.elementor-widget-templines-action-title .tm-fancytext-container .tm-fancytext .sy-wc[data-sit=shown] {
  animation: 2.5s ease 0.75s 1 normal none running rotate-text-up;
}
.elementor-widget-templines-action-title .tm-fancytext-container.center {
  justify-content: center;
}
.elementor-widget-templines-action-title .tm-fancytext-container.right {
  justify-content: end;
}

.elementor-widget-templines-custom-title-line .heading__text {
  color: #ed2222;
  font-weight: 300;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.elementor-widget-templines-custom-title-line .heading__text span {
  width: 100px;
  background: #d9d9d9;
  height: 1px;
}

.elementor-widget-templines-custom-text-editor .content-editor-content ul li {
  margin: 0;
  padding-left: 38px;
  position: relative;
}
.elementor-widget-templines-custom-text-editor .content-editor-content ul li::marker {
  content: none;
}
.elementor-widget-templines-custom-text-editor .content-editor-content ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #282534;
  -webkit-mask-image: url(../../img/list-tick-icon.svg);
  mask-image: url(../../img/list-tick-icon.svg);
  background-image: url('data:image/svg+xml;utf8,<svg ...><g stroke="red" ... /></g></svg>');
}

.users-resently__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-resently__list-item {
  border: 3px solid #fff;
  width: 76px;
  height: 76px;
  max-width: 76px;
  max-height: 76px;
  min-width: 76px;
  min-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  margin: 0;
}

.users-resently__list-item:nth-child(2) {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.users-resently__list-item:nth-child(3) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.users-resently__list-item:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.users-resently__list-item:nth-child(5) {
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

.users-resently__list-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.users-resently__list-count {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffeaf6;
  border-radius: 100%;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #202020;
}

@media (max-width: 1440px) {
  .users-resently__list-item {
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    min-width: 66px;
    min-height: 66px;
  }
}
@media (max-width: 750px) {
  .users-resently__list-item {
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    min-width: 76px;
    min-height: 76px;
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    max-width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    max-height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    min-width: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .users-resently__list-item {
    min-height: calc(55px + 21 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(3) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(4) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 750px) {
  .users-resently__list-item:nth-child(5) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.elementor-widget-templines-users-list .users-resently__list-item {
  margin: 0 !important;
}
.elementor-widget-templines-users-list .users-resently__list-img {
  border-radius: 50%;
  height: 76px;
}

.users-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #490083;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 90px;
  padding-top: 50px;
  padding-right: 80px;
  padding-bottom: 50px;
  padding-left: 80px;
}

@media (max-width: 1920px) {
  .users-info {
    gap: calc(30px + 60 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info {
    padding-top: calc(20px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info {
    padding-right: calc(15px + 65 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info {
    padding-bottom: calc(20px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info {
    padding-left: calc(15px + 65 * (100vw - 360px) / 1560);
  }
}
.users-info__item-count {
  font-weight: 800;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1920px) {
  .users-info__item-count {
    font-size: calc(30px + 50 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info__item-count {
    line-height: calc(35px + 65 * (100vw - 360px) / 1560);
  }
}
.users-info__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #fff;
}

@media (max-width: 1920px) {
  .users-info__item-text {
    font-size: calc(12px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .users-info__item-text {
    line-height: calc(20px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1190px) {
  .users-info {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .users-info {
    grid-area: unset;
  }
}
@media (max-width: 400px) {
  .users-info {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .users-info__item:nth-child(2) .users-info__item-count {
    text-align: right;
  }
}
.elementor-widget-templines-counter .users-info__item-count {
  margin: 0;
}
.elementor-widget-templines-counter .users-info__item-text {
  margin: 0;
}

.about-images {
  width: 500px;
  min-width: 500px;
  height: 694px;
  position: relative;
}

.about-images__img:nth-child(1) {
  width: 300px;
  height: 551px;
  max-width: 300px;
  max-height: 551px;
}

.about-images__img:nth-child(2) {
  width: 340px;
  height: 590px;
  border: 20px solid #fff;
  position: absolute;
  top: 125px;
  left: 180px;
}

.about-images__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 850px) {
  .about-images {
    width: 40%;
    max-width: 40%;
    height: 500px;
  }
  .about-images__img:nth-child(1) {
    width: 45%;
    height: 60%;
    max-width: 45%;
    max-height: 400px;
  }
  .about-images__img:nth-child(2) {
    width: 60%;
    max-width: 60%;
    height: 100%;
    border: 10px solid #fff;
    position: absolute;
    top: 80px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 1000px) {
  .about-images {
    display: none;
  }
  .about-images__img:nth-child(1) {
    height: 80%;
  }
  .about-images__img:nth-child(2) {
    height: 84%;
  }
}
@media (max-width: 550px) {
  .about-images {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 400px;
  }
  .about-images__img:nth-child(2) {
    height: 80%;
  }
}
.about-posters {
  width: 100%;
  max-width: 555px;
  height: 100%;
  position: relative;
}
.about-posters.about-posters-style-four .posters__img:before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #ed2222;
  position: absolute;
  top: 20px;
  right: -20px;
  bottom: 20px;
  width: 20px;
}
.about-posters.about-posters-style-four .posters__img:after {
  content: "";
  width: 20px;
  height: 100px;
  background: #ed2222;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-posters__img:first-child {
  position: relative;
}
.about-posters__img:first-child img {
  height: 280px !important;
}

.about-posters__img:last-child {
  position: relative;
}
.about-posters__img:last-child img {
  height: 580px !important;
}

.about-posters__img:nth-child(1) {
  width: 285px;
  height: 280px;
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 1;
}

.about-posters__img:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.about-posters__img:nth-child(2) {
  width: 450px;
  height: 580px;
  margin-left: auto;
}

.about-posters__img:nth-child(2)::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #ed2222;
  position: absolute;
  top: 20px;
  right: -20px;
  bottom: 20px;
  width: 20px;
}

.about-posters__img:nth-child(2)::after {
  content: "";
  width: 20px;
  height: 100px;
  background: #ed2222;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-posters__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .about-posters {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .about-posters {
    max-width: 495px;
  }
}
@media (max-width: 1150px) {
  .about-posters {
    max-width: 415px;
  }
  .about-posters__img:nth-child(1) {
    width: 220px;
    height: 205px;
    bottom: -35px;
  }
  .about-posters__img:nth-child(2) {
    width: 345px;
    height: 435px;
  }
}
@media (max-width: 1000px) {
  .about-posters {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .about-posters {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-posters__img:nth-child(1) {
    width: 185px;
    height: 170px;
  }
  .about-posters__img:nth-child(2) {
    width: 265px;
    height: 365px;
  }
}
.about__posters_style_three .posters {
  position: relative;
  width: 100%;
  max-width: 635px;
  height: 500px;
  min-width: 480px;
}
.about__posters_style_three .posters__img {
  position: absolute;
}
.about__posters_style_three .posters__img:nth-child(1) {
  top: 102px;
  left: 0;
  width: 250px;
  height: 300px;
  z-index: 1;
}
.about__posters_style_three .posters__img:nth-child(2) {
  top: 0;
  right: 0;
  width: 350px;
  height: 500px;
}
.about__posters_style_three .posters__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 600px) {
  .about__posters_style_three .posters {
    min-width: 100%;
  }
  .about__posters_style_three .posters__img:nth-child(1) {
    width: 50%;
  }
  .about__posters_style_three .posters__img:nth-child(2) {
    width: 60%;
    height: 450px;
  }
}

.elementor-widget-templines-button-simple .tmreviews_size_medium {
  padding-top: 12px;
  padding-bottom: 12px;
}
.elementor-widget-templines-button-simple .tmreviews_size_medium span:first-child {
  height: 43px;
}
.elementor-widget-templines-button-simple .tmreviews_size_medium span:first-child:after {
  height: 122%;
}
.elementor-widget-templines-button-simple .tmreviews_size_large {
  padding-top: 32px;
  padding-bottom: 32px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large span:first-child {
  height: 83px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large span:first-child:after {
  height: 122%;
  right: -13px;
  width: 26px;
}
.elementor-widget-templines-button-simple .tmreviews_size_large:hover span:first-child::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -40px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link.tmreviews_size_medium {
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link.tmreviews_size_large {
  padding-top: 35px;
  padding-bottom: 35px;
}
.elementor-widget-templines-button-simple .provide__link.tmreviews_size_medium {
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-widget-templines-button-simple .provide__link.tmreviews_size_large {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tmreviews_left {
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
}

.tmreviews_right {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.tmreviews_center {
  width: fit-content;
  margin: auto;
}

.elementor-widget-templines-socials .social {
  width: fit-content;
}
.elementor-widget-templines-socials .tmreviews_left {
  margin-right: auto;
  margin-left: 0;
}
.elementor-widget-templines-socials .tmreviews_right {
  margin-right: 0;
  margin-left: auto;
}
.elementor-widget-templines-socials .tmreviews_center {
  margin: auto;
}

.elementor-widget-templines-button-simple .link__template {
  display: inline-block !important;
  color: #fff;
}
.elementor-widget-templines-button-simple .tools-body__link.btn {
  max-width: unset;
}
.elementor-widget-templines-button-simple .tools-body__link.btn:hover {
  max-width: unset;
  padding-right: 60px;
  padding-left: 60px;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 55px;
  background: #202020;
  position: relative;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    font-size: calc(16px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    line-height: calc(18px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-top: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-right: calc(25px + 25 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-bottom: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link {
    padding-left: calc(25px + 30 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link span {
  position: relative;
  z-index: 1;
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  background: #f5ab1a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 28px;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-button-simple .section-top-body-bottom__link::before {
    width: calc(20px + 8 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-button-simple .section-top-body-bottom__link:hover::before {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.elementor-widget-templines-button-simple .provide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  background: #f5ab1a;
  position: relative;
  padding: 25px 45px;
}
.elementor-widget-templines-button-simple .provide__link span {
  position: relative;
  z-index: 1;
}
.elementor-widget-templines-button-simple .provide__link::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 100%;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
.elementor-widget-templines-button-simple .provide__link::after {
  content: "";
  -webkit-clip-path: polygon(80% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(80% 0, 100% 0%, 100% 100%, 0 100%);
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 100%;
  -webkit-transition: width 0.3s, -webkit-clip-path 0.3s;
  transition: width 0.3s, -webkit-clip-path 0.3s;
  -o-transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s;
  transition: width 0.3s, clip-path 0.3s, -webkit-clip-path 0.3s;
}
.elementor-widget-templines-button-simple .provide__link:hover::before {
  width: 100%;
  -webkit-clip-path: 10%;
  clip-path: 10%;
}
.elementor-widget-templines-button-simple .provide__link:hover::after {
  width: 100%;
  -webkit-clip-path: 10%;
  clip-path: 10%;
}

.social-link-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.social-link-wrapper .social-link__items {
  list-style: none;
  display: flex;
  justify-content: center;
}

.social-link__items .social-link__item {
  margin-right: 50px;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  padding-left: 50px;
}

.social-link__items .social-link__item .soc-icon {
  width: 100%;
  text-align: center;
}

.social-link__items .social-link__item .soc-icon i {
  font-size: 32px;
  margin-bottom: 15px;
}

.social-link__text-link {
  text-decoration: none !important;
}

.elementor-widget-templines-socials .social-link__text-link {
  font-weight: 300;
  color: #6fb134;
}

.b-reviews-slider-2 {
  margin-bottom: 0;
}

.b-reviews-slider-2 .slick-dots {
  bottom: -30px;
  text-align: center;
  padding-left: 0;
}

.b-reviews-slider-2 .slick-prev,
.b-reviews-slider-2 .slick-next {
  bottom: 30%;
}

.b-reviews-slider-2 .slick-dots li {
  margin-right: 5px;
  margin-left: 5px;
}

.b-reviews-slider-2 .slick-dots li button {
  background-color: #eee;
}

.elementor-widget-templines-testimonial-slider {
  text-align: center;
}
.elementor-widget-templines-testimonial-slider .slick-prev {
  left: 25px;
}
.elementor-widget-templines-testimonial-slider .slick-prev:before {
  content: "";
  opacity: 0.75;
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #c7ccd1;
  border-top: 2px solid #c7ccd1;
  transform: rotate(-45deg);
}
.elementor-widget-templines-testimonial-slider .slick-next {
  right: 25px;
}
.elementor-widget-templines-testimonial-slider .slick-next:before {
  content: "";
  opacity: 0.75;
  color: white;
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #c7ccd1;
  border-top: 2px solid #c7ccd1;
  transform: rotate(135deg);
}
.elementor-widget-templines-testimonial-slider .slick-prev, .elementor-widget-templines-testimonial-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 14%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slider-review-stars {
  display: flex;
  align-items: center;
  color: #f0a837;
}

.elementor-widget-templines-blog-box .articles__inner_two {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-templines-blog-box .home-page-post-containers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page {
  width: 33.3333%;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page a {
  color: #253241;
  transition: 0.3s ease;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page a:hover {
  color: #f0a837;
  transition: 0.3s ease;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content {
  padding: 0 15px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-holder {
  margin-bottom: 25px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info {
  opacity: 0.75;
  display: flex;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info .post-date-info-content {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #253241;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-info .post-author-info-content .author-prefix {
  margin-right: 3px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-title {
  margin-bottom: 10px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-title a {
  font-size: 17px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .post-bottom-content {
  margin-bottom: 25px;
  opacity: 0.8;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content {
  flex-grow: 1;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  transition: 0.2s ease-out;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:before {
  transition: transform 0.2s ease-out 0.2s;
  transform: scaleX(1);
  transform-origin: left;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #253241;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:after {
  background-color: #f0a837;
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  transform-origin: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:hover:before {
  transition: transform 0.2s ease-out;
  transform: scaleX(0);
  transform-origin: right;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .left-content .post-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .right-content {
  position: relative;
  top: 2px;
  flex-grow: 0;
  font-size: 12px;
}
.elementor-widget-templines-blog-box .home-page-post-containers .blog-post-home-page .post-entry-content .bottom-link-post-content .right-content i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media (max-width: 350px) {
  .elementor-widget-templines-button-simple .tools-body__link.btn {
    font-size: 12px;
    white-space: initial;
  }
}
.reasons-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1920px) {
  .reasons-list__item {
    gap: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.reasons-list__item:nth-child(2) .reasons-list__box-title {
  text-align: left;
}

.reasons-list__item:nth-child(2) .reasons-list__box-text {
  text-align: left;
}

.reasons-list__item:nth-child(4) .reasons-list__box-title {
  text-align: left;
}

.reasons-list__item:nth-child(4) .reasons-list__box-text {
  text-align: left;
}

@media (max-width: 1000px) {
  .reasons-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .reasons-list__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .reasons-list__item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.reasons-list__icon {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1920px) {
  .reasons-list__icon {
    width: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    height: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    min-width: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__icon {
    min-height: calc(70px + 30 * (100vw - 360px) / 1560);
  }
}
.reasons {
  margin-bottom: 120px;
}

.reasons-list__icon i {
  font-size: 50px;
}

@media (max-width: 1920px) {
  .reasons {
    margin-bottom: calc(60px + 60 * (100vw - 360px) / 1560);
  }
}
.reasons__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.reasons__wrapper {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 1920px) {
  .reasons__wrapper {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__wrapper {
    padding-bottom: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
.reasons__suptext {
  text-align: center;
}

.reasons__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 1920px) {
  .reasons__title {
    margin-bottom: calc(30px + 50 * (100vw - 360px) / 1560);
  }
}
.reasons__img {
  position: absolute;
  width: 430px;
  height: 430px;
  max-width: 430px;
  max-height: 430px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1920px) {
  .reasons__img {
    width: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    height: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    max-width: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__img {
    max-height: calc(300px + 130 * (100vw - 360px) / 1560);
  }
}
.reasons__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 158px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1920px) {
  .reasons__icon {
    width: calc(80px + 78 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons__icon {
    height: calc(80px + 78 * (100vw - 360px) / 1560);
  }
}
.reasons-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 415px 415px;
  grid-template-columns: 415px 415px;
  z-index: 1;
  position: relative;
  gap: 150px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reasons-list__box {
  max-width: 285px;
}
.reasons-list__box.reasons-list-left {
  text-align: left;
}
.reasons-list__box.reasons-list-left .reasons-list__box-title, .reasons-list__box.reasons-list-left .reasons-list__box-text {
  text-align: left;
}
.reasons-list__box.reasons-list-right {
  text-align: right;
}
.reasons-list__box.reasons-list-right .reasons-list__box-title, .reasons-list__box.reasons-list-right .reasons-list__box-text {
  text-align: right;
}
.reasons-list__box .reasons-list__box-text {
  margin: 0;
}

.reasons-list__box-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px !important;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 1920px) {
  .reasons-list__box-title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-title {
    line-height: calc(22px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1560);
  }
}
.reasons-list__box-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #515151;
  text-align: right;
  letter-spacing: 0.01em;
}

@media (max-width: 1920px) {
  .reasons-list__box-text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .reasons-list__box-text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1100px) {
  .reasons .biggest-container {
    padding: 0;
  }
  .reasons__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
  }
  .reasons-list__box-title {
    color: #222;
  }
  .reasons-list__box-text {
    color: #222;
  }
  .reasons__suptext {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reasons__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .reasons-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .reasons-list {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
@media (max-width: 800px) {
  .reasons-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reasons__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .reasons__icon {
    display: none;
  }
  .reasons__img {
    display: none;
  }
}
.steps-list__item {
  max-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-list__item::after {
  content: "";
  width: 63px;
  height: 22px;
  position: absolute;
  top: 100px;
  right: -90px;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps-list__item:last-child::after {
  display: none;
}

@media (max-width: 1200px) {
  .steps-list__item::after {
    content: unset;
  }
}
@media (max-width: 700px) {
  .steps-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 700px) and (max-width: 1920px) {
  .steps-list__item {
    gap: calc(30px + 20 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 700px) {
  .steps-list__item__inner {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }
}
@media (max-width: 1920px) {
  .steps__title {
    margin-bottom: calc(40px + 40 * (100vw - 360px) / 1560);
  }
}
.steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 1920px) {
  .steps-list {
    gap: calc(30px + 30 * (100vw - 360px) / 1560);
  }
}
.steps-list__top {
  position: relative;
}

.steps-list__top-icon {
  margin-bottom: 60px;
  width: 193px;
  height: 193px;
}

@media (max-width: 1920px) {
  .steps-list__top-icon {
    width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-icon {
    height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
.steps-list__top-icon svg {
  width: 100%;
  height: 100%;
}

.steps-list__top-icon i {
  font-size: 192px;
}

.steps-list__top-count {
  position: absolute;
  top: 0;
  right: -10px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #de0a89;
  border: 5px solid #fff;
  border-radius: 100%;
}

@media (max-width: 1920px) {
  .steps-list__top-count {
    font-size: calc(14px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    line-height: calc(20px + 9 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    width: calc(35px + 27 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__top-count {
    height: calc(35px + 27 * (100vw - 360px) / 1560);
  }
}
.steps-list__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #202020;
}

@media (max-width: 1920px) {
  .steps-list__title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__title {
    line-height: calc(24px + 8 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__title {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1560);
  }
}
.steps-list__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

@media (max-width: 1920px) {
  .steps-list__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .steps-list__text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 700px) {
  .steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .steps-list__top-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .contacts-item {
    gap: 30px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .contacts-item__inner {
    text-align: left;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 700px) {
  .contacts-item__icon {
    margin-bottom: 0;
  }
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 250px;
}

.contacts-item__icon {
  margin-bottom: 45px;
  width: 193px;
  height: 193px;
  min-width: 193px;
  min-height: 193px;
}
.contacts-item__icon i {
  font-size: 170px;
}

@media (max-width: 1920px) {
  .contacts-item__icon {
    margin-bottom: calc(20px + 25 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    min-width: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__icon {
    min-height: calc(70px + 123 * (100vw - 360px) / 1560);
  }
}
.contacts-item__icon svg {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

.contacts-item__title {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #202020;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 35px;
}

@media (max-width: 1920px) {
  .contacts-item__title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__title {
    line-height: calc(24px + 8 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__title {
    margin-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.contacts-item__title::after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -3px;
  height: 5px;
  background: #ec6c23;
}

@media (max-width: 1920px) {
  .contacts-item__title::after {
    height: calc(3px + 2 * (100vw - 360px) / 1560);
  }
}
.contacts-item__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

@media (max-width: 1920px) {
  .contacts-item__link {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .contacts-item__link {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.contacts-item__link::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #490083;
  right: 0;
  top: 102%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.contacts-item__link:hover {
  color: #490083;
}

.contacts-item__link:hover::before {
  width: 100%;
}

.about-body-bottom__item:nth-child(1) {
  padding-right: 60px;
  border-right: 1px solid #d9d9d9;
}

@media (max-width: 1720px) {
  .about-body-bottom__item:nth-child(1) {
    padding-right: calc(30px + 30 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item:nth-child(2) {
  padding-left: 60px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item:nth-child(2) {
    padding-left: calc(30px + 30 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item-icon {
  margin-bottom: 25px;
  width: 62px;
  height: 62px;
}
.about-body-bottom__item-icon i {
  font-size: 62px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    width: calc(45px + 17 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-icon {
    height: calc(45px + 17 * (100vw - 360px) / 1360);
  }
}
.about-body-bottom__item-icon svg {
  width: 100%;
  height: 100%;
}

.about-body-bottom__item-title {
  color: #202020;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 200px;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 1720px) {
  .about-body-bottom__item-title {
    font-size: calc(16px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .about-body-bottom__item-title {
    line-height: calc(18px + 4 * (100vw - 360px) / 1360);
  }
}
.about-posters {
  width: 100%;
  max-width: 555px;
  height: 100%;
  position: relative;
}

.about-posters__img {
  position: relative;
}

.about-posters__img:nth-child(1) {
  width: 285px;
  height: 280px;
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 1;
}

.about-posters__img:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.about-posters__img:nth-child(2) {
  width: 450px;
  height: 580px;
  margin-left: auto;
}

.about-posters__img:nth-child(2)::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #ed2222;
  position: absolute;
  top: 20px;
  right: -20px;
  bottom: 20px;
  width: 20px;
}

.about-posters__img:nth-child(2)::after {
  content: "";
  width: 20px;
  height: 100px;
  background: #ed2222;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-posters__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .about-posters {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .about-posters {
    max-width: 495px;
  }
}
@media (max-width: 1150px) {
  .about-posters {
    max-width: 415px;
  }
  .about-posters__img:nth-child(1) {
    width: 220px;
    height: 205px;
    bottom: -35px;
  }
  .about-posters__img:nth-child(2) {
    width: 345px;
    height: 435px;
  }
}
@media (max-width: 1000px) {
  .about-posters {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .about-posters {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-posters__img:nth-child(1) {
    width: 185px;
    height: 170px;
  }
  .about-posters__img:nth-child(2) {
    width: 265px;
    height: 365px;
  }
}
.steps-item__icon .icon {
  position: relative;
}
.steps-item__icon .icon svg {
  position: relative !important;
  z-index: 1 !important;
  left: unset !important;
  top: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.steps-item__icon .icon i {
  font-size: 72px;
}

.elementor-widget-templines-icon-box .steps__item .icon {
  width: 70px;
}
.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon svg:nth-child(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}
.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_one .steps-item-icon__count {
  left: 45px;
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon svg:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(40deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(40deg);
  transform: translateY(-50%) translateX(-50%) rotate(40deg);
}
.elementor-widget-templines-icon-box .icon_rotate_two .steps-item-icon__count {
  right: 50px;
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon svg:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(30deg);
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}
.elementor-widget-templines-icon-box .icon_rotate_three .steps-item-icon__count {
  right: 55px;
}
.elementor-widget-templines-icon-box .steps-item__text, .elementor-widget-templines-icon-box .choose-item__text {
  margin: 0;
}

.steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps-item::after {
  content: "";
  position: absolute;
  top: 85px;
  right: -35px;
  background-image: url(../images/steps-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 22px;
}

.steps-item:last-child::after {
  content: unset;
}

.steps-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 305px;
}

.steps-item__title {
  color: #202020;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1680px) {
  .steps-item__title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__title {
    font-size: calc(18px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__title {
    line-height: calc(26px + 2 * (100vw - 360px) / 1320);
  }
}
.steps-item__text {
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .steps-item__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1320);
  }
}
.steps-item-icon {
  position: relative;
  width: 219px;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 1680px) {
  .steps-item-icon {
    margin-bottom: calc(30px + 20 * (100vw - 360px) / 1320);
  }
}
.steps-item-icon svg:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.steps-item-icon svg:nth-child(1) path {
  fill: #d9d9d9;
}

.steps-item-icon svg:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.steps-item-icon svg:nth-child(3) {
  position: relative;
  z-index: 1;
}

.steps-item-icon__count {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  background: #de0a89;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  top: -12px;
  font-size: 20px;
  line-height: 29px;
}

@media (max-width: 1680px) {
  .steps-item-icon__count {
    font-size: calc(18px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .steps-item-icon__count {
    line-height: calc(26px + 3 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1000px) {
  .steps-item::after {
    content: unset;
  }
}
.choose-item {
  background: rgba(73, 0, 131, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-right: 44px;
  padding-bottom: 60px;
  padding-left: 44px;
}

@media (max-width: 1680px) {
  .choose-item {
    padding-top: calc(25px + 35 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-right: calc(20px + 24 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-bottom: calc(25px + 35 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item {
    padding-left: calc(20px + 24 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon {
  margin-bottom: 35px;
}

@media (max-width: 1680px) {
  .choose-item__icon {
    margin-bottom: calc(25px + 10 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon svg {
  width: 70px;
  height: 70px;
}

@media (max-width: 1680px) {
  .choose-item__icon svg {
    width: calc(50px + 20 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__icon svg {
    height: calc(50px + 20 * (100vw - 360px) / 1320);
  }
}
.choose-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.choose-item__title {
  color: #202020;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1680px) {
  .choose-item__title {
    font-size: calc(20px + 4 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__title {
    line-height: calc(28px + 4 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__title {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1320);
  }
}
.choose-item__text {
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .choose-item__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1320);
  }
}
@media (max-width: 1680px) {
  .choose-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1320);
  }
}
.choose-item__icon i {
  font-size: 70px;
}

.advantages-item {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.advantages-item i {
  transition: all 0.3s ease-in-out;
  font-size: 62px;
}
.advantages-item .advantages-item__text {
  margin: 0;
}

@media (max-width: 1510px) {
  .advantages-item {
    padding-top: calc(25px + 35 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-right: calc(20px + 30 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-bottom: calc(25px + 35 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item {
    padding-left: calc(20px + 30 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(1) .advantages-item__icon svg {
  width: 63px;
  height: 81px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(1) .advantages-item__icon svg {
    width: calc(55px + 8 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(1) .advantages-item__icon svg {
    height: calc(70px + 11 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(2) .advantages-item__icon svg {
  width: 77px;
  height: 77px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(2) .advantages-item__icon svg {
    width: calc(60px + 17 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(2) .advantages-item__icon svg {
    height: calc(60px + 17 * (100vw - 360px) / 1150);
  }
}
.advantages-item:nth-child(3) .advantages-item__icon svg {
  width: 74px;
  height: 81px;
}

@media (max-width: 1510px) {
  .advantages-item:nth-child(3) .advantages-item__icon svg {
    width: calc(60px + 14 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item:nth-child(3) .advantages-item__icon svg {
    height: calc(68px + 13 * (100vw - 360px) / 1150);
  }
}
.advantages-item:hover {
  background: #fffaf0;
  border: 1px solid #fffaf0;
}

.advantages-item:hover .advantages-item__icon path {
  stroke: #f5ab1a;
}

.advantages-item__title {
  padding-bottom: 30px;
  margin-bottom: 45px;
  position: relative;
  color: #202020;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1510px) {
  .advantages-item__title {
    padding-bottom: calc(20px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    margin-bottom: calc(30px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    font-size: calc(20px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__title {
    line-height: calc(28px + 8 * (100vw - 360px) / 1150);
  }
}
.advantages-item__title-line {
  width: 40px;
  height: 2px;
  display: block;
  background: #202020;
  position: relative;
  margin-left: 13px;
  position: absolute;
  bottom: 0;
}

.advantages-item__title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -13px;
  width: 8px;
  height: 8px;
  background: #f5ab1a;
}

.advantages-item__title-line::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  width: 8px;
  height: 8px;
  background: #f5ab1a;
}

.advantages-item__icon {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1510px) {
  .advantages-item__icon {
    margin-bottom: calc(20px + 10 * (100vw - 360px) / 1150);
  }
}
.advantages-item__icon path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.advantages-item__text {
  color: #515151;
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1510px) {
  .advantages-item__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .advantages-item__text {
    line-height: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top {
  font-size: 50px;
}

.tools-body-info-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

@media (max-width: 1510px) {
  .tools-body-info-item__top {
    gap: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top {
    padding-bottom: calc(10px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    width: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    height: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    min-width: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top svg {
    min-height: calc(35px + 15 * (100vw - 360px) / 1150);
  }
}
.tools-body-info-item__top-title {
  color: #202020;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  text-transform: capitalize;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}

@media (max-width: 1510px) {
  .tools-body-info-item__top-title {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .tools-body-info-item__top-title {
    line-height: calc(24px + 5 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-reasons .reasons__wrapper .reasons-list__icon svg {
  fill: var(--icon-color) !important;
}
.elementor-widget-templines-reasons .reasons__wrapper .reasons-list__icon svg path, .elementor-widget-templines-reasons .reasons__wrapper .reasons-list__icon svg rect {
  fill: var(--icon-color) !important;
}
.elementor-widget-templines-reasons .reasons__wrapper .reasons__img {
  height: 420px;
  overflow: hidden;
  object-fit: cover;
}
.elementor-widget-templines-reasons .reasons__wrapper .reasons__img img {
  height: 100%;
}
.elementor-widget-templines-reasons .reasons__wrapper > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 158px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1920px) {
  .elementor-widget-templines-reasons .reasons__wrapper > svg {
    height: calc(115px + 78 * (100vw - 360px) / 1560);
    width: calc(115px + 78 * (100vw - 360px) / 1560);
  }
}
.reasons-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.reasons-item:nth-child(2)::after {
  content: "";
  top: 100px;
  right: -95px;
  width: 63px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/reasons-arrow.svg);
}

.reasons-item:nth-child(3)::after {
  content: "";
  top: 100px;
  right: -95px;
  width: 63px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/reasons-arrow.svg);
}

.reasons-item__box {
  max-width: 315px;
}

.reasons-item__box-title {
  color: #202020;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 1510px) {
  .reasons-item__box-title {
    margin-bottom: calc(5px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item__box-title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item__box-title {
    line-height: calc(28px + 8 * (100vw - 360px) / 1150);
  }
}
.reasons-item__box-text {
  color: #515151;
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1510px) {
  .reasons-item__box-text {
    font-size: calc(14px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item__box-text {
    line-height: calc(24px + 6 * (100vw - 360px) / 1150);
  }
}
.reasons-item-top {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1510px) {
  .reasons-item-top {
    margin-bottom: calc(30px + 10 * (100vw - 360px) / 1150);
  }
}
.reasons-item-top svg:nth-child(1) {
  width: 183px;
  height: 187px;
}

@media (max-width: 1510px) {
  .reasons-item-top svg:nth-child(1) {
    width: calc(150px + 33 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item-top svg:nth-child(1) {
    height: calc(150px + 37 * (100vw - 360px) / 1150);
  }
}
.reasons-item-top svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90px;
  height: 90px;
}

@media (max-width: 1510px) {
  .reasons-item-top svg:nth-child(2) {
    width: calc(65px + 25 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item-top svg:nth-child(2) {
    height: calc(65px + 25 * (100vw - 360px) / 1150);
  }
}
.reasons-item-top__count {
  position: absolute;
  top: 13px;
  right: -9px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #515151;
  border-radius: 100%;
  border: 5px solid #fff;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 1510px) {
  .reasons-item-top__count {
    width: calc(50px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item-top__count {
    height: calc(50px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item-top__count {
    font-size: calc(18px + 6 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .reasons-item-top__count {
    line-height: calc(26px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1200px) {
  .reasons-item:nth-child(2)::after {
    right: -75px;
  }
  .reasons-item:nth-child(3)::after {
    right: -75px;
  }
}
@media (max-width: 1150px) {
  .reasons-item:nth-child(2)::after {
    right: -60px;
  }
  .reasons-item:nth-child(3)::after {
    right: -60px;
  }
}
@media (max-width: 1100px) {
  .reasons-item:nth-child(2)::after {
    content: unset;
  }
}
@media (max-width: 1100px) {
  .reasons-item:nth-child(3)::after {
    content: unset;
  }
}
@media (max-width: 1100px) {
  .reasons-item__box {
    max-width: 465px;
  }
}
@media (max-width: 1200px) {
  .elementor-widget-templines-icon-box .steps-item {
    overflow: hidden;
  }
  .elementor-widget-templines-icon-box .steps-item__icon .icon svg {
    width: 50px;
  }
  .elementor-widget-templines-icon-box .steps-item__icon > svg {
    width: 180px;
  }
}
.box-ico-1_iteam {
  border: 1px solid #eee;
  padding: 35px;
  -webkit-box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  background: #fff;
  transition: 0.3s;
}
.box-ico-1_iteam:hover {
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
}
.box-ico-1_iteam .box-ico-1_ico-nmbr {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #222;
  font-size: 90px;
  opacity: 0.1;
  line-height: 90px;
}
.box-ico-1_iteam .box-ico-1_img {
  width: 100px;
}
.box-ico-1_iteam .box-ico-1_img svg, .box-ico-1_iteam .box-ico-1_img img {
  max-width: 100%;
  height: auto;
}
.box-ico-1_iteam .box-ico-1_title {
  color: #222;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 5px;
  text-transform: capitalize;
  max-width: 80%;
  display: inline-block;
  padding-top: 15px;
}
.box-ico-1_iteam p.style_nine_text {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 1920px) {
  .testimonials_style_one .recalls {
    padding-top: calc(40px + 80 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls__inner {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials_style_one .recalls__box {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls__box {
    margin-bottom: calc(30px + 50 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls .swiper {
  padding-bottom: 85px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls .swiper {
    padding-bottom: calc(50px + 35 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #d9d9d9;
  width: 15px;
  margin: 0 !important;
  height: 6px;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet:hover {
  background: #490083;
}
.testimonials_style_one .recalls__swiper .swiper-pagination {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials_style_one .recalls__swiper .swiper-pagination-bullet-active {
  width: 30px;
  background: #490083;
}
.testimonials_style_one .recalls__swiper .swiper-slide-active {
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
}
.testimonials_style_one .recalls-slide {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 45px;
  padding-left: 45px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-bottom: calc(30px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-right: calc(15px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide {
    padding-left: calc(15px + 30 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
  max-width: 300px;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide__text {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide__text {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top {
    padding-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top {
    margin-bottom: calc(20px + 15 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top__img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}
.testimonials_style_one .recalls-slide-top__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.testimonials_style_one .recalls-slide-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.testimonials_style_one .recalls-slide-top__box-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #202020;
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top__box-text {
    font-size: calc(16px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .testimonials_style_one .recalls-slide-top__box-text {
    line-height: calc(26px + 2 * (100vw - 360px) / 1560);
  }
}
.testimonials_style_one .recalls-slide-top__box-subtext {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #515151;
}

.testimonials_style_two .recalls {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls {
    padding-top: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls .container {
  max-width: 1195px;
}
.testimonials_style_two .recalls-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 50px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top {
    margin-bottom: calc(50px + 20 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__heading {
  max-width: 500px;
}
.testimonials_style_two .recalls-top .heading__title {
  color: #fff;
}
.testimonials_style_two .recalls-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials_style_two .swiper-wrapper {
  padding-top: 120px;
}
.testimonials_style_two .recalls-top__buttons-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0);
}
.testimonials_style_two .recalls-top__buttons-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials_style_two .recalls-top__buttons-prev:hover {
  background: #ed2222;
  border: 1px solid #ed2222;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-prev {
    width: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-prev {
    height: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__buttons-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-next {
    width: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-top__buttons-next {
    height: calc(40px + 12 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-top__buttons-next:hover {
  background: #ed2222;
  border: 1px solid #ed2222;
}
.testimonials_style_two .recalls__swiper {
  padding-bottom: 75px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls__swiper {
    padding-bottom: calc(40px + 35 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls__swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(217, 217, 217, 0.3);
  width: 15px;
  height: 6px;
  border-radius: unset;
  -webkit-transition: background 0.3s, width 0.3s;
  -o-transition: background 0.3s, width 0.3s;
  transition: background 0.3s, width 0.3s;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet:hover {
  background: #ed2222;
}
.testimonials_style_two .recalls__swiper .swiper-pagination-bullet-active {
  width: 30px;
  background: #ed2222;
}
.testimonials_style_two .recalls-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 110px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide {
    gap: calc(20px + 90 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide__text {
  padding: 15px 0 15px 80px;
  padding-left: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
  max-width: 790px;
  border-left: 1px solid #fff;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide__text {
    padding-left: calc(20px + 60 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 30px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box {
    gap: calc(15px + 15 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    width: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    height: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    min-width: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .testimonials_style_two .recalls-slide-box__img {
    min-height: calc(60px + 20 * (100vw - 360px) / 1360);
  }
}
.testimonials_style_two .recalls-slide-box__img-image {
  width: 100%;
  height: 100%;
}
.testimonials_style_two .recalls-slide-box__column-text {
  margin-bottom: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
.testimonials_style_two .recalls-slide-box__column-subtext {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
}
@media (max-width: 500px) {
  .testimonials_style_two .recalls-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonials_style_two .recalls-top__buttons {
    display: none;
  }
}

.elementor-widget-templines-testimonial-slider .recalls-slide-box__column-text, .elementor-widget-templines-testimonial-slider .recalls-slide-box__column-subtext, .elementor-widget-templines-testimonial-slider .recalls-slide__text {
  margin: 0;
}

@media (max-width: 850px) {
  .elementor-widget-templines-testimonial-slider .testimonials_style_two .recalls-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .elementor-widget-templines-testimonial-slider .testimonials_style_two .recalls-slide__text {
    border-left: 0px;
    text-align: center !important;
    padding-left: 0 !important;
  }
  .elementor-widget-templines-testimonial-slider .testimonials_style_two .recalls-top__buttons {
    display: none;
  }
  .elementor-widget-templines-testimonial-slider .testimonials_style_two .recalls-slide-box {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
  }
}
.elementor-widget-templines-moto-slider [data-recalls-style="2"] .recalls-slide-top-box__column-text {
  padding-top: 0;
  padding-bottom: 10px;
}
.elementor-widget-templines-moto-slider [data-recalls-style="2"] .recalls-slide__text {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  max-width: 100%;
}
.elementor-widget-templines-moto-slider [data-recalls-style="3"] .recalls-slide {
  border: 0;
}
.elementor-widget-templines-moto-slider [data-recalls-style="3"] .recalls-slide-top-box__column-text {
  margin-bottom: 10px;
}
.elementor-widget-templines-moto-slider .recalls-slide__info {
  gap: 20px;
  padding-top: 20px;
}
@media (min-width: 900px) {
  .elementor-widget-templines-moto-slider .recalls-slide__info {
    display: flex;
  }
}
.elementor-widget-templines-moto-slider [data-recalls-style="3"] .recalls-slide__info span {
  display: inline-block;
  width: 100%;
}
.elementor-widget-templines-moto-slider .recalls-slide__text {
  color: #777;
  max-width: 100%;
  font-size: 16px;
  line-height: 28px;
}
.elementor-widget-templines-moto-slider .recalls-slide__info_title {
  color: #222;
}
.elementor-widget-templines-moto-slider .recalls-slide__info_date {
  padding-top: 10px;
  color: #222;
}
.elementor-widget-templines-moto-slider .recalls-slide__info div {
  background-color: #F5F5F5;
  padding: 20px;
  min-width: 120px;
  text-align: center;
}
.elementor-widget-templines-moto-slider .recalls-slide-left__img {
  display: flex;
  align-items: flex-end;
}
.elementor-widget-templines-moto-slider .fl-swiper-button-pagination {
  text-align: center;
  width: 120px;
  position: absolute;
  left: -10px;
  height: 45px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .elementor-widget-templines-moto-slider .recalls-slide-left__img {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1650px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
  }
}
@media (max-width: 1650px) and (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-top: calc(25px + 10 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1650px) and (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-right: calc(15px + 10 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1650px) and (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-bottom: calc(25px + 10 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1650px) and (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-left: calc(15px + 10 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls {
  margin-bottom: 280px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls {
    padding-top: calc(60px + 50 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls {
    margin-bottom: calc(240px + 40 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls__inner {
  margin-left: -125px;
  margin-right: -125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls__inner {
    gap: calc(40px + 40 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls .titling {
  max-width: 490px;
  min-width: 490px;
  padding-bottom: 60px;
}
.elementor-widget-templines-moto-slider .recalls .titling__text {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls .titling__text {
    margin-bottom: calc(30px + 15 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-swiper, .elementor-widget-templines-moto-slider .swiper {
  padding-bottom: 70px;
}
.elementor-widget-templines-moto-slider .recalls-swiper .swiper-pagination {
  bottom: 0 !important;
}
.elementor-widget-templines-moto-slider html .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  margin-left: 5px !important;
  margin-right: 5px !important;
  opacity: 1;
  border-radius: unset;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.elementor-widget-templines-moto-slider html .swiper-pagination-bullet-active {
  background: #DD0005;
}
.elementor-widget-templines-moto-slider .recalls-slide__inner_team {
  padding-top: 62px !important;
  padding-right: 48px !important;
  padding-bottom: 58px !important;
  padding-left: 48px !important;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-top: calc(25px + 37 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-right: calc(15px + 33 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-bottom: calc(25px + 33 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__inner_team {
    padding-left: calc(15px + 33 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide__text {
  color: #777;
  max-width: 375px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide__text {
    line-height: calc(26px + 2 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide-top {
  gap: 30px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top-box {
    gap: calc(15px + 5 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide-top-box__img {
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top-box__img {
    widht: calc(45px + 15 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top-box__img {
    height: calc(45px + 15 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide-top-box__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-widget-templines-moto-slider .recalls-slide-top-box__column-name {
  color: #222;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top-box__column-name {
    font-size: calc(16px + 4 * (100vw - 375px) / 915);
  }
}
@media (max-width: 1290px) {
  .elementor-widget-templines-moto-slider .recalls-slide-top-box__column-name {
    line-height: calc(18px + 4 * (100vw - 375px) / 915);
  }
}
.elementor-widget-templines-moto-slider .recalls-slide-top-box__column-text {
  color: #777;
  font-size: 13px;
  line-height: 19px;
}
.elementor-widget-templines-moto-slider .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.elementor-widget-templines-moto-slider [data-recalls-style="3"]:hover .fl-swiper-button-pagination {
  opacity: 1;
}
.elementor-widget-templines-moto-slider .fl-swiper-button-pagination-center {
  left: 50%;
  margin-left: -60px;
}
.elementor-widget-templines-moto-slider .fl-swiper-button-pagination-right {
  left: auto;
  right: 0;
  margin-left: 0px;
}
.elementor-widget-templines-moto-slider .swiper-button-next,
.elementor-widget-templines-moto-slider .swiper-button-prev {
  padding: 10px;
  background: #F4F3FB;
  border: 1px solid #ddd;
  width: 44px;
  height: 44px;
}
.elementor-widget-templines-moto-slider .swiper-button-next:hover,
.elementor-widget-templines-moto-slider .swiper-button-prev:hover {
  background: #DD0005;
  border-color: #DD0005;
}
.elementor-widget-templines-moto-slider .recalls-swiper {
  position: relative;
}
.elementor-widget-templines-moto-slider .recalls-swiper:hover .fl-swiper-button-pagination {
  opacity: 1;
}
.elementor-widget-templines-moto-slider .fl-swiper-button-pagination {
  left: auto;
  right: 0;
  margin-left: 0px;
  width: 100%;
  top: 45%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-widget-templines-moto-slider .swiper-button-prev:hover:after, .elementor-widget-templines-moto-slider .swiper-button-next:hover:after {
  color: #fff;
}
.elementor-widget-templines-moto-slider .swiper-button-prev:after,
.elementor-widget-templines-moto-slider .swiper-button-next:after {
  font-size: 16px;
  color: #222;
}
.elementor-widget-templines-moto-slider .recalls-slide__info span {
  display: inline-block;
  width: 100%;
}
.elementor-widget-templines-moto-slider .recalls-slide__info_inner {
  font-size: 14px;
  line-height: 16px;
}
.elementor-widget-templines-moto-slider .recalls-slide__info_inner .recalls-slide__info_title {
  font-weight: 500;
}

.elementor-widget-templines-blog-box .blog-grid-item-box__text {
  margin-top: 0;
  margin-bottom: 0;
}
.elementor-widget-templines-blog-box .blog-list__item {
  width: 48%;
  margin: 30px 10px;
}
.elementor-widget-templines-blog-box .blog-list__item .blog-list-item-info__author-text {
  margin: 0;
}
.elementor-widget-templines-blog-box .articles-item.style_three {
  position: relative;
  overflow: hidden;
  height: 390px;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item.style_three {
    height: calc(300px + 90 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item.style_three {
    padding-top: calc(25px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item.style_three {
    padding-right: calc(20px + 25 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item.style_three {
    padding-bottom: calc(25px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item.style_three {
    padding-left: calc(20px + 25 * (100vw - 360px) / 1360);
  }
}
.elementor-widget-templines-blog-box .articles-item.style_three::after {
  content: "";
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0)), to(#202020));
  background: -o-linear-gradient(top, rgba(32, 32, 32, 0) 0%, #202020 100%);
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
}
.elementor-widget-templines-blog-box .articles-item.style_three:hover .articles-item__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.elementor-widget-templines-blog-box .articles-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__comments {
  background: #ed2222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.14px;
  padding: 8px 18px 8px 18px;
}
.elementor-widget-templines-blog-box .articles-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.elementor-widget-templines-blog-box .articles-item__info-text {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.14px;
  font-size: 14px;
  line-height: 26px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-text {
    font-size: calc(12px + 2 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-text {
    line-height: calc(22px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-text {
    padding-right: calc(10px + 5 * (100vw - 360px) / 1360);
  }
}
.elementor-widget-templines-blog-box .articles-item__info-date {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  padding-left: 15px;
  letter-spacing: -0.14px;
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-date {
    font-size: calc(12px + 2 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-date {
    line-height: calc(22px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__info-date {
    padding-left: calc(10px + 5 * (100vw - 360px) / 1360);
  }
}
.elementor-widget-templines-blog-box .articles-item__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__title {
    font-size: calc(20px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .elementor-widget-templines-blog-box .articles-item__title {
    line-height: calc(26px + 6 * (100vw - 360px) / 1360);
  }
}
.elementor-widget-templines-blog-box .articles-item__title:hover {
  color: #ed2222;
}
.elementor-widget-templines-blog-box .articles-item__info-text, .elementor-widget-templines-blog-box .articles-item__title, .elementor-widget-templines-blog-box .articles-item__comments {
  margin: 0;
}
.elementor-widget-templines-blog-box .articles-item.style_four {
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 15px 40px 15px;
  padding-bottom: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item.style_four {
    padding-bottom: calc(30px + 10 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item__top {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item__top {
    height: calc(250px + 50 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item__top {
    margin-bottom: calc(20px + 15 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item__top:hover .articles-item__top-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.elementor-widget-templines-blog-box .articles-item__top-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__top-suptext {
  position: absolute;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
  padding: 4px 12px;
  border-radius: 3px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  top: 25px;
  right: 25px;
}
.elementor-widget-templines-blog-box .articles-item__inner {
  padding: 0 20px;
}
.elementor-widget-templines-blog-box .articles-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-templines-blog-box .articles-item__link-title {
  color: #202020;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item__link-title {
    margin-bottom: calc(25px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item__link-title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item__link-title {
    line-height: calc(28px + 8 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item-info {
    margin-bottom: calc(10px + 10 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item-info__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  gap: 8px;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item-info__date {
    font-size: calc(12px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item-info__date {
    line-height: calc(24px + 2 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item-info__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #515151;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  gap: 8px;
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item-info__comments {
    font-size: calc(12px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .elementor-widget-templines-blog-box .articles-item-info__comments {
    line-height: calc(24px + 2 * (100vw - 360px) / 1150);
  }
}
.elementor-widget-templines-blog-box .articles-item__button_style_four {
  background: #fff;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 205px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 60px;
  -webkit-transition: padding-left 0.3s, border 0.3s;
  -o-transition: padding-left 0.3s, border 0.3s;
  transition: padding-left 0.3s, border 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 2;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four span:first-child {
  position: absolute;
  height: 49px;
  width: 58px;
  min-width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  left: 0;
  z-index: 1;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four span:last-child {
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #202020;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four span:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #515151;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four span:first-child::after {
  content: "";
  width: 20px;
  height: 120%;
  position: absolute;
  top: -10px;
  right: -9px;
  bottom: -10px;
  background: #fff;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transition: right 0.3s, -webkit-transform 0.3s;
  transition: right 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s, -webkit-transform 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four span:first-child svg {
  width: 20px;
  height: 20px;
  z-index: 1;
  margin-right: 8px;
  left: 50%;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #f5ab1a;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover span:first-child {
  width: 100%;
  position: absolute;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover span:last-child {
  color: #fff;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover span:first-child::before {
  background: #f5ab1a;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover span:first-child::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -20px;
}
.elementor-widget-templines-blog-box .articles-item__button_style_four:hover span:first-child svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 80%;
}
.elementor-widget-templines-blog-box .articles__inner_four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-templines-blog-box .articles__inner_three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1050px) {
  .elementor-widget-templines-blog-box .articles__inner_three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .elementor-widget-templines-blog-box .articles__inner_three {
    grid-template-columns: 1fr;
  }
  .elementor-widget-templines-blog-box .articles__inner_four {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1100px) {
  .elementor-widget-templines-blog-box .articles__inner_four {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 300px) {
  .elementor-widget-templines-blog-box .articles-item-info__date, .elementor-widget-templines-blog-box .articles-item-info__comments {
    font-size: 10px;
  }
}
.elementor-widget-templines-blog-box .blog-grid__inner {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .elementor-widget-templines-blog-box .blog-grid-item__bottom-text, .elementor-widget-templines-blog-box .blog-grid-item__bottom-link {
    font-size: 12px;
  }
}
.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.brands-list.brands__list {
  margin: 0;
}

@media (max-width: 1920px) {
  .brands-list {
    gap: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
.brands-list__item {
  width: 100%;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  margin: 0 !important;
  overflow: hidden;
}
.brands-list__item::marker {
  content: none;
}

@media (max-width: 1920px) {
  .brands-list__item {
    height: calc(110px + 90 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .brands-list__item {
    max-height: calc(110px + 90 * (100vw - 360px) / 1560);
  }
}
.brands-list__link {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  border: 1px solid #d9d9d9;
}

.brands-list__link-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.brands-list__link-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-main .brands-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .index-main .brands-list {
    padding: 0 3%;
  }
}
@media (max-width: 750px) {
  .brands-list {
    width: 300px;
    max-width: 300px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .brands-list__item {
    max-width: 100%;
    height: auto !important;
    max-height: fit-content;
  }
}
@media (max-width: 400px) {
  .brands-list {
    width: 80%;
    max-width: 80%;
  }
  .brands-list__item {
    max-height: 150px;
    height: 150px;
  }
}
.rental__button-prev {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.rental__button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1510px) {
  .rental__button-prev {
    width: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .rental__button-prev {
    height: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
.rental__button-prev:hover {
  -webkit-box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 10px 13px 0px rgba(0, 0, 0, 0.2);
}

.rental__button-next {
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 1510px) {
  .rental__button-next {
    width: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .rental__button-next {
    height: calc(45px + 20 * (100vw - 360px) / 1150);
  }
}
.rental__button-next:hover {
  -webkit-box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 20px 13px 0px rgba(0, 0, 0, 0.2);
}

.rental__swiper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.rental-slide-link {
  min-height: 170px;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rental-slide-link__img {
  width: 100%;
  height: 145px;
}

.rental-slide-link__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rental__inner {
  max-width: 1265px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.elementor-widget-templines-contact-form .comment-form__box {
  padding-bottom: 0;
}
.elementor-widget-templines-contact-form .comment-form__box p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 0px;
}
.elementor-widget-templines-contact-form .comment-form__box input {
  height: 72px;
}

.section-top-body-bottom__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    gap: calc(15px + 10 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    font-size: calc(16px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view {
    line-height: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view:hover .section-top-body-bottom__view-box span {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-top-body-bottom__view-box {
  border-radius: 100px;
  background: #fff;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box {
    width: calc(70px + 20 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box {
    height: calc(70px + 20 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view-box span {
  border-radius: 100px;
  background: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box span {
    width: calc(50px + 22 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box span {
    height: calc(50px + 22 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view-box svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 1510px) {
  .section-top-body-bottom__view-box svg {
    width: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .section-top-body-bottom__view-box svg {
    height: calc(26px + 4 * (100vw - 360px) / 1150);
  }
}
.section-top-body-bottom__view span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.section-top-body-bottom__view:hover {
  color: #202020;
}

@media (max-width: 1200px) {
  .elementor-widget-templines-reasons .reasons__wrapper > svg {
    display: none;
  }
}
@media (max-width: 700px) {
  .reasons-list {
    gap: 50px;
  }
}
.section-top-poster {
  position: relative;
  margin-right: 90px;
  z-index: 1;
  width: fit-content;
}

.section-top-poster__box {
  border-radius: 200px 200px 0px 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 580px;
  height: 640px;
  border: 20px white solid;
  overflow: hidden;
}

.section-top-poster__img {
  position: absolute;
  bottom: 24px;
  right: -95px;
  left: 0;
  margin-top: -23px;
  width: 763px;
  height: 639px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .section-top-poster__box {
    width: 450px;
    height: 500px;
    position: relative;
    border-radius: 150px 150px 0px 100px;
  }
  .section-top-poster__box-bg {
    width: 400px;
    height: 450px;
    position: absolute;
    bottom: 20px;
  }
  .section-top-poster__img {
    top: unset;
    width: 120%;
    right: -20px;
    margin-top: -29px;
    bottom: 25px;
    height: 451px;
  }
  .section-top-poster {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .section-top-poster__img {
    right: -50px;
  }
}
@media (max-width: 600px) {
  .section-top-poster__box {
    height: 440px;
  }
  .section-top-poster__box-bg {
    height: 395px;
  }
  .section-top-poster__img {
    width: 100%;
    right: 0px;
    left: 0;
    height: 85%;
  }
}
@media (max-width: 500px) {
  .section-top-poster {
    width: 100%;
  }
  .section-top-poster__box {
    height: 420px;
    width: 100%;
  }
  .section-top-poster__box-bg {
    height: 90%;
    width: 90%;
  }
  .section-top-poster__img {
    height: 80%;
  }
}
@media (max-width: 450px) {
  .section-top-poster__box {
    height: 370px;
    border-radius: 130px 130px 0px 75px;
  }
  .tools-poster__box {
    height: 470px;
  }
  .section-top-poster__img {
    height: 75%;
  }
}
@media (max-width: 400px) {
  .section-top-poster__box {
    height: 320px;
    border-radius: 100px 100px 0px 60px;
  }
}
.featured-top__list {
  margin-right: 20px;
  max-width: 700px;
  width: 100%;
  border-top: 4px solid #f5ab1a;
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1510px) {
  .featured-top__list {
    padding-top: calc(30px + 15 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list {
    gap: calc(15px + 5 * (100vw - 360px) / 1150);
  }
}
.featured-top__list-link {
  color: #515151;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1510px) {
  .featured-top__list-link {
    font-size: calc(16px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link {
    line-height: calc(18px + 2 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link {
    gap: calc(4px + 4 * (100vw - 360px) / 1150);
  }
}
.featured-top__list-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1510px) {
  .featured-top__list-link svg {
    width: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 1510px) {
  .featured-top__list-link svg {
    height: calc(20px + 4 * (100vw - 360px) / 1150);
  }
}
@media (max-width: 600px) {
  .featured-top__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.elementor-widget-templines-links .featured-top__list-item {
  margin: 0;
}
.elementor-widget-templines-links .featured-top__list-item .featured-top__list-link {
  color: #515151;
}
.elementor-widget-templines-links .featured-top__list-item:hover .featured-top__list-link {
  color: #515151;
}
.elementor-widget-templines-links .featured-top__list-item::marker {
  content: none;
}

.faq__inner {
  display: flex;
  gap: 35px 30px;
  row-gap: 35px;
  flex-direction: column;
}

@media (max-width: 1720px) {
  .faq__inner {
    row-gap: calc(30px + 5 * (100vw - 360px) / 1360);
  }
}
.faq__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-item__question {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-right: 70px;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question {
    padding-top: calc(20px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-right: calc(50px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-bottom: calc(20px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
.faq-item__question::after {
  content: "+";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #515151;
  font-size: 30px;
  font-weight: 200;
  line-height: 32px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question::after {
    right: calc(20px + 15 * (100vw - 360px) / 1360);
  }
}
.faq-item__question:hover {
  background: #1a99f5;
}

.faq-item__question:hover::after {
  color: #fff;
}

.faq-item__question:hover .faq-item__question-text {
  color: #fff;
}

.faq-item__question-text {
  color: #202020;
  font-size: 20px;
  line-height: 29px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1720px) {
  .faq-item__question-text {
    font-size: calc(16px + 4 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__question-text {
    line-height: calc(24px + 5 * (100vw - 360px) / 1360);
  }
}
.faq-item__answer {
  padding-right: 40px;
  padding-left: 30px;
  color: #515151;
  font-weight: 300;
  letter-spacing: 0.16px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: height 0.3s, opacity 0.3s, padding 0.3s;
  transition: height 0.3s, opacity 0.3s, padding 0.3s;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1720px) {
  .faq-item__answer {
    padding-right: calc(20px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    font-size: calc(14px + 2 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item__answer {
    line-height: calc(24px + 6 * (100vw - 360px) / 1360);
  }
}
.faq-item--active .faq-item__question {
  background: #1a99f5;
}

.faq-item--active .faq-item__question::after {
  content: "-";
  color: #fff;
}

.faq-item--active .faq-item__question .faq-item__question-text {
  color: #fff;
}

.faq-item--active .faq-item__answer {
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 30px;
  height: unset;
  opacity: 1;
}

@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-top: calc(20px + 15 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-right: calc(20px + 20 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-bottom: calc(15px + 0 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq-item--active .faq-item__answer {
    padding-left: calc(20px + 10 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 800px) {
  .faq__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.faq {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 1720px) {
  .faq {
    padding-top: calc(40px + 90 * (100vw - 360px) / 1360);
  }
}
@media (max-width: 1720px) {
  .faq {
    padding-bottom: calc(40px + 80 * (100vw - 360px) / 1360);
  }
}
.faq::before {
  content: "";
  width: 100%;
  max-width: 1170px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ed2222;
}

.faq .container {
  max-width: 1200px;
}

.faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}

@media (max-width: 1720px) {
  .faq__heading {
    margin-bottom: calc(30px + 40 * (100vw - 360px) / 1360);
  }
}
.faq .heading__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-templines-accordeon .faq-item__question-text, .elementor-widget-templines-accordeon .faq-item__answer {
  margin: 0;
}

/*# sourceMappingURL=elementor.css.map */
