* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  background-color: #efefef;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 79, 60, 0.6);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.homepage-lead-box {
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .homepage-lead-box {
    margin-top: 3rem;
  }
}

.homepage-second-box {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .homepage-second-box {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1350px) {
  .layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1350px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 465px);
    width: calc(100% - 465px);
  }
}
@media (min-width: 1350px) {
  .layout .sidebar {
    flex: 0 0 440px;
    width: 440px;
  }
}

.payment-page {
  padding-top: 1.8rem;
}
@media (min-width: 992px) {
  .payment-page {
    padding-top: 2.7rem;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-title {
  display: none;
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header {
  display: block !important;
  margin-bottom: 1.7rem;
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header {
    margin-bottom: 4rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .last-payment-header-title {
  display: block;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.7rem;
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .last-payment-header-title {
    font-size: 5rem;
    margin-bottom: 0;
    flex: 0 0 20rem;
    width: 20rem;
  }
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    width: 100%;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .search-form {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .search-form {
    margin-bottom: 0;
    flex: 0 0 44.4rem;
    width: 44.4rem;
    margin-right: 1.9rem;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .search-form input {
  border: 1px solid #D42527;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .search-form button svg path {
  stroke: #000000;
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper {
  position: relative;
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .icon {
  display: flex;
  align-items: center;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .icon {
    left: 35%;
  }
}
@media (min-width: 768px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .icon {
    left: 40%;
  }
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .icon {
    left: 20%;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .arrow {
    right: 35%;
  }
}
@media (min-width: 768px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .arrow {
    right: 40%;
  }
}
@media (min-width: 992px) {
  .payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .arrow {
    right: 20%;
  }
}
.payment-page .last-payment .last-payment-wrapper .last-payment-header .payment-action .datepicker-wrapper .custom-datepicker {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D42527;
  background: #D42527;
  color: #ffffff;
  padding: 1.5rem 0;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.ui-widget {
  font-family: "Rubik", sans-serif;
}

.ui-widget-header {
  border: 1px solid #D42527;
  color: #ffffff;
  background: #D42527;
}

.ui-widget-header a {
  color: #ffffff;
}

.ui-widget-content {
  color: #000000;
}

.ui-widget.ui-widget-content {
  border: 1px solid #D42527;
}

.ui-corner-all {
  border-radius: 10px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  filter: invert(100);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #D42527;
  background: #D42527;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #A21300;
  background: #A21300;
  color: #ffffff;
}

.error-msg .error {
  color: #D42527;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.send-msg-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: 0.4rem;
  gap: 6px;
}
.send-msg-wrapper.single {
  margin-bottom: 0;
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  .send-msg-wrapper {
    display: none;
  }
}
.send-msg-wrapper .send-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100px;
  background: radial-gradient(70.93% 198.18% at 49.35% 100%, #d42527 0%, #a21300 100%);
  padding: 1.4rem 2rem;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.send-msg-wrapper .send-msg span {
  display: flex;
  align-items: center;
}
.send-msg-wrapper .text {
  flex: 0 0 100%;
  width: 100%;
  color: #4d4d4d;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-info, .btn-warning, .btn-danger, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #000000;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: black;
  color: #fff !important;
}

.bg-primary {
  background-color: #000000;
}

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

.btn-secondary {
  background-color: #ffffff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #ffffff;
}

.text-secondary {
  color: #ffffff !important;
}

.btn-danger {
  background-color: #D42527;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #a91d1f;
  color: #fff !important;
}

.bg-danger {
  background-color: #D42527;
}

.text-danger {
  color: #D42527 !important;
}

.btn-warning {
  background-color: #A21300;
  color: #fff !important;
}
.btn-warning:hover {
  background-color: #6f0d00;
  color: #fff !important;
}

.bg-warning {
  background-color: #A21300;
}

.text-warning {
  color: #A21300 !important;
}

.btn-info {
  background-color: #B5D5DA;
  color: #000 !important;
}
.btn-info:hover {
  background-color: #93c2c9;
  color: #000 !important;
}

.bg-info {
  background-color: #B5D5DA;
}

.text-info {
  color: #B5D5DA !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1330px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000000;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #000000;
}

.fake-checkbox {
  border-radius: 4px !important;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #000000 !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #000000 !important;
}

header .header-top {
  background-color: #A21300;
  padding: 8px 0;
  text-align: center;
  transition: 0.4s linear;
  max-height: 50px;
}
header .header-top .header-top-wrapper .marquee {
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 2;
}
header .header-top .header-top-wrapper .marquee .marquee-content {
  display: flex;
  align-items: center;
  width: auto;
  animation: scrolling 30s linear infinite;
  flex-shrink: 0;
}
header .header-top .header-top-wrapper .marquee .marquee-content .marquee-item {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper .marquee .marquee-content .marquee-item {
    margin-right: 3rem;
  }
}
@keyframes scrolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header .header-bottom {
  background-color: #ffffff;
}
header .header-bottom .header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper {
    position: relative;
    justify-content: flex-start;
  }
}
header .header-bottom .header-bottom-wrapper .logo {
  display: block;
  max-width: 17rem;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-wrapper .logo {
    max-width: 24.2rem;
    flex: 0 0 24.2rem;
    width: 24.2rem;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler {
  border: none;
  width: 1.8rem;
  min-width: 1.8rem;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-toggler {
    display: none;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler:hover span {
  background: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler span {
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #000000;
  margin-bottom: 4px;
  transition: 0.2s ease-in;
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler span:last-of-type {
  margin-bottom: 0px;
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler.toggled span {
  background: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler.toggled span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler.toggled span:nth-of-type(2) {
  opacity: 0;
}
header .header-bottom .header-bottom-wrapper .main-menu-toggler.toggled span:nth-of-type(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler {
  border: none;
  width: 1.8rem;
  min-width: 1.8rem;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  display: none;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .side-menu-toggler {
    display: block;
    margin-left: 4.3rem;
  }
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler:hover span {
  background: #D42527;
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler span {
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #000000;
  margin-bottom: 4px;
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler span:last-of-type {
  margin-bottom: 0px;
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler.toggled span {
  background: #D42527;
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler.toggled span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler.toggled span:nth-of-type(2) {
  opacity: 0;
}
header .header-bottom .header-bottom-wrapper .side-menu-toggler.toggled span:nth-of-type(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper {
  position: fixed;
  top: 99px;
  left: 100vw;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-in;
  z-index: 10;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper {
    position: relative;
    left: unset;
    top: 0;
    transition: unset;
    background-color: transparent;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper.open-menu {
  left: 0;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu {
    padding: 1.5rem 2.9rem;
  }
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu {
    padding: 1.5rem 3.1rem;
  }
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu {
    padding: 0;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu {
  margin-bottom: 2.8rem;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item {
    position: relative;
  }
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item:hover .submenu {
    display: block !important;
  }
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item:not(:last-of-type) {
    margin-right: 3.8rem;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s linear;
  white-space: nowrap;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link {
    text-transform: uppercase;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link:hover {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link.active {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link::before {
  content: "";
  display: block;
  margin-right: 1.1rem;
  height: 1.8rem;
  width: 0.3rem;
  background-color: #D42527;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link::before {
    display: none;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link .toggle-submenu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link .toggle-submenu {
    display: none;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link .toggle-submenu svg {
  transition: 0.4s linear;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .primary-menu-link .toggle-submenu.open-submenu svg {
  transform: rotate(180deg);
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu {
  padding-left: 2rem;
  padding-top: 2.8rem;
  display: none;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu {
    padding-left: 0;
    padding-top: 0;
    padding: 2rem;
    position: absolute;
    top: 100%;
    left: -2rem;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    min-width: 15rem;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s linear;
  white-space: nowrap;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link {
    text-transform: uppercase;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link:hover {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link.active {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link::before {
  content: "";
  display: block;
  margin-right: 1.1rem;
  height: 1.8rem;
  width: 0.3rem;
  background-color: #D42527;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .primary-menu .primary-menu-item .submenu .submenu-item .submenu-link::before {
    display: none;
  }
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu .secondary-menu-item:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s linear;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link:hover {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link.active {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link::before {
  content: "";
  display: block;
  margin-right: 1.1rem;
  height: 1.8rem;
  width: 0.3rem;
  background-color: #D42527;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .secondary-menu {
    display: none;
  }
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper {
  display: none;
}
@media (min-width: 1350px) {
  header .header-bottom .header-bottom-wrapper .side-menu-wrapper {
    position: absolute;
    width: 100%;
    max-width: 26.8rem;
    height: auto;
    transition: 0.2s ease-in;
    top: 8.4rem;
    z-index: 10;
  }
  header .header-bottom .header-bottom-wrapper .side-menu-wrapper.open-side-menu {
    right: 0;
    display: block;
  }
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 2.6rem 3.2rem 3.4rem;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .close-menu {
  display: none;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .primary-menu {
  display: none;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .secondary-menu .secondary-menu-item:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s linear;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link:hover {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link.active {
  color: #D42527;
}
header .header-bottom .header-bottom-wrapper .side-menu-wrapper .main-menu .secondary-menu .secondary-menu-item .secondary-menu-link::before {
  content: "";
  display: block;
  margin-right: 1.1rem;
  height: 1.8rem;
  width: 0.3rem;
  background-color: #D42527;
}

.category-box {
  margin-bottom: 2rem;
}
@media (min-width: 1350px) {
  .category-box {
    margin-bottom: 2.5rem;
  }
}
.category-box .category-box-wrapper {
  border-radius: 10px;
  background: #ffffff;
  padding: 1.3rem 1.8rem 2.1rem;
}
@media (min-width: 1350px) {
  .category-box .category-box-wrapper {
    padding: 4.5rem 2.8rem 4.2rem;
  }
}
.category-box .category-box-wrapper .category-box-title {
  display: block;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (min-width: 1350px) {
  .category-box .category-box-wrapper .category-box-title {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
}
.category-box .category-box-wrapper .category-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .category-box .category-box-wrapper .category-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .category-box .category-box-wrapper .category-item-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .category-box .category-box-wrapper .category-item-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1350px) {
  .category-box .category-box-wrapper .category-item-wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
    margin-bottom: 7.4rem;
  }
}
.category-box .category-box-wrapper .see-all {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #000000;
  padding: 1.1rem 2.2rem;
  color: #D42527;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 15.6rem;
  margin: 0 auto;
  white-space: nowrap;
}
.category-box .category-box-wrapper .see-all span {
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.category-item .category-item-image {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 8px;
}
@media (min-width: 1350px) {
  .category-item .category-item-image {
    margin-bottom: 1.2rem;
  }
}
.category-item .category-item-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.category-item .category-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  background-color: #d9d9d9;
}
.category-item .category-item-data .category-item-title {
  display: block;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
@media (min-width: 1350px) {
  .category-item .category-item-data .category-item-title {
    font-size: 1.6rem;
  }
}
.category-item .category-item-data .category-item-info {
  color: #D42527;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1350px) {
  .category-item .category-item-data .category-item-info {
    font-size: 2rem;
  }
}

.category-lead {
  padding-top: 1.4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .category-lead {
    padding-top: 1.9rem;
    margin-bottom: 2.2rem;
  }
}
.category-lead .category-lead-wrapper {
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center bottom;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .category-lead .category-lead-wrapper {
    background-size: 100% 70%;
  }
}
@media (min-width: 768px) {
  .category-lead .category-lead-wrapper {
    border-radius: 20px;
    background-size: 50% 100%;
    background-position: right;
  }
}
@media (min-width: 992px) {
  .category-lead .category-lead-wrapper {
    background-size: 60% auto;
  }
}
.category-lead .category-lead-wrapper:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #d42527 0.03%, #b51a0f 46.78%, rgba(162, 19, 0, 0) 69.53%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .category-lead .category-lead-wrapper:before {
    border-radius: 20px;
    background: linear-gradient(92deg, #d42527 0.03%, #b51a0f 52.12%, rgba(162, 19, 0, 0) 69.53%);
  }
}
.category-lead .category-lead-wrapper::after {
  content: "";
  display: block;
  background-image: url(../img/heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 1.7rem;
  bottom: 1.7rem;
}
@media (min-width: 992px) {
  .category-lead .category-lead-wrapper::after {
    width: 97px;
    height: 97px;
    right: 1.9rem;
    bottom: 1.3rem;
  }
}
.category-lead .category-lead-wrapper .category-lead-data {
  padding: 2.5rem 2rem 29.7rem;
  position: relative;
  z-index: 5;
  max-width: 44.4rem;
}
@media (min-width: 768px) {
  .category-lead .category-lead-wrapper .category-lead-data {
    padding: 3.3rem 4.5rem 3.7rem;
  }
}
@media (min-width: 1350px) {
  .category-lead .category-lead-wrapper .category-lead-data {
    max-width: 44%;
  }
}
.category-lead .category-lead-wrapper .category-lead-data .category-lead-title {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.9rem;
}
@media (min-width: 992px) {
  .category-lead .category-lead-wrapper .category-lead-data .category-lead-title {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}
.category-lead .category-lead-wrapper .category-lead-data .category-lead-desc {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.9rem;
}
@media (min-width: 992px) {
  .category-lead .category-lead-wrapper .category-lead-data .category-lead-desc {
    font-size: 1.6rem;
    line-height: 131.25%;
    margin-bottom: 4.8rem;
  }
}

.category-page {
  margin-bottom: 1.5rem;
}
@media (min-width: 1350px) {
  .category-page {
    margin-bottom: 2.5rem;
  }
}
.category-page .category-page-wrapper {
  border-radius: 10px;
  background: #ffffff;
  padding: 1.7rem 1.8rem 4.3rem;
}
@media (min-width: 1350px) {
  .category-page .category-page-wrapper {
    padding: 2.8rem 2.8rem 5.2rem;
  }
}
.category-page .category-page-wrapper .category-page-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .category-page .category-page-wrapper .category-page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .category-page .category-page-wrapper .category-page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .category-page .category-page-wrapper .category-page-content {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1350px) {
  .category-page .category-page-wrapper .category-page-content {
    grid-gap: 3rem;
    margin-bottom: 8.6rem;
  }
}

.pagination-wrapper .pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper .pagination .page-item:not(:last-of-type) {
  margin-right: 0.5rem;
}
.pagination-wrapper .pagination .page-item.prev .page-link span, .pagination-wrapper .pagination .page-item.next .page-link span {
  display: flex;
  align-items: center;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover, .pagination-wrapper .pagination .page-item.next .page-link:hover {
  background-color: #D42527;
  color: #ffffff;
  border: 1px solid transparent;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover span svg path, .pagination-wrapper .pagination .page-item.next .page-link:hover span svg path {
  stroke: #ffffff;
}
.pagination-wrapper .pagination .page-item.prev .page-link.active, .pagination-wrapper .pagination .page-item.next .page-link.active {
  background-color: #D42527;
  color: #ffffff;
  border: 1px solid transparent;
}
.pagination-wrapper .pagination .page-item.prev .page-link.active span svg path, .pagination-wrapper .pagination .page-item.next .page-link.active span svg path {
  stroke: #ffffff;
}
.pagination-wrapper .pagination .page-item.prev {
  margin-right: 1.5rem;
}
.pagination-wrapper .pagination .page-item.next {
  margin-left: 1.5rem;
}
.pagination-wrapper .pagination .page-item .page-link {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: 0.3s linear;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-family: "Rubik", sans-serif;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 10px;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #D42527;
  color: #ffffff;
  border: 1px solid transparent;
}
.pagination-wrapper .pagination .page-item:hover .page-link {
  background-color: #D42527;
  color: #ffffff;
  border: 1px solid transparent;
}

.search-form {
  position: relative;
  max-width: 44.4rem;
}
.search-form input {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
  padding: 1.3rem 1.2rem;
  border: none;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.search-form input::placeholder {
  opacity: 1;
}
.search-form button {
  position: absolute;
  right: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: transparent;
  z-index: 5;
}

.how-to {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .how-to {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .how-to .how-to-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.how-to .how-to-wrapper .how-to-help {
  border-radius: 10px;
  background-color: #B5D5DA;
  padding: 3.1rem 2.1rem 2.7rem;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .how-to .how-to-wrapper .how-to-help {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-help {
    padding: 3.4rem 5.6rem 4.1rem;
  }
}
.how-to .how-to-wrapper .how-to-help::before {
  content: "";
  display: block;
  background-image: url(../img/heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 361.617px;
  height: 308.264px;
  transform: rotate(15deg);
  position: absolute;
  right: -16rem;
  top: 4rem;
  opacity: 0.03;
}
@media (min-width: 576px) {
  .how-to .how-to-wrapper .how-to-help::before {
    top: 2rem;
  }
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-help::before {
    width: 528.928px;
    height: 450.889px;
  }
}
.how-to .how-to-wrapper .how-to-help .how-to-help-wrapper {
  position: relative;
  z-index: 5;
}
.how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .icon {
  display: block;
  margin-bottom: 2.1rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .icon {
    margin-bottom: 2.6rem;
  }
}
.how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .how-to-help-title {
  color: #000000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 2rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .how-to-help-title {
    font-size: 2.6rem;
    letter-spacing: -0.52px;
  }
}
.how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .how-to-help-desc {
  color: #4d4d4d;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 135.714%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-help .how-to-help-wrapper .how-to-help-desc {
    font-size: 1.6rem;
    line-height: 131.25%;
    margin-bottom: 3.6rem;
  }
}
.how-to .how-to-wrapper .how-to-connect {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 3.1rem 2.1rem 2.7rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .how-to .how-to-wrapper .how-to-connect {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-connect {
    padding: 3.4rem 5.6rem 4.1rem;
  }
}
.how-to .how-to-wrapper .how-to-connect::before {
  content: "";
  display: block;
  background-image: url(../img/heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 361.617px;
  height: 308.264px;
  transform: rotate(15deg);
  position: absolute;
  right: -16rem;
  top: 4rem;
  opacity: 0.03;
}
@media (min-width: 576px) {
  .how-to .how-to-wrapper .how-to-connect::before {
    top: 2rem;
  }
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-connect::before {
    width: 528.928px;
    height: 450.889px;
  }
}
.how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper {
  position: relative;
  z-index: 5;
}
.how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .icon {
  display: block;
  margin-bottom: 2.1rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .icon {
    margin-bottom: 2.6rem;
  }
}
.how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .how-to-connect-title {
  color: #000000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 2rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .how-to-connect-title {
    font-size: 2.6rem;
    letter-spacing: -0.52px;
  }
}
.how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .how-to-connect-desc {
  color: #4d4d4d;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 135.714%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1350px) {
  .how-to .how-to-wrapper .how-to-connect .how-to-connect-wrapper .how-to-connect-desc {
    font-size: 1.6rem;
    line-height: 131.25%;
    margin-bottom: 3.6rem;
  }
}
.how-to .find-out-more {
  display: inline-block;
  border-radius: 100px;
  background: #D42527;
  padding: 1.5rem 4rem;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 576px) {
  .how-to .find-out-more {
    font-size: 1.4rem;
    padding: 1.5rem 5rem;
  }
}

footer {
  background-color: #A21300;
  padding: 3.7rem 0 1.3rem;
}
@media (min-width: 1350px) {
  footer {
    padding: 7.2rem 0 2.6rem;
  }
}
footer .footer-top {
  padding-bottom: 4.3rem;
}
@media (min-width: 1350px) {
  footer .footer-top {
    padding-bottom: 7.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
footer .footer-top .footer-top-item {
  text-align: center;
}
footer .footer-top .footer-top-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (min-width: 1350px) {
  footer .footer-top .footer-top-item {
    text-align: start;
    flex: 0 0 auto;
    width: auto;
  }
  footer .footer-top .footer-top-item:not(:last-of-type) {
    margin-right: 10rem;
    margin-bottom: 0;
  }
}
footer .footer-top .footer-top-item .footer-top-item-title {
  display: block;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 122.222%;
  letter-spacing: -0.18px;
  margin-bottom: 7px;
}
@media (min-width: 1350px) {
  footer .footer-top .footer-top-item .footer-top-item-title {
    margin-bottom: 1.4rem;
  }
}
footer .footer-top .footer-top-item .footer-top-item-wrapper a,
footer .footer-top .footer-top-item .footer-top-item-wrapper span {
  display: block;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: -0.14px;
}
@media (min-width: 1350px) {
  footer .footer-top .footer-top-item .footer-top-item-wrapper a:not(:last-of-type),
  footer .footer-top .footer-top-item .footer-top-item-wrapper span:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
footer .footer-top .footer-top-item .footer-top-item-wrapper P {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: -0.14px;
}
@media (min-width: 1350px) {
  footer .footer-top .footer-top-item .footer-top-item-wrapper P {
    justify-content: flex-start;
  }
  footer .footer-top .footer-top-item .footer-top-item-wrapper P:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
footer .footer-top .footer-top-item .footer-top-item-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1350px) {
  footer .footer-top .footer-top-item .footer-top-item-wrapper .social-wrapper {
    justify-content: flex-start;
  }
}
footer .footer-top .footer-top-item .footer-top-item-wrapper .social-wrapper .social-item {
  display: block;
  margin-bottom: 0;
}
footer .footer-top .footer-top-item .footer-top-item-wrapper .social-wrapper .social-item:not(:last-of-type) {
  margin-right: 1rem;
}
footer .footer-top .footer-top-item .footer-top-item-wrapper .social-wrapper .social-item svg {
  fill: #ffffff;
}
footer .footer-bottom {
  padding-top: 6px;
  border-top: 1px solid #ffffff;
}
@media (min-width: 1350px) {
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
}
footer .footer-bottom .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1350px) {
  footer .footer-bottom .footer-menu {
    margin-bottom: 0;
  }
}
footer .footer-bottom .footer-menu .footer-menu-item:not(:last-of-type) {
  margin-right: 1.5rem;
}
footer .footer-bottom .footer-menu .footer-menu-item .footer-menu-link {
  color: #ffffff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 183.333%;
  letter-spacing: -0.12px;
}
@media (min-width: 1350px) {
  footer .footer-bottom .footer-menu .footer-menu-item .footer-menu-link {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
  }
}
footer .footer-bottom .copyright {
  max-width: 59%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 168%;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
footer .footer-bottom .copyright a {
  color: #ffffff;
}
@media (min-width: 1350px) {
  footer .footer-bottom .copyright {
    margin: unset;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 183%;
    letter-spacing: -0.12px;
  }
}

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