@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap");
.col-special {
  width: 16.66%;
}

@media (max-width: 992px) {
  .col-special {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .col-special {
    width: 100%;
  }
}

.bg-red {
  background-color: #da161a !important;
}

.text-blue {
  color: #164194 !important;
}

.text-black {
  color: #000000 !important;
}

.bg-blue {
  background-color: #009FE3 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.no-after::after {
  display: none !important;
}

@media (min-width: 576px) {
  .leon-bg {
    background-image: url("../../assets/images/Leon.png");
    background-position: right 442px;
    background-repeat: no-repeat;
    background-size: 400px;
  }
}

@media (min-width: 576px) and (min-width: 1200px) {
  .leon-bg {
    background-position: right top;
    background-size: auto;
  }
}

@media (min-width: 576px) and (min-width: 1400px) {
  .leon-bg {
    background-size: 657px;
  }
}

@media (min-width: 576px) and (min-width: 1700px) {
  .leon-bg {
    background-size: 764px;
  }
}

.bubble {
  width: 218px;
  height: 218px;
  line-height: normal;
  right: -75px;
  top: 0;
  bottom: 0;
}

.button {
  outline: none;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  line-height: normal;
  -webkit-transition: -webkit-box-shadow .15s,
 -webkit-transform .15s;
  transition: -webkit-box-shadow .15s,
 -webkit-transform .15s;
  transition: box-shadow .15s,
 transform .15s;
  transition: box-shadow .15s,
 transform .15s,
 -webkit-box-shadow .15s,
 -webkit-transform .15s;
  position: relative;
  background: #164194;
}

.button::after {
  content: '';
  position: absolute;
  width: 43px;
  height: 34px;
  background: url("../../assets/images/mouse-cursor-icon 1.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  bottom: -22px;
}

.button:hover {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.value-item .value-item-image {
  height: 100px;
}

.value-item:hover .discount {
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  background-color: #164194 !important;
}

.discount-title {
  min-height: 40px;
  line-height: normal;
}

.discount {
  border-radius: 30px;
}

@media (min-width: 1400px) {
  .pseudo-border-left::before {
    content: '';
    position: absolute;
    width: 145px;
    height: 113px;
    left: -20px;
    top: -18px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }
  .pseudo-border-right::after {
    content: '';
    position: absolute;
    width: 145px;
    height: 113px;
    right: -20px;
    bottom: -18px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
}

.more-value-item {
  height: 216px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.more-value-item::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url("../../assets/images/check-mark 2.png");
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
}

ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  background: #B9B9B9;
  left: -21px;
  top: 9px;
}

img.picture {
  max-height: 135px !important;
}
/*# sourceMappingURL=main.css.map */