.q-btn[data-v-116b97e6]:hover {
  background-color: transparent;
  color: #02888d;
}
.q-btn.disabled[data-v-116b97e6] {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #0b1221;
  opacity: 1 !important;
}
.q-btn.q-btn--icon-left[data-v-116b97e6] .q-btn__content {
  flex-direction: row-reverse;
}
.btn-primary[data-v-116b97e6] {
  padding: 20px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #02888d;
  background-color: #02888d;
  color: #ffffff;
  line-height: normal;
  transition: all 0.3s linear;
}
.btn-primary .q-btn__content[data-v-116b97e6] {
  gap: 10px;
}
.btn-primary svg[data-v-116b97e6] {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-primary svg path[data-v-116b97e6] {
  fill: #ffffff;
  transition: all 0.3s linear;
}
.btn-primary .dot[data-v-116b97e6] {
  background-color: #ffffff;
}
.btn-primary[data-v-116b97e6]:hover {
  background-color: #ffffff;
  color: #02888d;
}
.btn-primary:hover svg path[data-v-116b97e6] {
  fill: #02888d;
}
.btn-primary:hover .dot[data-v-116b97e6] {
  background-color: #02888d;
}
.btn-outline[data-v-116b97e6] {
  padding: 20px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #02888d;
  line-height: normal;
  transition: all 0.3s linear;
}
.btn-outline[data-v-116b97e6]:hover {
  background-color: #ffffff;
}
.btn-outline-tinted[data-v-116b97e6] {
  padding: 10px;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #02888d;
  background-color: rgba(255, 82, 27, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s linear;
}
.btn-outline-tinted .q-btn__content[data-v-116b97e6] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-outline-tinted[data-v-116b97e6]:hover {
  background-color: #ffffff;
}
.btn-all[data-v-116b97e6] {
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: normal;
  transition: all 0.3s linear;
}
.btn-all .q-btn__content[data-v-116b97e6] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.btn-all svg[data-v-116b97e6] {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-all svg path[data-v-116b97e6] {
  transition: all 0.3s linear;
}
.btn-all[data-v-116b97e6]:hover {
  background-color: #02888d;
  color: #ffffff;
  border-color: transparent;
}
.btn-all:hover svg[data-v-116b97e6] {
  transform: translateX(5px);
}
.btn-all:hover svg path[data-v-116b97e6] {
  fill: #ffffff;
}
.btn-grey[data-v-116b97e6] {
  padding: 20px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  transition: all 0.3s linear;
}
.btn-grey .q-btn__content[data-v-116b97e6] {
  flex-wrap: nowrap;
  gap: 10px;
}
.btn-grey svg path[data-v-116b97e6] {
  transition: all 0.3s linear;
}
.btn-grey[data-v-116b97e6]:hover {
  background-color: #ffffff;
  border-color: #02888d;
  color: #02888d;
}
.btn-grey:hover svg path[data-v-116b97e6] {
  fill: #02888d;
}
.btn-grey-outline[data-v-116b97e6] {
  padding: 20px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s linear;
}
.btn-grey-outline .q-btn__content[data-v-116b97e6] {
  gap: 10px;
  flex-wrap: nowrap;
}
.btn-grey-outline svg path[data-v-116b97e6] {
  transition: all 0.3s linear;
}
.btn-grey-outline[data-v-116b97e6]:hover {
  border-color: #02888d;
  color: #02888d;
}
.btn-grey-outline:hover svg path[data-v-116b97e6] {
  fill: #02888d;
}
.ui-button-alt[data-v-116b97e6] {
  background-color: #ffffff;
  color: #0b1221;
}
.btn--sm[data-v-116b97e6] {
  padding: 0.719rem 1.5rem;
  height: unset;
  font-size: 13px;
}
.btn-outline-alt[data-v-116b97e6] {
  padding: 10px;
  height: 42px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 500;
  text-wrap: nowrap;
  color: #02888d;
}
.btn-outline-alt[data-v-116b97e6] .q-btn__content {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.btn-outline-alt[data-v-116b97e6] .block {
  color: black;
  transition: 0.5s;
}
.btn-outline-alt[data-v-116b97e6]:hover .block {
  color: #02888d;
}
@media (max-width: 1440px) {
.btn-primary[data-v-116b97e6],
  .btn-grey[data-v-116b97e6],
  .btn-grey-outline[data-v-116b97e6] {
    padding: 15px;
    height: 50px;
}
.q-btn[data-v-116b97e6] {
    font-size: 16px;
}
}
@media (max-width: 768px) {
.btn-all[data-v-116b97e6] {
    padding: 10px;
}
.btn-all[data-v-116b97e6]:hover {
    background-color: #02888d;
    color: #ffffff;
    border-color: transparent;
}
.btn-all:hover svg[data-v-116b97e6] {
    transform: none;
}
.q-btn__label--hide-mobile[data-v-116b97e6] {
    display: none;
}
.btn-grey-outline[data-v-116b97e6] {
    padding: 15px;
    height: 56px;
    font-size: 16px;
}
}
@media (max-width: 500px) {
.q-btn[data-v-116b97e6] {
    font-size: 15px;
}
}