@font-face {
  font-family: "Aeonik-Light";
  src: url("../../fonts/frontend/Aeonik-Light.woff2") format("woff2"), url("../../fonts/frontend/Aeonik-Light.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("../../fonts/frontend/Aeonik-Regular.woff2") format("woff2"), url("../../fonts/frontend/Aeonik-Regular.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Medium";
  src: url("../../fonts/frontend/Aeonik-Medium.woff2") format("woff2"), url("../../fonts/frontend/Aeonik-Medium.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Bold";
  src: url("../../fonts/frontend/Aeonik-Bold.woff2") format("woff2"), url("../../fonts/frontend/Aeonik-Bold.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
.btn {
  height: 52px;
  padding: 12px 30px;
  font-size: 18px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.btn.mw-120 {
  min-width: 120px;
}
.btn.mw-140 {
  min-width: 140px;
}
.btn.mw-150 {
  min-width: 150px;
}
.btn.mw-170 {
  min-width: 170px;
}
.btn.mw-200 {
  min-width: 200px;
}
.btn.mw-235 {
  min-width: 235px;
}
.btn.mw-250 {
  min-width: 250px;
}
.btn.mw-322 {
  min-width: 322px;
}
.btn.mw-300 {
  min-width: 300px;
}
.btn.mw-135 {
  min-width: 135px;
}
.btn.h-60 {
  height: 60px;
}
.btn.h-50px {
  height: 50px;
}
.btn.h-45 {
  height: 45px;
}
.btn-link {
  color: #E51644;
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  color: #E51644 !important;
}
.btn.btn-outline-dark {
  border: 1px solid #000000;
  gap: 10px;
}
.btn.btn-outline-dark em {
  font-size: 18px;
}
.btn-primary {
  color: #ffffff;
  background-color: #E51644;
  border-color: #E51644;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: rgb(215.26, 20.68, 63.92) !important;
  border-color: rgb(215.26, 20.68, 63.92) !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #E51644;
  border-color: #E51644;
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #E51644;
  border-color: #E51644;
  box-shadow: none;
}
.btn-outline-primary {
  color: #E51644;
  border: 1px solid #E51644;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: rgb(215.26, 20.68, 63.92) !important;
  border-color: rgb(215.26, 20.68, 63.92) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: #E51644;
  box-shadow: none;
  color: #E51644;
}
.btn-secondary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active, .btn-secondary.show, .btn-secondary-check:checked + .btn-secondary, .btn-secondary:focus-visible, .btn-secondary:not(.btn-check) + .btn-secondary:hover, .btn-secondary:first-child:hover, .btn-secondary-check:focus-visible + .btn-secondary, .btn-secondary:first-child:active, .btn-secondary:not(.btn-check) + .btn-secondary:active {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.btn-outline-secondary {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary[disabled], fieldset[disabled] .btn-outline-secondary {
  background-color: transparent;
  border-color: #000000;
  box-shadow: none;
  color: #000000;
}
.btn-light {
  color: rgba(0, 0, 0, 0.65);
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  transition: all 0.3s ease-in-out;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.focus, .btn-light.active, .btn-light.show, .btn-light-check:checked + .btn-light, .btn-light:focus-visible, .btn-light:not(.btn-check) + .btn-light:hover, .btn-light:first-child:hover, .btn-light-check:focus-visible + .btn-light, .btn-light:first-child:active, .btn-light:not(.btn-check) + .btn-light:active {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  box-shadow: none;
}
.btn-outline-light {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  background-color: transparent;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-outline-light.disabled, .btn-outline-light[disabled], fieldset[disabled] .btn-outline-light {
  background-color: transparent;
  border-color: #C2C2C2;
  box-shadow: none;
  color: #C2C2C2;
}
.btn.btn-outline-light {
  color: rgba(0, 0, 0, 0.65) !important;
}
.btn.btn-outline-light em {
  color: #25314C;
  margin-right: 12px;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active {
  background-color: #EDEDED !important;
  border-color: #EDEDED !important;
}
@media (max-width: 1599px) {
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .btn.mw-150 {
    min-width: 142px;
  }
  .btn.mw-300 {
    min-width: 280px;
  }
}
@media (max-width: 1499px) {
  .btn.mw-200 {
    min-width: 180px;
  }
  .btn.mw-235 {
    min-width: 195px;
  }
  .btn.h-60 {
    height: 52px;
  }
  .btn.mw-322 {
    min-width: 280px;
  }
  .btn.mw-140 {
    min-width: 120px;
  }
  .btn.h-50px {
    height: 46px;
  }
  .btn.mw-300 {
    min-width: 260px;
  }
}
@media (max-width: 1399.98px) {
  .btn {
    height: 45px;
    font-size: 15px;
    padding: 10px 20px;
  }
  .btn.mw-150 {
    min-width: 130px;
  }
  .btn.mw-200 {
    min-width: 160px;
  }
  .btn.mw-322 {
    min-width: 250px;
  }
  .btn.mw-170 {
    min-width: 150px;
  }
  .btn.mw-300 {
    min-width: 240px;
  }
  .btn.h-60 {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    border-radius: 6px;
  }
  .btn.mw-150 {
    min-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
    padding: 6px 16px;
  }
  .btn.mw-150 {
    min-width: 90px;
  }
  .btn.h-60 {
    height: 45px;
  }
  .btn.mw-322 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: 130px;
  }
  .btn.mw-170 {
    min-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    height: 38px;
    padding: 5px 15px;
  }
  .btn.text-uppercase {
    font-size: 13px;
  }
  .btn.mw-150 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: auto;
  }
  .btn.mw-235 {
    min-width: 170px;
  }
  .btn.h-60 {
    height: 42px;
  }
  .btn.h-45 {
    height: 38px;
  }
  .btn.h-50px {
    height: 40px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.commonTabs .nav-item .nav-link {
  padding: 12px 30px;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}
.commonTabs .nav-item .nav-link.active {
  color: #ffffff;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  background-color: #000000;
}
@media (max-width: 1399.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .commonTabs .nav-item .nav-link {
    font-size: 16px;
    border-radius: 6px;
  }
}
@media (max-width: 767.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 9px 16px;
    font-size: 15px;
  }
}

.ui-widget-content {
  border: none !important;
}
.ui-widget-content.ui-datepicker {
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border-radius: 10px;
}
.ui-widget-content .ui-state-default {
  border: none !important;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 50%;
  background-color: #ffffff;
}
.ui-widget-header {
  background-color: #ffffff !important;
  color: #E51644 !important;
  border: none !important;
}
.ui-widget-header .ui-state-hover {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  width: 19em;
}
.ui-datepicker td a {
  text-align: center !important;
}
.ui-datepicker-calendar thead {
  background-color: #E51644;
}
.ui-datepicker-calendar span {
  font-size: 16px;
  color: #ffffff;
}
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-next-hover {
  top: 2px !important;
  right: 2px !important;
}
.ui-timepicker-container {
  z-index: 11 !important;
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border: none;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  border-radius: 10px;
}
.ui-timepicker-container .ui-corner-all {
  font-size: 16px;
}
.ui-timepicker-container .ui-state-hover, .ui-timepicker-container .ui-corner-all {
  border: none;
}
.ui-timepicker-container #ui-active-item {
  background-color: #E51644 !important;
  color: #ffffff !important;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  transition: all 0.3s ease;
}
.ui-state-hover {
  background-color: rgba(229, 22, 68, 0.15) !important;
  font-family: "Aeonik-Bold", Arial, sans-serif !important;
}
.ui-state-highlight, .ui-state-active {
  background-color: #E51644 !important;
  color: #ffffff !important;
  font-family: "Aeonik-Bold", Arial, sans-serif !important;
}
.ui-state-default {
  width: 35px;
  height: 35px;
}
.ui-icon-circle-triangle-w {
  background-position: -100px 0px !important;
}
.ui-icon-circle-triangle-e {
  background-position: -30px 0px !important;
}
@media (max-width: 1399.98px) {
  .ui-datepicker th {
    padding: 3px 6px;
  }
  .ui-datepicker-calendar span {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ui-widget-content {
    border-radius: 6px;
  }
  .ui-timepicker-container .ui-corner-all {
    font-size: 15px;
  }
}

.form-group .fieldicon-input-right {
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
}
.form-group .fieldicon-input-left {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}
.form-group .fieldicon-right {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon-left {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon .toggle-password {
  cursor: pointer;
}
.form-group .fieldicon.lg .fieldicon-input-left {
  -webkit-padding-start: 54px;
          padding-inline-start: 54px;
}
.form-group .fieldicon.lg .fieldicon-left {
  font-size: 22px;
  left: 20px;
  top: 18px;
}
@media (max-width: 1499px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 18px;
    left: 18px;
    top: 16px;
  }
}
@media (max-width: 1399.98px) {
  .form-group .fieldicon-right {
    top: 15px;
    right: 15px;
  }
  .form-group .fieldicon-left {
    top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    -webkit-padding-start: 38px;
            padding-inline-start: 38px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 16px;
    left: 15px;
    top: 14px;
  }
  .form-group .fieldicon-right {
    top: 10px;
  }
}

.form-label {
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #212121;
  line-height: 1.35;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .form-label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .form-label {
    margin-bottom: 7px;
  }
}

.form-control {
  color: #000000;
  border: 1px solid #EDEDED;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  line-height: 1.4;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  border-radius: 10px;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #E51644;
  outline: none;
}
.form-control.lg {
  height: 60px;
  font-size: 18px;
}
.form-control.md {
  height: 46px;
}
.form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: not-allowed;
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .form-control.lg {
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 1399.98px) {
  .form-control {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-control {
    border-radius: 6px;
  }
  .form-control.md {
    height: 42px;
  }
  .form-control.lg {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .form-control {
    padding: 7px 12px;
  }
}
@media (max-width: 575.98px) {
  .form-control {
    height: 42px;
  }
  .form-control.lg {
    height: 42px;
  }
}

.form-check {
  line-height: normal;
  min-height: auto;
  position: relative;
  padding-left: 0px;
  font-size: 18px;
}
.form-check.custom-control-inline:last-child {
  margin-right: 0;
}
.form-check-input[type=checkbox]:focus {
  box-shadow: none;
  border-color: #00af66;
}
.form-check-input[type=checkbox]:checked {
  background-color: #00af66;
  border-color: #00af66;
}
.form-check-input[type=radio]:checked ~ .form-check-label:before {
  border-color: #00af66;
}
.form-check-input[type=radio]:checked ~ .form-check-label:after {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 7px;
  padding: 2px 0;
  content: "";
  text-align: center;
  border-color: #00af66;
  border-radius: 50%;
  background-color: #00af66;
}
.form-check-input[type=radio] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-check-input[type=radio]:focus ~ .form-check-label:before {
  box-shadow: none;
}
.form-check-input[type=radio]:not(:disabled):active ~ .form-check-label::before {
  background-color: #ffffff;
  border-color: #00af66;
}
.form-check-input[type=radio]:focus:not(:checked) ~ .form-check-label::before {
  border-color: #00af66;
}
.form-check-input[type=radio] ~ .form-check-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #2f2f2f;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  margin-bottom: 0;
  padding-left: 30px;
}
.form-check-input[type=radio] ~ .form-check-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 3px;
  border: 1.5px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.form-check-input[type=radio] ~ .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 7px;
  transition: all 0.3s;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .form-check {
    font-size: 16px;
  }
  .form-check-input[type=radio] ~ .form-check-label {
    padding-left: 25px;
  }
  .form-check-input[type=radio] ~ .form-check-label:before {
    width: 15px;
    height: 15px;
  }
  .form-check-input[type=radio] ~ .form-check-label:after {
    left: 3px;
    top: 6px;
  }
  .form-check-input[type=radio]:checked ~ .form-check-label:after {
    width: 9px;
    height: 9px;
    left: 3px;
    top: 6px;
  }
}
@media (max-width: 575.98px) {
  .form-check {
    font-size: 14px;
    line-height: 1.4;
  }
}

textarea.form-control {
  height: 120px;
  resize: none;
}
textarea.form-control.h-80 {
  height: 80px;
}
textarea.form-control.h-100px {
  height: 100px;
}
textarea.form-control.h-150px {
  height: 150px;
}

.switchbox_toggle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.switchbox_input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.switchbox_input:checked + .switchbox_slider {
  background: linear-gradient(116.8deg, #55DB58 -12.75%, #0EA012 111.95%);
}
.switchbox_input:checked + .switchbox_slider:before {
  transform: translateX(22px);
}
.switchbox_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(116.8deg, #BCBCBC -12.75%, #BCBCBC 111.95%);
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
}
.switchbox_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.StripeElement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f8f8f8;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  border-radius: 10px;
  background-color: #f8f8f8;
  color: #000000;
  height: 52px;
}

.input-icon em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  font-size: 20px;
  color: #EDEDED;
}
@media (max-width: 575.98px) {
  .input-icon em {
    font-size: 16px;
  }
}
.input-icon .form-control {
  padding-right: 45px;
}

.datetimepicker .input-icon em {
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/frontend/icomoon.eot?l3sovr");
  src: url("../../fonts/frontend/icomoon.eot?l3sovr#iefix") format("embedded-opentype"), url("../../fonts/frontend/icomoon.ttf?l3sovr") format("truetype"), url("../../fonts/frontend/icomoon.woff?l3sovr") format("woff"), url("../../fonts/frontend/icomoon.svg?l3sovr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-x-alt:before {
  content: "\e93f";
}

.icon-linkedin-alt:before {
  content: "\e940";
}

.icon-instagram-alt:before {
  content: "\e941";
}

.icon-link:before {
  content: "\e942";
}

.icon-phone-outline:before {
  content: "\e943";
}

.icon-gift:before {
  content: "\e944";
}

.icon-trophy:before {
  content: "\e945";
}

.icon-users:before {
  content: "\e946";
}

.icon-location-pin:before {
  content: "\e90a";
}

.icon-trash:before {
  content: "\e90b";
}

.icon-shield-check:before {
  content: "\e90c";
}

.icon-file-text:before {
  content: "\e90d";
}

.icon-question-circle:before {
  content: "\e90e";
}

.icon-phone-call:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e904";
}

.icon-badge-check:before {
  content: "\e903";
}

.icon-twitter-x:before {
  content: "\e91e";
}

.icon-envelope:before {
  content: "\e917";
}

.icon-angle-down-sm:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-truck:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e907";
}

.icon-eye-slash-fill:before {
  content: "\e918";
}

.icon-eye-fill:before {
  content: "\e919";
}

.icon-eye:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-image-plus:before {
  content: "\e910";
}

.icon-plus-circle:before {
  content: "\e913";
}

.icon-eye-slash:before {
  content: "\e914";
}

.icon-making-money:before {
  content: "\e908";
}

.icon-file-text-check:before {
  content: "\e915";
}

.icon-business:before {
  content: "\e916";
}

.icon-user-outline:before {
  content: "\e926";
}

.icon-logout:before {
  content: "\e923";
}

.icon-clear:before {
  content: "\e924";
}

.icon-briefcase:before {
  content: "\e925";
}

.icon-star-outline:before {
  content: "\e922";
}

.icon-arrow-right:before {
  content: "\e920";
}

.icon-quote-right:before {
  content: "\e91a";
}

.icon-star-fill:before {
  content: "\e91b";
}

.icon-route:before {
  content: "\e91c";
}

.icon-credit-card-check:before {
  content: "\e91d";
}

.icon-download-fill:before {
  content: "\e91f";
}

.icon-shield-check-fill:before {
  content: "\e921";
}

.icon-cursor-click:before {
  content: "\e927";
}

.icon-safe-shield:before {
  content: "\e928";
}

.icon-caret-down:before {
  content: "\e929";
}

.icon-clock:before {
  content: "\e92a";
}

.icon-calendar-alt:before {
  content: "\e92b";
}

.icon-notification:before {
  content: "\e92c";
}

.icon-chat:before {
  content: "\e92d";
}

.icon-long-arrow-right:before {
  content: "\e92e";
}

.icon-user-change-outline:before {
  content: "\e933";
}

.icon-file-plus:before {
  content: "\e92f";
}

.icon-question-square:before {
  content: "\e930";
}

.icon-wallet:before {
  content: "\e931";
}

.icon-user-change:before {
  content: "\e932";
}

.icon-send:before {
  content: "\e934";
}

.icon-attachment:before {
  content: "\e935";
}

.icon-truck1:before {
  content: "\e936";
}

.icon-calendar:before {
  content: "\e937";
}

.icon-moresvg:before {
  content: "\e938";
}

.icon-check:before {
  content: "\e939";
}

.icon-clock-outline:before {
  content: "\e93a";
}

.icon-search:before {
  content: "\e93b";
}

.icon-minus:before {
  content: "\e93c";
}

.icon-plus:before {
  content: "\e93d";
}

.icon-edit:before {
  content: "\e93e";
}

.innerHead {
  margin-bottom: 30px;
}
.innerHead_title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}
.innerHead_subtitle {
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.innerHead_search {
  width: 890px;
  height: 56px;
  display: flex;
  position: relative;
  background-color: #F6F8FA;
  align-items: center;
}
.innerHead_search em {
  position: absolute;
  left: 15px;
  font-size: 20px;
  color: #000000;
}
.innerHead_search input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 16px 20px 16px 46px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  background-color: transparent;
}
.innerHead_search input::-moz-placeholder {
  color: #818898;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.innerHead_search input::placeholder {
  color: #818898;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.innerHead_list {
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 25px;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 8px);
  display: none;
  z-index: 1;
}
.innerHead_list.show {
  display: block;
}
.innerHead_list_top_title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.innerHead_list_body_clock {
  color: #78828A;
  font-size: 20px;
  margin-right: 17px;
}
.innerHead_list_body_title {
  font-size: 14px;
  margin-bottom: 0px;
  cursor: pointer;
}
.innerHead_list_body_close {
  color: #78828A;
  font-size: 15px;
  cursor: pointer;
}
.innerHead_list_body_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerHead_list_body_item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F6F5F6;
}
.innerHead_addBtn {
  font-size: 18px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #E51644;
  display: flex;
  align-items: center;
  gap: 10px;
}
.innerHead_addBtn em {
  font-size: 14px;
}
@media (max-width: 1599px) {
  .innerHead {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .innerHead_title {
    font-size: 22px;
  }
  .innerHead_search {
    width: 700px;
    height: 45px;
  }
  .innerHead_search input {
    padding: 12px 15px 12px 40px;
  }
  .innerHead_search em {
    font-size: 16px;
  }
  .innerHead_list {
    padding: 15px;
  }
  .innerHead_list_top_title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .innerHead_list_body_clock {
    font-size: 18px;
    margin-right: 12px;
  }
  .innerHead_list_body_close {
    font-size: 14px;
  }
  .innerHead_list_body_item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .innerHead_addBtn {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .innerHead_title {
    font-size: 18px;
  }
  .innerHead_subtitle {
    font-size: 14px;
  }
  .innerHead_search {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .innerHead_search {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .innerHead_search {
    width: 100%;
  }
}

.progressive {
  overflow: hidden;
  position: relative;
}
.progressive__img {
  width: auto;
  height: auto;
  transform: translateZ(0);
}
.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}
.progressive--is-loaded {
  filter: blur(20px);
  animation: sharpen 0.5s both;
  transform: scale(1);
}
@keyframes sharpen {
  from {
    filter: blur(20px);
  }
  to {
    filter: blur(0px);
  }
}

.select2 {
  width: 100% !important;
  font-size: 14px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  color: #000000;
  height: 100%;
}
.select2-container--default b {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 52px;
  border-color: #EDEDED;
  border-radius: 10px;
  background-color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 50px;
  padding-left: 20px;
  min-width: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  height: 100%;
  width: 100%;
  text-align: center;
  right: 14px;
  font-size: 10px;
  color: #25314C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.select2-container--open .select2-selection--single {
  background: #fff6f6;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(180deg) translateY(52%);
}
.select2-container--open .select2-dropdown {
  border-color: #E51644;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title*=Choose], .select2-container--default .select2-selection--single .select2-selection__rendered[title*=Select] {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399.98px) {
  .select2-container--default .select2-selection--single {
    height: 45px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 34px;
  }
  .select2 .select2-selection--single .select2-selection__arrow:after {
    right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .select2-container--default .select2-selection--single {
    border-radius: 6px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    right: 8px;
  }
}
@media (max-width: 767.98px) {
  .select2 {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
  }
  .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
}

span.select2-container--default .select2-selection--multiple {
  height: 55px;
  border-color: #EDEDED;
  border-radius: 10px;
}
span.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 55px;
  padding-left: 20px;
  min-width: 100px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  width: 100% !important;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::-moz-placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple:after {
  content: "\e91f";
  font-family: "icomoon";
  height: 100%;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
  font-size: 7px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
}
span.select2-container--open .select2-selection--multiple {
  border-color: #EDEDED;
}
span.select2-container--open .select2-selection--multiple:after {
  content: "\e910";
}
span.select2-container--open .select2-dropdown {
  border-color: #EDEDED;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1399.98px) {
  span.select2 .select2-selection--multiple {
    height: 46px;
  }
  span.select2 .select2-selection--multiple .select2-selection__rendered {
    padding-right: 35px;
    line-height: 46px;
    padding-left: 10px;
  }
  span.select2 .select2-selection--multiple:after {
    right: 10px;
  }
}

.select2-results__options {
  padding-bottom: 10px;
}

span.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #E51644;
}

.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom {
  border: none;
  padding: 0;
  height: auto;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered {
  line-height: initial;
  padding: 0;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
  margin-left: 0;
  margin-right: 5px;
  border-color: #EDEDED;
  background-color: #e9f2ff;
  font-size: 15px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #E51644;
  padding: 2px 5px;
  padding-right: 25px;
  position: relative;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
  right: 4px;
  left: auto;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #E51644;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
    font-size: 14px;
  }
}

.select2-container.select2-container--custom-selection.select2-container--empty {
  display: none;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin-bottom: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #EDEDED;
  font-size: 15px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #4caf50;
}
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.select2-results__message,
.select2-results__title,
.select2-title-option {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

.select2-dropdown {
  border-color: #EDEDED;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.select2-dropdown .select2-results ul li {
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 6px 12px;
  color: rgba(13, 13, 18, 0.6);
  font-size: 16px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 48px;
}
.select2-dropdown .select2-results ul li:last-child {
  margin-bottom: 0;
}
.select2-dropdown .select2-results ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.select2-dropdown .select2-results ul li::after {
  content: "\e939";
  position: absolute;
  font-family: "icomoon";
  left: 20px;
  top: 52%;
  font-size: 10px;
  color: #ffffff;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.select2-dropdown .select2-results ul li:hover {
  background-color: transparent;
}
.select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  padding: 10px 16px !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
  cursor: default !important;
  background-color: transparent !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-dropdown .select2-results ul li.title::before, .select2-dropdown .select2-results ul li.title::after, .select2-dropdown .select2-results ul li[class*=title]::before, .select2-dropdown .select2-results ul li[class*=title]::after, .select2-dropdown .select2-results ul li[data-title=true]::before, .select2-dropdown .select2-results ul li[data-title=true]::after, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::after {
  display: none !important;
}
.select2-dropdown .select2-results ul li.title:hover, .select2-dropdown .select2-results ul li[class*=title]:hover, .select2-dropdown .select2-results ul li[data-title=true]:hover, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child:hover {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child), .select2-dropdown .select2-results ul li.select2-results__option--disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::after, .select2-dropdown .select2-results ul li.select2-results__option--disabled::before, .select2-dropdown .select2-results ul li.select2-results__option--disabled::after {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::before {
  background-color: #00af66;
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::after {
  opacity: 1;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true].title, .select2-dropdown .select2-results ul .select2-results__option[aria-selected=true][class*=title] {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul .select2-results__message {
  padding-left: 16px;
  font-size: 15px;
}
.select2-dropdown .select2-results ul .select2-results__message::before {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted::before {
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted.title, .select2-dropdown .select2-results ul .select2-results__option--highlighted[class*=title] {
  background-color: transparent !important;
}
@media (max-width: 1199.98px) {
  .select2-dropdown .select2-results ul li {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 38px;
  }
  .select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
    font-size: 14px;
    padding: 8px 12px !important;
    margin-bottom: 10px;
  }
  .select2-dropdown .select2-results ul li::before {
    left: 12px;
  }
  .select2-dropdown .select2-results ul li::after {
    left: 16px;
  }
}

.input-select {
  position: relative;
  width: 100%;
}
.input-select .form-control {
  padding-right: 50px;
  position: relative;
  z-index: 1;
  border-right: 0;
  border: 0;
}
.input-select .form-control:focus {
  border-color: #EDEDED;
}
.input-select.inputBox {
  border: 1px solid #EDEDED;
  border-radius: 10px;
  overflow: hidden;
}
.input-select.inputBox .inputBox_txt {
  height: 100%;
  right: 0;
  top: 0;
  width: 50px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-left: 1px solid #EDEDED;
}
.input-select .form-select--with-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.input-select .select2-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  overflow: hidden;
}
.input-select .select2-container .select2-selection--single {
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
  outline: none;
}
.input-select .select2-container .select2-selection--single .select2-selection__rendered {
  display: none !important;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0 !important;
  top: 0 !important;
  transform: none;
  width: 50px;
  pointer-events: auto;
  cursor: pointer;
  border-left: 1px solid #EDEDED;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.input-select .select2-container.select2-container--open.select2-container--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-select .select2-container.select2-container--open .select2-selection__arrow {
  background-color: #fff6f6;
}
.input-select .select2-container.select2-container--open .select2-selection__arrow:after {
  transform: translateY(-57%) rotate(180deg);
}
.input-select.input-select--open .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select:has(.select2-container--open) .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select .select2-dropdown {
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .input-select .select2-dropdown {
    margin-top: 2px;
  }
  .input-select.inputBox .inputBox_txt {
    width: 44px;
    font-size: 14px;
  }
  .input-select .select2-container {
    border-radius: 6px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow {
    width: 44px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
    font-size: 10px;
  }
}

.transTable {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-collapse: collapse;
}
.transTable tr td {
  white-space: nowrap;
}
.transTable tbody tr {
  border-bottom: 1px solid #EDEDED;
}
.transTable tbody tr:last-child {
  border-bottom: none;
}
.transTable tbody tr td, .transTable tbody tr .transTable_title_box {
  padding: 12px 20px;
  vertical-align: middle;
}
.transTable tbody tr td:first-child, .transTable tbody tr .transTable_title_box:first-child {
  padding-right: 20px;
}
.transTable tbody tr td:last-child, .transTable tbody tr .transTable_title_box:last-child {
  padding-left: 20px;
}
.transTable_title_main {
  font-size: 16px;
}
.transTable_title_sub {
  font-size: 14px;
  color: #7f7f7f;
}
.transTable_service {
  font-size: 16px;
  color: #006491;
  line-height: 1.1;
}
.transTable_date {
  white-space: nowrap;
}
.transTable_date em {
  font-size: 16px;
  vertical-align: middle;
  background: #f6f6f6;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.transTable_assigned {
  min-width: 132px;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.transTable_assigned.assigned {
  color: #00AF66;
  border-color: #00AF66;
}
.transTable_assigned.cancel {
  color: #E51644;
  border-color: #E51644;
}
.transTable_assigned.warning {
  color: #ffc107;
  border-color: #ffc107;
}
.transTable_assigned.info {
  color: #006491;
  border-color: #006491;
}
.transTable_cancellation_sub, .transTable_cancellation_main {
  font-size: 16px;
  line-height: 1.1;
}
@media (max-width: 1399.98px) {
  .transTable tbody tr td, .transTable tbody tr .transTable_title_box {
    padding: 10px 12px;
  }
  .transTable tbody tr td:first-child, .transTable tbody tr .transTable_title_box:first-child {
    padding-right: 12px;
  }
  .transTable tbody tr td:last-child, .transTable tbody tr .transTable_title_box:last-child {
    padding-left: 12px;
  }
  .transTable tbody tr .transTable_title_box {
    background: #f6f6f6;
  }
  .transTable_title_main {
    font-size: 15px;
  }
  .transTable_assigned {
    min-width: 125px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .transTable_service {
    font-size: 14px;
  }
  .transTable_title_main {
    font-size: 14px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 14px;
  }
}

.header {
  background-color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header_navbar {
  background-color: #000000;
  padding: 0;
}
.header_container {
  padding: 19px 50px;
}
.header_logo {
  margin-right: 90px;
}
.header_logo img {
  max-width: 200px;
  height: auto;
}
.header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header_overlay.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header_overlay {
    display: none;
  }
}
.header_nav {
  gap: 50px;
  display: flex;
  align-items: center;
}
.header_nav.navbar-mobile {
  padding: 15px 0;
  margin-left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.header_nav-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header_nav-link:hover, .header_nav-link.active {
  color: #E51644 !important;
}
.header .navbar-brand img {
  height: auto;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
  background: transparent;
  width: 22px;
  height: 22px;
  box-shadow: none !important;
  margin-left: 15px;
  font-size: 18px;
}
.header .navbar-toggler:hover, .header .navbar-toggler:focus {
  background: transparent;
  box-shadow: none;
  border-color: #E51644;
}
.header .navbar-toggler-icon {
  border: 1px solid #ffffff;
  width: 22px;
  transition: all 0.2s;
  display: block;
  margin-top: 6px;
  background-image: none;
  height: auto;
}
.header .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(0);
  margin-top: 0;
}
.header .navbar-toggler-icon:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  width: 28px;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  width: 28px;
}
.header .dropdown {
  cursor: pointer;
  margin-right: 36px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.header .dropdown-toggle {
  color: #ffffff;
  gap: 12px;
}
.header .dropdown-toggle em {
  font-size: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-toggle.show em {
  transform: rotate(180deg);
}
.header_helpDropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #EDEDED;
  box-shadow: 0 7px 41px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 5px;
  width: 370px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  right: 0;
  left: auto;
}
.header_helpDropdown .dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header_helpDropdown .user img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.header_rightMenu_item {
  margin-right: 25px;
}
.header_rightMenu_link {
  width: 40px;
  height: 40px;
  border: 1px solid #686868;
  color: #ffffff;
  font-size: 16px;
}
.header_rightMenu_link:hover {
  border-color: #ffffff;
}
.header_helpMenu {
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.header_helpMenu_header {
  padding: 20px;
  border-bottom: 1px solid #F4F4F4;
}
.header_helpMenu_title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.header_helpMenu_subtitle {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.header_helpMenu_list {
  list-style: none;
  padding: 22px 20px 20px;
  margin: 0;
}
.header_helpMenu_item:not(:last-child) {
  margin-bottom: 10px;
}
.header_helpMenu_link {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  gap: 10px;
  color: #000000;
}
.header_helpMenu_link:hover {
  background-color: #ECEFF3;
}
.header_helpMenu_link:hover .header_helpMenu_icon {
  background-color: #000000;
  transform: scale(1.05);
}
.header_helpMenu_link:hover .header_helpMenu_icon em {
  color: #ffffff;
}
.header_helpMenu_link:hover .header_helpMenu_text {
  color: #000000;
}
.header_helpMenu_link:hover .header_helpMenu_arrow {
  color: #000000;
  transform: translateX(5px) rotate(272deg) scale(1.05);
}
.header_helpMenu_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ECEFF3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.header_helpMenu_icon em {
  font-size: 16px;
  color: #000000;
  transition: all 0.25s ease;
}
.header_helpMenu_text {
  flex: 1;
  font-size: 14px;
  transition: all 0.2s ease;
}
.header_helpMenu_arrow {
  font-size: 10px;
  color: #000000;
  transition: all 0.25s ease;
  transform: rotate(272deg);
}
.header_helpMenu_footer {
  padding: 5px 20px 20px;
  border-top: none;
}
.header_helpMenu_footer .btn {
  font-size: 16px;
}
.header_login {
  height: 50px;
}
@media (max-width: 1699px) {
  .header_container {
    padding: 16px 40px;
  }
  .header_logo img {
    max-width: 180px;
  }
}
@media (max-width: 1599px) {
  .header_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header_logo {
    margin-right: 80px;
  }
  .header_nav {
    gap: 45px;
  }
  .header_nav-link {
    font-size: 16px;
  }
  .header_login {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .header_container {
    padding: 12px 20px;
  }
  .header_logo {
    margin-right: 48px;
  }
  .header_logo img {
    max-width: 170px;
  }
  .header_nav {
    gap: 35px;
  }
  .header_helpDropdown .dropdown-menu {
    width: 320px;
  }
  .header_helpDropdown .user img {
    width: 40px;
    height: 40px;
  }
  .header_rightMenu_item {
    margin-right: 15px;
  }
  .header_rightMenu_link {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .header_helpMenu_header {
    padding: 12px 15px;
  }
  .header_helpMenu_list {
    padding: 15px;
  }
  .header_helpMenu_link {
    padding: 5px 10px 5px 10px;
    gap: 6px;
  }
  .header_helpMenu_footer {
    padding: 0 15px 15px;
  }
}
@media (max-width: 1199.98px) {
  .header_logo {
    margin-right: 40px;
  }
  .header_nav {
    gap: 30px;
  }
  .header_nav-link {
    font-size: 15px;
  }
  .header .dropdown {
    margin-right: 28px;
  }
  .header_helpDropdown .dropdown-menu {
    border-radius: 6px;
  }
}
@media (max-width: 991.98px) {
  .header_container {
    padding: 10px 15px;
  }
  .header_logo {
    margin-right: 0;
  }
  .header_logo img {
    max-width: 150px;
  }
  .header .dropdown {
    margin-right: 20px;
  }
  .header_login {
    height: 40px;
    font-size: 14px;
  }
  .header_nav {
    position: fixed;
    width: 240px;
    z-index: 9;
    right: -100%;
    top: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1019607843);
    border-top: none;
    background-color: #F4FAFF;
    height: calc(100vh + 85px);
    padding: 30px 15px 15px;
    overflow-y: auto;
    display: block !important;
    opacity: 1 !important;
    transition: all 0.4s ease;
  }
  .header_nav.show {
    right: 0;
  }
  .header_nav-link {
    margin-bottom: 10px;
    padding: 0 0 10px;
    color: #000000;
  }
  .header_nav-link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .header_nav-close {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E51644;
    color: #ffffff;
    top: 12px;
    right: 14px;
    z-index: 10;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50%;
  }
  .header_nav .navbar-toggler {
    font-size: 18px;
    padding: 4px 6px;
  }
  .header_nav .navbar-toggler:focus {
    box-shadow: none;
    border-color: #E51644;
  }
  .header_nav .navbar-toggler {
    border: none;
    padding: 0;
    background: transparent;
    width: 22px;
    height: 22px;
    box-shadow: none !important;
    margin-left: 15px;
  }
  .header_nav .navbar-toggler:hover, .header_nav .navbar-toggler:focus {
    background: transparent;
  }
  .header_nav .navbar-toggler-icon {
    border: 1px solid #ffffff;
    width: 22px;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
    background-image: none;
    height: auto;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header_nav .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
}
@media (max-width: 575.98px) {
  .header_logo img {
    max-width: 120px;
  }
  .header_login {
    height: 32px;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .dropdown {
    margin-right: 15px;
  }
  .header .dropdown-toggle {
    gap: 6px;
  }
  .header .navbar-toggler {
    margin-left: 12px;
  }
  .header_helpDropdown {
    position: static;
  }
  .header_helpDropdown .dropdown-menu {
    width: calc(100% - 20px);
    left: 50%;
    right: 50%;
    margin-top: 5px;
  }
  .header_helpDropdown .dropdown-menu.show {
    transform: translateY(0) translateX(-50%);
  }
  .header_helpDropdown .user img {
    width: 34px;
    height: 34px;
  }
  .header_helpDropdown .user em {
    display: none;
  }
  .header_rightMenu_item {
    margin-right: 10px;
  }
  .header_rightMenu_link {
    width: 34px;
    height: 34px;
  }
}

.footer {
  background-color: #000000;
  padding-top: 24px;
  font-size: 17px;
}
.footer_logo {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_logo img {
  width: 146px;
  height: auto;
}
.footer_content {
  padding-bottom: 10px;
}
.footer_content_right {
  width: 20%;
}
.footer_section {
  margin-bottom: 24px;
}
.footer_title {
  margin-bottom: 16px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.footer_nav {
  gap: 15px;
}
.footer .gx-90 {
  --bs-gutter-x: 50px;
}
.footer_link {
  color: rgba(255, 255, 255, 0.65);
}
.footer_link::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E51644;
  position: absolute;
  top: 13px;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.footer_link:hover {
  padding-left: 12px;
  color: #ffffff;
}
.footer_link:hover::before {
  opacity: 1;
}
.footer_contact_item {
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}
.footer_contact_item em {
  font-size: 20px;
  color: #ffffff;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  font-size: 13px;
}
.footer_contact_item a {
  color: #ffffff;
}
.footer_contact_item a:hover {
  color: #E51644;
}
.footer_contact_address {
  font-size: 14px;
  font-family: "Aeonik-Light", Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  margin: 16px 0;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
  margin-top: 10px;
}
.footer_cta-text {
  font-size: 16px;
  line-height: 1.375em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.footer_legal-link {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
}
.footer_legal-link:hover {
  color: #E51644;
}
.footer_social {
  gap: 30px;
}
.footer_social-link {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}
.footer_social-link:hover {
  transform: translateY(-2px);
  color: #E51644;
}
.footer_copyright {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer.innerFooter {
  padding-top: calc(15px + 50 * (100vw - 320px) / 1600);
}
.footer.innerFooter .footer_legal {
  margin-top: -15px;
}
@media (min-width: 1921px) {
  .footer.innerFooter {
    padding-top: 65px;
  }
}
@media (max-width: 1699px) {
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .footer .gx-90 {
    --bs-gutter-x: 35px;
  }
  .footer_content_right {
    width: 22%;
  }
}
@media (max-width: 1399.98px) {
  .footer {
    font-size: 15px;
  }
  .footer .gx-90 {
    --bs-gutter-x: 20px;
  }
  .footer_content_right {
    width: 25%;
  }
  .footer_logo img {
    width: 126px;
  }
  .footer_nav {
    gap: 13px;
  }
  .footer_link::before {
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .footer_logo img {
    width: 115px;
  }
  .footer_title {
    margin-bottom: 12px;
  }
  .footer_cta-text {
    font-size: 14px;
  }
  .footer_copyright {
    font-size: 14px;
  }
  .footer_social {
    gap: 24px;
  }
  .footer_social_link {
    font-size: 20px;
  }
  .footer_contact_item {
    font-size: 15px;
  }
  .footer_contact_item em {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 24px;
  }
  .footer_logo {
    padding-bottom: 20px;
  }
  .footer_logo img {
    width: 100px;
  }
  .footer_nav {
    gap: 10px;
  }
  .footer_cta-text {
    margin-bottom: 15px;
  }
  .footer_content {
    padding-bottom: 0;
  }
  .footer_content_right {
    width: 100%;
  }
  .footer_content_right .btn-primary {
    max-width: 295px;
    margin-bottom: 20px;
  }
  .footer_social-link {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 18px;
  }
  .footer_logo img {
    width: 90px;
  }
  .footer_legal-link {
    font-size: 14px;
  }
  .footer_copyright {
    font-size: 13px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer .gx-90 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer.innerFooter {
    text-align: center;
  }
  .footer.innerFooter .footer_appBtn {
    max-width: 120px;
  }
  .footer.innerFooter .footer_legal {
    margin-top: 20px;
    justify-content: center;
  }
}

body {
  color: #000000;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.666;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: #E51644;
}
::-webkit-scrollbar-thumb:hover {
  background: #E51644;
}

.text-lt-white {
  color: rgba(255, 255, 255, 0.65) !important;
}

.text-lt-dark {
  color: rgba(0, 0, 0, 0.65) !important;
}

.py-80 {
  padding-block: calc(20px + 60 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-80 {
    padding-block: 80px;
  }
}

.py-30 {
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .py-30 {
    padding: 20px 0;
  }
}

.font-md {
  font-family: "Aeonik-Medium", Arial, sans-serif;
}

.font-bd {
  font-family: "Aeonik-Bold", Arial, sans-serif;
}

.font-rg {
  font-family: "Aeonik-Regular", Arial, sans-serif;
}

.font-lt {
  font-family: "Aeonik-Light", Arial, sans-serif;
}

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

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}
@media (max-width: 1199.98px) {
  .br-10 {
    border-radius: 6px !important;
  }
}

.text-500 {
  color: #E51644;
}

.border-color-200 {
  border-color: #EDEDED !important;
}

.g-20 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

.g-10 {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}

.min-h-auto {
  min-height: auto !important;
}

.confirmBox_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.confirmBox_img {
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
}
.confirmBox_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-500 {
  color: #E51644;
}

.swal2-styled.swal2-confirm {
  background-color: #E51644 !important;
}

.swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #25314C !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
  font-family: "Aeonik-Bold", Arial, sans-serif !important;
  font-size: 18px !important;
  border-radius: 6px !important;
  padding: 8px 25px !important;
  box-shadow: none !important;
}
@media (max-width: 1199.98px) {
  .swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    font-size: 14px !important;
    padding: 6px 18px !important;
  }
}

html {
  scroll-behavior: smooth;
}

section[id], [id] {
  scroll-margin-top: 100px;
}
@media (max-width: 1399.98px) {
  section[id], [id] {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 991.98px) {
  section[id], [id] {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section[id], [id] {
    scroll-margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1464px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

.link-text {
  color: #E51644;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
.link-text:hover {
  text-decoration: underline;
  color: #E51644;
}
@media (max-width: 991.98px) {
  .link-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .link-text {
    font-size: 14px;
  }
}

.uploadCard {
  border: 1px solid #EDEDED;
  border-radius: 10px;
}
.uploadCard_head {
  padding: 16px;
  border-bottom: 1px solid #EDEDED;
}
.uploadCard_inner {
  padding: 16px;
}
.uploadCard_box {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #f4faff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.uploadCard_box:hover .uploadCard_box_icon {
  color: rgba(0, 0, 0, 0.6);
  transform: scale(1.08);
}
.uploadCard_box.w-70 {
  width: 70px;
  height: 70px;
}
.uploadCard_box.w-86 {
  width: 86px;
  height: 86px;
}
.uploadCard_box_icon {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.uploadCard_box_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.uploadCard_close {
  border-radius: 8px;
}
.uploadCard_close.w-70 {
  width: 70px;
  height: 70px;
}
.uploadCard_close.w-86 {
  width: 86px;
  height: 86px;
}
.uploadCard_close em {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  background-color: #000000;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.uploadCard_close img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .uploadCard {
    border-radius: 6px;
  }
  .uploadCard_box {
    border-radius: 6px;
  }
}
@media (max-width: 767.98px) {
  .uploadCard_head, .uploadCard_inner {
    padding: 12px;
  }
  .uploadCard_box.w-70 {
    width: 60px;
    height: 60px;
  }
  .uploadCard_box_icon {
    font-size: 26px;
  }
  .uploadCard_close.w-70 {
    width: 60px;
    height: 60px;
  }
}

.modal-open .select2-container--open {
  z-index: 1057;
}

.pac-container {
  z-index: 1057;
}

.help-block.error-help-block {
  color: #E51644;
  font-size: 14px;
}

.uploadBox {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 48px 24px;
  background-color: #f4faff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 240px;
}
.uploadBox:hover .uploadBox_icon em {
  color: rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.uploadBox_text {
  line-height: 1.35;
}
.uploadBox_icon em {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.uploadBox_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .uploadBox {
    border-radius: 6px;
  }
}
@media (max-width: 767.98px) {
  .uploadBox {
    min-height: 160px;
    padding: 30px;
  }
  .uploadBox_icon em {
    font-size: 36px;
  }
}

.slot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.slot .slot-time {
  padding: 5px 10px;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  font-size: 14px;
  background: rgba(237, 237, 237, 0.7);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slot .slot-time:has(input[type=radio]:checked) {
  border-color: #E51644;
  color: #E51644;
  background-color: #ffffff;
}

.favouriteClose {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #E51644;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
}

.promoCodeBox {
  position: relative;
}
.promoCodeBox .form-control {
  padding-right: 100px;
}
.promoCodeBox .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  height: 100%;
  font-size: 15px;
  width: 90px;
  border-radius: 0 10px 10px 0;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}
.modal-lg {
  max-width: 750px;
}
.modal-md {
  max-width: 560px;
}
.modal-sm {
  max-width: 475px;
}
.modal-content {
  border-radius: 10px;
  border: none;
}
.modal-header {
  border-bottom: 1px solid #EDEDED;
  padding: 15px 30px;
}
.modal-header .modal-title {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
}
.modal-header p {
  line-height: 1.25;
}
.modal .closeBtn {
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 10px;
  opacity: 1;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.modal .closeBtn:hover {
  border-color: #E51644;
  color: #E51644 !important;
}
.modal-body {
  padding: 15px 30px;
}
.modal-footer {
  padding: 15px 30px;
  gap: 12px;
  justify-content: flex-end;
}
.modal-footer .btn {
  font-size: 16px;
}
.modal.dropOffModal .modal-footer .btn-outline-light {
  color: rgba(0, 0, 0, 0.8);
}
.modal.dropOffModal .modal-footer .btn-outline-light:hover, .modal.dropOffModal .modal-footer .btn-outline-light:focus, .modal.dropOffModal .modal-footer .btn-outline-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
}
.modal-body-inner {
  overflow-y: auto;
  height: calc(100vh - 250px);
}
.modal .offerBox {
  border: 1px solid #EDEDED;
  padding: 20px;
  margin-bottom: 15px;
}
.modal .offerBox.active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.modal .offerBox_title {
  font-size: 20px;
  line-height: 24px;
}
.modal .offerBox_text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
.modal .offerBox_code {
  background: #f6f6f6;
  border: 1px dashed rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 24px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.modal .w450 {
  max-width: 450px;
}
@media (max-width: 380px) {
  .modal .w450 {
    max-width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .modal .w450 {
    max-width: 350px;
  }
}
@media (max-width: 1499px) {
  .modal.orderStatus .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1499px) {
  .modal.orderStatus .modal-header {
    padding: 20px;
  }
  .modal.orderStatus .modal-dialog {
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .modal.orderStatus .modal-dialog {
    max-width: 100%;
  }
}
@media (min-width: 1921px) {
  .modal-header .modal-title {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .modal-dialog {
    max-width: 630px;
  }
  .modal-header, .modal-body {
    padding: 15px 25px;
  }
  .modal-footer {
    padding: 10px 20px 25px;
  }
}
@media (max-width: 1199.98px) {
  .modal-dialog {
    max-width: 580px;
  }
  .modal-header, .modal-body {
    padding: 12px 20px;
  }
  .modal-footer {
    padding: 8px 16px 20px;
  }
}
@media (max-width: 1399.98px) {
  .modal-lg {
    max-width: 630px;
  }
}
@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 500px;
  }
  .modal-lg {
    max-width: 520px;
  }
  .modal-body, .modal-header {
    padding: 10px 15px;
  }
  .modal-footer {
    padding: 8px 15px 15px;
  }
  .modal .closeBtn {
    width: 23px;
    height: 23px;
    font-size: 9px;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: calc(100% - 15px);
  }
}

.modal.accountModal .modal-body {
  padding-top: 30px;
}
.modal.accountModal .modal-dialog {
  max-width: 480px;
}
.modal.accountModal .accountModal_icon {
  width: 60px;
  height: 60px;
  background-color: rgba(229, 22, 68, 0.1);
  border-radius: 50%;
  color: #25314C;
  font-size: 24px;
}
.modal.accountModal .accountModal_title {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.modal.accountModal .modal-footer {
  padding-left: 42px;
  padding-right: 42px;
}
@media (min-width: 1921px) {
  .modal.accountModal .accountModal_title {
    font-size: 22px;
  }
}
@media (max-width: 1499px) {
  .modal.accountModal .modal-dialog {
    max-width: 410px;
  }
}
@media (max-width: 991.98px) {
  .modal.accountModal .modal-dialog {
    max-width: 370px;
  }
  .modal.accountModal .modal-footer {
    gap: 7px;
    padding: 0 30px 10px;
  }
}
@media (max-width: 575.98px) {
  .modal.accountModal .modal-body {
    padding-top: 15px;
  }
  .modal.accountModal .accountModal_icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .modal.accountModal .modal-dialog {
    max-width: calc(100% - 15px);
  }
}

.makePayment_inner {
  border: 1px solid #EDEDED;
}
.makePayment_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.makePayment_head_title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.makePayment_body_items:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
.makePayment_grand {
  padding: 15px 20px;
}
.makePayment_grand_label, .makePayment_grand_value {
  font-size: 18px;
  line-height: 1.1;
}
.makePayment_grand_label {
  color: rgba(0, 0, 0, 0.65);
}
.makePayment_grand_value {
  color: #E51644;
}
.makePayment_code {
  padding: 20px;
}
.makePayment_code_top {
  padding: 16px 20px;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  margin-bottom: 10px;
}
.makePayment_code_top_label, .makePayment_code_top_value {
  font-size: 18px;
  line-height: 1.1;
}
.makePayment_code_top_label {
  color: rgba(0, 0, 0, 0.65);
}
.makePayment_code_top_value {
  color: #E51644;
}
.makePayment_code p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .makePayment_head {
    padding: 10px 15px;
  }
  .makePayment_head_title {
    font-size: 18px;
  }
  .makePayment_grand {
    padding: 12px 15px;
  }
  .makePayment_grand_label, .makePayment_grand_value {
    font-size: 16px;
  }
  .makePayment_code {
    padding: 15px;
  }
  .makePayment_code_top {
    padding: 12px 15px;
  }
  .makePayment_code_top_label, .makePayment_code_top_value {
    font-size: 16px;
  }
  .makePayment_code p {
    font-size: 14px;
  }
}

.modal.editDocument .customUpload {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #f4faff;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  margin: 0 auto;
}
.modal.editDocument .customUpload label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal.editDocument .customUpload input[type=file] {
  display: none;
}
.modal.editDocument .customUpload .documentBox_action {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
  top: 50%;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orderStatus_head {
  background-color: #effaff;
  border-radius: 5px;
}
.orderStatus_head .booking {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .orderStatus_head .booking {
    font-size: 16px;
  }
}
.orderStatus_body {
  padding: 45px 52px;
}
.orderStatus_body .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.orderStatus_body .txt {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1399px) {
  .orderStatus_body {
    padding: 25px;
  }
  .orderStatus_body .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .orderStatus .checkIcon {
    width: 90px;
  }
}
@media (max-width: 991.98px) {
  .orderStatus_body .txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .orderStatus_head .bg-star {
    height: 112px;
  }
  .orderStatus_body {
    padding: 15px;
  }
  .orderStatus_body .title {
    font-size: 18px;
    line-height: 20px;
  }
  .orderStatus .checkIcon {
    width: 55px;
  }
}

.movingPayment_inner {
  padding: 50px 30px 40px;
  position: relative;
}
.movingPayment_inner .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.movingPayment_title {
  color: #000000;
  font-size: 32px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 60px;
}
.movingPayment_img {
  margin-bottom: 30px;
}
.movingPayment_btn {
  margin-bottom: 40px;
}
.movingPayment_text p {
  font-size: 16px;
  color: #000000;
}
.movingPayment_text p a {
  color: #E51644;
  text-decoration: underline;
}
@media (max-width: 1399.98px) {
  .movingPayment_inner {
    padding: 40px 20px;
  }
  .movingPayment_inner .closeBtn {
    top: 15px;
    right: 15px;
  }
  .movingPayment_img {
    margin-bottom: 20px;
  }
  .movingPayment_title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .movingPayment_btn {
    margin-bottom: 20px;
  }
  .movingPayment_text p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .movingPayment_inner {
    padding: 30px 20px;
  }
  .movingPayment_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .movingPayment_btn {
    margin-bottom: 15px;
  }
}

.savedCards_addCard {
  cursor: pointer;
  padding: 12px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
}
.savedCards_addCard_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #BBBBBB;
}
.savedCards_addCard_content em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9C9C9C;
  color: #E3E3E3;
  font-size: 16px;
}
.savedCards_overview {
  border: 1px solid #EDEDED;
  padding-left: 30px;
  height: 92px;
}
.savedCards_overview_text {
  font-size: 18px;
  margin-right: 70px;
}
.savedCards_overview_thumbs {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 5px 0;
  gap: 12px;
}
.savedCards_overview_thumb {
  min-width: 118px;
  height: 70px;
  border-radius: 5px;
  padding: 8px 10px;
  flex-shrink: 0;
  box-shadow: 11px 11px 22px 0 rgba(43, 45, 65, 0.12);
}
.savedCards_overview_thumb .savedCards_card_content {
  height: 100%;
}
.savedCards_overview_thumb .savedCards_card_label {
  font-size: 6px;
}
.savedCards_overview_thumb .savedCards_card_visa {
  width: 20px;
}
.savedCards_overview_thumb .savedCards_card_balance {
  font-size: 8px;
}
.savedCards_overview_thumb .savedCards_card_balance span {
  font-size: 5px;
}
.savedCards_overview_thumb .savedCards_card_number,
.savedCards_overview_thumb .savedCards_card_expiry {
  font-size: 7px;
}
.savedCards_overview_addBtn {
  font-size: 16px;
  white-space: nowrap;
  border-left: 1px solid #EDEDED;
  border-radius: 0;
  padding: 10px 30px;
}
.savedCards_overview_addBtn:hover {
  color: #000000;
}
.savedCards_overview_addBtn:active {
  border-color: #EDEDED;
}
.savedCards_card {
  padding: 12px 15px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  box-shadow: 21px 21px 42px 0 rgba(43, 45, 65, 0.12);
}
.savedCards_card.active {
  border: 2px solid #E51644;
}
.savedCards_card.pointer {
  cursor: pointer;
}
.savedCards_card_bg {
  z-index: 0;
  pointer-events: none;
}
.savedCards_card_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
.savedCards_card_top {
  width: 100%;
}
.savedCards_card_label {
  font-size: 10px;
  opacity: 0.95;
  letter-spacing: 0.5px;
}
.savedCards_card_balance {
  color: #fdfdfd;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.savedCards_card_balance span {
  font-size: 12px;
  color: rgba(253, 253, 253, 0.4);
}
.savedCards_card_bottom {
  width: 100%;
}
.savedCards_card_number {
  font-size: 12px;
  color: rgba(253, 253, 253, 0.7);
}
.savedCards_card_expiry {
  font-size: 12px;
  opacity: 0.95;
}
.savedCards_card--blue {
  background: #1d1d2f;
}
.savedCards_card--orange {
  background: linear-gradient(80deg, #fe6d30, #1d1d2f);
}
.savedCards_card--pink {
  background: linear-gradient(80deg, #fe3089, #1d1d2f);
}
.savedCards_card--red {
  background: linear-gradient(80deg, #fe4f30, #1d1d2f);
}
.savedCards_card--purple {
  background: #5050a6;
}
.savedCards_card--lightblue {
  background: linear-gradient(80deg, #30a8fe, #1d1d2f);
}
.savedCards_card--gold {
  background: linear-gradient(80deg, #feb630, #1d1d2f);
}
.savedCards_card--dark {
  background: linear-gradient(80deg, #838383, #1d1d2f);
}
.savedCards_card_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  background-color: #000000;
}
@media (min-width: 1921px) {
  .savedCards_card_balance {
    font-size: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .savedCards_grid_item {
    width: 33.33%;
  }
}
@media (max-width: 1499px) {
  .savedCards_overview_text {
    margin-right: 30px;
  }
  .savedCards_overview_addBtn {
    padding: 8px 20px;
  }
}
@media (max-width: 1399.98px) {
  .savedCards_overview {
    padding-left: 20px;
    height: 85px;
  }
  .savedCards_overview_addBtn {
    padding: 8px 15px;
  }
  .savedCards_overview_thumb {
    height: 65px;
  }
  .savedCards_card {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .savedCards_overview {
    padding-left: 15px;
  }
  .savedCards_overview_addBtn {
    padding: 8px 12px;
    font-size: 14px;
  }
  .savedCards_overview_thumbs {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .savedCards_overview {
    padding: 15px;
    flex-direction: column;
    gap: 5px;
    height: auto;
  }
  .savedCards_overview_addBtn {
    border: 1px solid #EDEDED;
    border-radius: 6px;
  }
  .savedCards_overview_thumbs {
    max-width: 100%;
    margin: 6px 0 12px;
  }
  .savedCards_overview_text {
    margin-right: 0;
  }
}

.authPage {
  padding: 50px;
  overflow: hidden;
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  width: 100%;
}
.authPage_imageSection {
  background-color: #000000;
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 100%;
  padding: 50px;
  min-height: 890px;
}
.authPage_imageSection .leftImage,
.authPage_imageSection .rightImage {
  top: 0;
}
.authPage_imageSection .leftImage {
  left: 0;
}
.authPage_imageSection .rightImage {
  right: 0;
}
.authPage_imageSection .bottomImage {
  bottom: 0;
  left: 0;
}
.authPage_imageSection_title {
  font-size: calc(24px + 36 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  line-height: 1.2;
}
.authPage_imageSection_text {
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.authPage_formSection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
  max-width: 490px;
  margin: 0 auto;
}
.authPage_formSection_title {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  line-height: 1;
}
.authPage_formSection_subtitle {
  font-size: 18px;
}
.authPage_formSection_inputGroup .select2-container--default .select2-selection--single {
  height: 100%;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.authPage_formSection_inputGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 57px;
  min-width: auto;
}
.authPage_form {
  margin-top: calc(5px + 35 * (100vw - 320px) / 1600);
}
.authPage_form .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.authPage_form .form-check-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Aeonik-Regular", Arial, sans-serif;
  cursor: pointer;
  margin-bottom: 0;
}
.authPage_form .form-group .form-control {
  font-size: 18px;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.authPage_form .form-group .form-control:focus, .authPage_form .form-group .form-control:active {
  border-color: #E51644;
}
.authPage_form .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.authPage_form .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.authPage_form .form-group .fieldicon-right {
  top: 20px;
  font-size: 18px;
}
.authPage_divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 50px 0;
}
.authPage_divider::before, .authPage_divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #F3F3F3;
}
.authPage_divider span {
  padding: 0 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.authPage_socialBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 30px;
  font-size: 18px;
  border: 1px solid #e6e5e5;
  height: 60px;
}
.authPage_socialBtn:hover, .authPage_socialBtn:focus, .authPage_socialBtn:active {
  border-color: #e6e5e5;
}
.authPage_footer {
  margin-top: 45px;
}
.authPage_otpSection {
  margin-bottom: 30px;
}
.authPage_otpLabel {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.authPage_otpLabel strong {
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.authPage_otpInputs {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.authPage_otpInput {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: calc(20px + 30 * (100vw - 320px) / 1600);
  font-family: "Aeonik-Medium", Arial, sans-serif;
  border: 1px solid #EDEDED;
  padding: 0;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.authPage_otpInput:focus {
  border-color: #EDEDED;
}
.authPage_resendSection {
  text-align: center;
  margin-bottom: 20px;
}
.authPage_resendText {
  font-size: 16px;
  margin-bottom: 0;
}
.authPage_timer {
  font-size: 14px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #E51644;
  margin: 0;
}
.authPage .btmRightImg {
  right: 0;
  bottom: 15%;
  z-index: -1;
}
.authPage .form-group {
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .authPage_imageSection_title {
    font-size: 60px;
  }
  .authPage_imageSection_text {
    font-size: 28px;
  }
  .authPage_formSection_title {
    font-size: 45px;
  }
  .authPage_otpInput {
    font-size: 50px;
  }
  .authPage_form {
    margin-top: 40px;
  }
}
@media (max-width: 1699px) {
  .authPage {
    padding: 40px;
  }
  .authPage_formSection {
    padding: 35px 0;
  }
  .authPage_imageSection {
    padding: 40px;
    min-height: 840px;
  }
  .authPage_divider {
    margin: 40px 0;
  }
  .authPage_footer {
    margin-top: 35px;
  }
}
@media (max-width: 1499px) {
  .authPage {
    padding: 30px;
  }
  .authPage_imageSection {
    padding: 30px;
    min-height: calc(100vh - 130px);
  }
  .authPage_divider {
    margin: 30px 0;
  }
  .authPage_footer {
    margin-top: 25px;
  }
  .authPage_formSection {
    padding: 25px 0;
  }
  .authPage_formSection_inputGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  .authPage_socialBtn {
    padding: 10px 20px;
    height: 52px;
  }
  .authPage_socialBtn img {
    width: 24px;
  }
  .authPage .form-group {
    margin-bottom: 25px;
  }
  .authPage .form-group .form-control {
    font-size: 16px;
  }
  .authPage .form-group .fieldicon-right {
    font-size: 16px;
    top: 18px;
  }
}
@media (max-width: 1399.98px) {
  .authPage_imageSection .bottomImage {
    width: 100%;
    height: 268px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .authPage_imageSection .rightImage {
    width: 280px;
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 12px 0;
  }
  .authPage_formSection_logo {
    max-width: 130px;
  }
  .authPage .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .authPage {
    padding: 24px;
  }
  .authPage_imageSection {
    padding: 22px;
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 12px 0;
  }
  .authPage_formSection_logo {
    max-width: 130px;
  }
  .authPage_formSection_subtitle {
    font-size: 16px;
  }
  .authPage_formSection_inputGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .authPage_divider {
    margin: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .authPage {
    padding: 16px;
  }
  .authPage_imageSection {
    min-height: calc(100vh - 95px);
  }
  .authPage_imageSection_title {
    margin-bottom: 15px;
  }
  .authPage_formSection {
    max-width: 100%;
    padding: 0;
  }
  .authPage_formSection_logo {
    max-width: 100px;
  }
  .authPage_formSection .form-group {
    margin-bottom: 20px;
  }
  .authPage_formSection .form-group .form-control {
    font-size: 14px;
  }
  .authPage_formSection .form-group .fieldicon-right {
    font-size: 15px;
    top: 14px;
  }
  .authPage_divider {
    margin: 15px 0;
  }
  .authPage_footer {
    margin-top: 15px;
  }
  .authPage_socialBtn {
    padding: 7px 20px;
    height: 45px;
    font-size: 16px;
  }
  .authPage_socialBtn img {
    width: 20px;
  }
  .authPage_otpSection {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .authPage {
    padding: 0;
    align-items: center;
    min-height: calc(100vh - 60px);
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .authPage_formSection_title {
    margin-bottom: 8px;
  }
  .authPage_socialBtn {
    padding: 5px 14px;
    height: 40px;
    font-size: 14px;
  }
  .authPage .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .authPage_formSection {
    padding: 18px 14px;
  }
  .authPage_formSection_logo {
    max-width: 90px;
  }
  .authPage_formSection_inputGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
  }
  .authPage_socialBtn {
    gap: 7px;
  }
  .authPage_divider span {
    font-size: 14px;
  }
}

.eitherPage .eitherSec_inner {
  padding: 12px 20px;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  min-height: calc(100vh - 230px);
}
.eitherPage .eitherSec_inner_title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.eitherPage .eitherSec_inner_btns {
  margin-top: 30px;
  gap: 20px;
}
.eitherPage .eitherSec_pick {
  background-color: #FFF9F9;
}
.eitherPage .eitherSec_drop {
  background-color: #F3FBFF;
}
.eitherPage .eitherSec_pick, .eitherPage .eitherSec_drop, .eitherPage .eitherSec_product {
  border: 1px solid #EDEDED;
  height: 100%;
}
.eitherPage .eitherSec_pick.active, .eitherPage .eitherSec_drop.active, .eitherPage .eitherSec_product.active {
  border-color: #E51644;
}
.eitherPage .eitherSec_pick.active .eitherSec_product_head, .eitherPage .eitherSec_drop.active .eitherSec_product_head, .eitherPage .eitherSec_product.active .eitherSec_product_head {
  border-color: rgba(229, 22, 68, 0.16);
}
.eitherPage .eitherSec_pick_body_items:not(:last-child), .eitherPage .eitherSec_drop_body_items:not(:last-child), .eitherPage .eitherSec_product_body_items:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.eitherPage .eitherSec_pick_head, .eitherPage .eitherSec_drop_head, .eitherPage .eitherSec_product_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.eitherPage .eitherSec_pick_title, .eitherPage .eitherSec_drop_title, .eitherPage .eitherSec_product_title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.eitherPage .eitherSec_pick_body, .eitherPage .eitherSec_drop_body, .eitherPage .eitherSec_product_body {
  padding: 12px 20px;
}
.eitherPage .eitherSec_pick_edit, .eitherPage .eitherSec_drop_edit, .eitherPage .eitherSec_product_edit {
  color: #000000;
  font-size: 26px;
  line-height: normal;
}
.eitherPage .eitherSec_pick_content_item:not(:last-child), .eitherPage .eitherSec_drop_content_item:not(:last-child), .eitherPage .eitherSec_product_content_item:not(:last-child) {
  margin-bottom: 20px;
}
.eitherPage .eitherSec_pick_content_info, .eitherPage .eitherSec_drop_content_info, .eitherPage .eitherSec_product_content_info {
  margin-bottom: 10px;
}
.eitherPage .eitherSec_pick_content_info, .eitherPage .eitherSec_pick_content_data, .eitherPage .eitherSec_drop_content_info, .eitherPage .eitherSec_drop_content_data, .eitherPage .eitherSec_product_content_info, .eitherPage .eitherSec_product_content_data {
  font-size: 16px;
  line-height: 1.1;
}
.eitherPage .eitherSec_pick_content_para, .eitherPage .eitherSec_drop_content_para, .eitherPage .eitherSec_product_content_para {
  font-size: 16px;
  line-height: 1.45;
  width: 100%;
  max-width: 445px;
  margin-bottom: 0px;
}
.eitherPage .eitherSec_pick_content_readmore, .eitherPage .eitherSec_drop_content_readmore, .eitherPage .eitherSec_product_content_readmore {
  color: #E51644;
  cursor: pointer;
}
.eitherPage .eitherSec_pick_content_floor, .eitherPage .eitherSec_drop_content_floor, .eitherPage .eitherSec_product_content_floor {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 45px;
  width: 100%;
  max-width: 445px;
}
.eitherPage .eitherSec_pick_content_floor .form-check, .eitherPage .eitherSec_drop_content_floor .form-check, .eitherPage .eitherSec_product_content_floor .form-check {
  font-size: 16px;
}
.eitherPage .eitherSec_pick_content_floor .form-check .form-check-input[type=radio] ~ .form-check-label, .eitherPage .eitherSec_drop_content_floor .form-check .form-check-input[type=radio] ~ .form-check-label, .eitherPage .eitherSec_product_content_floor .form-check .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.65);
}
.eitherPage .eitherSec_pick_content_floor .form-check .form-check-input[type=radio]:checked ~ .form-check-label, .eitherPage .eitherSec_drop_content_floor .form-check .form-check-input[type=radio]:checked ~ .form-check-label, .eitherPage .eitherSec_product_content_floor .form-check .form-check-input[type=radio]:checked ~ .form-check-label {
  color: #000000;
}
.eitherPage .eitherSec_product.bg {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_head {
  border-color: #616060;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_price_data, .eitherPage .eitherSec_product.bg .eitherSec_product_price_data {
  color: rgba(255, 255, 255, 0.76);
}
.eitherPage .eitherSec_product.bg .eitherSec_product_price_info {
  color: #ffffff;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_price_items:not(:last-child) {
  border-color: #616060;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_amount_data {
  color: rgba(255, 255, 255, 0.76);
}
.eitherPage .eitherSec_product.bg .eitherSec_product_amount_info {
  color: #ffffff;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_amount_driver {
  color: #ffffff;
}
.eitherPage .eitherSec_product.bg .eitherSec_product_code {
  color: rgba(255, 255, 255, 0.5);
}
.eitherPage .eitherSec_product.bg .eitherSec_product_footer_data {
  color: rgba(255, 255, 255, 0.76);
}
.eitherPage .eitherSec_product.bg .eitherSec_product_footer_info {
  color: #ffffff;
}
.eitherPage .eitherSec_product.bg-height {
  height: 200px;
}
@media (min-width: 1400px) {
  .eitherPage .eitherSec_product_title {
    font-size: 22px;
  }
}
.eitherPage .eitherSec_product_coupon {
  color: #E51644;
  font-size: 20px;
  line-height: 1.1;
}
.eitherPage .eitherSec_product_more {
  font-size: 26px;
  line-height: normal;
  color: #000000;
  cursor: pointer;
}
.eitherPage .eitherSec_product_top {
  margin-bottom: 20px;
}
.eitherPage .eitherSec_product_top_title {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 5px;
}
.eitherPage .eitherSec_product_top_text {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.eitherPage .eitherSec_product_top_btn {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #E51644;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eitherPage .eitherSec_product_top_btn em {
  font-size: 14px;
}
.eitherPage .eitherSec_product_box {
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.eitherPage .eitherSec_product_box_img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #F2F2F2;
  margin-right: 10px;
}
.eitherPage .eitherSec_product_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eitherPage .eitherSec_product_box_content {
  flex: 1;
  gap: 10px;
}
.eitherPage .eitherSec_product_box_content_title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.eitherPage .eitherSec_product_box_content_info {
  flex: 1;
}
.eitherPage .eitherSec_product_box_content_para {
  font-size: 14px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
}
.eitherPage .eitherSec_product_box_content_extra {
  width: 108px;
  margin-top: 5px;
  height: 25px;
  color: #006491;
  border: 1px solid rgba(0, 100, 145, 0.1);
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.eitherPage .eitherSec_product_box_content_extra em {
  font-size: 10px;
}
.eitherPage .eitherSec_product_box_content_count {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  line-height: 1;
}
.eitherPage .eitherSec_product_price_data, .eitherPage .eitherSec_product_price_info {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  line-height: 1;
}
.eitherPage .eitherSec_product_price_data {
  color: rgba(0, 0, 0, 0.65);
}
.eitherPage .eitherSec_product_price_info {
  color: #000000;
}
.eitherPage .eitherSec_product_price_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eitherPage .eitherSec_product_price_items:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
}
.eitherPage .eitherSec_product_amount_data, .eitherPage .eitherSec_product_amount_info {
  font-size: 16px;
  line-height: 1.2;
}
.eitherPage .eitherSec_product_amount_data {
  color: rgba(0, 0, 0, 0.65);
  width: 40%;
}
.eitherPage .eitherSec_product_amount_info {
  color: #000000;
  width: 60%;
  text-align: right;
  word-break: break-word;
}
.eitherPage .eitherSec_product_amount_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eitherPage .eitherSec_product_amount_items:not(:last-child) {
  margin-bottom: 22px;
}
.eitherPage .eitherSec_product_amount_driver {
  color: #000000;
}
.eitherPage .eitherSec_product_amount_driver em {
  color: #E51644;
}
.eitherPage .eitherSec_product_amount_assigned {
  min-width: 132px;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #00AF66;
  border-radius: 5px;
  border: 1px solid #00AF66;
  background-color: #ffffff;
}
.eitherPage .eitherSec_product_code {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 10px;
}
.eitherPage .eitherSec_product_code em {
  font-size: 14px;
}
.eitherPage .eitherSec_product_footer {
  padding: 15px 20px;
  border-top: 1px solid #EDEDED;
}
.eitherPage .eitherSec_product_footer_data, .eitherPage .eitherSec_product_footer_info {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  line-height: 1;
}
.eitherPage .eitherSec_product_footer_data {
  color: rgba(0, 0, 0, 0.65);
}
.eitherPage .eitherSec_product_footer_info {
  color: #000000;
}
.eitherPage .eitherSec_track .accordion {
  border-color: #EDEDED;
  overflow: hidden;
  border-radius: 10px;
  --bs-accordion-btn-icon: url("../../images/frontend/plan/angle-down.svg");
  --bs-accordion-btn-active-icon: url("../../images/frontend/plan/angle-up.svg");
}
.eitherPage .eitherSec_track .accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eitherPage .eitherSec_track .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eitherPage .eitherSec_track .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.eitherPage .eitherSec_track .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.eitherPage .eitherSec_track .accordion-button {
  font-size: 22px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  padding: 12px 20px;
}
.eitherPage .eitherSec_track .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.eitherPage .eitherSec_track .accordion-button:focus {
  box-shadow: none;
}
.eitherPage .eitherSec_track .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.eitherPage .eitherSec_track .accordion-body {
  border-top: 1px solid #EDEDED;
}
.eitherPage .eitherSec_track_inner {
  overflow: auto;
}
.eitherPage .eitherSec_track_inner_item {
  flex: 1;
  position: relative;
  min-height: 105px;
}
.eitherPage .eitherSec_track_inner_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -50%;
  width: 100%;
  border-bottom: 2px dashed #818898;
}
.eitherPage .eitherSec_track_inner_item.active:not(:last-child)::after {
  border-bottom-color: #00AF66;
}
.eitherPage .eitherSec_track_inner_item.active .eitherSec_track_box_circle {
  border-color: #00AF66;
}
.eitherPage .eitherSec_track_inner_item.active .eitherSec_track_box_circle span {
  background-color: #00AF66;
}
.eitherPage .eitherSec_track_inner_item.active .eitherSec_track_box_bottom_title {
  color: #000000;
}
.eitherPage .eitherSec_track_inner_item.active .eitherSec_track_box_bottom_text {
  color: rgba(0, 0, 0, 0.5);
}
.eitherPage .eitherSec_track_inner_item.warning:not(:last-child)::after {
  border-bottom-color: #ffc107;
}
.eitherPage .eitherSec_track_inner_item.warning .eitherSec_track_box_circle {
  border-color: #ffc107;
}
.eitherPage .eitherSec_track_inner_item.warning .eitherSec_track_box_circle span {
  background-color: #ffc107;
}
.eitherPage .eitherSec_track_inner_item.cancel .eitherSec_track_box_circle {
  border-color: #E51644;
}
.eitherPage .eitherSec_track_inner_item.cancel .eitherSec_track_box_circle span {
  background-color: #E51644;
}
.eitherPage .eitherSec_track_box {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.eitherPage .eitherSec_track_box_circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #818898;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.eitherPage .eitherSec_track_box_circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #818898;
}
.eitherPage .eitherSec_track_box_top {
  margin-bottom: 20px;
}
.eitherPage .eitherSec_track_box_bottom {
  text-align: center;
}
.eitherPage .eitherSec_track_box_bottom_title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 4px;
}
.eitherPage .eitherSec_track_box_bottom_text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  margin-bottom: 0px;
}
.eitherPage .eitherSec .dropdown-menu {
  box-shadow: 0px 9px 41px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  border-color: #EDEDED;
  padding: 0;
}
.eitherPage .eitherSec .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
.eitherPage .eitherSec .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #000000;
  padding: 10px 15px;
  width: 130px;
  min-width: auto;
}
.eitherPage .eitherSec .dropdown-menu .dropdown-item:hover, .eitherPage .eitherSec .dropdown-menu .dropdown-item:focus, .eitherPage .eitherSec .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 1599px) {
  .eitherPage .eitherSec_inner {
    padding: 10px 20px;
  }
  .eitherPage .eitherSec_inner_title {
    font-size: 20px;
  }
  .eitherPage .eitherSec_inner_btns {
    margin-top: 20px;
    gap: 15px;
  }
  .eitherPage .eitherSec_pick_edit, .eitherPage .eitherSec_drop_edit, .eitherPage .eitherSec_product_edit {
    font-size: 22px;
  }
  .eitherPage .eitherSec_pick_body_items:not(:last-child), .eitherPage .eitherSec_drop_body_items:not(:last-child), .eitherPage .eitherSec_product_body_items:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .eitherPage .eitherSec_pick_content_item:not(:last-child), .eitherPage .eitherSec_drop_content_item:not(:last-child), .eitherPage .eitherSec_product_content_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399.98px) {
  .eitherPage .eitherSec_product_more {
    font-size: 22px;
  }
  .eitherPage .eitherSec_product_coupon {
    font-size: 18px;
  }
  .eitherPage .eitherSec_product_top {
    margin-bottom: 15px;
  }
  .eitherPage .eitherSec_product_top_title {
    font-size: 16px;
  }
  .eitherPage .eitherSec_product_top_btn {
    font-size: 16px;
  }
  .eitherPage .eitherSec_product.bg-height {
    height: 160px;
  }
  .eitherPage .eitherSec_product_price_data, .eitherPage .eitherSec_product_price_info {
    font-size: 16px;
  }
  .eitherPage .eitherSec_product_code {
    margin-top: 15px;
    font-size: 16px;
    padding: 7px;
  }
}
@media (max-width: 1199.98px) {
  .eitherPage .eitherSec_inner {
    padding: 10px 15px;
  }
  .eitherPage .eitherSec_inner_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .eitherPage .eitherSec_pick_edit, .eitherPage .eitherSec_drop_edit, .eitherPage .eitherSec_product_edit {
    font-size: 20px;
  }
  .eitherPage .eitherSec_pick_coupon, .eitherPage .eitherSec_drop_coupon, .eitherPage .eitherSec_product_coupon {
    font-size: 16px;
  }
  .eitherPage .eitherSec_pick_head, .eitherPage .eitherSec_pick_body, .eitherPage .eitherSec_drop_head, .eitherPage .eitherSec_drop_body, .eitherPage .eitherSec_product_head, .eitherPage .eitherSec_product_body {
    padding: 10px;
  }
  .eitherPage .eitherSec_pick_title, .eitherPage .eitherSec_drop_title, .eitherPage .eitherSec_product_title {
    font-size: 16px;
  }
  .eitherPage .eitherSec_pick_content_info, .eitherPage .eitherSec_drop_content_info, .eitherPage .eitherSec_product_content_info {
    margin-bottom: 6px;
  }
  .eitherPage .eitherSec_pick_content_info, .eitherPage .eitherSec_pick_content_data, .eitherPage .eitherSec_pick_content_para, .eitherPage .eitherSec_drop_content_info, .eitherPage .eitherSec_drop_content_data, .eitherPage .eitherSec_drop_content_para, .eitherPage .eitherSec_product_content_info, .eitherPage .eitherSec_product_content_data, .eitherPage .eitherSec_product_content_para {
    font-size: 14px;
  }
  .eitherPage .eitherSec_pick_content_floor, .eitherPage .eitherSec_drop_content_floor, .eitherPage .eitherSec_product_content_floor {
    gap: 12px;
    max-width: 100%;
  }
  .eitherPage .eitherSec_product_code {
    border-radius: 6px;
  }
  .eitherPage .eitherSec_product_amount_data, .eitherPage .eitherSec_product_amount_info {
    font-size: 14px;
  }
  .eitherPage .eitherSec_product_footer {
    padding: 12px 15px;
  }
  .eitherPage .eitherSec_product_footer_data, .eitherPage .eitherSec_product_footer_info {
    font-size: 16px;
  }
  .eitherPage .eitherSec_track .accordion {
    border-radius: 6px;
  }
  .eitherPage .eitherSec_track .accordion-item:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .eitherPage .eitherSec_track .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .eitherPage .eitherSec_track .accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .eitherPage .eitherSec_track .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .eitherPage .eitherSec_track .accordion-button {
    font-size: 18px;
    padding: 10px 12px;
  }
  .eitherPage .eitherSec_track_box_top {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .eitherPage .eitherSec_product.bg {
    background-size: auto;
  }
  .eitherPage .eitherSec_product.bg .eitherSec_product_body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .eitherPage .eitherSec_product.bg-height {
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .eitherPage .eitherSec_inner_btns {
    gap: 9px;
  }
  .eitherPage .eitherSec_inner_btns .btn {
    min-width: 120px;
    padding: 5px 10px;
  }
  .eitherPage .eitherSec_product_coupon {
    font-size: 14px;
  }
  .eitherPage .eitherSec_track_box_circle {
    width: 23px;
    height: 23px;
  }
  .eitherPage .eitherSec_track_box_circle span {
    width: 15px;
    height: 15px;
  }
}

.planPage .planSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  min-height: calc(100vh - 236px);
  max-height: auto;
  overflow: hidden;
  display: flex;
}
.planPage .planSec_lft {
  width: 170px;
  border-right: 1px solid #EDEDED;
  flex-shrink: 0;
  overflow: auto;
  max-height: calc(100vh - 236px);
}
.planPage .planSec_lft .nav-link {
  padding: 15px 11px;
  background-color: #F4FAFF;
  border-radius: 0px;
  width: 100%;
}
.planPage .planSec_lft .nav-link:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
.planPage .planSec_lft .nav-link.active {
  position: relative;
}
.planPage .planSec_lft .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #E51644;
}
.planPage .planSec_lft_box img {
  height: 90px;
  margin-bottom: 10px;
}
.planPage .planSec_lft_box span {
  font-family: "Aeonik-Medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.planPage .planSec_lft_box_count {
  background-color: #E51644;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  padding: 2px;
  border-radius: 50%;
  right: 0;
  top: 0;
}
.planPage .planSec_rht {
  flex: 1;
}
.planPage .planSec_rht_top {
  padding: 15px 20px 15px;
  max-height: calc(100vh - 348px);
  overflow: auto;
}
.planPage .planSec_rht_top_item:not(:last-child) {
  margin-bottom: 30px;
}
.planPage .planSec_rht_top_head {
  margin-bottom: 30px;
}
.planPage .planSec_rht_top_head_title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0px;
  position: relative;
}
.planPage .planSec_rht_top_head_title span {
  background-color: #ffffff;
  padding-right: 10px;
  position: relative;
}
.planPage .planSec_rht_top_head_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
  transform: translateY(-50%);
}
.planPage .planSec_rht_bottom {
  padding: 20px;
  gap: 20px;
}
.planPage .planSec_rht_box {
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
.planPage .planSec_rht_box_delete {
  width: 24px;
  height: 24px;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -8px;
}
.planPage .planSec_rht_box_img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #F2F2F2;
  margin-right: 10px;
}
.planPage .planSec_rht_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.planPage .planSec_rht_box_content {
  width: calc(100% - 95px);
  gap: 10px;
}
.planPage .planSec_rht_box_content_title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.planPage .planSec_rht_box_content_info {
  width: calc(100% - 155px);
}
.planPage .planSec_rht_box_content_para {
  font-size: 14px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
.planPage .planSec_rht_box_content_btn {
  width: 142px;
  flex-shrink: 0;
}
.planPage .planSec_rht_box_content_btn .btn {
  font-size: 16px;
  height: 42px;
  padding: 5px 10px;
}
.planPage .planSec_rht_box_content_extra {
  width: 108px;
  margin-top: 5px;
  height: 25px;
  color: #006491;
  border: 1px solid rgba(0, 100, 145, 0.1);
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.planPage .planSec_rht_box_content_extra em {
  font-size: 10px;
}
.planPage .planSec_rht_box_content_qty {
  display: flex;
  align-items: center;
  width: 115px;
}
.planPage .planSec_rht_box_content_qty_minus {
  background-color: #000000;
}
.planPage .planSec_rht_box_content_qty_plus {
  background-color: #E51644;
}
.planPage .planSec_rht_box_content_qty_num {
  flex: 1;
  text-align: center;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  height: 100%;
}
.planPage .planSec_rht_box_content_qty_minus, .planPage .planSec_rht_box_content_qty_plus {
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: flex;
  font-size: 18px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.planPage .planSec_rht_box_content_qty_minus em, .planPage .planSec_rht_box_content_qty_plus em {
  font-size: 12px;
}
@media (max-width: 1599px) {
  .planPage .planSec_lft {
    width: 160px;
  }
  .planPage .planSec_lft_box img {
    height: 70px;
  }
  .planPage .planSec_lft_box span {
    font-size: 15px;
  }
  .planPage .planSec_rht_top, .planPage .planSec_rht_bottom {
    padding: 10px 15px;
  }
  .planPage .planSec_rht_top {
    max-height: calc(100vh - 318px);
  }
  .planPage .planSec_rht_box_img {
    width: 60px;
    height: 60px;
  }
  .planPage .planSec_rht_box_content {
    width: calc(100% - 70px);
  }
  .planPage .planSec_rht_box_content_title {
    font-size: 15px;
  }
  .planPage .planSec_rht_box_content_btn {
    width: 125px;
  }
  .planPage .planSec_rht_box_content_qty {
    width: 100px;
  }
}
@media (max-width: 1399.98px) {
  .planPage .planSec_lft {
    width: 150px;
  }
  .planPage .planSec_lft_box span {
    font-size: 14px;
  }
  .planPage .planSec_rht_top, .planPage .planSec_rht_bottom {
    gap: 15px;
  }
  .planPage .planSec_rht_box {
    padding: 10px;
  }
  .planPage .planSec_rht_box_content_title {
    font-size: 14px;
  }
  .planPage .planSec_rht_box_content_para {
    font-size: 13px;
  }
  .planPage .planSec_rht_box_content_btn {
    width: 115px;
  }
  .planPage .planSec_rht_box_content_btn .btn {
    font-size: 14px;
    height: 38px;
  }
  .planPage .planSec_rht_box_content_qty {
    width: 90px;
  }
  .planPage .planSec_rht_box_content_qty_num {
    font-size: 18px;
  }
  .planPage .planSec_rht_box_content_extra {
    width: 90px;
    font-size: 10px;
  }
  .planPage .planSec_rht_top_head {
    margin-bottom: 20px;
  }
  .planPage .planSec_rht_top_head_title {
    font-size: 18px;
  }
  .planPage .planSec_rht_top_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .planPage .planSec_lft_box img {
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .planPage .planSec_inner {
    flex-direction: column;
  }
  .planPage .planSec_rht_top {
    max-height: calc(100vh - 429px);
  }
  .planPage .planSec_rht_top_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .planPage .planSec_rht_box_content {
    width: 100%;
  }
  .planPage .planSec_rht_box_content_qty_num {
    font-size: 16px;
  }
  .planPage .planSec_rht_bottom {
    gap: 6px;
  }
  .planPage .planSec_rht_bottom .btn-outline-dark {
    padding: 5px 8px;
  }
  .planPage .planSec_lft {
    width: 100%;
    overflow: auto hidden;
    max-height: auto;
  }
  .planPage .planSec_lft .nav-link {
    min-width: 146px;
  }
  .planPage .planSec_lft .nav-link.active::before {
    width: 100%;
    height: 3px;
  }
}

.profilePage .profileTabs {
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  padding: 12px 20px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.profilePage .profileTabs_nav {
  gap: 5px;
}
.profilePage .profileTabs_item {
  padding: 8px 40px;
  border-radius: 8px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  transition: all 0.3s ease;
}
.profilePage .profileTabs_item.active, .profilePage .profileTabs_item:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .profilePage .profileTabs_item {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .profilePage .profileTabs_item {
    padding: 8px 30px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileTabs {
    padding: 10px 15px;
  }
  .profilePage .profileTabs_item {
    padding: 6px 22px;
  }
}
@media (max-width: 991.98px) {
  .profilePage .profileTabs_nav {
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: -8px;
    gap: 0;
  }
  .profilePage .profileTabs_item {
    padding: 5px 16px;
    white-space: nowrap;
  }
}
.profilePage .profileSec_wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  padding: 15px 20px 30px;
  min-height: calc(100vh - 330px);
}
.profilePage .profileSec_wrapper .row.g-3 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}
.profilePage .profileSec_left {
  width: 30%;
}
.profilePage .profileSec_right {
  width: 70%;
}
.profilePage .profileSec_right_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  height: 100%;
}
.profilePage .profileSec_right_methods_credit {
  background-color: #ffffff;
  border: 1px solid #EDEDED;
}
.profilePage .profileSec_right_methods_credit .form-check-label {
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.profilePage .profileSec_right_methods_pay {
  text-align: center;
  cursor: pointer;
  border: 1px solid #E51644;
  color: #E51644;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.profilePage .profileSec_right_methods_credit, .profilePage .profileSec_right_methods_pay {
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.profilePage .profileSec_leftCard {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  height: 100%;
}
.profilePage .profileSec_leftCard_header {
  padding: 30px 20px 25px 20px;
  border-bottom: 1px solid #EDEDED;
}
.profilePage .profileSec_leftCard_header_delete {
  top: 12px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #F6F6F6;
  border-radius: 50%;
  color: #E51644;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.profilePage .profileSec_leftCard_body {
  padding: 20px;
}
.profilePage .profileSec_leftCard_avatar {
  margin-bottom: 20px;
  width: 195px;
  height: 195px;
}
.profilePage .profileSec_leftCard_edit {
  position: absolute;
  bottom: 3px;
  right: 18px;
  width: 38px;
  height: 38px;
  background-color: #000000;
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
.profilePage .profileSec_leftCard_edit:hover {
  background-color: #E51644;
}
.profilePage .profileSec_leftCard_edit input[type=file] {
  display: none;
}
.profilePage .profileSec_leftCard_avatarImg {
  transition: opacity 0.3s ease;
}
.profilePage .profileSec_leftCard_name {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.profilePage .profileSec_leftCard_email {
  line-height: 1.1;
}
.profilePage .profileSec_leftCard_badge {
  padding: 8px 14px;
  color: #00844d;
  background-color: rgba(0, 175, 102, 0.3);
  border-radius: 5px;
  font-size: 14px;
  gap: 6px;
  line-height: 1;
}
.profilePage .profileSec_leftCard_badge em {
  font-size: 14px;
}
.profilePage .profileSec_edit {
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.profilePage .profileSec_edit:hover {
  color: #E51644;
}
.profilePage .profileSec_actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.profilePage .profileSec_actions_link {
  background-color: #f6f6f6;
  padding: 20px 10px;
  transition: all 0.3s ease;
  color: #000000;
}
.profilePage .profileSec_actions_icon em {
  font-size: 25px;
}
.profilePage .profileSec_actions_text {
  font-size: 14px;
  margin-top: 6px;
}
.profilePage .profileSec_head {
  padding: 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
.profilePage .profileSec_head_title {
  font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin-bottom: 0;
}
.profilePage .profileSec_body {
  padding: 15px 20px;
}
.profilePage .profileSec_body .fieldicon-right {
  right: 15px;
  color: rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 11;
}
.profilePage .profileSec_body .fieldicon-right em {
  font-size: 18px;
}
.profilePage .profileSec_body .fieldicon-right:hover {
  color: #E51644;
}
.profilePage .profileSec_body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #ffffff;
  cursor: not-allowed;
}
.profilePage .profileSec_balanceCard {
  background-color: #000000;
  padding: 16px;
}
.profilePage .profileSec_balanceCard_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.profilePage .profileSec_balanceCard_content {
  position: relative;
  z-index: 1;
}
.profilePage .profileSec_balanceCard_label {
  font-size: 14px;
}
.profilePage .profileSec_balanceCard_amount {
  font-size: calc(16px + 10 * (100vw - 320px) / 1600);
}
.profilePage .profileSec_balanceCard .btn-primary {
  height: 34px;
  font-size: 15px;
  border-radius: 5px;
}
@media (min-width: 1921px) {
  .profilePage .profileSec_rightCard_head_title {
    font-size: 24px;
  }
  .profilePage .profileSec_edit {
    font-size: 20px;
  }
  .profilePage .profileSec_balanceCard_amount {
    font-size: 36px;
  }
}
@media (max-width: 1599px) {
  .profilePage .profileSec_left {
    width: 33.33%;
  }
  .profilePage .profileSec_right {
    width: 66.6%;
  }
  .profilePage .profileSec_leftCard_header, .profilePage .profileSec_leftCard_body {
    padding: 15px;
  }
  .profilePage .profileSec_leftCard_avatar {
    width: 170px;
    height: 170px;
  }
  .profilePage .profileSec_actions {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399.98px) {
  .profilePage .profileSec_left {
    width: 33.33%;
  }
  .profilePage .profileSec_right {
    width: 66.6%;
  }
  .profilePage .profileSec_leftCard_avatar {
    width: 140px;
    height: 140px;
  }
  .profilePage .profileSec_leftCard_edit {
    bottom: 0;
    right: 8px;
    width: 34px;
    height: 34px;
  }
  .profilePage .profileSec_actions_link {
    padding: 12px 8px;
  }
  .profilePage .profileSec_actions_text {
    margin-top: 0;
    line-height: 1.5;
  }
  .profilePage .profileSec_wrapper {
    padding: 15px 20px 20px;
  }
  .profilePage .profileSec_wrapper .row.g-3 {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 12px;
  }
}
@media (max-width: 1199.98px) {
  .profilePage .profileSec_left {
    width: 30%;
  }
  .profilePage .profileSec_right {
    width: 70%;
  }
  .profilePage .profileSec_wrapper {
    padding: 12px 15px 15px;
  }
  .profilePage .profileSec_head, .profilePage .profileSec_body {
    padding: 10px 15px;
  }
  .profilePage .profileSec_leftCard_avatar {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .profilePage .profileSec_actions {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .profilePage .profileSec_actions_link:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .profilePage .profileSec_left, .profilePage .profileSec_right {
    width: 100%;
  }
  .profilePage .profileSec_business .btn {
    max-width: 300px;
    margin: auto;
  }
  .profilePage .profileSec_balanceCard {
    max-width: 340px;
    margin: auto;
    padding: 12px;
  }
  .profilePage .profileSec_right_methods_credit, .profilePage .profileSec_right_methods_pay {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .profilePage .profileSec_leftCard_avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
  .profilePage .profileSec_leftCard_edit {
    bottom: -2px;
    right: 6px;
    width: 30px;
    height: 30px;
    border-width: 2px;
    font-size: 14px;
  }
  .profilePage .profileSec_leftCard_badge {
    font-size: 13px;
  }
  .profilePage .profileSec_right_methods_credit, .profilePage .profileSec_right_methods_pay {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .profilePage .profileSec_actions {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .profilePage .profileSec_actions_link {
    padding: 10px;
  }
  .profilePage .profileSec_actions_link:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    width: 100%;
  }
  .profilePage .profileSec_actions_icon em {
    font-size: 22px;
  }
  .profilePage .profileSec_balanceCard {
    max-width: 100%;
  }
}

.customPage .customSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  padding: 12px 20px;
}
.customPage .customSec_form {
  margin-top: 20px;
}
.customPage .customSec_form_title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.customPage .customSec_bottom {
  gap: 20px;
  margin-top: 40px;
}
.customPage .customSec_upload {
  border: 1px solid #EDEDED;
}
.customPage .customSec_upload_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.customPage .customSec_upload_title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.customPage .customSec_upload_text {
  font-size: 14px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}
.customPage .customSec_upload_body {
  padding: 15px 20px;
}
@media (max-width: 1399.98px) {
  .customPage .customSec_inner {
    padding: 10px 15px;
  }
  .customPage .customSec_form {
    margin-top: 15px;
  }
  .customPage .customSec_form_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .customPage .customSec_bottom {
    gap: 15px;
    margin-top: 30px;
  }
  .customPage .customSec_upload_head {
    padding: 10px 15px;
  }
  .customPage .customSec_upload_title {
    font-size: 16px;
  }
  .customPage .customSec_upload_body {
    padding: 12px 15px;
  }
}
@media (max-width: 767.98px) {
  .customPage .customSec_bottom {
    gap: 12px;
    margin-top: 20px;
  }
}

.paymentPage .paymentSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
}
.paymentPage .paymentSec_inner_items {
  padding: 0px 20px;
}
.paymentPage .paymentSec_inner_items:first-child {
  padding-top: 12px;
}
.paymentPage .paymentSec_inner_items:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
}
.paymentPage .paymentSec_inner_title {
  font-size: 22px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 12px;
}
.paymentPage .paymentSec_card {
  padding: 25px;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  gap: 10px;
}
.paymentPage .paymentSec_card.active {
  border-color: #000000;
}
.paymentPage .paymentSec_card_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.paymentPage .paymentSec_card_lft {
  flex-grow: 1;
}
.paymentPage .paymentSec_card_rht {
  flex-shrink: 0;
}
.paymentPage .paymentSec_card_rht_label {
  color: #78828A;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 4px;
}
.paymentPage .paymentSec_card_rht .switchbox, .paymentPage .paymentSec_card_rht .paymentSec_card_description {
  position: relative;
  z-index: 2;
}
.paymentPage .paymentSec_card_img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.paymentPage .paymentSec_card_img img {
  width: 30px;
}
.paymentPage .paymentSec_card_arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(229, 22, 68, 0.08);
}
.paymentPage .paymentSec_card_arrow img {
  width: 12px;
}
.paymentPage .paymentSec_card_title {
  color: #25314C;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.paymentPage .paymentSec_card_description {
  font-size: 16px;
  line-height: 1.1;
  color: #78828A;
}
.paymentPage .paymentSec_card_description.price {
  color: #E51644;
}
.paymentPage .paymentSec_total {
  border: 1px solid #EDEDED;
}
.paymentPage .paymentSec_total_head {
  padding: 12px 25px;
  border-bottom: 1px solid #EDEDED;
}
.paymentPage .paymentSec_total_title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.paymentPage .paymentSec_total_body {
  padding: 12px 25px 20px;
}
.paymentPage .paymentSec_total_item_label, .paymentPage .paymentSec_total_item_value {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.paymentPage .paymentSec_total_item_label {
  color: rgba(0, 0, 0, 0.65);
}
.paymentPage .paymentSec_total_item_value {
  color: #E51644;
}
.paymentPage .paymentSec_total_item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paymentPage .paymentSec_foot {
  padding-bottom: 20px;
}
.paymentPage .paymentSec_foot p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
@media (max-width: 1599px) {
  .paymentPage .paymentSec_inner_items {
    padding: 0px 15px;
  }
  .paymentPage .paymentSec_inner_items:first-child {
    padding-top: 10px;
  }
  .paymentPage .paymentSec_inner_title {
    font-size: 20px;
  }
  .paymentPage .paymentSec_card {
    padding: 20px;
  }
  .paymentPage .paymentSec_card_img {
    width: 50px;
    height: 50px;
  }
  .paymentPage .paymentSec_card_img img {
    width: 22px;
  }
  .paymentPage .paymentSec_card_title {
    font-size: 16px;
  }
  .paymentPage .paymentSec_card_description {
    font-size: 15px;
  }
  .paymentPage .paymentSec_total_head, .paymentPage .paymentSec_total_body {
    padding: 12px 20px 20px;
  }
  .paymentPage .paymentSec_total_title {
    font-size: 20px;
  }
  .paymentPage .paymentSec_foot {
    padding-bottom: 15px;
  }
  .paymentPage .paymentSec_foot p {
    font-size: 15px;
  }
}
@media (max-width: 1399.98px) {
  .paymentPage .paymentSec_inner_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .paymentPage .paymentSec_card {
    padding: 15px;
  }
  .paymentPage .paymentSec_total_head, .paymentPage .paymentSec_total_body {
    padding: 10px 15px 15px;
  }
  .paymentPage .paymentSec_total_title {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .paymentPage .paymentSec_card {
    border-radius: 6px;
  }
}
@media (max-width: 575.98px) {
  .paymentPage .paymentSec_card {
    padding: 12px;
  }
  .paymentPage .paymentSec_card_img {
    width: 45px;
    height: 45px;
  }
  .paymentPage .paymentSec_card_img img {
    width: 20px;
  }
  .paymentPage .paymentSec_card_description {
    font-size: 14px;
  }
  .paymentPage .paymentSec_total_item_value, .paymentPage .paymentSec_total_item_label {
    font-size: 16px;
  }
}

.movesPage .moveSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
}
.movesPage .moveSec_top {
  padding: 20px;
  overflow-x: auto;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 1399.98px) {
  .movesPage .moveSec_top {
    padding: 15px;
  }
}

.contactPage .bannerSec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contactPage .bannerSec_content {
  max-width: 500px;
  padding: 142px 0;
}
.contactPage .bannerSec_title {
  font-size: calc(24px + 56 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.contactPage .bannerSec_para {
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .contactPage .bannerSec_title {
    font-size: 80px;
  }
  .contactPage .bannerSec_para {
    font-size: 28px;
  }
}
@media (max-width: 1599px) {
  .contactPage .bannerSec_content {
    padding: 120px 0;
  }
}
@media (max-width: 1599px) {
  .contactPage .bannerSec_content {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .contactPage .bannerSec_content {
    padding: 80px 0;
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .bannerSec_content {
    padding: 60px 0;
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .bannerSec_content {
    padding: 45px 0;
  }
}
@media (max-width: 575.98px) {
  .contactPage .bannerSec_content {
    padding: 30px 0;
    max-width: 190px;
  }
  .contactPage .bannerSec_content h1 {
    margin-bottom: 7px;
  }
  .contactPage .bannerSec_content p {
    margin-bottom: 8px;
  }
}
.contactPage .formSec_left {
  border: 1px solid #EDEDED;
}
.contactPage .formSec_head {
  padding: 15px 25px;
  border-bottom: 1px solid #EDEDED;
}
.contactPage .formSec_head_title {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.contactPage .formSec_head_para {
  color: rgba(255, 255, 255, 0.8);
}
.contactPage .formSec_body {
  padding: 15px 25px;
}
.contactPage .formSec_right {
  background-color: #000000;
}
.contactPage .formSec_right .formSec_head {
  border-color: rgba(237, 237, 237, 0.3);
}
.contactPage .formSec_right .formSec_head_para {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 10px;
}
.contactPage .formSec_right_vector {
  bottom: 0;
}
.contactPage .formSec_right_gradient {
  top: 0;
  left: 0;
}
.contactPage .formSec_info {
  gap: 30px;
}
.contactPage .formSec_info_icon {
  width: 34px;
  height: 34px;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
}
.contactPage .formSec_info_content {
  flex: 1;
}
.contactPage .formSec_info_label {
  font-size: 18px;
  line-height: 1.5;
}
.contactPage .formSec_info_value {
  font-size: 16px;
}
@media (min-width: 1921px) {
  .contactPage .formSec_head_title {
    font-size: 24px;
  }
  .contactPage .formSec_head_para {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .contactPage .formSec_head, .contactPage .formSec_body {
    padding: 12px 20px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .formSec_head, .contactPage .formSec_body {
    padding: 10px 15px;
  }
  .contactPage .formSec_right {
    padding-bottom: 10px;
  }
  .contactPage .formSec_right_vector {
    display: none;
  }
  .contactPage .formSec_right .formSec_head_para {
    margin-top: 5px;
  }
  .contactPage .formSec_info_label {
    font-size: 16px;
  }
  .contactPage .formSec_info_value {
    font-size: 14px;
  }
}

.messagesPage .messagesSec_inner {
  display: flex;
  gap: 20px;
}
.messagesPage .messagesSec_left {
  flex-shrink: 0;
  width: 360px;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
}
.messagesPage .messagesSec_left_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.messagesPage .messagesSec_left_title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0px;
}
.messagesPage .messagesSec_left_more {
  font-size: 22px;
  cursor: pointer;
  color: #7F7F7F;
  line-height: normal;
}
.messagesPage .messagesSec_left_body {
  padding: 15px 12px;
  height: calc(100vh - 297px);
  overflow: auto;
}
.messagesPage .messagesSec_left_body_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.messagesPage .messagesSec_left_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.messagesPage .messagesSec_left_link_name {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #E51644;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagesPage .messagesSec_left_link_name.color-1 {
  color: #FF9191;
  background-color: #FFEBEB;
}
.messagesPage .messagesSec_left_link_name.color-2 {
  color: #C3A80F;
  background-color: #FFF8DB;
}
.messagesPage .messagesSec_left_link_name.color-3 {
  color: #29982D;
  background-color: #D0FFD4;
}
.messagesPage .messagesSec_left_link_name.color-4 {
  color: #295998;
  background-color: #CCE2FF;
}
.messagesPage .messagesSec_left_link_name.color-5 {
  color: #FF4DFC;
  background-color: #FFDBF3;
}
.messagesPage .messagesSec_left_link_name.color-6 {
  color: #986029;
  background-color: #FFF1CC;
}
.messagesPage .messagesSec_left_link_content {
  flex-grow: 1;
  padding-left: 12px;
}
.messagesPage .messagesSec_left_link_content_text {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
}
.messagesPage .messagesSec_left_link_content_msg {
  font-size: 16px;
  line-height: 1.1;
  color: #7F7F7F;
}
.messagesPage .messagesSec_right {
  flex-grow: 1;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
}
.messagesPage .messagesSec_right_toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #EDEDED;
  cursor: pointer;
}
.messagesPage .messagesSec_right_toggle em {
  font-size: 18px;
  color: #000000;
}
.messagesPage .messagesSec_right_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.messagesPage .messagesSec_right_head_order {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.messagesPage .messagesSec_right_head_num {
  font-size: 16px;
  line-height: 1.1;
  color: #7F7F7F;
  margin-bottom: 0px;
}
.messagesPage .messagesSec_right_body {
  padding: 20px;
  height: calc(100vh - 409px);
  overflow: auto;
}
.messagesPage .messagesSec_right_body_items:not(:last-child) {
  margin-bottom: 10px;
}
.messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box_name {
  color: #727272;
  background-color: #C8C8C8;
  margin-left: 16px;
}
.messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box {
  justify-content: flex-end;
}
.messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box_time {
  text-align: right;
}
.messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box_chat {
  background-color: #000000;
  border-radius: 32px 32px 0px 32px;
}
.messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box_chat span {
  color: #ffffff;
}
.messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box_name {
  color: #DBDBDB;
  background-color: #676767;
  margin-right: 16px;
}
.messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box {
  justify-content: flex-start;
}
.messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box_time {
  text-align: left;
}
.messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box_chat {
  background-color: #F6F6F6;
  border-radius: 32px 32px 32px 0px;
}
.messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box_chat span {
  color: #66707A;
}
.messagesPage .messagesSec_right_box_name {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}
.messagesPage .messagesSec_right_box_name span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E51644;
  bottom: 1px;
  right: 1px;
  border: 1px solid #E3E7EC;
}
.messagesPage .messagesSec_right_box_chat {
  padding: 16px;
  display: inline-block;
  min-width: 140px;
}
.messagesPage .messagesSec_right_box_chat span {
  font-size: 18px;
  line-height: 1.3;
}
.messagesPage .messagesSec_right_box_time {
  color: #9CA4AB;
  font-size: 13px;
  line-height: 1.1;
  margin-top: 2px;
}
.messagesPage .messagesSec_right_footer {
  padding: 10px 20px 30px;
}
.messagesPage .messagesSec_right_footer_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 56px;
  border-radius: 60px;
  border: 1px solid #E3E7EC;
  background-color: #F6F6F6;
}
.messagesPage .messagesSec_right_footer_attachment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.messagesPage .messagesSec_right_footer_attachment em {
  font-size: 24px;
}
.messagesPage .messagesSec_right_footer_input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 15px 70px 10px;
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  line-height: 1.1;
  color: #000000;
  outline: none;
}
.messagesPage .messagesSec_right_footer_input::-moz-placeholder {
  color: #66707A;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.messagesPage .messagesSec_right_footer_input::placeholder {
  color: #66707A;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.messagesPage .messagesSec_right_footer_file {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.messagesPage .messagesSec_right_footer_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  justify-content: center;
  cursor: pointer;
}
.messagesPage .messagesSec_right_footer_btn em {
  font-size: 23px;
  line-height: 1.1;
  color: #ffffff;
}
.messagesPage .messagesSec_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
}
.messagesPage .messagesSec_overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: auto;
}
@media (max-width: 1599px) {
  .messagesPage .messagesSec_inner {
    gap: 15px;
  }
  .messagesPage .messagesSec_left {
    width: 330px;
  }
  .messagesPage .messagesSec_left_title {
    font-size: 18px;
  }
  .messagesPage .messagesSec_left_head {
    padding: 10px 15px;
  }
  .messagesPage .messagesSec_left_more {
    font-size: 18px;
  }
  .messagesPage .messagesSec_left_body {
    padding: 12px;
  }
  .messagesPage .messagesSec_left_body_item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .messagesPage .messagesSec_left_link_name {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .messagesPage .messagesSec_left_link_content {
    padding-left: 8px;
  }
  .messagesPage .messagesSec_left_link_content_text {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .messagesPage .messagesSec_left_link_content_msg {
    font-size: 15px;
  }
  .messagesPage .messagesSec_right_head {
    padding: 15px;
  }
  .messagesPage .messagesSec_right_head_order {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .messagesPage .messagesSec_right_head_num {
    font-size: 15px;
  }
  .messagesPage .messagesSec_right_body {
    padding: 12px 15px;
    height: calc(100vh - 388px);
  }
  .messagesPage .messagesSec_right_box_chat {
    padding: 12px 14px;
  }
  .messagesPage .messagesSec_right_box_chat span {
    font-size: 16px;
    line-height: 1.1;
  }
  .messagesPage .messagesSec_right_box_name {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .messagesPage .messagesSec_right_footer {
    padding: 0px 15px 15px;
  }
}
@media (max-width: 991.98px) {
  .messagesPage .messagesSec_left {
    width: 280px;
  }
  .messagesPage .messagesSec_left_body {
    height: calc(100vh - 230px);
  }
  .messagesPage .messagesSec_left_title {
    font-size: 16px;
  }
  .messagesPage .messagesSec_left_body_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .messagesPage .messagesSec_left_link_name {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .messagesPage .messagesSec_left_link_content_text {
    font-size: 15px;
  }
  .messagesPage .messagesSec_right_head {
    padding: 12px;
  }
  .messagesPage .messagesSec_right_head_order {
    font-size: 15px;
  }
  .messagesPage .messagesSec_right_head_num {
    font-size: 14px;
  }
  .messagesPage .messagesSec_right_body {
    padding: 10px 12px;
    height: calc(100vh - 309px);
  }
  .messagesPage .messagesSec_right_body_items.sender_me .messagesSec_right_box_name {
    margin-left: 12px;
  }
  .messagesPage .messagesSec_right_body_items.sender_other .messagesSec_right_box_name {
    margin-right: 12px;
  }
  .messagesPage .messagesSec_right_box_chat span {
    font-size: 14px;
  }
  .messagesPage .messagesSec_right_footer {
    padding: 0px 12px 12px;
  }
  .messagesPage .messagesSec_right_footer_box {
    height: 50px;
  }
  .messagesPage .messagesSec_right_footer_input {
    font-size: 14px;
    padding: 15px 50px 10px;
  }
  .messagesPage .messagesSec_right_footer_btn {
    right: 8px;
    width: 36px;
    height: 36px;
  }
  .messagesPage .messagesSec_right_footer_btn em {
    font-size: 18px;
  }
  .messagesPage .messagesSec_right_footer_attachment {
    left: 10px;
    width: 28px;
    height: 28px;
  }
  .messagesPage .messagesSec_right_footer_attachment em {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .messagesPage .messagesSec_inner {
    flex-direction: column;
  }
  .messagesPage .messagesSec_left {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    border-radius: 0 !important;
    height: 100dvh;
    border: none;
    transition: all 0.4s ease;
  }
  .messagesPage .messagesSec_left.show {
    left: 0;
  }
}

.multiplePage .multipleSec_inner {
  padding: 15px 20px;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  min-height: calc(100vh - 230px);
}
.multiplePage .multipleSec_inner_title {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 20px;
}
.multiplePage .multipleSec_pickup {
  background-color: #FFF9F9;
}
.multiplePage .multipleSec_move {
  background-color: #F3FBFF;
}
.multiplePage .multipleSec_pickup, .multiplePage .multipleSec_move, .multiplePage .multipleSec_product {
  border: 1px solid #EDEDED;
  border-radius: 10px;
}
.multiplePage .multipleSec_pickup.active, .multiplePage .multipleSec_move.active, .multiplePage .multipleSec_product.active {
  border-color: #E51644;
  border-width: 2px;
}
.multiplePage .multipleSec_pickup.payment-active, .multiplePage .multipleSec_move.payment-active, .multiplePage .multipleSec_product.payment-active {
  border-color: #E51644;
  border-width: 1px;
}
.multiplePage .multipleSec_pickup.payment-active .multipleSec_product_head, .multiplePage .multipleSec_move.payment-active .multipleSec_product_head, .multiplePage .multipleSec_product.payment-active .multipleSec_product_head {
  border-color: rgba(229, 22, 68, 0.16);
}
.multiplePage .multipleSec_pickup_head, .multiplePage .multipleSec_move_head, .multiplePage .multipleSec_product_head {
  padding: 12px 20px;
  border-bottom: 1px solid #EDEDED;
}
.multiplePage .multipleSec_pickup_head_title, .multiplePage .multipleSec_move_head_title, .multiplePage .multipleSec_product_head_title {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 0px;
}
.multiplePage .multipleSec_pickup_head_actions, .multiplePage .multipleSec_move_head_actions, .multiplePage .multipleSec_product_head_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.multiplePage .multipleSec_pickup_head_actions_price, .multiplePage .multipleSec_move_head_actions_price, .multiplePage .multipleSec_product_head_actions_price {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
}
.multiplePage .multipleSec_pickup_head_actions_price span, .multiplePage .multipleSec_move_head_actions_price span, .multiplePage .multipleSec_product_head_actions_price span {
  color: #E51644;
  font-family: "Aeonik-Bold", Arial, sans-serif;
}
.multiplePage .multipleSec_pickup_head_actions_delete, .multiplePage .multipleSec_move_head_actions_delete, .multiplePage .multipleSec_product_head_actions_delete {
  color: #E51644;
  font-size: 20px;
  line-height: 1.1;
}
.multiplePage .multipleSec_pickup_head_actions_edit, .multiplePage .multipleSec_move_head_actions_edit, .multiplePage .multipleSec_product_head_actions_edit {
  color: #000000;
  font-size: 20px;
  line-height: normal;
}
.multiplePage .multipleSec_pickup_body_items, .multiplePage .multipleSec_move_body_items, .multiplePage .multipleSec_product_body_items {
  padding: 12px 20px;
}
.multiplePage .multipleSec_pickup_body_items:not(:last-child), .multiplePage .multipleSec_move_body_items:not(:last-child), .multiplePage .multipleSec_product_body_items:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
.multiplePage .multipleSec_pickup_address_info, .multiplePage .multipleSec_move_address_info, .multiplePage .multipleSec_product_address_info {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.1;
}
.multiplePage .multipleSec_pickup_address_labels, .multiplePage .multipleSec_move_address_labels, .multiplePage .multipleSec_product_address_labels {
  margin-bottom: 10px;
}
.multiplePage .multipleSec_pickup_address_labels span, .multiplePage .multipleSec_move_address_labels span, .multiplePage .multipleSec_product_address_labels span {
  color: #E51644;
  font-size: 16px;
}
.multiplePage .multipleSec_pickup_address_labels a, .multiplePage .multipleSec_move_address_labels a, .multiplePage .multipleSec_product_address_labels a {
  color: #827F7F;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiplePage .multipleSec_pickup_address_labels a em, .multiplePage .multipleSec_move_address_labels a em, .multiplePage .multipleSec_product_address_labels a em {
  font-size: 16px;
  line-height: 1;
  color: #E51644;
  margin-right: 5px;
}
.multiplePage .multipleSec_pickup_level, .multiplePage .multipleSec_move_level, .multiplePage .multipleSec_product_level {
  color: #000000;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.multiplePage .multipleSec_pickup_recipient, .multiplePage .multipleSec_move_recipient, .multiplePage .multipleSec_product_recipient {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 1.1;
}
.multiplePage .multipleSec_pickup_floor, .multiplePage .multipleSec_move_floor, .multiplePage .multipleSec_product_floor {
  margin-bottom: 20px;
}
.multiplePage .multipleSec_pickup_floor_info, .multiplePage .multipleSec_move_floor_info, .multiplePage .multipleSec_product_floor_info {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 20px;
}
.multiplePage .multipleSec_pickup_floor .form-check, .multiplePage .multipleSec_move_floor .form-check, .multiplePage .multipleSec_product_floor .form-check {
  font-size: 16px;
}
.multiplePage .multipleSec_pickup_anything_title, .multiplePage .multipleSec_move_anything_title, .multiplePage .multipleSec_product_anything_title {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 10px;
}
.multiplePage .multipleSec_pickup_number_info_name, .multiplePage .multipleSec_move_number_info_name, .multiplePage .multipleSec_product_number_info_name {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  margin-bottom: 5px;
}
.multiplePage .multipleSec_pickup_number_info_email, .multiplePage .multipleSec_move_number_info_email, .multiplePage .multipleSec_product_number_info_email {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.8);
}
.multiplePage .multipleSec_pickup_number_phone, .multiplePage .multipleSec_move_number_phone, .multiplePage .multipleSec_product_number_phone {
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.multiplePage .multipleSec_pickup_services, .multiplePage .multipleSec_move_services, .multiplePage .multipleSec_product_services {
  font-size: 16px;
  line-height: 1.1;
  color: #E51644;
}
.multiplePage .multipleSec_pickup_price_grand, .multiplePage .multipleSec_pickup_price_aud, .multiplePage .multipleSec_move_price_grand, .multiplePage .multipleSec_move_price_aud, .multiplePage .multipleSec_product_price_grand, .multiplePage .multipleSec_product_price_aud {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.multiplePage .multipleSec_pickup_price_grand, .multiplePage .multipleSec_move_price_grand, .multiplePage .multipleSec_product_price_grand {
  color: rgba(0, 0, 0, 0.65);
}
.multiplePage .multipleSec_pickup_price_aud, .multiplePage .multipleSec_move_price_aud, .multiplePage .multipleSec_product_price_aud {
  color: #000000;
}
.multiplePage .multipleSec_pickup_price_items, .multiplePage .multipleSec_move_price_items, .multiplePage .multipleSec_product_price_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multiplePage .multipleSec_pickup_price_items:not(:last-child), .multiplePage .multipleSec_move_price_items:not(:last-child), .multiplePage .multipleSec_product_price_items:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.multiplePage .multipleSec_btns {
  gap: 20px;
  margin-top: 40px;
}
.multiplePage .multipleSec_btns_product, .multiplePage .multipleSec_btns_add {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}
.multiplePage .multipleSec_btns_product em, .multiplePage .multipleSec_btns_add em {
  font-size: 16px;
  line-height: 1;
}
.multiplePage .multipleSec_btns_product {
  color: #006491;
}
.multiplePage .multipleSec_btns_add {
  color: #E51644;
}
.multiplePage .multipleSec_actions {
  margin-top: 40px;
  gap: 20px;
}
.multiplePage .multipleSec_product.bg {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.multiplePage .multipleSec_product.bg .multipleSec_pickup_price_grand, .multiplePage .multipleSec_product.bg .multipleSec_move_price_grand, .multiplePage .multipleSec_product.bg .multipleSec_product_price_grand {
  color: rgba(255, 255, 255, 0.76);
}
.multiplePage .multipleSec_product.bg .multipleSec_pickup_price_aud, .multiplePage .multipleSec_product.bg .multipleSec_move_price_aud, .multiplePage .multipleSec_product.bg .multipleSec_product_price_aud {
  color: #ffffff;
}
.multiplePage .multipleSec_product.bg .multipleSec_pickup .multipleSec_product_head, .multiplePage .multipleSec_product.bg .multipleSec_move .multipleSec_product_head, .multiplePage .multipleSec_product.bg .multipleSec_product .multipleSec_product_head {
  border-color: #616060;
}
.multiplePage .multipleSec_product.bg .multipleSec_pickup_head, .multiplePage .multipleSec_product.bg .multipleSec_move_head, .multiplePage .multipleSec_product.bg .multipleSec_product_head, .multiplePage .multipleSec_product.bg .multipleSec_pickup_body_items:not(:last-child), .multiplePage .multipleSec_product.bg .multipleSec_move_body_items:not(:last-child), .multiplePage .multipleSec_product.bg .multipleSec_product_body_items:not(:last-child) {
  border-color: #616060;
}
.multiplePage .multipleSec_product.bg-height {
  min-height: 140px;
}
@media (max-width: 1599px) {
  .multiplePage .multipleSec_pickup_head, .multiplePage .multipleSec_move_head, .multiplePage .multipleSec_product_head {
    padding: 10px 15px;
  }
  .multiplePage .multipleSec_pickup_head_title, .multiplePage .multipleSec_move_head_title, .multiplePage .multipleSec_product_head_title {
    font-size: 16px;
  }
  .multiplePage .multipleSec_pickup_head_actions, .multiplePage .multipleSec_move_head_actions, .multiplePage .multipleSec_product_head_actions {
    gap: 15px;
  }
  .multiplePage .multipleSec_pickup_head_actions_price, .multiplePage .multipleSec_move_head_actions_price, .multiplePage .multipleSec_product_head_actions_price {
    font-size: 14px;
  }
  .multiplePage .multipleSec_pickup_head_actions_delete, .multiplePage .multipleSec_move_head_actions_delete, .multiplePage .multipleSec_product_head_actions_delete {
    font-size: 18px;
  }
  .multiplePage .multipleSec_pickup_body_items, .multiplePage .multipleSec_move_body_items, .multiplePage .multipleSec_product_body_items {
    padding: 10px 15px;
  }
  .multiplePage .multipleSec_pickup_address_labels, .multiplePage .multipleSec_move_address_labels, .multiplePage .multipleSec_product_address_labels {
    font-size: 14px;
  }
  .multiplePage .multipleSec_pickup_address_labels span, .multiplePage .multipleSec_move_address_labels span, .multiplePage .multipleSec_product_address_labels span {
    font-size: 14px;
  }
  .multiplePage .multipleSec_pickup_level, .multiplePage .multipleSec_move_level, .multiplePage .multipleSec_product_level {
    font-size: 16px;
  }
  .multiplePage .multipleSec_pickup_floor_info, .multiplePage .multipleSec_move_floor_info, .multiplePage .multipleSec_product_floor_info {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .multiplePage .multipleSec_pickup_anything_title, .multiplePage .multipleSec_move_anything_title, .multiplePage .multipleSec_product_anything_title {
    font-size: 15px;
  }
  .multiplePage .multipleSec_btns {
    margin-top: 20px;
  }
  .multiplePage .multipleSec_btns_product, .multiplePage .multipleSec_btns_add {
    font-size: 16px;
  }
  .multiplePage .multipleSec_actions {
    margin-top: 20px;
  }
}
@media (max-width: 1399.98px) {
  .multiplePage .multipleSec_inner {
    padding: 12px 15px;
  }
}
@media (max-width: 991.98px) {
  .multiplePage .multipleSec_inner {
    padding: 10px 12px;
  }
  .multiplePage .multipleSec_product.bg-height {
    min-height: 110px;
  }
}
@media (max-width: 575.98px) {
  .multiplePage .multipleSec_inner_title {
    margin-bottom: 14px;
  }
  .multiplePage .multipleSec_pickup a, .multiplePage .multipleSec_move a, .multiplePage .multipleSec_product a {
    font-size: 14px;
  }
  .multiplePage .multipleSec_move_floor .form-check {
    margin-bottom: 5px;
  }
  .multiplePage .multipleSec_move_head_actions a {
    font-size: 17px;
  }
}

.homePage_head {
  margin-bottom: 35px;
}
.homePage_head_title {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: 1.1;
  margin-bottom: 12px;
}
.homePage_head_subtitle {
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
  line-height: 1.6;
  margin-bottom: 12px;
}
.homePage_head_para {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.homePage_head-dark .homePage_head_para {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1921px) {
  .homePage_head_title {
    font-size: 40px;
  }
  .homePage_head_subtitle {
    font-size: 28px;
  }
  .homePage_head_para {
    font-size: 18px;
  }
}
@media (max-width: 1499px) {
  .homePage_head {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .homePage_head {
    margin-bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .homePage_head {
    margin-bottom: 15px;
  }
}
.homePage .bannerSec {
  min-height: 765px;
  padding: calc(20px + 40 * (100vw - 320px) / 1600) 0;
  background-color: #dde8f9;
  background-size: cover;
  background-position: center;
}
.homePage .bannerSec #map {
  height: 540px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.homePage .bannerSec_formCard {
  padding: calc(14px + 36 * (100vw - 320px) / 1600);
  z-index: 1;
  position: relative;
}
.homePage .bannerSec_formCard .form-group {
  margin-bottom: 30px;
}
.homePage .bannerSec_formCard .form-group .fieldicon-input-left {
  -webkit-padding-start: 54px;
          padding-inline-start: 54px;
}
.homePage .bannerSec_formCard .form-group .fieldicon-left {
  left: 22px;
  font-size: 20px;
}
.homePage .bannerSec_formCard .form-group .icon-caret-down {
  font-size: 12px;
}
.homePage .bannerSec_formCard .form-group-alt::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 30px;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #000000;
  z-index: 1;
}
.homePage .bannerSec_formCard .btn-secondary {
  min-width: 160px;
}
.homePage .bannerSec_title {
  font-size: calc(22px + 42 * (100vw - 320px) / 1600);
  line-height: 1.25;
}
.homePage .bannerSec_input {
  font-size: 18px;
  background-color: #EDEDED;
}
@media (min-width: 1921px) {
  .homePage .bannerSec {
    padding: 60px 0;
  }
  .homePage .bannerSec_formCard {
    padding: 50px;
  }
  .homePage .bannerSec_title {
    font-size: 64px;
  }
}
@media (max-width: 1599px) {
  .homePage .bannerSec #map {
    height: 500px;
  }
  .homePage .bannerSec_formCard .form-group {
    margin-bottom: 25px;
  }
}
@media (max-width: 1499px) {
  .homePage .bannerSec {
    min-height: 610px;
  }
  .homePage .bannerSec #map {
    height: 500px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    top: 12px;
    left: 19px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-right {
    top: 12px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left {
    -webkit-padding-start: 47px;
            padding-inline-start: 47px;
  }
  .homePage .bannerSec_formCard .form-group-alt::before {
    left: 27px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .bannerSec {
    min-height: 578px;
  }
  .homePage .bannerSec #map {
    height: 450px;
  }
  .homePage .bannerSec_formCard .form-group {
    margin-bottom: 20px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    top: 14px;
    font-size: 17px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left {
    -webkit-padding-start: 42px;
            padding-inline-start: 42px;
  }
  .homePage .bannerSec_formCard .form-group-alt::before {
    left: 26px;
    height: calc(100% + 34px);
  }
  .homePage .bannerSec_input {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec {
    min-height: auto;
  }
  .homePage .bannerSec #map {
    height: 410px;
  }
  .homePage .bannerSec_formCard .form-group {
    margin-bottom: 15px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    top: 12px;
    left: 15px;
    font-size: 15px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-right {
    top: 9px;
  }
  .homePage .bannerSec_formCard .form-group .icon-caret-down {
    font-size: 10px;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-input-left {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
  .homePage .bannerSec_formCard .form-group-alt::before {
    left: 21px;
    height: calc(100% + 29px);
    top: 28px;
  }
  .homePage .bannerSec_formCard .btn-secondary {
    min-width: 140px;
  }
  .homePage .bannerSec_input {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec {
    background-position: left;
  }
  .homePage .bannerSec_formCard .form-group .fieldicon-left {
    top: 10px;
  }
}
.homePage .categoriesSec_card {
  background-color: #F3F3F3;
  padding: 25px;
}
.homePage .categoriesSec_card_title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.homePage .categoriesSec_card_title a {
  color: #000000;
}
.homePage .categoriesSec_card_title a:hover {
  color: #E51644;
}
.homePage .categoriesSec_card_text {
  font-size: 16px;
  line-height: 1.6;
}
.homePage .categoriesSec_card_cnt {
  width: 310px;
}
.homePage .categoriesSec_card_image {
  width: calc(100% - 310px);
}
.homePage .categoriesSec_card_btn {
  width: 93px;
  height: 40px;
  background-color: #ffffff;
  color: #E51644;
}
.homePage .categoriesSec_card_btn:hover {
  background-color: #E51644;
  color: #ffffff;
}
.homePage .categoriesSec .swiper-pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.homePage .categoriesSec .swiper-pagination .swiper-pagination-bullet-active {
  background: #E51644;
}
@media (max-width: 1599px) {
  .homePage .categoriesSec_card {
    padding: 20px;
  }
  .homePage .categoriesSec_card_cnt {
    width: 280px;
  }
  .homePage .categoriesSec_card_image {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1399.98px) {
  .homePage .categoriesSec_card_cnt {
    width: 240px;
  }
  .homePage .categoriesSec_card_image {
    width: calc(100% - 240px);
  }
  .homePage .categoriesSec_card_text {
    font-size: 15px;
  }
  .homePage .categoriesSec_card_btn {
    width: 80px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .categoriesSec_card_cnt {
    width: 79%;
  }
  .homePage .categoriesSec_card_image {
    width: 23%;
  }
}
@media (max-width: 991.98px) {
  .homePage .categoriesSec_card_cnt {
    width: 70%;
  }
  .homePage .categoriesSec_card_image {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .homePage .categoriesSec_card {
    padding: 15px;
  }
  .homePage .categoriesSec_card_cnt {
    width: 100%;
  }
  .homePage .categoriesSec_card_image {
    width: auto;
    min-height: 95px;
    max-height: 95px;
  }
  .homePage .categoriesSec_card_image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homePage .categoriesSec_card_title {
    margin-bottom: 6px;
  }
  .homePage .categoriesSec_card_text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .homePage .categoriesSec_card_title {
    font-size: 16px;
  }
}
.homePage .loginSec_inner {
  gap: 140px;
}
.homePage .loginSec_left {
  width: 640px;
  flex-shrink: 0;
}
.homePage .loginSec_right {
  width: calc(100% - 640px);
}
@media (max-width: 1599px) {
  .homePage .loginSec_inner {
    gap: 100px;
  }
  .homePage .loginSec_left {
    width: 600px;
  }
  .homePage .loginSec_right {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1399.98px) {
  .homePage .loginSec_inner {
    gap: 80px;
  }
  .homePage .loginSec_left {
    width: 520px;
  }
  .homePage .loginSec_right {
    width: calc(100% - 520px);
  }
}
@media (max-width: 1199.98px) {
  .homePage .loginSec_inner {
    gap: 30px;
  }
  .homePage .loginSec_left {
    width: 500px;
  }
  .homePage .loginSec_right {
    width: calc(100% - 500px);
  }
}
@media (max-width: 991.98px) {
  .homePage .loginSec_inner {
    gap: 20px;
  }
  .homePage .loginSec_left {
    width: 370px;
  }
  .homePage .loginSec_right {
    width: calc(100% - 370px);
  }
  .homePage .loginSec_right .btn {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 13px;
    padding: 6px 12px;
  }
}
@media (max-width: 767.98px) {
  .homePage .loginSec_inner {
    gap: 20px;
    flex-direction: column;
  }
  .homePage .loginSec_left {
    width: 100%;
  }
  .homePage .loginSec_right {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .homePage .loginSec .btn {
    font-size: 13px;
  }
  .homePage .loginSec .homePage_head {
    margin-bottom: 15px;
  }
}
@media (max-width: 370px) {
  .homePage .loginSec .loginSec_btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.homePage .vehicleSec {
  background-color: #000000;
}
.homePage .vehicleSec_card {
  padding: 150px 25px 20px;
  min-height: 230px;
}
.homePage .vehicleSec_card.purple {
  background-color: #d4cdde;
}
.homePage .vehicleSec_card.green {
  background-color: #dfeaf4;
}
.homePage .vehicleSec_card.yellow {
  background-color: #e9ebdb;
}
.homePage .vehicleSec_card.gray {
  background-color: #CED3D5;
}
.homePage .vehicleSec_card_inner {
  flex: 1;
  min-width: 0;
}
.homePage .vehicleSec_card_title {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.homePage .vehicleSec_card_title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  text-overflow: ellipsis;
  color: #000000;
}
.homePage .vehicleSec_card_title a:hover {
  color: #E51644;
}
.homePage .vehicleSec_card_description {
  font-size: 18px;
  line-height: 1.4;
  color: #25314C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.homePage .vehicleSec_card_btn {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #25314C;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
}
.homePage .vehicleSec_card_btn:hover {
  background-color: #E51644;
  color: #ffffff;
}
.homePage .vehicleSec_card_img {
  position: absolute;
  top: -24px;
  right: -25px;
  z-index: 0;
  width: 221px;
  height: 200px;
}
.homePage .vehicleSec_card_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  padding: 36px;
  left: 10px;
  top: -7px;
  transition: all 0.5s ease-in-out;
}
.homePage .vehicleSec_card_img img {
  max-width: 120px;
  transition: all 0.3s ease-in-out;
}
.homePage .vehicleSec_card:hover .vehicleSec_card_img::before {
  transform: scale(1.04);
}
.homePage .vehicleSec_card:hover .vehicleSec_card_img img {
  transform: scale(0.95);
}
.homePage .vehicleSec_leftGradient {
  top: 0;
  left: 0;
}
.homePage .vehicleSec_rightGradient {
  bottom: 0;
  right: 0;
}
.homePage .vehicleSec_rightVector {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 1921px) {
  .homePage .vehicleSec_card_title {
    font-size: 28px;
  }
}
@media (max-width: 1499px) {
  .homePage .vehicleSec_card {
    padding: 130px 20px 20px;
    min-height: 190px;
  }
  .homePage .vehicleSec_card_img {
    width: 189px;
    height: 170px;
  }
  .homePage .vehicleSec_card_img img {
    max-width: 100px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .vehicleSec_card {
    padding: 90px 15px 15px;
    min-height: 165px;
  }
  .homePage .vehicleSec_card_img {
    width: 155px;
    height: 148px;
  }
  .homePage .vehicleSec_card_img img {
    max-width: 80px;
  }
  .homePage .vehicleSec_card_description {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .homePage .vehicleSec_card {
    padding-top: 80px;
    min-height: 140px;
  }
  .homePage .vehicleSec_card_img {
    width: 140px;
    height: 130px;
  }
  .homePage .vehicleSec_card_img img {
    max-width: 70px;
  }
  .homePage .vehicleSec_card_description {
    font-size: 14px;
  }
  .homePage .vehicleSec_card_btn {
    width: 30px;
    height: 30px;
  }
}
.homePage .offersSec_card {
  min-height: 394px;
  padding: 30px;
  border: 1px solid #f2f2f2;
}
.homePage .offersSec_card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.homePage .offersSec_card_content {
  position: relative;
  z-index: 2;
  max-width: 345px;
}
.homePage .offersSec_card_title {
  font-size: calc(18px + 20 * (100vw - 320px) / 1600);
  line-height: 1.3;
  color: #407ae6;
}
.homePage .offersSec_card_text {
  font-size: calc(14px + 8 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (min-width: 1921px) {
  .homePage .offersSec_card_title {
    font-size: 38px;
  }
  .homePage .offersSec_card_text {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .homePage .offersSec_card {
    min-height: 354px;
  }
  .homePage .offersSec_card_content {
    max-width: 305px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .offersSec_card {
    padding: 20px;
    min-height: 304px;
  }
  .homePage .offersSec_card_content {
    max-width: 275px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .offersSec_card {
    min-height: 252px;
  }
  .homePage .offersSec_card_content {
    max-width: 245px;
  }
}
@media (max-width: 991.98px) {
  .homePage .offersSec_card {
    padding: 15px;
    min-height: 220px;
  }
  .homePage .offersSec_card_content {
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .homePage .offersSec_card {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .homePage .offersSec_card {
    min-height: 185px;
  }
  .homePage .offersSec_card_content {
    max-width: 170px;
  }
}
.homePage .howWorkSec_inner {
  gap: 160px;
}
.homePage .howWorkSec_left {
  width: 620px;
}
.homePage .howWorkSec_left_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.homePage .howWorkSec_left_video .playBtn {
  width: 80px;
  height: 80px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 24px;
  color: #ffffff;
}
.homePage .howWorkSec_left_video .playBtn:hover {
  transform: translate(-50%, -50%) scale(0.95);
}
.homePage .howWorkSec_right {
  width: calc(100% - 620px);
  padding-right: 100px;
}
.homePage .howWorkSec_vector {
  content: "";
  position: absolute;
  top: -115px;
  right: -30px;
  z-index: 0;
  width: 350px;
}
.homePage .howWorkSec_step:not(:last-child) {
  padding-bottom: 60px;
}
.homePage .howWorkSec_step:not(:last-child)::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 46px;
  left: 23px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #000000;
  z-index: 0;
}
.homePage .howWorkSec_step_icon {
  width: 50px;
  height: 50px;
  background-color: #F3F3F3;
  margin-right: 20px;
  z-index: 1;
}
.homePage .howWorkSec_step_icon em {
  font-size: 22px;
  color: #E51644;
}
.homePage .howWorkSec_step_title {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.homePage .howWorkSec_step_description {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1599px) {
  .homePage .howWorkSec_inner {
    gap: 120px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 30px;
  }
  .homePage .howWorkSec_left {
    width: 600px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1399.98px) {
  .homePage .howWorkSec_inner {
    gap: 80px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 24px;
  }
  .homePage .howWorkSec_left {
    width: 520px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 520px);
  }
}
@media (max-width: 1199.98px) {
  .homePage .howWorkSec_inner {
    gap: 30px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 18px;
  }
  .homePage .howWorkSec_step:not(:last-child)::before {
    top: 37px;
    left: 20px;
  }
  .homePage .howWorkSec_step_icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .homePage .howWorkSec_step_icon em {
    font-size: 19px;
  }
  .homePage .howWorkSec_step_description {
    font-size: 14px;
  }
  .homePage .howWorkSec_left {
    width: 460px;
  }
  .homePage .howWorkSec_left_video .playBtn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 460px);
    flex-shrink: 0;
  }
}
@media (max-width: 991.98px) {
  .homePage .howWorkSec_inner {
    gap: 20px;
  }
  .homePage .howWorkSec_left {
    width: 300px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .howWorkSec_inner {
    gap: 20px;
    flex-direction: column;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 14px;
  }
  .homePage .howWorkSec_left {
    width: 100%;
  }
  .homePage .howWorkSec_left_video {
    max-width: 100%;
    max-height: 330px;
  }
  .homePage .howWorkSec_right {
    width: 100%;
  }
  .homePage .howWorkSec_right img {
    max-width: 100%;
    max-height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  .homePage .howWorkSec_left .btn {
    font-size: 13px;
  }
  .homePage .howWorkSec_left_video {
    max-height: 300px;
  }
  .homePage .howWorkSec_left_video .playBtn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 8px;
  }
  .homePage .howWorkSec .homePage_head {
    margin-bottom: 15px;
  }
}
.homePage .expectSec .homePage_head {
  padding-bottom: 24px;
}
.homePage .expectSec_tabs {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homePage .expectSec_tabs .nav-item {
  width: 100%;
}
.homePage .expectSec_tabs .nav-link {
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.homePage .expectSec_feature_inner {
  padding: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.homePage .expectSec_feature:hover .expectSec_feature_inner, .homePage .expectSec_feature.active .expectSec_feature_inner {
  background-color: #F3F3F3;
}
.homePage .expectSec_feature_icon {
  color: #E51644;
  font-size: 20px;
}
.homePage .expectSec_feature_title {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.homePage .expectSec_feature_text {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
}
@media (min-width: 1921px) {
  .homePage .expectSec_feature_title {
    font-size: 22px;
  }
  .homePage .expectSec_feature_text {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .homePage .expectSec .homePage_head {
    padding-bottom: 0;
  }
}
@media (max-width: 1399.98px) {
  .homePage .expectSec_feature_inner {
    padding: 16px;
  }
}
@media (max-width: 991.98px) {
  .homePage .expectSec_feature_inner {
    padding: 12px 15px;
  }
}
@media (max-width: 991.98px) {
  .homePage .expectSec_tabs {
    gap: 5px;
  }
}
.homePage .servicesSec_card_img {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  height: 295px;
  overflow: hidden;
}
.homePage .servicesSec_card_content {
  max-width: 400px;
}
.homePage .servicesSec_card_title {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  line-height: 1.3;
  margin-bottom: 10px;
}
.homePage .servicesSec_card_text {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 1921px) {
  .homePage .servicesSec_card_title {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .homePage .servicesSec_card_img {
    height: 255px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .servicesSec_card_img {
    height: 215px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .servicesSec_card_img {
    height: 185px;
  }
}
@media (max-width: 991.98px) {
  .homePage .servicesSec_card_img {
    margin-bottom: 15px;
  }
  .homePage .servicesSec_card_title {
    margin-bottom: 6px;
  }
}
.homePage .testimonialSec {
  background-color: #ffffff;
  position: relative;
}
.homePage .testimonialSec_rating_stars em {
  font-size: 24px;
  color: #ffb800;
  line-height: 1;
}
.homePage .testimonialSec_rating_star--half {
  position: relative;
  display: inline-block;
  width: 24px;
  overflow: hidden;
  line-height: 1;
}
.homePage .testimonialSec_rating_star--half em {
  color: rgba(255, 184, 0, 0.3);
  position: relative;
}
.homePage .testimonialSec_rating_star--half em::after {
  content: "\e91b";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: #ffb800;
}
.homePage .testimonialSec_rating_text {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 24px;
}
.homePage .testimonialSec_card {
  background-color: #F3F3F3;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.homePage .testimonialSec_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.homePage .testimonialSec_card_quote {
  top: 50px;
  right: 30px;
  z-index: 2;
}
.homePage .testimonialSec_card_quote em {
  font-size: 34px;
  color: rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.homePage .testimonialSec_card_text {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.6;
  z-index: 2;
  margin-bottom: 45px;
}
.homePage .testimonialSec_card_avatar {
  margin-bottom: 40px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.homePage .testimonialSec_card_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homePage .testimonialSec_card_name {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.homePage .testimonialSec_vector {
  content: "";
  bottom: 30%;
  left: 20px;
  z-index: 0;
}
.homePage .testimonialSec_vector img {
  width: 400px;
}
@media (min-width: 1921px) {
  .homePage .testimonialSec_card_name {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .homePage .testimonialSec_card {
    padding: 25px;
  }
  .homePage .testimonialSec_card_avatar {
    margin-bottom: 25px;
  }
  .homePage .testimonialSec_card_text {
    margin-bottom: 25px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .testimonialSec_card {
    padding: 20px;
  }
  .homePage .testimonialSec_card_avatar {
    margin-bottom: 15px;
  }
  .homePage .testimonialSec_card_text {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .testimonialSec_rating_text {
    padding: 5px 14px;
    font-size: 14px;
  }
  .homePage .testimonialSec_rating_stars em {
    font-size: 20px;
  }
  .homePage .testimonialSec_card_avatar {
    width: 70px;
    height: 70px;
  }
  .homePage .testimonialSec_card_quote {
    top: 40px;
  }
  .homePage .testimonialSec_card_quote em {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .testimonialSec_card {
    padding: 15px;
  }
  .homePage .testimonialSec_card_avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .homePage .testimonialSec_rating_stars em {
    font-size: 18px;
  }
}
.homePage .downloadSec {
  background-color: #f6f6f6;
}
.homePage .downloadSec_leftVector, .homePage .downloadSec_rightVector {
  position: absolute;
  z-index: 0;
  top: 14%;
}
.homePage .downloadSec_leftVector {
  left: 0;
}
.homePage .downloadSec_rightVector {
  right: 0;
}
.homePage .downloadSec_qrCard {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.homePage .downloadSec_qrCard_code {
  width: 120px;
  height: 120px;
}
.homePage .downloadSec_qrCard_logo {
  height: 24px;
}
.homePage .downloadSec_qrCard_title {
  font-size: 18px;
}
@media (max-width: 1699px) {
  .homePage .downloadSec_qrCard {
    padding: 15px;
  }
  .homePage .downloadSec_qrCard_code {
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .downloadSec_qrCard {
    flex-direction: column;
    text-align: center;
  }
  .homePage .downloadSec_qrCard_logo {
    margin: 10px auto 15px;
  }
  .homePage .downloadSec_qrCard_code {
    width: 80px;
    height: 80px;
  }
  .homePage .downloadSec_qrCard_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homePage .downloadSec_qrCard {
    flex-direction: row;
    text-align: left;
  }
  .homePage .downloadSec_qrCard_logo {
    margin: 10px 0 15px;
  }
}
@media (max-width: 991.98px) {
  .homePage .downloadSec_qrCard_code {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}

.innerHomePage .bannerSec {
  background: linear-gradient(75deg, #fff 25%, rgba(255, 229, 235, 0.48));
}
.innerHomePage .bannerSec_vectorTop {
  top: -35px;
  left: 10px;
  z-index: 0;
}
.innerHomePage .bannerSec_vectorBottom {
  bottom: 30px;
  right: 5px;
  z-index: 0;
}
.innerHomePage .bannerSec_formCard .nav {
  margin-bottom: 25px;
}
.innerHomePage .bannerSec_formCard .nav-link {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 0 20px 20px 0;
  line-height: 1.05;
  text-align: left;
}
.innerHomePage .bannerSec_formCard .nav-link.active {
  border-color: #E51644;
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.innerHomePage .bannerSec_formCard .nav-item {
  width: 50%;
}
.innerHomePage .bannerSec_formCard .favBtn {
  font-size: 16px;
  color: #827f7f;
  line-height: 1.1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .innerHomePage .bannerSec {
    min-height: auto;
  }
}
@media (max-width: 1199.98px) {
  .innerHomePage .bannerSec_formCard {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .innerHomePage .bannerSec_formCard .nav {
    margin-bottom: 20px;
  }
  .innerHomePage .bannerSec_formCard .nav-link {
    font-size: 16px;
    padding: 0 10px 10px 0;
  }
  .innerHomePage .bannerSec_vectorTop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .innerHomePage .bannerSec_formCard .nav {
    margin-bottom: 15px;
  }
  .innerHomePage .bannerSec_formCard .nav-link {
    font-size: 15px;
    padding: 0 0 8px 0;
  }
  .innerHomePage .bannerSec_formCard .favBtn {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .innerHomePage .bannerSec_inner {
    padding-right: 12px;
  }
}

.faqPage .faqSec_inner {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  padding: 0 20px 20px;
}
.faqPage .faqAccordion_item {
  border: none;
  border-bottom: 1px solid #EDEDED;
  background-color: #ffffff;
}
.faqPage .faqAccordion_item:last-child {
  border-bottom: none;
}
.faqPage .faqAccordion_button {
  background-color: #ffffff;
  border: none;
  padding: 20px 0 20px;
  font-weight: normal;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
}
.faqPage .faqAccordion_button::after {
  display: none;
}
.faqPage .faqAccordion_button:not(.collapsed) {
  background-color: #ffffff;
  color: #111111;
  box-shadow: none;
  padding-bottom: 15px;
}
.faqPage .faqAccordion_button:not(.collapsed) .faqAccordion_icon {
  transform: rotate(180deg);
}
.faqPage .faqAccordion_button.collapsed .faqAccordion_icon {
  transform: rotate(0deg);
  color: rgba(17, 17, 17, 0.65);
}
.faqPage .faqAccordion_button.collapsed .faqAccordion_question {
  color: rgba(17, 17, 17, 0.65);
}
.faqPage .faqAccordion_button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}
.faqPage .faqAccordion_question {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #111111;
  line-height: 1.4;
  flex: 1;
}
.faqPage .faqAccordion_icon {
  font-size: 15px;
  color: #000000;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqPage .faqAccordion_body {
  padding: 0 30px 20px 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  margin-top: -6px;
}
@media (min-width: 1921px) {
  .faqPage .faqAccordion_question {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .faqPage .faqSec_inner {
    padding: 0 15px 15px;
  }
  .faqPage .faqAccordion_body {
    padding: 0 20px 15px 0;
    font-size: 15px;
  }
  .faqPage .faqAccordion_button {
    padding: 15px 0 15px;
  }
  .faqPage .faqAccordion_button:not(.collapsed) {
    padding-bottom: 10px;
  }
  .faqPage .faqAccordion_icon {
    font-size: 13px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767.98px) {
  .faqPage .faqSec_inner {
    padding: 0 10px 10px;
  }
  .faqPage .faqAccordion_body {
    padding: 2px 15px 15px 0;
    font-size: 14px;
  }
}

.notificationPage .notificationSec_clearBtn {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: #25314C;
  transition: all 0.3s ease;
  cursor: pointer;
}
.notificationPage .notificationSec_clearBtn:hover {
  transform: translate3d(0, 4px, 0) scale(1.05) rotate(-20deg);
}
.notificationPage .notificationSec_inner {
  border: 1px solid #EDEDED;
  padding: 20px 20px 0;
}
.notificationPage .notificationSec_group {
  margin-bottom: 10px;
}
.notificationPage .notificationSec_group:last-child {
  margin-bottom: 0;
}
.notificationPage .notificationSec_group.light .notificationSec_item_content,
.notificationPage .notificationSec_group.light .notificationSec_item_icon {
  opacity: 0.65;
}
.notificationPage .notificationSec_groupTitle {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  color: #9e9e9e;
  margin-bottom: 15px;
}
.notificationPage .notificationSec_groupTitle .divider {
  width: 100%;
  height: 2px;
  background-color: #EDEDED;
}
.notificationPage .notificationSec_item {
  gap: 20px;
  padding: 12px 0;
  border-bottom: 2px solid #EDEDED;
}
.notificationPage .notificationSec_item:last-child {
  border-bottom: none;
}
.notificationPage .notificationSec_item_icon {
  width: 50px;
  height: 50px;
  border: 1px solid #EDEDED;
  color: #25314C;
  flex-shrink: 0;
  font-size: 22px;
}
.notificationPage .notificationSec_item_content {
  flex: 1;
  min-width: 0;
}
.notificationPage .notificationSec_item_title {
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
  line-height: 1.3;
}
.notificationPage .notificationSec_item_desc {
  color: #424242;
}
.notificationPage .notificationSec_item_date {
  font-size: 14px;
  color: #616161;
}
@media (min-width: 1921px) {
  .notificationPage .notificationSec_clearBtn {
    font-size: 22px;
  }
  .notificationPage .notificationSec_groupTitle {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .notificationPage .notificationSec_inner {
    padding: 15px 15px 0;
  }
  .notificationPage .notificationSec_item {
    gap: 15px;
    padding: 10px 0;
  }
  .notificationPage .notificationSec_item_icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .notificationPage .notificationSec_item_title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .notificationPage .notificationSec_groupTitle {
    margin-bottom: 5px;
  }
  .notificationPage .notificationSec_groupTitle .divider {
    height: 1px;
  }
  .notificationPage .notificationSec_item {
    gap: 10px;
    border-width: 1px;
  }
  .notificationPage .notificationSec_item_icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.staticPage .staticSec_inner {
  border: 1px solid #EDEDED;
  padding: 20px 30px;
}
.staticPage .staticSec_section {
  margin-bottom: 40px;
}
.staticPage .staticSec_section:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec h2, .staticPage .staticSec_heading {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.staticPage .staticSec p, .staticPage .staticSec_para {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.staticPage .staticSec p a, .staticPage .staticSec_para a {
  text-decoration: underline;
  color: #000000;
}
.staticPage .staticSec p a:hover, .staticPage .staticSec_para a:hover {
  color: #E51644;
}
.staticPage .staticSec p:last-child, .staticPage .staticSec_para:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec p + h2 {
  margin-top: 30px;
}
.staticPage .staticSec_list {
  margin: 0 0 25px;
  padding-left: 25px;
  list-style-type: disc;
}
.staticPage .staticSec_contact p {
  margin-bottom: 8px;
}
.staticPage .staticSec_contact p:last-child {
  margin-bottom: 0;
}
.staticPage .staticSec li {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  line-height: 1.8;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.staticPage .staticSec li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    font-size: 22px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    font-size: 18px;
  }
  .staticPage .staticSec li {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .staticPage .staticSec_inner {
    padding: 15px 20px;
  }
  .staticPage .staticSec_section {
    margin-bottom: 20px;
  }
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    margin-bottom: 15px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .staticPage .staticSec_inner {
    padding: 10px 15px;
  }
  .staticPage .staticSec_section {
    margin-bottom: 15px;
  }
  .staticPage .staticSec h2, .staticPage .staticSec_heading {
    margin-bottom: 10px;
  }
  .staticPage .staticSec p, .staticPage .staticSec_para {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .staticPage .staticSec p + h2 {
    margin-top: 20px;
  }
}

.referPage_inner {
  padding: 20px;
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  min-height: calc(100vh - 230px);
}
.referPage_inner_title {
  font-size: 22px;
  line-height: 1.2;
}
.referPage .stats {
  margin-bottom: 30px;
}
.referPage .stats_card {
  padding: 24px;
  gap: 24px;
  height: 100%;
}
.referPage .stats_card--pink {
  background-color: rgba(229, 22, 68, 0.05);
}
.referPage .stats_card--pink .stats_card_number {
  color: #E51644;
}
.referPage .stats_card--green {
  background-color: rgba(0, 175, 102, 0.05);
}
.referPage .stats_card--green .stats_card_number {
  color: #00af66;
}
.referPage .stats_card--blue {
  background-color: rgba(0, 100, 145, 0.05);
}
.referPage .stats_card--blue .stats_card_number {
  color: #006491;
}
.referPage .stats_card_icon {
  font-size: 32px;
  line-height: 1;
  width: 90px;
  height: 90px;
}
.referPage .stats_card_content {
  flex: 1;
}
.referPage .stats_card_number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Aeonik-Bold", Arial, sans-serif;
}
.referPage .stats_card_label {
  font-size: 22px;
  color: #25314C;
  margin-bottom: 0;
  line-height: 1.2;
}
.referPage .howItWorks {
  background-color: #f4faff;
  padding: 20px;
  margin-bottom: 30px;
}
.referPage .howItWorks_head em {
  font-size: 20px;
  color: #25314C;
}
.referPage .howItWorks_steps {
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.referPage .howItWorks_step:not(:last-child) {
  margin-bottom: 26px;
}
.referPage .howItWorks_step_number {
  width: 40px;
  height: 40px;
  background-color: #F6F6F6;
  color: #000000;
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.referPage .howItWorks_step_content {
  flex: 1;
}
.referPage .howItWorks_step_title {
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}
.referPage .howItWorks_step_desc {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
}
.referPage .codeCard {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 20px;
}
.referPage .codeCard_label {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.referPage .codeCard_inner {
  background-color: #f4faff;
  padding: 20px;
  border-radius: 5px;
}
.referPage .codeCard_copyBtn {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.referPage .codeCard_copyBtn em {
  color: #25314C;
}
.referPage .codeCard_copyBtn:hover {
  background-color: #000000;
  color: #ffffff;
}
.referPage .codeCard_copyBtn:hover em {
  color: #ffffff;
}
.referPage .codeCard_copyBtn em {
  font-size: 16px;
}
.referPage .codeCard_social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.referPage .codeCard_social_label {
  font-size: 18px;
}
.referPage .codeCard_social_icon {
  width: 32px;
  height: 32px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #25314C;
  transition: all 0.3s ease;
}
.referPage .codeCard_social_icon:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.referPage .codeCard_social_icon em {
  font-size: 16px;
}
.referPage .inviteCard {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 20px;
  height: 100%;
}
.referPage .inviteCard_head em {
  font-size: 20px;
  color: #000000;
}
.referPage .inviteCard_history_title {
  font-size: 18px;
  color: #000000;
}
.referPage .inviteCard_history_empty {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0 8px;
}
@media (max-width: 1599px) {
  .referPage .stats {
    margin-bottom: 25px;
  }
  .referPage .stats_card {
    padding: 20px;
    gap: 14px;
  }
  .referPage .stats_card_icon {
    font-size: 28px;
    width: 75px;
    height: 75px;
  }
  .referPage .stats_card_number {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .referPage .stats_card_label {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .referPage_inner_title {
    font-size: 20px;
  }
  .referPage .stats {
    margin-bottom: 20px;
  }
  .referPage .stats_card_icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
  .referPage .stats_card_label {
    font-size: 18px;
  }
  .referPage .howItWorks {
    margin-bottom: 20px;
  }
  .referPage .howItWorks_step_title {
    font-size: 18px;
  }
  .referPage .howItWorks_step_desc {
    font-size: 16px;
  }
  .referPage .howItWorks_step_number {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .referPage .codeCard_label {
    margin-bottom: 16px;
  }
  .referPage .codeCard_social {
    padding-top: 15px;
    margin-top: 15px;
  }
  .referPage .inviteCard_history_empty {
    font-size: 16px;
    padding: 15px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .referPage_inner_title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .referPage_inner {
    padding: 15px;
  }
  .referPage .g-20 {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
  }
  .referPage .stats {
    margin-bottom: 15px;
  }
  .referPage .stats_card {
    padding: 15px;
    gap: 10px;
  }
  .referPage .stats_card_number {
    font-size: 26px;
  }
  .referPage .stats_card_label {
    font-size: 16px;
  }
  .referPage .stats_card_icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .referPage .howItWorks {
    padding: 15px;
    margin-bottom: 15px;
  }
  .referPage .howItWorks_step:not(:last-child) {
    margin-bottom: 20px;
  }
  .referPage .howItWorks_step_title {
    font-size: 16px;
  }
  .referPage .howItWorks_step_desc {
    font-size: 14px;
  }
  .referPage .howItWorks_steps {
    padding: 15px;
  }
  .referPage .codeCard {
    padding: 15px;
  }
  .referPage .codeCard_inner {
    padding: 15px;
  }
  .referPage .codeCard_social_label {
    font-size: 16px;
  }
  .referPage .codeCard_label {
    font-size: 16px;
  }
  .referPage .inviteCard {
    padding: 15px;
  }
  .referPage .inviteCard_history_empty {
    padding: 8px 0 0;
  }
}
@media (max-width: 767.98px) {
  .referPage_inner_title {
    font-size: 16px;
  }
  .referPage .howItWorks_head em {
    font-size: 16px;
  }
  .referPage .howItWorks_step {
    flex-direction: column;
    gap: 10px;
  }
  .referPage .howItWorks_step:not(:last-child) {
    margin-bottom: 14px;
  }
  .referPage .codeCard_social_label {
    font-size: 14px;
  }
  .referPage .inviteCard_head em {
    font-size: 15px;
  }
  .referPage .inviteCard_history_title {
    font-size: 16px;
  }
  .referPage .inviteCard_history_empty {
    font-size: 14px;
  }
}
