:root {
  --primaryColor: #ec1c38;
  --secondaryColor: #000000;
  --black: #000000;
  --white: #ffffff;
  --mutedColor: #999999;
  --neutralBGColor: #f7f8f9;
  --neutralBorderColor: #e9e9ea;
  --errorColor: #ba193b;
  --errorBGColor: #f2cfd6;
  --confirmationColor: #507c68;
  --confirmationBGColor: #cff2e3;
  --disabledTextColor: #777777;
  --disabledBGColor: #b3b3b3;
  --black75: #404040;
  --black50: #808080;
  --black25: #bfbfbf;
  /*Boostrap Css Var*/
  --bs-primary: #ec1c38;
  --bs-secondary: #000000;
  --bs-success: #507c68;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ba193b;
  --bs-light: #f7f8f9;
  --bs-dark: #000000;
  --bs-primary-rgb: 236,28,56;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-dark-rgb: 10,0,0;
  --bs-font-sans-serif: 'Nunito', sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0a0000;
  --bs-body-bg: #ffffff;
  --bs-body-font-size: 1rem;
  --bs-warning-rgb: 243,156,18;
  --bs-link-color: #ec1c38;
  --bs-link-hover-color: #000000;
  --bs-semanticgreen-rgb: 26, 188, 156;
  --bs-blue-rgb: 0, 62, 246;
  --bs-orange-rgb: 243, 156, 18;
}
i.icon {
  vertical-align: middle;
}
.icon.icon-image-job::before {
  content: "\ef66" !important;
}
.icon-grayscale {
  filter: grayscale(1);
  opacity: 0.5;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1610px ;
    --bs-gutter-x: 38px;
  }
}
@media (min-width: 1600px) {
  .members-container {
    max-width: 100%;
    --bs-gutter-x: 180px;
  }
}
@media (min-width: 1600px) {
  .members-container.fixed-container {
    max-width: 1800px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.me-100 {
  margin-right: 100px;
}
.ms-100 {
  margin-left: 100px;
}
.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mt-n100 {
  margin-top: -100px;
}
.ms-n100 {
  margin-left: -100px;
}
.me-n100 {
  margin-right: -100px;
}
@media screen and (min-width: 768px) {
  .ms-md-n100 {
    margin-left: -100px;
  }
  .me-md-n100 {
    margin-right: -100px;
  }
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ps-100 {
  padding-left: 100px;
}
.pe-100 {
  padding-right: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
}
.mb-98 {
  margin-bottom: 98px;
}
.mt-98 {
  margin-top: 98px;
}
.me-98 {
  margin-right: 98px;
}
.ms-98 {
  margin-left: 98px;
}
.mx-98 {
  margin-right: 98px;
  margin-left: 98px;
}
.my-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.mt-n98 {
  margin-top: -98px;
}
.ms-n98 {
  margin-left: -98px;
}
.me-n98 {
  margin-right: -98px;
}
@media screen and (min-width: 768px) {
  .ms-md-n98 {
    margin-left: -98px;
  }
  .me-md-n98 {
    margin-right: -98px;
  }
}
.p-98 {
  padding: 98px;
}
.pt-98 {
  padding-top: 98px;
}
.pb-98 {
  padding-bottom: 98px;
}
.ps-98 {
  padding-left: 98px;
}
.pe-98 {
  padding-right: 98px;
}
.py-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.px-98 {
  padding-right: 98px;
  padding-left: 98px;
}
@media screen and (min-width: 768px) {
  .pt-md-98 {
    padding-top: 98px;
  }
  .pb-md-98 {
    padding-bottom: 98px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-98 {
    padding-top: 98px;
  }
  .pb-lg-98 {
    padding-bottom: 98px;
  }
}
.mb-96 {
  margin-bottom: 96px;
}
.mt-96 {
  margin-top: 96px;
}
.me-96 {
  margin-right: 96px;
}
.ms-96 {
  margin-left: 96px;
}
.mx-96 {
  margin-right: 96px;
  margin-left: 96px;
}
.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.mt-n96 {
  margin-top: -96px;
}
.ms-n96 {
  margin-left: -96px;
}
.me-n96 {
  margin-right: -96px;
}
@media screen and (min-width: 768px) {
  .ms-md-n96 {
    margin-left: -96px;
  }
  .me-md-n96 {
    margin-right: -96px;
  }
}
.p-96 {
  padding: 96px;
}
.pt-96 {
  padding-top: 96px;
}
.pb-96 {
  padding-bottom: 96px;
}
.ps-96 {
  padding-left: 96px;
}
.pe-96 {
  padding-right: 96px;
}
.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.px-96 {
  padding-right: 96px;
  padding-left: 96px;
}
@media screen and (min-width: 768px) {
  .pt-md-96 {
    padding-top: 96px;
  }
  .pb-md-96 {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-96 {
    padding-top: 96px;
  }
  .pb-lg-96 {
    padding-bottom: 96px;
  }
}
.mb-94 {
  margin-bottom: 94px;
}
.mt-94 {
  margin-top: 94px;
}
.me-94 {
  margin-right: 94px;
}
.ms-94 {
  margin-left: 94px;
}
.mx-94 {
  margin-right: 94px;
  margin-left: 94px;
}
.my-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.mt-n94 {
  margin-top: -94px;
}
.ms-n94 {
  margin-left: -94px;
}
.me-n94 {
  margin-right: -94px;
}
@media screen and (min-width: 768px) {
  .ms-md-n94 {
    margin-left: -94px;
  }
  .me-md-n94 {
    margin-right: -94px;
  }
}
.p-94 {
  padding: 94px;
}
.pt-94 {
  padding-top: 94px;
}
.pb-94 {
  padding-bottom: 94px;
}
.ps-94 {
  padding-left: 94px;
}
.pe-94 {
  padding-right: 94px;
}
.py-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.px-94 {
  padding-right: 94px;
  padding-left: 94px;
}
@media screen and (min-width: 768px) {
  .pt-md-94 {
    padding-top: 94px;
  }
  .pb-md-94 {
    padding-bottom: 94px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-94 {
    padding-top: 94px;
  }
  .pb-lg-94 {
    padding-bottom: 94px;
  }
}
.mb-92 {
  margin-bottom: 92px;
}
.mt-92 {
  margin-top: 92px;
}
.me-92 {
  margin-right: 92px;
}
.ms-92 {
  margin-left: 92px;
}
.mx-92 {
  margin-right: 92px;
  margin-left: 92px;
}
.my-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.mt-n92 {
  margin-top: -92px;
}
.ms-n92 {
  margin-left: -92px;
}
.me-n92 {
  margin-right: -92px;
}
@media screen and (min-width: 768px) {
  .ms-md-n92 {
    margin-left: -92px;
  }
  .me-md-n92 {
    margin-right: -92px;
  }
}
.p-92 {
  padding: 92px;
}
.pt-92 {
  padding-top: 92px;
}
.pb-92 {
  padding-bottom: 92px;
}
.ps-92 {
  padding-left: 92px;
}
.pe-92 {
  padding-right: 92px;
}
.py-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.px-92 {
  padding-right: 92px;
  padding-left: 92px;
}
@media screen and (min-width: 768px) {
  .pt-md-92 {
    padding-top: 92px;
  }
  .pb-md-92 {
    padding-bottom: 92px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-92 {
    padding-top: 92px;
  }
  .pb-lg-92 {
    padding-bottom: 92px;
  }
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.me-90 {
  margin-right: 90px;
}
.ms-90 {
  margin-left: 90px;
}
.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}
.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mt-n90 {
  margin-top: -90px;
}
.ms-n90 {
  margin-left: -90px;
}
.me-n90 {
  margin-right: -90px;
}
@media screen and (min-width: 768px) {
  .ms-md-n90 {
    margin-left: -90px;
  }
  .me-md-n90 {
    margin-right: -90px;
  }
}
.p-90 {
  padding: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.ps-90 {
  padding-left: 90px;
}
.pe-90 {
  padding-right: 90px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}
@media screen and (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
}
.mb-88 {
  margin-bottom: 88px;
}
.mt-88 {
  margin-top: 88px;
}
.me-88 {
  margin-right: 88px;
}
.ms-88 {
  margin-left: 88px;
}
.mx-88 {
  margin-right: 88px;
  margin-left: 88px;
}
.my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.mt-n88 {
  margin-top: -88px;
}
.ms-n88 {
  margin-left: -88px;
}
.me-n88 {
  margin-right: -88px;
}
@media screen and (min-width: 768px) {
  .ms-md-n88 {
    margin-left: -88px;
  }
  .me-md-n88 {
    margin-right: -88px;
  }
}
.p-88 {
  padding: 88px;
}
.pt-88 {
  padding-top: 88px;
}
.pb-88 {
  padding-bottom: 88px;
}
.ps-88 {
  padding-left: 88px;
}
.pe-88 {
  padding-right: 88px;
}
.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.px-88 {
  padding-right: 88px;
  padding-left: 88px;
}
@media screen and (min-width: 768px) {
  .pt-md-88 {
    padding-top: 88px;
  }
  .pb-md-88 {
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-88 {
    padding-top: 88px;
  }
  .pb-lg-88 {
    padding-bottom: 88px;
  }
}
.mb-86 {
  margin-bottom: 86px;
}
.mt-86 {
  margin-top: 86px;
}
.me-86 {
  margin-right: 86px;
}
.ms-86 {
  margin-left: 86px;
}
.mx-86 {
  margin-right: 86px;
  margin-left: 86px;
}
.my-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.mt-n86 {
  margin-top: -86px;
}
.ms-n86 {
  margin-left: -86px;
}
.me-n86 {
  margin-right: -86px;
}
@media screen and (min-width: 768px) {
  .ms-md-n86 {
    margin-left: -86px;
  }
  .me-md-n86 {
    margin-right: -86px;
  }
}
.p-86 {
  padding: 86px;
}
.pt-86 {
  padding-top: 86px;
}
.pb-86 {
  padding-bottom: 86px;
}
.ps-86 {
  padding-left: 86px;
}
.pe-86 {
  padding-right: 86px;
}
.py-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.px-86 {
  padding-right: 86px;
  padding-left: 86px;
}
@media screen and (min-width: 768px) {
  .pt-md-86 {
    padding-top: 86px;
  }
  .pb-md-86 {
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-86 {
    padding-top: 86px;
  }
  .pb-lg-86 {
    padding-bottom: 86px;
  }
}
.mb-84 {
  margin-bottom: 84px;
}
.mt-84 {
  margin-top: 84px;
}
.me-84 {
  margin-right: 84px;
}
.ms-84 {
  margin-left: 84px;
}
.mx-84 {
  margin-right: 84px;
  margin-left: 84px;
}
.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.mt-n84 {
  margin-top: -84px;
}
.ms-n84 {
  margin-left: -84px;
}
.me-n84 {
  margin-right: -84px;
}
@media screen and (min-width: 768px) {
  .ms-md-n84 {
    margin-left: -84px;
  }
  .me-md-n84 {
    margin-right: -84px;
  }
}
.p-84 {
  padding: 84px;
}
.pt-84 {
  padding-top: 84px;
}
.pb-84 {
  padding-bottom: 84px;
}
.ps-84 {
  padding-left: 84px;
}
.pe-84 {
  padding-right: 84px;
}
.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.px-84 {
  padding-right: 84px;
  padding-left: 84px;
}
@media screen and (min-width: 768px) {
  .pt-md-84 {
    padding-top: 84px;
  }
  .pb-md-84 {
    padding-bottom: 84px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-84 {
    padding-top: 84px;
  }
  .pb-lg-84 {
    padding-bottom: 84px;
  }
}
.mb-82 {
  margin-bottom: 82px;
}
.mt-82 {
  margin-top: 82px;
}
.me-82 {
  margin-right: 82px;
}
.ms-82 {
  margin-left: 82px;
}
.mx-82 {
  margin-right: 82px;
  margin-left: 82px;
}
.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.mt-n82 {
  margin-top: -82px;
}
.ms-n82 {
  margin-left: -82px;
}
.me-n82 {
  margin-right: -82px;
}
@media screen and (min-width: 768px) {
  .ms-md-n82 {
    margin-left: -82px;
  }
  .me-md-n82 {
    margin-right: -82px;
  }
}
.p-82 {
  padding: 82px;
}
.pt-82 {
  padding-top: 82px;
}
.pb-82 {
  padding-bottom: 82px;
}
.ps-82 {
  padding-left: 82px;
}
.pe-82 {
  padding-right: 82px;
}
.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.px-82 {
  padding-right: 82px;
  padding-left: 82px;
}
@media screen and (min-width: 768px) {
  .pt-md-82 {
    padding-top: 82px;
  }
  .pb-md-82 {
    padding-bottom: 82px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-82 {
    padding-top: 82px;
  }
  .pb-lg-82 {
    padding-bottom: 82px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.me-80 {
  margin-right: 80px;
}
.ms-80 {
  margin-left: 80px;
}
.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt-n80 {
  margin-top: -80px;
}
.ms-n80 {
  margin-left: -80px;
}
.me-n80 {
  margin-right: -80px;
}
@media screen and (min-width: 768px) {
  .ms-md-n80 {
    margin-left: -80px;
  }
  .me-md-n80 {
    margin-right: -80px;
  }
}
.p-80 {
  padding: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ps-80 {
  padding-left: 80px;
}
.pe-80 {
  padding-right: 80px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}
.mb-78 {
  margin-bottom: 78px;
}
.mt-78 {
  margin-top: 78px;
}
.me-78 {
  margin-right: 78px;
}
.ms-78 {
  margin-left: 78px;
}
.mx-78 {
  margin-right: 78px;
  margin-left: 78px;
}
.my-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.mt-n78 {
  margin-top: -78px;
}
.ms-n78 {
  margin-left: -78px;
}
.me-n78 {
  margin-right: -78px;
}
@media screen and (min-width: 768px) {
  .ms-md-n78 {
    margin-left: -78px;
  }
  .me-md-n78 {
    margin-right: -78px;
  }
}
.p-78 {
  padding: 78px;
}
.pt-78 {
  padding-top: 78px;
}
.pb-78 {
  padding-bottom: 78px;
}
.ps-78 {
  padding-left: 78px;
}
.pe-78 {
  padding-right: 78px;
}
.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.px-78 {
  padding-right: 78px;
  padding-left: 78px;
}
@media screen and (min-width: 768px) {
  .pt-md-78 {
    padding-top: 78px;
  }
  .pb-md-78 {
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-78 {
    padding-top: 78px;
  }
  .pb-lg-78 {
    padding-bottom: 78px;
  }
}
.mb-76 {
  margin-bottom: 76px;
}
.mt-76 {
  margin-top: 76px;
}
.me-76 {
  margin-right: 76px;
}
.ms-76 {
  margin-left: 76px;
}
.mx-76 {
  margin-right: 76px;
  margin-left: 76px;
}
.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.mt-n76 {
  margin-top: -76px;
}
.ms-n76 {
  margin-left: -76px;
}
.me-n76 {
  margin-right: -76px;
}
@media screen and (min-width: 768px) {
  .ms-md-n76 {
    margin-left: -76px;
  }
  .me-md-n76 {
    margin-right: -76px;
  }
}
.p-76 {
  padding: 76px;
}
.pt-76 {
  padding-top: 76px;
}
.pb-76 {
  padding-bottom: 76px;
}
.ps-76 {
  padding-left: 76px;
}
.pe-76 {
  padding-right: 76px;
}
.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.px-76 {
  padding-right: 76px;
  padding-left: 76px;
}
@media screen and (min-width: 768px) {
  .pt-md-76 {
    padding-top: 76px;
  }
  .pb-md-76 {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-76 {
    padding-top: 76px;
  }
  .pb-lg-76 {
    padding-bottom: 76px;
  }
}
.mb-74 {
  margin-bottom: 74px;
}
.mt-74 {
  margin-top: 74px;
}
.me-74 {
  margin-right: 74px;
}
.ms-74 {
  margin-left: 74px;
}
.mx-74 {
  margin-right: 74px;
  margin-left: 74px;
}
.my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.mt-n74 {
  margin-top: -74px;
}
.ms-n74 {
  margin-left: -74px;
}
.me-n74 {
  margin-right: -74px;
}
@media screen and (min-width: 768px) {
  .ms-md-n74 {
    margin-left: -74px;
  }
  .me-md-n74 {
    margin-right: -74px;
  }
}
.p-74 {
  padding: 74px;
}
.pt-74 {
  padding-top: 74px;
}
.pb-74 {
  padding-bottom: 74px;
}
.ps-74 {
  padding-left: 74px;
}
.pe-74 {
  padding-right: 74px;
}
.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.px-74 {
  padding-right: 74px;
  padding-left: 74px;
}
@media screen and (min-width: 768px) {
  .pt-md-74 {
    padding-top: 74px;
  }
  .pb-md-74 {
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-74 {
    padding-top: 74px;
  }
  .pb-lg-74 {
    padding-bottom: 74px;
  }
}
.mb-72 {
  margin-bottom: 72px;
}
.mt-72 {
  margin-top: 72px;
}
.me-72 {
  margin-right: 72px;
}
.ms-72 {
  margin-left: 72px;
}
.mx-72 {
  margin-right: 72px;
  margin-left: 72px;
}
.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.mt-n72 {
  margin-top: -72px;
}
.ms-n72 {
  margin-left: -72px;
}
.me-n72 {
  margin-right: -72px;
}
@media screen and (min-width: 768px) {
  .ms-md-n72 {
    margin-left: -72px;
  }
  .me-md-n72 {
    margin-right: -72px;
  }
}
.p-72 {
  padding: 72px;
}
.pt-72 {
  padding-top: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.ps-72 {
  padding-left: 72px;
}
.pe-72 {
  padding-right: 72px;
}
.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}
@media screen and (min-width: 768px) {
  .pt-md-72 {
    padding-top: 72px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-72 {
    padding-top: 72px;
  }
  .pb-lg-72 {
    padding-bottom: 72px;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.me-70 {
  margin-right: 70px;
}
.ms-70 {
  margin-left: 70px;
}
.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mt-n70 {
  margin-top: -70px;
}
.ms-n70 {
  margin-left: -70px;
}
.me-n70 {
  margin-right: -70px;
}
@media screen and (min-width: 768px) {
  .ms-md-n70 {
    margin-left: -70px;
  }
  .me-md-n70 {
    margin-right: -70px;
  }
}
.p-70 {
  padding: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.ps-70 {
  padding-left: 70px;
}
.pe-70 {
  padding-right: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
}
.mb-68 {
  margin-bottom: 68px;
}
.mt-68 {
  margin-top: 68px;
}
.me-68 {
  margin-right: 68px;
}
.ms-68 {
  margin-left: 68px;
}
.mx-68 {
  margin-right: 68px;
  margin-left: 68px;
}
.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.mt-n68 {
  margin-top: -68px;
}
.ms-n68 {
  margin-left: -68px;
}
.me-n68 {
  margin-right: -68px;
}
@media screen and (min-width: 768px) {
  .ms-md-n68 {
    margin-left: -68px;
  }
  .me-md-n68 {
    margin-right: -68px;
  }
}
.p-68 {
  padding: 68px;
}
.pt-68 {
  padding-top: 68px;
}
.pb-68 {
  padding-bottom: 68px;
}
.ps-68 {
  padding-left: 68px;
}
.pe-68 {
  padding-right: 68px;
}
.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}
@media screen and (min-width: 768px) {
  .pt-md-68 {
    padding-top: 68px;
  }
  .pb-md-68 {
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-68 {
    padding-top: 68px;
  }
  .pb-lg-68 {
    padding-bottom: 68px;
  }
}
.mb-66 {
  margin-bottom: 66px;
}
.mt-66 {
  margin-top: 66px;
}
.me-66 {
  margin-right: 66px;
}
.ms-66 {
  margin-left: 66px;
}
.mx-66 {
  margin-right: 66px;
  margin-left: 66px;
}
.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.mt-n66 {
  margin-top: -66px;
}
.ms-n66 {
  margin-left: -66px;
}
.me-n66 {
  margin-right: -66px;
}
@media screen and (min-width: 768px) {
  .ms-md-n66 {
    margin-left: -66px;
  }
  .me-md-n66 {
    margin-right: -66px;
  }
}
.p-66 {
  padding: 66px;
}
.pt-66 {
  padding-top: 66px;
}
.pb-66 {
  padding-bottom: 66px;
}
.ps-66 {
  padding-left: 66px;
}
.pe-66 {
  padding-right: 66px;
}
.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.px-66 {
  padding-right: 66px;
  padding-left: 66px;
}
@media screen and (min-width: 768px) {
  .pt-md-66 {
    padding-top: 66px;
  }
  .pb-md-66 {
    padding-bottom: 66px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-66 {
    padding-top: 66px;
  }
  .pb-lg-66 {
    padding-bottom: 66px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.me-64 {
  margin-right: 64px;
}
.ms-64 {
  margin-left: 64px;
}
.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}
.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mt-n64 {
  margin-top: -64px;
}
.ms-n64 {
  margin-left: -64px;
}
.me-n64 {
  margin-right: -64px;
}
@media screen and (min-width: 768px) {
  .ms-md-n64 {
    margin-left: -64px;
  }
  .me-md-n64 {
    margin-right: -64px;
  }
}
.p-64 {
  padding: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.ps-64 {
  padding-left: 64px;
}
.pe-64 {
  padding-right: 64px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (min-width: 768px) {
  .pt-md-64 {
    padding-top: 64px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-64 {
    padding-top: 64px;
  }
  .pb-lg-64 {
    padding-bottom: 64px;
  }
}
.mb-62 {
  margin-bottom: 62px;
}
.mt-62 {
  margin-top: 62px;
}
.me-62 {
  margin-right: 62px;
}
.ms-62 {
  margin-left: 62px;
}
.mx-62 {
  margin-right: 62px;
  margin-left: 62px;
}
.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.mt-n62 {
  margin-top: -62px;
}
.ms-n62 {
  margin-left: -62px;
}
.me-n62 {
  margin-right: -62px;
}
@media screen and (min-width: 768px) {
  .ms-md-n62 {
    margin-left: -62px;
  }
  .me-md-n62 {
    margin-right: -62px;
  }
}
.p-62 {
  padding: 62px;
}
.pt-62 {
  padding-top: 62px;
}
.pb-62 {
  padding-bottom: 62px;
}
.ps-62 {
  padding-left: 62px;
}
.pe-62 {
  padding-right: 62px;
}
.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.px-62 {
  padding-right: 62px;
  padding-left: 62px;
}
@media screen and (min-width: 768px) {
  .pt-md-62 {
    padding-top: 62px;
  }
  .pb-md-62 {
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-62 {
    padding-top: 62px;
  }
  .pb-lg-62 {
    padding-bottom: 62px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.me-60 {
  margin-right: 60px;
}
.ms-60 {
  margin-left: 60px;
}
.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-n60 {
  margin-top: -60px;
}
.ms-n60 {
  margin-left: -60px;
}
.me-n60 {
  margin-right: -60px;
}
@media screen and (min-width: 768px) {
  .ms-md-n60 {
    margin-left: -60px;
  }
  .me-md-n60 {
    margin-right: -60px;
  }
}
.p-60 {
  padding: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ps-60 {
  padding-left: 60px;
}
.pe-60 {
  padding-right: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
}
.mb-58 {
  margin-bottom: 58px;
}
.mt-58 {
  margin-top: 58px;
}
.me-58 {
  margin-right: 58px;
}
.ms-58 {
  margin-left: 58px;
}
.mx-58 {
  margin-right: 58px;
  margin-left: 58px;
}
.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.mt-n58 {
  margin-top: -58px;
}
.ms-n58 {
  margin-left: -58px;
}
.me-n58 {
  margin-right: -58px;
}
@media screen and (min-width: 768px) {
  .ms-md-n58 {
    margin-left: -58px;
  }
  .me-md-n58 {
    margin-right: -58px;
  }
}
.p-58 {
  padding: 58px;
}
.pt-58 {
  padding-top: 58px;
}
.pb-58 {
  padding-bottom: 58px;
}
.ps-58 {
  padding-left: 58px;
}
.pe-58 {
  padding-right: 58px;
}
.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.px-58 {
  padding-right: 58px;
  padding-left: 58px;
}
@media screen and (min-width: 768px) {
  .pt-md-58 {
    padding-top: 58px;
  }
  .pb-md-58 {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-58 {
    padding-top: 58px;
  }
  .pb-lg-58 {
    padding-bottom: 58px;
  }
}
.mb-56 {
  margin-bottom: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.me-56 {
  margin-right: 56px;
}
.ms-56 {
  margin-left: 56px;
}
.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}
.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.mt-n56 {
  margin-top: -56px;
}
.ms-n56 {
  margin-left: -56px;
}
.me-n56 {
  margin-right: -56px;
}
@media screen and (min-width: 768px) {
  .ms-md-n56 {
    margin-left: -56px;
  }
  .me-md-n56 {
    margin-right: -56px;
  }
}
.p-56 {
  padding: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.ps-56 {
  padding-left: 56px;
}
.pe-56 {
  padding-right: 56px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}
@media screen and (min-width: 768px) {
  .pt-md-56 {
    padding-top: 56px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
}
.mb-54 {
  margin-bottom: 54px;
}
.mt-54 {
  margin-top: 54px;
}
.me-54 {
  margin-right: 54px;
}
.ms-54 {
  margin-left: 54px;
}
.mx-54 {
  margin-right: 54px;
  margin-left: 54px;
}
.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.mt-n54 {
  margin-top: -54px;
}
.ms-n54 {
  margin-left: -54px;
}
.me-n54 {
  margin-right: -54px;
}
@media screen and (min-width: 768px) {
  .ms-md-n54 {
    margin-left: -54px;
  }
  .me-md-n54 {
    margin-right: -54px;
  }
}
.p-54 {
  padding: 54px;
}
.pt-54 {
  padding-top: 54px;
}
.pb-54 {
  padding-bottom: 54px;
}
.ps-54 {
  padding-left: 54px;
}
.pe-54 {
  padding-right: 54px;
}
.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.px-54 {
  padding-right: 54px;
  padding-left: 54px;
}
@media screen and (min-width: 768px) {
  .pt-md-54 {
    padding-top: 54px;
  }
  .pb-md-54 {
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-54 {
    padding-top: 54px;
  }
  .pb-lg-54 {
    padding-bottom: 54px;
  }
}
.mb-52 {
  margin-bottom: 52px;
}
.mt-52 {
  margin-top: 52px;
}
.me-52 {
  margin-right: 52px;
}
.ms-52 {
  margin-left: 52px;
}
.mx-52 {
  margin-right: 52px;
  margin-left: 52px;
}
.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.mt-n52 {
  margin-top: -52px;
}
.ms-n52 {
  margin-left: -52px;
}
.me-n52 {
  margin-right: -52px;
}
@media screen and (min-width: 768px) {
  .ms-md-n52 {
    margin-left: -52px;
  }
  .me-md-n52 {
    margin-right: -52px;
  }
}
.p-52 {
  padding: 52px;
}
.pt-52 {
  padding-top: 52px;
}
.pb-52 {
  padding-bottom: 52px;
}
.ps-52 {
  padding-left: 52px;
}
.pe-52 {
  padding-right: 52px;
}
.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}
@media screen and (min-width: 768px) {
  .pt-md-52 {
    padding-top: 52px;
  }
  .pb-md-52 {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-52 {
    padding-top: 52px;
  }
  .pb-lg-52 {
    padding-bottom: 52px;
  }
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.me-50 {
  margin-right: 50px;
}
.ms-50 {
  margin-left: 50px;
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-n50 {
  margin-top: -50px;
}
.ms-n50 {
  margin-left: -50px;
}
.me-n50 {
  margin-right: -50px;
}
@media screen and (min-width: 768px) {
  .ms-md-n50 {
    margin-left: -50px;
  }
  .me-md-n50 {
    margin-right: -50px;
  }
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ps-50 {
  padding-left: 50px;
}
.pe-50 {
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.me-48 {
  margin-right: 48px;
}
.ms-48 {
  margin-left: 48px;
}
.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mt-n48 {
  margin-top: -48px;
}
.ms-n48 {
  margin-left: -48px;
}
.me-n48 {
  margin-right: -48px;
}
@media screen and (min-width: 768px) {
  .ms-md-n48 {
    margin-left: -48px;
  }
  .me-md-n48 {
    margin-right: -48px;
  }
}
.p-48 {
  padding: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.ps-48 {
  padding-left: 48px;
}
.pe-48 {
  padding-right: 48px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (min-width: 768px) {
  .pt-md-48 {
    padding-top: 48px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
}
.mb-46 {
  margin-bottom: 46px;
}
.mt-46 {
  margin-top: 46px;
}
.me-46 {
  margin-right: 46px;
}
.ms-46 {
  margin-left: 46px;
}
.mx-46 {
  margin-right: 46px;
  margin-left: 46px;
}
.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.mt-n46 {
  margin-top: -46px;
}
.ms-n46 {
  margin-left: -46px;
}
.me-n46 {
  margin-right: -46px;
}
@media screen and (min-width: 768px) {
  .ms-md-n46 {
    margin-left: -46px;
  }
  .me-md-n46 {
    margin-right: -46px;
  }
}
.p-46 {
  padding: 46px;
}
.pt-46 {
  padding-top: 46px;
}
.pb-46 {
  padding-bottom: 46px;
}
.ps-46 {
  padding-left: 46px;
}
.pe-46 {
  padding-right: 46px;
}
.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.px-46 {
  padding-right: 46px;
  padding-left: 46px;
}
@media screen and (min-width: 768px) {
  .pt-md-46 {
    padding-top: 46px;
  }
  .pb-md-46 {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-46 {
    padding-top: 46px;
  }
  .pb-lg-46 {
    padding-bottom: 46px;
  }
}
.mb-44 {
  margin-bottom: 44px;
}
.mt-44 {
  margin-top: 44px;
}
.me-44 {
  margin-right: 44px;
}
.ms-44 {
  margin-left: 44px;
}
.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}
.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.mt-n44 {
  margin-top: -44px;
}
.ms-n44 {
  margin-left: -44px;
}
.me-n44 {
  margin-right: -44px;
}
@media screen and (min-width: 768px) {
  .ms-md-n44 {
    margin-left: -44px;
  }
  .me-md-n44 {
    margin-right: -44px;
  }
}
.p-44 {
  padding: 44px;
}
.pt-44 {
  padding-top: 44px;
}
.pb-44 {
  padding-bottom: 44px;
}
.ps-44 {
  padding-left: 44px;
}
.pe-44 {
  padding-right: 44px;
}
.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}
@media screen and (min-width: 768px) {
  .pt-md-44 {
    padding-top: 44px;
  }
  .pb-md-44 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-44 {
    padding-top: 44px;
  }
  .pb-lg-44 {
    padding-bottom: 44px;
  }
}
.mb-42 {
  margin-bottom: 42px;
}
.mt-42 {
  margin-top: 42px;
}
.me-42 {
  margin-right: 42px;
}
.ms-42 {
  margin-left: 42px;
}
.mx-42 {
  margin-right: 42px;
  margin-left: 42px;
}
.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.mt-n42 {
  margin-top: -42px;
}
.ms-n42 {
  margin-left: -42px;
}
.me-n42 {
  margin-right: -42px;
}
@media screen and (min-width: 768px) {
  .ms-md-n42 {
    margin-left: -42px;
  }
  .me-md-n42 {
    margin-right: -42px;
  }
}
.p-42 {
  padding: 42px;
}
.pt-42 {
  padding-top: 42px;
}
.pb-42 {
  padding-bottom: 42px;
}
.ps-42 {
  padding-left: 42px;
}
.pe-42 {
  padding-right: 42px;
}
.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.px-42 {
  padding-right: 42px;
  padding-left: 42px;
}
@media screen and (min-width: 768px) {
  .pt-md-42 {
    padding-top: 42px;
  }
  .pb-md-42 {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-42 {
    padding-top: 42px;
  }
  .pb-lg-42 {
    padding-bottom: 42px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.me-40 {
  margin-right: 40px;
}
.ms-40 {
  margin-left: 40px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt-n40 {
  margin-top: -40px;
}
.ms-n40 {
  margin-left: -40px;
}
.me-n40 {
  margin-right: -40px;
}
@media screen and (min-width: 768px) {
  .ms-md-n40 {
    margin-left: -40px;
  }
  .me-md-n40 {
    margin-right: -40px;
  }
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ps-40 {
  padding-left: 40px;
}
.pe-40 {
  padding-right: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
}
.mb-38 {
  margin-bottom: 38px;
}
.mt-38 {
  margin-top: 38px;
}
.me-38 {
  margin-right: 38px;
}
.ms-38 {
  margin-left: 38px;
}
.mx-38 {
  margin-right: 38px;
  margin-left: 38px;
}
.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.mt-n38 {
  margin-top: -38px;
}
.ms-n38 {
  margin-left: -38px;
}
.me-n38 {
  margin-right: -38px;
}
@media screen and (min-width: 768px) {
  .ms-md-n38 {
    margin-left: -38px;
  }
  .me-md-n38 {
    margin-right: -38px;
  }
}
.p-38 {
  padding: 38px;
}
.pt-38 {
  padding-top: 38px;
}
.pb-38 {
  padding-bottom: 38px;
}
.ps-38 {
  padding-left: 38px;
}
.pe-38 {
  padding-right: 38px;
}
.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.px-38 {
  padding-right: 38px;
  padding-left: 38px;
}
@media screen and (min-width: 768px) {
  .pt-md-38 {
    padding-top: 38px;
  }
  .pb-md-38 {
    padding-bottom: 38px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-38 {
    padding-top: 38px;
  }
  .pb-lg-38 {
    padding-bottom: 38px;
  }
}
.mb-36 {
  margin-bottom: 36px;
}
.mt-36 {
  margin-top: 36px;
}
.me-36 {
  margin-right: 36px;
}
.ms-36 {
  margin-left: 36px;
}
.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}
.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.mt-n36 {
  margin-top: -36px;
}
.ms-n36 {
  margin-left: -36px;
}
.me-n36 {
  margin-right: -36px;
}
@media screen and (min-width: 768px) {
  .ms-md-n36 {
    margin-left: -36px;
  }
  .me-md-n36 {
    margin-right: -36px;
  }
}
.p-36 {
  padding: 36px;
}
.pt-36 {
  padding-top: 36px;
}
.pb-36 {
  padding-bottom: 36px;
}
.ps-36 {
  padding-left: 36px;
}
.pe-36 {
  padding-right: 36px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .pt-md-36 {
    padding-top: 36px;
  }
  .pb-md-36 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-36 {
    padding-top: 36px;
  }
  .pb-lg-36 {
    padding-bottom: 36px;
  }
}
.mb-34 {
  margin-bottom: 34px;
}
.mt-34 {
  margin-top: 34px;
}
.me-34 {
  margin-right: 34px;
}
.ms-34 {
  margin-left: 34px;
}
.mx-34 {
  margin-right: 34px;
  margin-left: 34px;
}
.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.mt-n34 {
  margin-top: -34px;
}
.ms-n34 {
  margin-left: -34px;
}
.me-n34 {
  margin-right: -34px;
}
@media screen and (min-width: 768px) {
  .ms-md-n34 {
    margin-left: -34px;
  }
  .me-md-n34 {
    margin-right: -34px;
  }
}
.p-34 {
  padding: 34px;
}
.pt-34 {
  padding-top: 34px;
}
.pb-34 {
  padding-bottom: 34px;
}
.ps-34 {
  padding-left: 34px;
}
.pe-34 {
  padding-right: 34px;
}
.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.px-34 {
  padding-right: 34px;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  .pt-md-34 {
    padding-top: 34px;
  }
  .pb-md-34 {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-34 {
    padding-top: 34px;
  }
  .pb-lg-34 {
    padding-bottom: 34px;
  }
}
.mb-32 {
  margin-bottom: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.me-32 {
  margin-right: 32px;
}
.ms-32 {
  margin-left: 32px;
}
.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mt-n32 {
  margin-top: -32px;
}
.ms-n32 {
  margin-left: -32px;
}
.me-n32 {
  margin-right: -32px;
}
@media screen and (min-width: 768px) {
  .ms-md-n32 {
    margin-left: -32px;
  }
  .me-md-n32 {
    margin-right: -32px;
  }
}
.p-32 {
  padding: 32px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.ps-32 {
  padding-left: 32px;
}
.pe-32 {
  padding-right: 32px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.me-30 {
  margin-right: 30px;
}
.ms-30 {
  margin-left: 30px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-n30 {
  margin-top: -30px;
}
.ms-n30 {
  margin-left: -30px;
}
.me-n30 {
  margin-right: -30px;
}
@media screen and (min-width: 768px) {
  .ms-md-n30 {
    margin-left: -30px;
  }
  .me-md-n30 {
    margin-right: -30px;
  }
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ps-30 {
  padding-left: 30px;
}
.pe-30 {
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
}
.mb-28 {
  margin-bottom: 28px;
}
.mt-28 {
  margin-top: 28px;
}
.me-28 {
  margin-right: 28px;
}
.ms-28 {
  margin-left: 28px;
}
.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mt-n28 {
  margin-top: -28px;
}
.ms-n28 {
  margin-left: -28px;
}
.me-n28 {
  margin-right: -28px;
}
@media screen and (min-width: 768px) {
  .ms-md-n28 {
    margin-left: -28px;
  }
  .me-md-n28 {
    margin-right: -28px;
  }
}
.p-28 {
  padding: 28px;
}
.pt-28 {
  padding-top: 28px;
}
.pb-28 {
  padding-bottom: 28px;
}
.ps-28 {
  padding-left: 28px;
}
.pe-28 {
  padding-right: 28px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .pt-md-28 {
    padding-top: 28px;
  }
  .pb-md-28 {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-28 {
    padding-top: 28px;
  }
  .pb-lg-28 {
    padding-bottom: 28px;
  }
}
.mb-26 {
  margin-bottom: 26px;
}
.mt-26 {
  margin-top: 26px;
}
.me-26 {
  margin-right: 26px;
}
.ms-26 {
  margin-left: 26px;
}
.mx-26 {
  margin-right: 26px;
  margin-left: 26px;
}
.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.mt-n26 {
  margin-top: -26px;
}
.ms-n26 {
  margin-left: -26px;
}
.me-n26 {
  margin-right: -26px;
}
@media screen and (min-width: 768px) {
  .ms-md-n26 {
    margin-left: -26px;
  }
  .me-md-n26 {
    margin-right: -26px;
  }
}
.p-26 {
  padding: 26px;
}
.pt-26 {
  padding-top: 26px;
}
.pb-26 {
  padding-bottom: 26px;
}
.ps-26 {
  padding-left: 26px;
}
.pe-26 {
  padding-right: 26px;
}
.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.px-26 {
  padding-right: 26px;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .pt-md-26 {
    padding-top: 26px;
  }
  .pb-md-26 {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-26 {
    padding-top: 26px;
  }
  .pb-lg-26 {
    padding-bottom: 26px;
  }
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.me-24 {
  margin-right: 24px;
}
.ms-24 {
  margin-left: 24px;
}
.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mt-n24 {
  margin-top: -24px;
}
.ms-n24 {
  margin-left: -24px;
}
.me-n24 {
  margin-right: -24px;
}
@media screen and (min-width: 768px) {
  .ms-md-n24 {
    margin-left: -24px;
  }
  .me-md-n24 {
    margin-right: -24px;
  }
}
.p-24 {
  padding: 24px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.ps-24 {
  padding-left: 24px;
}
.pe-24 {
  padding-right: 24px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .pt-md-24 {
    padding-top: 24px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
}
.mb-22 {
  margin-bottom: 22px;
}
.mt-22 {
  margin-top: 22px;
}
.me-22 {
  margin-right: 22px;
}
.ms-22 {
  margin-left: 22px;
}
.mx-22 {
  margin-right: 22px;
  margin-left: 22px;
}
.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.mt-n22 {
  margin-top: -22px;
}
.ms-n22 {
  margin-left: -22px;
}
.me-n22 {
  margin-right: -22px;
}
@media screen and (min-width: 768px) {
  .ms-md-n22 {
    margin-left: -22px;
  }
  .me-md-n22 {
    margin-right: -22px;
  }
}
.p-22 {
  padding: 22px;
}
.pt-22 {
  padding-top: 22px;
}
.pb-22 {
  padding-bottom: 22px;
}
.ps-22 {
  padding-left: 22px;
}
.pe-22 {
  padding-right: 22px;
}
.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-22 {
  padding-right: 22px;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .pt-md-22 {
    padding-top: 22px;
  }
  .pb-md-22 {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-22 {
    padding-top: 22px;
  }
  .pb-lg-22 {
    padding-bottom: 22px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.me-20 {
  margin-right: 20px;
}
.ms-20 {
  margin-left: 20px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-n20 {
  margin-top: -20px;
}
.ms-n20 {
  margin-left: -20px;
}
.me-n20 {
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .ms-md-n20 {
    margin-left: -20px;
  }
  .me-md-n20 {
    margin-right: -20px;
  }
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ps-20 {
  padding-left: 20px;
}
.pe-20 {
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-18 {
  margin-top: 18px;
}
.me-18 {
  margin-right: 18px;
}
.ms-18 {
  margin-left: 18px;
}
.mx-18 {
  margin-right: 18px;
  margin-left: 18px;
}
.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.mt-n18 {
  margin-top: -18px;
}
.ms-n18 {
  margin-left: -18px;
}
.me-n18 {
  margin-right: -18px;
}
@media screen and (min-width: 768px) {
  .ms-md-n18 {
    margin-left: -18px;
  }
  .me-md-n18 {
    margin-right: -18px;
  }
}
.p-18 {
  padding: 18px;
}
.pt-18 {
  padding-top: 18px;
}
.pb-18 {
  padding-bottom: 18px;
}
.ps-18 {
  padding-left: 18px;
}
.pe-18 {
  padding-right: 18px;
}
.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-18 {
  padding-right: 18px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .pt-md-18 {
    padding-top: 18px;
  }
  .pb-md-18 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-18 {
    padding-top: 18px;
  }
  .pb-lg-18 {
    padding-bottom: 18px;
  }
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.me-16 {
  margin-right: 16px;
}
.ms-16 {
  margin-left: 16px;
}
.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mt-n16 {
  margin-top: -16px;
}
.ms-n16 {
  margin-left: -16px;
}
.me-n16 {
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .ms-md-n16 {
    margin-left: -16px;
  }
  .me-md-n16 {
    margin-right: -16px;
  }
}
.p-16 {
  padding: 16px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.ps-16 {
  padding-left: 16px;
}
.pe-16 {
  padding-right: 16px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .pt-md-16 {
    padding-top: 16px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
}
.mb-14 {
  margin-bottom: 14px;
}
.mt-14 {
  margin-top: 14px;
}
.me-14 {
  margin-right: 14px;
}
.ms-14 {
  margin-left: 14px;
}
.mx-14 {
  margin-right: 14px;
  margin-left: 14px;
}
.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.mt-n14 {
  margin-top: -14px;
}
.ms-n14 {
  margin-left: -14px;
}
.me-n14 {
  margin-right: -14px;
}
@media screen and (min-width: 768px) {
  .ms-md-n14 {
    margin-left: -14px;
  }
  .me-md-n14 {
    margin-right: -14px;
  }
}
.p-14 {
  padding: 14px;
}
.pt-14 {
  padding-top: 14px;
}
.pb-14 {
  padding-bottom: 14px;
}
.ps-14 {
  padding-left: 14px;
}
.pe-14 {
  padding-right: 14px;
}
.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-14 {
  padding-right: 14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .pt-md-14 {
    padding-top: 14px;
  }
  .pb-md-14 {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 14px;
  }
  .pb-lg-14 {
    padding-bottom: 14px;
  }
}
.mb-12 {
  margin-bottom: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.me-12 {
  margin-right: 12px;
}
.ms-12 {
  margin-left: 12px;
}
.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mt-n12 {
  margin-top: -12px;
}
.ms-n12 {
  margin-left: -12px;
}
.me-n12 {
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  .ms-md-n12 {
    margin-left: -12px;
  }
  .me-md-n12 {
    margin-right: -12px;
  }
}
.p-12 {
  padding: 12px;
}
.pt-12 {
  padding-top: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.ps-12 {
  padding-left: 12px;
}
.pe-12 {
  padding-right: 12px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .pt-md-12 {
    padding-top: 12px;
  }
  .pb-md-12 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12px;
  }
  .pb-lg-12 {
    padding-bottom: 12px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.me-10 {
  margin-right: 10px;
}
.ms-10 {
  margin-left: 10px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt-n10 {
  margin-top: -10px;
}
.ms-n10 {
  margin-left: -10px;
}
.me-n10 {
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .ms-md-n10 {
    margin-left: -10px;
  }
  .me-md-n10 {
    margin-right: -10px;
  }
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ps-10 {
  padding-left: 10px;
}
.pe-10 {
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.me-8 {
  margin-right: 8px;
}
.ms-8 {
  margin-left: 8px;
}
.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mt-n8 {
  margin-top: -8px;
}
.ms-n8 {
  margin-left: -8px;
}
.me-n8 {
  margin-right: -8px;
}
@media screen and (min-width: 768px) {
  .ms-md-n8 {
    margin-left: -8px;
  }
  .me-md-n8 {
    margin-right: -8px;
  }
}
.p-8 {
  padding: 8px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.ps-8 {
  padding-left: 8px;
}
.pe-8 {
  padding-right: 8px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8px;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
}
.mb-6 {
  margin-bottom: 6px;
}
.mt-6 {
  margin-top: 6px;
}
.me-6 {
  margin-right: 6px;
}
.ms-6 {
  margin-left: 6px;
}
.mx-6 {
  margin-right: 6px;
  margin-left: 6px;
}
.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mt-n6 {
  margin-top: -6px;
}
.ms-n6 {
  margin-left: -6px;
}
.me-n6 {
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .ms-md-n6 {
    margin-left: -6px;
  }
  .me-md-n6 {
    margin-right: -6px;
  }
}
.p-6 {
  padding: 6px;
}
.pt-6 {
  padding-top: 6px;
}
.pb-6 {
  padding-bottom: 6px;
}
.ps-6 {
  padding-left: 6px;
}
.pe-6 {
  padding-right: 6px;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-6 {
  padding-right: 6px;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .pt-md-6 {
    padding-top: 6px;
  }
  .pb-md-6 {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 6px;
  }
  .pb-lg-6 {
    padding-bottom: 6px;
  }
}
.mb-03 {
  margin-bottom: 3px;
}
.mt-n-03 {
  margin-top: -3px;
}
/*
    Easily make an element as wide or as tall with our width and height utilities.
     Default class from Bootstrap:
    ---  .w-25 .w-50 .w-75 .w-100 == Width 25% 50% 75% 100% ( Same for Height)
    --- w-auto = width: auto
*/
.h-rem-12 {
  height: 12rem;
}
.w-rem-12 {
  width: 12rem;
}
.h-rem-11 {
  height: 11rem;
}
.w-rem-11 {
  width: 11rem;
}
.h-rem-10 {
  height: 10rem;
}
.w-rem-10 {
  width: 10rem;
}
.h-rem-9 {
  height: 9rem;
}
.w-rem-9 {
  width: 9rem;
}
.h-rem-8 {
  height: 8rem;
}
.w-rem-8 {
  width: 8rem;
}
.h-rem-7 {
  height: 7rem;
}
.w-rem-7 {
  width: 7rem;
}
.h-rem-6 {
  height: 6rem;
}
.w-rem-6 {
  width: 6rem;
}
.h-rem-5 {
  height: 5rem;
}
.w-rem-5 {
  width: 5rem;
}
.h-rem-4 {
  height: 4rem;
}
.w-rem-4 {
  width: 4rem;
}
.h-rem-3 {
  height: 3rem;
}
.w-rem-3 {
  width: 3rem;
}
.h-rem-2 {
  height: 2rem;
}
.w-rem-2 {
  width: 2rem;
}
.h-rem-1 {
  height: 1rem;
}
.w-rem-1 {
  width: 1rem;
}
.vh-90 {
  height: 90vh !important;
}
.vw-90 {
  width: 90vw !important;
}
.vh-80 {
  height: 80vh !important;
}
.vw-80 {
  width: 80vw !important;
}
.vh-70 {
  height: 70vh !important;
}
.vw-70 {
  width: 70vw !important;
}
.vh-60 {
  height: 60vh !important;
}
.vw-60 {
  width: 60vw !important;
}
.vh-50 {
  height: 50vh !important;
}
.vw-50 {
  width: 50vw !important;
}
.vh-40 {
  height: 40vh !important;
}
.vw-40 {
  width: 40vw !important;
}
.vh-30 {
  height: 30vh !important;
}
.vw-30 {
  width: 30vw !important;
}
.vh-20 {
  height: 20vh !important;
}
.vw-20 {
  width: 20vw !important;
}
.vh-10 {
  height: 10vh !important;
}
.vw-10 {
  width: 10vw !important;
}
.w-60 {
  width: 60px;
}
.w-80 {
  width: 80px;
}
.w-160 {
  width: 160px;
}
.w-fit-content {
  width: fit-content !important;
}
.mww-276 {
  max-width: 276px;
  width: 100%;
}
.max-width-700 {
  max-width: 700px;
}
.max-width-450 {
  max-width: 450px;
}
.max-width-350 {
  max-width: 350px;
}
.max-width-390 {
  max-width: 390px;
}
.max-width-880 {
  max-width: 880px;
}
.max-width-470 {
  max-width: 470px;
}
.max-width-700 {
  max-width: 700px;
}
.max-width-450 {
  max-width: 450px;
}
.max-width-500 {
  max-width: 500px;
}
.max-width-350 {
  max-width: 350px;
}
.max-width-300 {
  max-width: 300px;
}
.w-200 {
  width: 200px;
}
.minh-100 {
  min-height: 100%;
}
.minh-400 {
  min-height: 350px;
}
.max-height-430 {
  max-height: 430px;
}
.max-height-200 {
  max-height: 218px;
}
.max-height-218 {
  max-height: 218px;
}
.max-height-324 {
  max-height: 334px;
}
.max-height-580 {
  max-height: 580px;
}
.maxh-auto {
  max-height: initial !important;
}
@media (min-width: 992px) {
  .col-lg-300 {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .col-xl-410 {
    max-width: 410px;
  }
}
@media (max-width: 600px) {
  .w-sm-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-m-100 {
    width: 100%;
  }
}
.mww-276 {
  max-width: 276px;
  width: 100%;
}
.fix-wh-36 {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.fix-wh-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.fix-wh-28 {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 36px 0;
  }
}
.section-sm {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .section-sm {
    padding: 36px 0;
  }
}
.section-xsm {
  padding: 24px 0 24px;
}
.section-lg {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section-lg {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-lg {
    padding: 36px 0;
  }
}
@media screen and (min-width: 992px) {
  .section-oddeven:first-child {
    padding-top: 36px;
  }
}
.section-oddeven:nth-of-type(even) {
  background-color: #f6f6f6;
}
.section-oddeven:nth-of-type(even) + .btnRow {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .section-oddeven:nth-of-type(even) + .btnRow {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-oddeven:nth-of-type(even) + .btnRow {
    padding: 36px 0;
  }
}
.section-min-h {
  min-height: calc(100vh - 470px);
}
@media screen and (max-width: 1299px) {
  .section-min-h {
    min-height: calc(100vh - 420px);
  }
}
@media screen and (max-width: 767px) {
  .section-min-h {
    min-height: calc(100vh - 320px);
  }
}
.section-image {
  background-repeat: no-repeat;
  background-position: right center;
}
.row {
  --bs-gutter-x: 38px;
}
@media screen and (max-width: 1399px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 12px;
  }
}
@media (min-width: 2100px) {
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 2100px) {
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
.grid-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
@media screen and (max-width: 1399px) {
  .grid-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}
@media (max-width: 991px) {
  .grid-row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .grid-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
  }
}
@media screen and (min-width: 992px) {
  .row-bdr-lg-start > * {
    border-left: solid 1px #E9E9EA;
  }
}
.g-0 {
  --bs-gutter-x: 0px;
}
.g-8 {
  --bs-gutter-x: 8px;
}
.g-6-8 {
  --bs-gutter-x: 6px;
  --bs-gutter-y: 8px;
}
.g-12-12 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}
.g-12-16 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 16px;
}
.g-6-6 {
  --bs-gutter-x: 6px;
  --bs-gutter-y: 6px;
}
.g-12-24 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 24px;
}
.g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.g-24-16 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 16px;
}
.g-24-12 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 12px;
}
.g-24-6 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 6px;
}
.g-8-24 {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 24px;
}
.g-38-38 {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 38px;
}
.g-x-40 {
  --bs-gutter-x: 40px;
}
.g-34-34 {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 34px;
}
.bg-dark {
  background-color: #0a0000;
}
.bg-dark-3 {
  background-color: #9e9eab;
}
.bg-dark3 {
  background-color: #686a72;
}
.bg-dark2 {
  background-color: #272a35;
}
.bg-subberlight {
  background-color: #f6f6f6;
}
.bg-subberlight-hover:hover {
  background-color: #f6f6f6;
}
.bg-supperlight {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white > .bg-subberlight,
.bg-white > .bg-dark2 {
  background-color: transparent;
}
.bg-dark-grey {
  background-color: #E9E9EA;
}
.bg-semantic-green {
  background-color: #1abc9c;
}
.bg-semantic-green.bg-opacity-12 {
  background-color: rgba(26, 188, 156, 0.12);
}
.bg-semantic-green.bg-opacity-24 {
  background-color: rgba(26, 188, 156, 0.24);
}
.bg-blue {
  background-color: #003ef6;
}
.bg-blue.bg-opacity-12 {
  background-color: rgba(0, 62, 246, 0.12);
}
.bg-blue.bg-opacity-24 {
  background-color: rgba(0, 62, 246, 0.24);
}
.bg-yellow,
.bg-orange {
  background-color: #f39c12;
}
.bg-yellow.bg-opacity-12,
.bg-orange.bg-opacity-12 {
  background-color: rgba(243, 156, 18, 0.12);
}
.bg-dark-rgb {
  background-color: #9e9eab;
}
.bg-dark-rgb.bg-opacity-12 {
  background-color: rgba(158, 158, 171, 0.12);
}
.bg-purple-heart {
  background-color: #572cc3;
}
.bg-purple-heart.bg-opacity-12 {
  background-color: rgba(87, 44, 195, 0.12);
}
.bg-opacity-12 {
  --bs-bg-opacity: 0.12;
}
.bg-opacity-30 {
  --bs-bg-opacity: 0.30;
}
.bg-neutralBorder {
  background-color: #e9e9ea;
}
.bg-warning-hard {
  background-color: #f6ebde;
}
.bg-svgfill-orange {
  fill: #f39c12;
  stroke: #f39c12;
}
.bg-svgfill-orange path {
  stroke: #f39c12;
}
.bg-img-none {
  background-image: none !important;
}
.backdrop-filter-blur-12 {
  backdrop-filter: blur(12px);
}
.backdrop-filter-blur-11 {
  backdrop-filter: blur(11px);
}
.backdrop-filter-blur-10 {
  backdrop-filter: blur(10px);
}
.backdrop-filter-blur-9 {
  backdrop-filter: blur(9px);
}
.backdrop-filter-blur-8 {
  backdrop-filter: blur(8px);
}
.backdrop-filter-blur-7 {
  backdrop-filter: blur(7px);
}
.backdrop-filter-blur-6 {
  backdrop-filter: blur(6px);
}
.backdrop-filter-blur-5 {
  backdrop-filter: blur(5px);
}
.backdrop-filter-blur-4 {
  backdrop-filter: blur(4px);
}
.backdrop-filter-blur-3 {
  backdrop-filter: blur(3px);
}
.backdrop-filter-blur-2 {
  backdrop-filter: blur(2px);
}
.backdrop-filter-blur-1 {
  backdrop-filter: blur(1px);
}
.ratio-16-9 {
  aspect-ratio: 1.77777778;
}
[class^="videoWrapper"] {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
[class^="videoWrapper"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper-964x1012 {
  padding-bottom: 104.979253112033195%;
}
.videoWrapper-1920x1080 {
  padding-bottom: 56.25%;
}
.videoWrapper-1920x1280 {
  padding-bottom: 66.666666666666667%;
}
.videoWrapper1422x812 {
  padding-bottom: 57.10267229254571%;
}
.videoWrapper1440x900 {
  padding-bottom: 62.5%;
}
.video-viewsection {
  max-width: 1180px;
  margin: 0 auto;
}
.videoWrapper-24 {
  padding-bottom: 24%;
}
@media screen and (max-width: 1400px) {
  .videoWrapper-24 {
    padding-bottom: 36%;
  }
}
@media screen and (max-width: 1199px) {
  .videoWrapper-24 {
    padding-bottom: 41%;
  }
}
@media screen and (max-width: 991px) {
  .videoWrapper-24 {
    padding-bottom: 54%;
  }
}
.color-white,
.text-white {
  color: #ffffff;
}
.text-dark2 {
  color: #272a35;
}
.text-dark3 {
  color: #686a72;
}
a.text-dark3:hover {
  color: #ec1c38;
}
.text-dark5 {
  color: #55555d;
}
.text-dark6 {
  color: #9e9eab;
}
.text-bgdark6 {
  color: #d0d0d2;
}
.color-blue,
.text-blue {
  color: #003ef6;
}
.color-orange,
.text-orange {
  color: #f39c12;
}
.highlight {
  color: #ec1c38;
}
.text-semanticgreen,
.text-semantic-green {
  color: #1abc9c;
}
.text-purple-heart {
  color: #572cc3;
}
.text-darkblue {
  color: #0b4c8c;
}
/*
### Add classes to an element to easily round its corners: 
    .rounded-pill
    .rounded-circle
    .rounded
    
    Sizes of rounded: .rounded-0, rounded-1, rounded-2, rounded-3, rounded-4, rounded-5
*/
.rounded-6 {
  border-radius: 6px;
}
.rounded-sm-3 {
  border-radius: 3px;
}
.rounded-12 {
  border-radius: 12px;
}
.top-100 {
  top: 100px;
}
.bottom-100 {
  bottom: 100px;
}
.end-100 {
  right: 100px;
}
.start-100 {
  left: 100px;
}
.top-98 {
  top: 98px;
}
.bottom-98 {
  bottom: 98px;
}
.end-98 {
  right: 98px;
}
.start-98 {
  left: 98px;
}
.top-96 {
  top: 96px;
}
.bottom-96 {
  bottom: 96px;
}
.end-96 {
  right: 96px;
}
.start-96 {
  left: 96px;
}
.top-94 {
  top: 94px;
}
.bottom-94 {
  bottom: 94px;
}
.end-94 {
  right: 94px;
}
.start-94 {
  left: 94px;
}
.top-92 {
  top: 92px;
}
.bottom-92 {
  bottom: 92px;
}
.end-92 {
  right: 92px;
}
.start-92 {
  left: 92px;
}
.top-90 {
  top: 90px;
}
.bottom-90 {
  bottom: 90px;
}
.end-90 {
  right: 90px;
}
.start-90 {
  left: 90px;
}
.top-88 {
  top: 88px;
}
.bottom-88 {
  bottom: 88px;
}
.end-88 {
  right: 88px;
}
.start-88 {
  left: 88px;
}
.top-86 {
  top: 86px;
}
.bottom-86 {
  bottom: 86px;
}
.end-86 {
  right: 86px;
}
.start-86 {
  left: 86px;
}
.top-84 {
  top: 84px;
}
.bottom-84 {
  bottom: 84px;
}
.end-84 {
  right: 84px;
}
.start-84 {
  left: 84px;
}
.top-82 {
  top: 82px;
}
.bottom-82 {
  bottom: 82px;
}
.end-82 {
  right: 82px;
}
.start-82 {
  left: 82px;
}
.top-80 {
  top: 80px;
}
.bottom-80 {
  bottom: 80px;
}
.end-80 {
  right: 80px;
}
.start-80 {
  left: 80px;
}
.top-78 {
  top: 78px;
}
.bottom-78 {
  bottom: 78px;
}
.end-78 {
  right: 78px;
}
.start-78 {
  left: 78px;
}
.top-76 {
  top: 76px;
}
.bottom-76 {
  bottom: 76px;
}
.end-76 {
  right: 76px;
}
.start-76 {
  left: 76px;
}
.top-74 {
  top: 74px;
}
.bottom-74 {
  bottom: 74px;
}
.end-74 {
  right: 74px;
}
.start-74 {
  left: 74px;
}
.top-72 {
  top: 72px;
}
.bottom-72 {
  bottom: 72px;
}
.end-72 {
  right: 72px;
}
.start-72 {
  left: 72px;
}
.top-70 {
  top: 70px;
}
.bottom-70 {
  bottom: 70px;
}
.end-70 {
  right: 70px;
}
.start-70 {
  left: 70px;
}
.top-68 {
  top: 68px;
}
.bottom-68 {
  bottom: 68px;
}
.end-68 {
  right: 68px;
}
.start-68 {
  left: 68px;
}
.top-66 {
  top: 66px;
}
.bottom-66 {
  bottom: 66px;
}
.end-66 {
  right: 66px;
}
.start-66 {
  left: 66px;
}
.top-64 {
  top: 64px;
}
.bottom-64 {
  bottom: 64px;
}
.end-64 {
  right: 64px;
}
.start-64 {
  left: 64px;
}
.top-62 {
  top: 62px;
}
.bottom-62 {
  bottom: 62px;
}
.end-62 {
  right: 62px;
}
.start-62 {
  left: 62px;
}
.top-60 {
  top: 60px;
}
.bottom-60 {
  bottom: 60px;
}
.end-60 {
  right: 60px;
}
.start-60 {
  left: 60px;
}
.top-58 {
  top: 58px;
}
.bottom-58 {
  bottom: 58px;
}
.end-58 {
  right: 58px;
}
.start-58 {
  left: 58px;
}
.top-56 {
  top: 56px;
}
.bottom-56 {
  bottom: 56px;
}
.end-56 {
  right: 56px;
}
.start-56 {
  left: 56px;
}
.top-54 {
  top: 54px;
}
.bottom-54 {
  bottom: 54px;
}
.end-54 {
  right: 54px;
}
.start-54 {
  left: 54px;
}
.top-52 {
  top: 52px;
}
.bottom-52 {
  bottom: 52px;
}
.end-52 {
  right: 52px;
}
.start-52 {
  left: 52px;
}
.top-50 {
  top: 50px;
}
.bottom-50 {
  bottom: 50px;
}
.end-50 {
  right: 50px;
}
.start-50 {
  left: 50px;
}
.top-48 {
  top: 48px;
}
.bottom-48 {
  bottom: 48px;
}
.end-48 {
  right: 48px;
}
.start-48 {
  left: 48px;
}
.top-46 {
  top: 46px;
}
.bottom-46 {
  bottom: 46px;
}
.end-46 {
  right: 46px;
}
.start-46 {
  left: 46px;
}
.top-44 {
  top: 44px;
}
.bottom-44 {
  bottom: 44px;
}
.end-44 {
  right: 44px;
}
.start-44 {
  left: 44px;
}
.top-42 {
  top: 42px;
}
.bottom-42 {
  bottom: 42px;
}
.end-42 {
  right: 42px;
}
.start-42 {
  left: 42px;
}
.top-40 {
  top: 40px;
}
.bottom-40 {
  bottom: 40px;
}
.end-40 {
  right: 40px;
}
.start-40 {
  left: 40px;
}
.top-38 {
  top: 38px;
}
.bottom-38 {
  bottom: 38px;
}
.end-38 {
  right: 38px;
}
.start-38 {
  left: 38px;
}
.top-36 {
  top: 36px;
}
.bottom-36 {
  bottom: 36px;
}
.end-36 {
  right: 36px;
}
.start-36 {
  left: 36px;
}
.top-34 {
  top: 34px;
}
.bottom-34 {
  bottom: 34px;
}
.end-34 {
  right: 34px;
}
.start-34 {
  left: 34px;
}
.top-32 {
  top: 32px;
}
.bottom-32 {
  bottom: 32px;
}
.end-32 {
  right: 32px;
}
.start-32 {
  left: 32px;
}
.top-30 {
  top: 30px;
}
.bottom-30 {
  bottom: 30px;
}
.end-30 {
  right: 30px;
}
.start-30 {
  left: 30px;
}
.top-28 {
  top: 28px;
}
.bottom-28 {
  bottom: 28px;
}
.end-28 {
  right: 28px;
}
.start-28 {
  left: 28px;
}
.top-26 {
  top: 26px;
}
.bottom-26 {
  bottom: 26px;
}
.end-26 {
  right: 26px;
}
.start-26 {
  left: 26px;
}
.top-24 {
  top: 24px;
}
.bottom-24 {
  bottom: 24px;
}
.end-24 {
  right: 24px;
}
.start-24 {
  left: 24px;
}
.top-22 {
  top: 22px;
}
.bottom-22 {
  bottom: 22px;
}
.end-22 {
  right: 22px;
}
.start-22 {
  left: 22px;
}
.top-20 {
  top: 20px;
}
.bottom-20 {
  bottom: 20px;
}
.end-20 {
  right: 20px;
}
.start-20 {
  left: 20px;
}
.top-18 {
  top: 18px;
}
.bottom-18 {
  bottom: 18px;
}
.end-18 {
  right: 18px;
}
.start-18 {
  left: 18px;
}
.top-16 {
  top: 16px;
}
.bottom-16 {
  bottom: 16px;
}
.end-16 {
  right: 16px;
}
.start-16 {
  left: 16px;
}
.top-14 {
  top: 14px;
}
.bottom-14 {
  bottom: 14px;
}
.end-14 {
  right: 14px;
}
.start-14 {
  left: 14px;
}
.top-12 {
  top: 12px;
}
.bottom-12 {
  bottom: 12px;
}
.end-12 {
  right: 12px;
}
.start-12 {
  left: 12px;
}
/*
    Use border utilities to quickly style the border and border-radius of an element.
    Great for images, buttons, or any other element

    Default class from Bootstrap:

        .border
        .border-top
        .border-bottom
        .border-start
        .border-end

        .border-0 : no border
*/
.bdr-b-black {
  border-bottom: solid 1px #272a35;
}
.border-bottom {
  border-color: #D0D0D250;
}
@media (min-width: 992px) {
  .border-lg-start {
    border-left: solid 1px #e9e9ea;
  }
}
@media (min-width: 1200px) {
  .border-xl-bottom-0 {
    border-bottom-width: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-start-top {
    border-left: solid 1px #e9e9ea;
  }
}
@media (max-width: 767px) {
  .border-md-start-top {
    border-top: solid 1px #e9e9ea;
  }
}
.border-subberlight {
  border-color: #f6f6f6 !important;
}
.border-semantic-green {
  border-color: #1abc9c !important;
}
.border-online-offline {
  border-color: #1abc9c !important;
  border-right-color: #000000 !important;
  border-bottom-color: #000000 !important;
}
.border-online {
  border-color: #1abc9c !important;
}
.border-offline {
  border-color: #000000 !important;
}
.border-dashed {
  --bs-border-style: dashed;
  border-style: dashed;
}
.border-var-dashed {
  --bs-border-style: dashed;
}
.border-dark-200 {
  --bs-border-color: #d0d0d2;
  border-color: #d0d0d2;
}
.border-dark-gray {
  border-color: #686a71;
  --bs-border-color: #686a71;
}
.border-neutralBorder {
  border-color: #e9e9ea;
  --bs-border-color: #e9e9ea;
}
.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}
.shadow-lg {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
}
.shadow-onhover:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
}
.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}
.z-index-100 {
  z-index: 100 !important;
}
.z-index-90 {
  z-index: 90 !important;
}
.z-index-80 {
  z-index: 80 !important;
}
.z-index-70 {
  z-index: 70 !important;
}
.z-index-60 {
  z-index: 60 !important;
}
.z-index-50 {
  z-index: 50 !important;
}
.z-index-40 {
  z-index: 40 !important;
}
.z-index-30 {
  z-index: 30 !important;
}
.z-index-20 {
  z-index: 20 !important;
}
.z-index-10 {
  z-index: 10 !important;
}
.z-index-9 {
  z-index: 9 !important;
}
.z-index-8 {
  z-index: 8 !important;
}
.z-index-7 {
  z-index: 7 !important;
}
.z-index-6 {
  z-index: 6 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
a {
  color: #ec1c38;
  cursor: pointer;
}
a * {
  cursor: pointer;
}
a:hover {
  color: #000000;
}
.link-primary {
  color: #ec1c38 !important;
}
.link-primary.hover,
.link-primary:hover {
  color: #272a35 !important;
}
a.text-link-black {
  color: #0a0000;
}
a.text-link-black:hover {
  color: #ec1c38;
}
.link-dark3 {
  color: #9e9eab !important;
}
.link-dark3.hover,
.link-dark3:hover {
  color: #ec1c38 !important;
}
.link-dark2 {
  color: #272a35 !important;
}
.link-dark2.hover,
.link-dark2:hover {
  color: #ec1c38 !important;
}
@media screen and (min-width: 1280px) {
  [data-hide-min='1280'] {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hide-min-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hide-min-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .hide-min-xxl {
    display: none;
  }
}
.hidden {
  display: none;
}
.hidden {
  display: none;
}
@media screen and (min-width: 1280px) {
  [data-hide-min='1280'] {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hide-min-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hide-min-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .hide-min-xxl {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .d-max-lg-none {
    display: none!important;
  }
}
.d-none-empty:empty {
  display: none !important;
}
.flashing-red-border-infinite {
  border: 1px solid transparent;
  animation: red-border-flash-animation 2s infinite;
}
.flashing-red-border {
  border: 1px solid transparent;
  animation: red-border-flash-animation 4s;
}
.flashing-red-bg-infinite {
  border: 1px solid transparent;
  animation: red-background-flash-animation 2s infinite;
}
.flashing-red-bg {
  outline: solid 1px transparent;
  animation: red-background-flash-animation 4s;
}
.flashing-red-bg {
  outline: solid 1px transparent;
  animation: red-background-flash-animation 4s;
}
.flashing-lightred-outline {
  outline: solid 1px transparent;
  animation: lightred-outline-flash-animation 1.2s 3;
  outline-offset: 5px;
  z-index: 999;
  position: relative;
}
.flashing-red-outline {
  outline: solid 1px transparent;
  animation: red-outline-flash-animation 4s;
}
@keyframes red-background-flash-animation {
  0%,
  100% {
    background-color: transparent;
  }
  50% {
    background-color: #f2cfd6;
  }
}
@keyframes red-border-flash-animation {
  0%,
  100% {
    border-color: transparent;
  }
  50% {
    border-color: #ec1c38;
  }
}
@keyframes red-outline-flash-animation {
  0%,
  100% {
    outline-color: transparent;
  }
  50% {
    outline-color: #ec1c38;
  }
}
@keyframes lightred-outline-flash-animation {
  0%,
  100% {
    outline-color: transparent;
  }
  50% {
    outline-color: rgba(236, 28, 56, 0.4);
  }
}
:root {
  --primaryColor: #ec1c38;
  --secondaryColor: #000000;
  --black: #000000;
  --white: #ffffff;
  --mutedColor: #999999;
  --neutralBGColor: #f7f8f9;
  --neutralBorderColor: #e9e9ea;
  --errorColor: #ba193b;
  --errorBGColor: #f2cfd6;
  --confirmationColor: #507c68;
  --confirmationBGColor: #cff2e3;
  --disabledTextColor: #777777;
  --disabledBGColor: #b3b3b3;
  --black75: #404040;
  --black50: #808080;
  --black25: #bfbfbf;
  /*Boostrap Css Var*/
  --bs-primary: #ec1c38;
  --bs-secondary: #000000;
  --bs-success: #507c68;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ba193b;
  --bs-light: #f7f8f9;
  --bs-dark: #000000;
  --bs-primary-rgb: 236, 28, 56;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-dark-rgb: 10, 0, 0;
  --bs-font-sans-serif: 'Nunito', sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0a0000;
  --bs-body-bg: #ffffff;
  --bs-body-font-size: 1rem;
  --bs-warning-rgb: 243, 156, 18;
  --bs-link-color: #ec1c38;
  --bs-link-hover-color: #000000;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-auto {
  cursor: auto;
}
.highlight {
  color: #ec1c38;
}
hr.divider {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0 #fff;
}
.agentLogoHowardHanna {
  width: 7em;
}
.logo-afiliateLifull {
  width: 12em;
  margin: 0 auto 2em;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-bs-toggle="modal"] {
  cursor: pointer;
}
.popupContent {
  display: none;
}
.upload-placehoder {
  padding-bottom: 100%;
}
.list-of-ul {
  padding-left: 1.5rem;
  margin-bottom: 24px;
}
.list-of-ul li {
  margin-bottom: 6px;
}
.imgContainer {
  transition: all 0.3s ease-in-out;
}
.active > .imgContainer {
  box-shadow: inset 0 0 0 3px #ec1c38;
  --bs-border-color: #ec1c38;
}
.breakWord {
  white-space: normal !important;
}
.location-marker-pin .locationMarkerPlan {
  width: 24px;
}
.visible-on-hover-items .voh {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.visible-on-hover-items .voh.visible {
  opacity: 1;
  visibility: visible;
}
.visible-on-hover-items:hover .voh {
  opacity: 1;
  visibility: visible;
}
.object-fit-img,
.img-object-fit {
  object-fit: cover;
  object-position: center center;
}
.rotate-45 {
  transform: rotate(45deg);
}
.icon-rotate-16deg::before {
  transform: rotate(-16deg);
}
.location-marker-pin .locationMarkerPlan {
  width: 24px;
}
.object-fit-img,
.img-object-fit {
  object-fit: cover;
  object-position: center center;
}
.rotate-45 {
  transform: rotate(45deg);
}
.location-marker-pin .locationMarkerPlan {
  width: 24px;
}
.top-12 {
  top: 12px;
}
.filter-grayscale {
  filter: grayscale(100);
}
.icon-full-add {
  background-color: #686A72;
  width: 9px;
  height: 9px;
  line-height: 6px;
  color: #FFF;
  font-weight: bold;
  display: block;
  font-style: normal;
  border-radius: 20px;
  left: 57%;
  top: 55%;
  font-size: 9px;
  text-align: center;
  position: absolute;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .flex-fill-on-m {
    flex: 1 1 auto !important;
  }
}
b.active-loading,
div.active-loading {
  position: relative;
}
b.active-loading::before,
div.active-loading::before {
  content: '';
  border: 2px solid #ec1c38;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: lds-ring 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 2;
}
b.active-loading::after,
div.active-loading::after {
  transform: translate(0, 0);
  z-index: 1;
  background: #ffffff66;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
}
b.active-loading.bg-opacity-100::after,
div.active-loading.bg-opacity-100::after {
  background: #ffffff;
}
.icon-image-only:before {
  content: "\ef66";
}
.disabled-event {
  pointer-events: none;
  opacity: 0.3;
}
body {
  font-size: 17px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.bold {
  font-weight: bold;
}
.regular {
  font-weight: normal;
}
.font-nunito {
  font-family: 'Nunito', sans-serif;
}
.font-ms-mincho {
  font-family: 'MS Mincho', 'Nunito', sans-serif !important;
}
.font-ms-pmincho {
  font-family: 'MS PMincho', 'Nunito', sans-serif !important;
}
.font-nunito-jp {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.font-sunflower {
  font-family: 'Sunflower', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  font-family: 'Sunflower', sans-serif;
}
h1,
.h1 {
  font-size: 36px;
}
h1 .small-inline,
.h1 .small-inline {
  font-size: 20px;
  color: #ec1c38;
  display: block;
}
h2,
.h2 {
  font-size: 42px;
}
@media screen and (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2 .small-inline,
.h2 .small-inline {
  font-size: 20px;
  color: #ec1c38;
  display: block;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
.members-container .h3,
.editors-dashboard .h3,
.members-container h3,
.editors-dashboard h3 {
  font-size: 28px;
}
.members-container .h4,
.editors-dashboard .h4,
.members-container h4,
.editors-dashboard h4 {
  font-size: 22px;
}
.small-section-title {
  max-width: 1300px;
  margin: 0 auto 12px;
}
.title-center {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
.title-center span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #ec1c38;
  line-height: 1;
}
.title-center .text-lg {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 48px;
  }
}
.fs-6 {
  font-size: 1.06rem !important;
}
.fs-sm-9 {
  font-size: 0.9rem;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-6 {
  line-height: 1.6;
}
.text-transform-none {
  text-transform: none !important;
}
.title-members {
  font-size: 19px;
  display: flex;
  align-items: center;
  color: #686a72;
  margin-bottom: 16px;
}
.title-members::after {
  content: '';
  background-color: #D0D0D2;
  height: 1px;
  margin-left: 6px;
  flex-grow: 1;
}
.title-members.text-semantic-green {
  color: #1abc9c;
}
.title-border {
  display: flex;
  align-items: center;
}
.title-border::after,
.title-border::before {
  content: '';
  background-color: #FEF1F3;
  height: 1px;
  margin-left: 6px;
  flex-grow: 1;
}
.title-border::before {
  margin-left: 0;
  margin-right: 6px;
}
.title-border-dashed {
  display: flex;
  align-items: center;
}
.title-border-dashed::after,
.title-border-dashed::before {
  content: '';
  background-color: transparent;
  height: 1px;
  margin-left: 12px;
  flex-grow: 1;
  border-bottom: dashed 1px #D0D0D2;
}
.title-border-dashed::before {
  margin-left: 0;
  margin-right: 12px;
}
.page-job-title {
  font-weight: 400;
  font-size: 30px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 6px;
}
.page-job-title .inlineSummary {
  display: block;
  text-transform: uppercase;
  color: #272a35;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.text-md {
  font-size: 17px;
}
.text-lg {
  font-size: 19px;
  line-height: 1.65;
}
@media screen and (max-width: 1200px) {
  .text-lg {
    font-size: 17px;
  }
}
.text-body {
  font-size: 17px;
}
.text-transform-none {
  text-transform: none !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-48.icon {
  font-size: 48px;
}
.fs-47 {
  font-size: 47px !important;
}
.fs-47.icon {
  font-size: 47px;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-46.icon {
  font-size: 46px;
}
.fs-45 {
  font-size: 45px !important;
}
.fs-45.icon {
  font-size: 45px;
}
.fs-44 {
  font-size: 44px !important;
}
.fs-44.icon {
  font-size: 44px;
}
.fs-43 {
  font-size: 43px !important;
}
.fs-43.icon {
  font-size: 43px;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-42.icon {
  font-size: 42px;
}
.fs-41 {
  font-size: 41px !important;
}
.fs-41.icon {
  font-size: 41px;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-40.icon {
  font-size: 40px;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-39.icon {
  font-size: 39px;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-38.icon {
  font-size: 38px;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-37.icon {
  font-size: 37px;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-36.icon {
  font-size: 36px;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-35.icon {
  font-size: 35px;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-34.icon {
  font-size: 34px;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-33.icon {
  font-size: 33px;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-32.icon {
  font-size: 32px;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-31.icon {
  font-size: 31px;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-30.icon {
  font-size: 30px;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-29.icon {
  font-size: 29px;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-28.icon {
  font-size: 28px;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-27.icon {
  font-size: 27px;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-26.icon {
  font-size: 26px;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-25.icon {
  font-size: 25px;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-24.icon {
  font-size: 24px;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-23.icon {
  font-size: 23px;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-22.icon {
  font-size: 22px;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-21.icon {
  font-size: 21px;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-20.icon {
  font-size: 20px;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-19.icon {
  font-size: 19px;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-18.icon {
  font-size: 18px;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-17.icon {
  font-size: 17px;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-16.icon {
  font-size: 16px;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-15.icon {
  font-size: 15px;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-14.icon {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-13.icon {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-12.icon {
  font-size: 12px;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-11.icon {
  font-size: 11px;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-10.icon {
  font-size: 10px;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-9.icon {
  font-size: 9px;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-8.icon {
  font-size: 8px;
}
.fs-7 {
  font-size: 7px !important;
}
.fs-7.icon {
  font-size: 7px;
}
@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
.btn {
  font-weight: bold;
  --bs-btn-border-radius: 0;
  --bs-btn-font-family: 'Sunflower', sans-serif;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 24px;
  --bs-btn-line-height: 38px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 700;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  .btn {
    --bs-btn-font-size: 17px;
  }
}
.btn * {
  cursor: pointer;
}
.btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: translate(110%, 0);
  background-color: #272a35;
  z-index: -1;
}
.btn:hover::after {
  transform: translate(0, 0);
}
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ec1c38;
  --bs-btn-disabled-border-color: #ec1c38;
}
.btn.btn-outline-primary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.btn.btn-outline-primary::after {
  background-color: #ec1c38;
}
.btn.disabled-dark {
  --bs-btn-disabled-color: rgba(255, 255, 255, 0.54);
  --bs-btn-disabled-bg: #b3b3b3;
  --bs-btn-disabled-border-color: #b3b3b3;
}
.btn.btn-secondary {
  --bs-btn-bg: #272a35;
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-border-color: #272a35;
}
.btn.btn-secondary::after {
  background-color: #ec1c38;
}
.btn.btn-goto-top {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 48px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translate(0, -50px);
}
.btn.btn-goto-top.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .btn.btn-md-fixed {
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .btn.btn-md-sm {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.btn.btn-sm {
  --bs-btn-line-height: 30px;
}
.btn.btn-xsm {
  --bs-btn-line-height: 27px;
  --bs-btn-font-size: 13px;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 12px;
  min-height: 30px;
  padding-top: 1px;
}
.btn.btn-xsm .icon {
  vertical-align: -2px;
}
.btn.btn-xsm-24 {
  --bs-btn-line-height: 24px;
  --bs-btn-font-size: 12px;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 12px;
  min-height: 24px;
  padding-top: 1px;
}
.btn.btn-xsm-24 .icon {
  vertical-align: -2px;
}
.btn.btn-xsm-p {
  --bs-btn-line-height: 28px;
  --bs-btn-font-size: 13px;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 6px;
  min-width: 30px;
  --bs-btn-line-height: 24px;
  --bs-btn-font-size: 15px;
}
.btn.btn-icon-only {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-only .icon {
  font-size: 20px;
}
.btn.btn-icon-only::after {
  display: none;
}
.btn.btn-icon-only.text-primary:hover {
  color: #000000 !important;
}
.btn.btn-icon-only.btn-icon-auto {
  --bs-btn-line-height: auto;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-h-42 {
  --bs-btn-padding-y: 1px;
}
.btn.btn-icon-help {
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-help::after {
  display: none;
}
.btn.btn-view-more {
  --bs-btn-padding-y: 0px;
  --bs-btn-padding-x: 0px;
  --bs-btn-line-height: 1.2;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-width: 0;
  --bs-btn-box-shadow: none;
  --bs-btn-font-size: 15px;
}
.btn.btn-view-more:after {
  position: relative;
  left: auto;
  transform: translate(0, 0);
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\f25f";
  vertical-align: -2px;
  margin: 0 3px 0 6px;
  background-color: transparent;
}
.btn.btn-view-more.arrow-right::after {
  content: "\ea87";
}
.btn.btn-view-more.arrow-md::after {
  font-size: 24px;
  vertical-align: middle;
}
.btn.btn-mw-200 {
  max-width: 200px;
  width: 100%;
}
.btn.btn-link-light {
  --bs-btn-color: #9e9eab;
}
.btn.btn-light {
  --bs-btn-hover-color: #ffffff;
}
.btn.btn-light:focus {
  color: inherit;
}
.btn.btn-table-sort {
  --bs-btn-padding-y: 0px;
  --bs-btn-padding-x: 0px;
  --bs-btn-line-height: 1.2;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-border-width: 0;
}
.btn.btn-table-sort::after {
  display: none;
}
.btn.btn-table-sort span {
  position: relative;
  padding-right: 1.5em;
}
.btn.btn-table-sort span::after,
.btn.btn-table-sort span::before {
  font-family: 'boxBrownie' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.7em;
  color: #798390;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  width: 1em;
}
.btn.btn-table-sort span::after {
  content: "\e929";
  top: -0.3em;
}
.btn.btn-table-sort span::before {
  content: "\e928";
  bottom: -0.3em;
}
.btn.btn-outline-dark {
  --bs-btn-border-color: #808080;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #272a35;
  --bs-btn-active-border-color: #272a35;
}
.btn.btn-outline-dark::after {
  background-color: #272a35;
}
.btn.btn-outline-secondary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #272a35;
  --bs-btn-border-color: #272a35;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #272a35;
}
.btn.btn-link {
  --bs-btn-color: #ec1c38;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-focus-box-shadow: none;
  text-decoration: none;
  --bs-btn-hover-color: #272a35;
}
.btn.btn-link .icon {
  font-size: 1.06rem;
  margin-right: .25rem;
}
.btn.btn-link::after {
  display: none;
  --bs-btn-line-height: 1.2;
}
.btn.dropdown-toggle::after {
  border-width: 0;
  margin: 0;
}
.btn.dropdown-toggle.arrow-icon .icon {
  font-size: 8px;
  background-color: #E9E9EA;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-left: 3px;
  vertical-align: 1px;
  transition: all 0.1s ease-in-out;
}
.btn.dropdown-toggle.arrow-icon[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.btn.active-loading::before {
  content: '';
  border: 2px solid #ffffff;
  border-top: 2px solid var(--bs-btn-bg);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: lds-ring 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 2;
}
.btn.active-loading::after {
  transform: translate(0, 0);
  z-index: 1;
}
.btn > span {
  vertical-align: middle;
}
.btn.btn-icons {
  --bs-btn-padding-y: 3px;
  --bs-btn-padding-x: 6px;
  --bs-btn-color: #0a0000;
  --bs-btn-bg: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-border-width: 0;
  --bs-btn-font-size: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.36);
}
.btn.btn-icons::after {
  background-color: #ec1c38;
}
.btn.btn-icons .icon {
  font-size: 24px;
}
.btn.btn-icons.btn-icon-with-text {
  display: flex;
  align-items: center;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
}
.btn.btn-icons.btn-icon-with-text .icon {
  background-color: #F6F6F6;
  margin: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-icons.btn-icon-with-text .btn-text {
  padding: 0 16px;
}
.btn.btn-icons.btn-icon-with-text:hover .icon {
  color: #ec1c38;
}
.btn.btn-clear {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-line-height: 1.2;
  --bs-btn-border-radius: 0;
  --bs-btn-border-width: 0px;
}
.btn.btn-clear::after {
  display: none;
}
.btn.btn-fs-15 {
  --bs-btn-font-size: 15px;
}
.btn.btn-icon-20 .icon {
  margin: 0;
  font-size: 20px;
}
.btn.btn-icon-24 .icon {
  margin: 0;
  font-size: 24px;
}
.btn.btn-bbdark3 {
  --bs-btn-color: #686a72;
  --bs-btn-hover-color: #ec1c38;
}
.btn.btn-outline-greylight {
  --bs-btn-font-weight: 700;
  font-family: 'Nunito', sans-serif;
  --bs-btn-border-width: 3px;
  --bs-btn-border-color: #e9e9ea;
  --bs-btn-color: #686a72;
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 6px;
  --bs-btn-hover-color: #ec1c38;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #e9e9ea;
  --bs-btn-active-color: #ec1c38;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #e9e9ea;
  text-transform: none;
}
.btn.btn-fs-12 {
  --bs-btn-font-size: 12px;
  --bs-btn-line-height: 1.5;
}
.btn.btn-border-1 {
  --bs-btn-border-width: 1px;
}
.btn.lh-24 {
  --bs-btn-line-height: 24px;
}
.btn.btn-primary-icon {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ec1c38;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #ec1c38;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ec1c38;
  --bs-btn-disabled-border-color: #ec1c38;
  --bs-btn-border-width: 2px;
  --bs-btn-line-height: 26px;
  --bs-btn-font-size: 16px;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 5px;
  min-width: 30px;
}
.btn.btn-primary-icon::after {
  display: none;
}
.btn.btn-darkgrey {
  --bs-btn-color: #272a35;
  --bs-btn-bg: #d0d0d2;
  --bs-btn-border-color: #d0d0d2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #272a35;
  --bs-btn-active-border-color: #272a35;
}
.btn.btn-darkgrey:after {
  background-color: #272a35;
}
.btn.btn-dropdown-toggle {
  --bs-btn-padding-x: 12px;
  padding-right: 32px;
}
.btn.btn-dropdown-toggle::after {
  left: auto;
  transform: translate(0, -50%);
  background-color: transparent !important;
  width: 20px;
  height: auto;
  top: 50%;
  right: 12px;
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed99";
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.btn.btn-dropdown-toggle[aria-expanded="true"]::after {
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .btn.btn-dropdown-toggle.fixed-185 {
    width: 185px;
  }
}
.btn.btn-dropdown-toggle.btn-xsm {
  padding-right: 20px;
}
.btn.btn-dropdown-toggle.btn-xsm::after {
  right: 0;
  font-size: 8px;
}
.btn.btn-outline-secondary {
  --bs-btn-border-color: #272A35;
}
.btn.btn-border-2 {
  --bs-btn-border-width: 2px;
}
.btn.btn-square-icon {
  width: 30px;
  height: 30px;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-line-height: 30px;
}
.btn.btn-square-24 {
  width: 24px;
  height: 24px;
  --bs-btn-line-height: 22px;
}
.btn.btn-square-36 {
  width: 36px;
  height: 36px;
  --bs-btn-line-height: 36px;
}
.btn.btn-square-54 {
  width: 54px;
  height: 54px;
  --bs-btn-line-height: 54px;
}
.btn.btn-supperlight {
  --bs-btn-color: #686a72;
  --bs-btn-bg: #f6f6f6;
  --bs-btn-border-color: #d0d0d2;
  --bs-btn-border-radius: 3px;
}
.btn.btn-supperlight::after {
  display: none;
}
.btn.btn-supperlight.btn-primary:focus {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}
.btn.btn-dark-gray {
  --bs-btn-color: #9e9eab;
  --bs-btn-bg: #e9e9ea;
  --bs-btn-border-color: #9e9eab;
  --bs-btn-border-radius: 3px;
  --bs-btn-hover-bg: #d0d0d2;
  --bs-btn-active-color: #272a35;
  --bs-btn-active-bg: #d0d0d2;
}
.btn.btn-dark-gray::after {
  color: #0a0000;
}
.btn.btn-after-none::after {
  display: none;
}
.btn .btn-spinner-anim {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-btn-hover-bg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.btn .btn-spinner-anim.active {
  opacity: 1;
  visibility: visible;
}
.btn.btn-white {
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-color: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
}
.btn.btn-primary-hover {
  --bs-btn-hover-color: #ec1c38;
  --bs-btn-hover-bg: rgba(236, 28, 56, 0.12);
}
.btn.btn-dark3 {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #686a72;
  --bs-btn-border-color: #686a72;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-disabled-bg: #686a72;
  --bs-btn-disabled-border-color: #686a72;
  --bs-btn-disabled-color: #ffffff;
}
.btn.btn-dark3::after {
  background-color: #ec1c38;
}
.btn.btn-dark3-disabled {
  --bs-btn-disabled-bg: #686a72;
  --bs-btn-disabled-border-color: #686a72;
  --bs-btn-disabled-color: #ffffff;
}
.btn.btn-wh-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.btn.btn-default {
  --bs-btn-hover-color: #ffffff;
  --bs-btn-border-color: #686a72;
}
.btn.btn-iconbox-text {
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 6px;
  display: inline-flex;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  line-height: 28px;
  text-transform: none;
  --bs-btn-bg: #ffffff;
}
.btn.btn-iconbox-text.btn-dropdown-toggle {
  padding-right: 52px;
}
.btn.btn-iconbox-text .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 16px;
  font-weight: bold;
}
.btn.btn-link-tabs {
  --bs-btn-padding-y: 1px;
  --bs-btn-padding-x: 13px;
  --bs-btn-line-height: 24px;
  --bs-btn-font-size: 15px;
  --bs-btn-color: #9e9eab;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #ec1c38;
  --bs-btn-active-color: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-color: #9e9eab;
  border-width: 0 0 1px 0;
  text-transform: none;
  padding-bottom: 0;
}
.btn.btn-link-tabs::after {
  display: none;
}
.btn.btn-collapse-nunito {
  --bs-btn-font-size: 14px;
  text-transform: none;
  --bs-btn-line-height: 1.2;
  --bs-btn-padding-y: 12px;
  --bs-btn-bg: rgba(243, 156, 18, 0.24);
  --bs-btn-hover-bg: rgba(243, 156, 18, 0.12);
  --bs-btn-active-bg: #ffffff;
  --bs-btn-border-width: 0px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.btn.btn-collapse-nunito[aria-expanded="true"] {
  --bs-btn-bg: #ffffff;
}
.btn.btn-orange {
  --bs-btn-bg: rgba(243, 156, 18, 0.24);
  --bs-btn-hover-bg: rgba(243, 156, 18, 0.24);
  --bs-btn-hover-border-color: #272A35;
  --bs-btn-border-color: #f39c12;
  --bs-btn-color: #f39c12;
  --bs-btn-hover-color: #fff;
  --bs-btn-border-width: 0;
}
.btn.btn-outline-key {
  --bs-btn-bg: #ffffff;
  --bs-btn-color: #000000;
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: 3px;
  --bs-btn-border-color: #000000;
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 6px;
  --bs-btn-line-height: 26px;
  font-family: 'Nunito', sans-serif;
  --bs-btn-font-size: 15px;
  min-width: 30px;
}
.btn.btn-outline-key::after {
  display: none;
}
.btn.btn-outline-key svg {
  margin-bottom: 3px;
}
.btn.btn-primary-light {
  --bs-btn-color: #ec1c38;
  --bs-btn-bg: rgba(236, 28, 56, 0.12);
  --bs-btn-border-color: rgba(236, 28, 56, 0.12);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
}
.btn-vt-control {
  padding: 0 0 0 36px;
}
@media screen and (max-width: 991px) {
  .btn-vt-control {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-vt-control {
    padding-left: 16px;
  }
}
.btn-vt-control .btn {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .btn-vt-control .btn {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-vt-control .btn {
    margin-bottom: 16px;
  }
}
.btn-group.btn-g-6 .btn:not(:last-child) {
  margin-right: 6px;
}
.btn-group.btn-group-fixed {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -12px 12px;
}
.btn-group.btn-group-fixed .btn {
  min-width: 160px;
  margin: 0 12px 24px;
}
@media (min-width: 992px) {
  .btn-group.btn-group-fixed .btn {
    max-width: 160px;
  }
}
.btn-group.btn-group-fixed .form-control {
  margin: 0 12px 24px;
}
@media (min-width: 992px) {
  .btn-group.btn-group-fixed .form-control {
    max-width: 340px;
  }
}
.btn-group.btn-group-fixed.btn-group-fixed-6 {
  margin: 0 -3px 6px;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .btn {
  margin: 0 3px 6px;
  min-width: 131px;
  max-width: 146px;
  --bs-btn-padding-x: 0;
  --bs-btn-border-color: #d0d0d2;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .form-control {
  margin: 0 3px 6px;
  min-width: 131px;
  max-width: 146px;
  padding: 0 6px;
  font-weight: 700;
  background-color: #ffffff;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .form-control::placeholder {
  color: #d0d0d2;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .btn-cols {
  width: 33.3%;
  display: flex;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .btn-cols .btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-group.btn-group-fixed.btn-group-fixed-6 .btn-cols .btn span {
  width: 100%;
}
.btn-group-bdr-3 > .btn-group:not(:first-child),
.btn-group-bdr-3 > .btn:not(:first-child) {
  margin-left: -3px;
}
.accordion {
  --bs-accordion-active-color: #ec1c38;
  --bs-accordion-active-bg: rgba(236, 28, 56, 0.2);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion.no-border {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
}
.accordion .accordion-item h2 button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.accordion.accordion-white {
  --bs-accordion-active-color: #0a0000;
  --bs-accordion-active-bg: #ffffff;
  border-top: solid 1px var(--bs-border-color);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23686A72'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23686A72'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border-bottom: solid 1px var(--bs-border-color);
  --bs-accordion-btn-padding-y: 10px;
  --bs-accordion-btn-padding-x: 1rem;
}
@media screen and (max-width: 991px) {
  .accordion.accordion-white {
    --bs-accordion-btn-padding-x: 24px;
  }
}
@media screen and (max-width: 767px) {
  .accordion.accordion-white {
    --bs-accordion-btn-padding-x: 12px;
  }
}
.accordion.accordion-white .accordion-container {
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .accordion.accordion-white .accordion-container {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 767px) {
  .accordion.accordion-white .accordion-container {
    padding: 12px;
  }
}
.accordion .accordion-button:hover {
  cursor: pointer;
}
.accordion.accordion-lists {
  --bs-accordion-color: #0a0000;
  --bs-accordion-bg: #f6f6f6;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 12px;
  --bs-accordion-btn-padding-y: 8px;
  --bs-accordion-btn-color: #0a0000;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 12px;
  --bs-accordion-body-padding-y: 6px;
  --bs-accordion-active-bg: #f6f6f6;
  --bs-accordion-active-color: #0a0000;
  --bs-accordion-btn-icon-width: 12px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239E9EAB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239E9EAB'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  font-size: 15px;
}
.accordion.accordion-lists .accordion-button {
  font-size: 15px;
}
.accordion.accordion-lists .accordion-button b {
  font-weight: 700;
}
.accordion.accordion-lists .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion.accordion-lists .accordion-button:focus {
  box-shadow: none;
}
.accordion.accordion-light {
  --bs-accordion-btn-bg: #F6F6F6;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-x: 24px;
}
.accordion.accordion-light .accordion-header {
  margin-bottom: 6px;
}
.accordion.accordion-light .accordion-button {
  text-transform: none;
  font-size: 17px;
  font-weight: 700;
}
.dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border: none;
}
.dropdown .dropdown-menu i.icon {
  margin-right: 6px;
}
.dropdown .dropdown-menu.spacing-md li a {
  padding: 10px 12px;
}
.dropdown.dropdown-checkmark .dropdown-toggle::before {
  content: "\f466";
  position: absolute;
  right: 13px;
  top: 50%;
  font-size: 12px;
  font-family: 'Jetpack' !important;
  display: block;
  margin-top: -6px;
  color: #D0D0D2;
}
.dropdown.dropdown-checkmark .dropdown-toggle.show::before {
  transform: rotate(180deg);
}
.dropdown.dropdown-checkmark .dropdown-menu {
  --bs-dropdown-min-width: 100%;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 6px;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #000000;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 9px;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #000000;
  --bs-dropdown-link-hover-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-link-active-color: #000000;
  --bs-dropdown-link-active-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0;
}
.dropdown.dropdown-checkmark .dropdown-menu .dropdown-item {
  position: relative;
  font-size: 17px;
}
.dropdown.dropdown-checkmark .dropdown-menu .dropdown-item::before {
  content: "\ec36";
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 16px;
  font-family: 'Jetpack' !important;
  display: block;
  margin-top: 0;
  transform: translate(0, -50%);
  color: #1abc9c;
  opacity: 0;
}
.dropdown.dropdown-checkmark .dropdown-menu .dropdown-item.active::before {
  opacity: 1;
}
.dropdown.dropdown-checkmark .dropdown-menu .dropdown-item.remove-hover-effect:hover {
  background: transparent;
}
.dm-min-240 {
  --bs-dropdown-min-width: 240px;
  --bs-dropdown-bg: #f2f2f2;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #ec1c38;
}
.dropdown-menu-button {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #1ABC9C;
  --bs-dropdown-link-hover-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-link-active-color: #1ABC9C;
  --bs-dropdown-link-active-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 6px;
  --bs-dropdown-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
}
.dropdown-menu-button .active::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ec36";
  font-size: 16px;
  position: absolute;
  right: 12px;
}
.dropdown-toggle.show > .icon-down-arrow {
  transform: rotate(180deg);
}
.dropdown-menu-button {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #1ABC9C;
  --bs-dropdown-link-hover-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-link-active-color: #1ABC9C;
  --bs-dropdown-link-active-bg: rgba(26, 188, 156, 0.12);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 6px;
  --bs-dropdown-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
}
.dropdown-menu-button .active::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ec36";
  font-size: 16px;
  position: absolute;
  right: 12px;
}
.dropdown-toggle.show > .icon-down-arrow {
  transform: rotate(180deg);
}
.dropdown-spot-icons .dropdown-toggle {
  padding: 6px;
  border: 1px solid #E9E9EA;
  border-radius: 50px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  background-color: #efefef;
}
.dropdown-spot-icons .dropdown-toggle:hover {
  border-color: #000000;
}
.dropdown-spot-icons .dropdown-toggle img {
  width: 26px;
  background-color: transparent;
}
.dropdown-spot-icons .dropdown-toggle::after {
  border: 0;
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed99";
  font-size: 12px;
}
.dropdown-spot-icons .dropdown-menu {
  max-width: 240px;
  --bs-dropdown-min-width: 220px;
  width: auto !important;
}
.dropdown-spot-icons .dropdown-menu .spotIcon {
  width: 30px;
}
.dropdown-spot-icons .dropdown-menu.dropdown-content {
  width: auto !important;
  transform: translate(-50%, 0);
}
.dropdown-menu-select {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-link-active-bg: #ec1c38;
}
.dropdown-menu-buttonlist {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-link-hover-bg: rgba(236, 28, 56, 0.06);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  --bs-dropdown-item-padding-x: 12px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-min-width: 240px;
  --bs-dropdown-padding-y: 6px;
  --bs-dropdown-link-active-bg: rgba(26, 188, 156, 0.06);
  --bs-dropdown-link-active-color: #0a0000;
  max-height: 500px;
  overflow: auto;
}
.dropdown-menu-buttonlist .icon:first-child {
  margin-right: 6px;
}
.dropdown-menu-buttonlist > li {
  display: flex;
}
.dropdown-menu-buttonlist > li:not(:first-child) {
  border-top: solid 1px #e9e9ea;
}
.dropdown-menu-buttonlist .dropdown-toggle::after {
  border: 0;
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f25f";
  font-size: 12px;
  margin-left: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.dropdown-menu-buttonlist .dropdown-item {
  position: relative;
  cursor: pointer;
}
.dropdown-menu-buttonlist .dropdown-item::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\ec36";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #1abc9c;
  opacity: 0;
  visibility: hidden;
}
.dropdown-menu-buttonlist.border-0 {
  --bs-dropdown-border-width: 0;
}
.dropdown-menu-buttonlist.border-0 > li {
  border-width: 0;
}
.dropdown-menu-buttonlist .dropdown-check-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.dropdown-menu-buttonlist .dropdown-check-input:checked + .dropdown-item {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
}
.dropdown-menu-buttonlist .dropdown-check-input:checked + .dropdown-item::after {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu-buttonlist.allow-submenu {
  max-height: auto;
  overflow: inherit;
}
.dropdown-menu-buttonlist.dropdown-menu-small {
  max-height: 230px;
  background: #FFF !important;
}
.dm-min-400 {
  --bs-dropdown-min-width: 400px;
}
.dm-min-460 {
  --bs-dropdown-min-width: 460px;
}
.dm-min-500 {
  --bs-dropdown-min-width: 500px;
}
.dropdown-ellipsis {
  max-width: 100%;
  max-height: 250px;
  overflow: auto;
}
.dropdown-ellipsis .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.dropdown-menu-reacticon {
  padding: 3px;
  width: 200px;
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 0;
  max-height: 200px;
  --bs-dropdown-link-active-color: #ec1c38;
  --bs-dropdown-link-active-bg: rgba(236, 28, 56, 0.12);
}
.dropdown-menu-reacticon.show {
  display: flex;
}
.dropdown-menu-reacticon .dropdown-item {
  margin: 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center ;
}
.dropdown-menu-reacticon .dropdown-menu-reacticon {
  flex-wrap: wrap;
  width: 306px;
  max-height: fit-content;
}
.dropdown-menu-reacticon .dropdown-menu-tabcontent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 200px;
  overflow: auto;
}
.dropdown-menu-reacticon .dropdown-menu-tabmenu {
  border-top: solid 1px #bfbfbf;
  display: flex;
}
.dropdown-menu-reacticon .dropdown-menu-tabmenu .btn {
  margin: 1px;
  width: 30px;
  font-size: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dropdown-menu-reacticon .dropdown-menu-tabmenu .btn .icon {
  margin: 0;
  font-size: 16px;
}
.dropdown-menu-reacticon .dropdown-menu-tabmenu .btn.active {
  color: #ec1c38;
}
.dropdown-iconbutton {
  --bs-dropdown-item-padding-x: 12px;
  --bs-dropdown-item-padding-y: 6px;
  --bs-dropdown-link-color: #9e9eab;
  --bs-dropdown-link-hover-color: #9e9eab;
  --bs-dropdown-link-hover-bg: rgba(236, 28, 56, 0.1);
  --bs-dropdown-link-active-color: #9e9eab;
  --bs-dropdown-link-active-bg: rgba(236, 28, 56, 0.1);
  --bs-dropdown-min-width: 320px !important;
  --bs-dropdown-border-radius: 0;
}
.dropdown-iconbutton .icon {
  font-size: 20px;
  color: #ec1c38;
}
.dropdown-iconbutton .icon:first-child {
  min-width: 24px;
  margin-right: 8px;
}
.dropdown-iconbutton .visible-onactivate {
  visibility: hidden;
  opacity: 0  ;
  transition: all 0.2s ease-in-out;
}
.dropdown-iconbutton .active .visible-onactivate {
  visibility: visible;
  opacity: 1;
}
.dropdown-iconbutton .active .icon {
  color: #0a0000;
}
.dropdown-iconbutton b {
  font-weight: normal;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 8px 16px;
  background-color: #f6f6f6;
  border-color: #d0d0d2;
  --bs-border-color: #d0d0d2;
}
.form-control.error,
.form-select.error {
  border-color: #EC1C38;
  --bs-border-color: #EC1C38;
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 93, 0.25);
  border-color: #55555d;
  --bs-border-color: #55555d;
}
.form-control.focus-none:focus,
.form-select.focus-none:focus {
  box-shadow: 0 0 0 0 rgba(85, 85, 93, 0);
  border-color: #55555d;
  --bs-border-color: #55555d;
}
.form-control.form-control-xsm,
.form-select.form-control-xsm,
.form-control.form-select-xsm,
.form-select.form-select-xsm {
  font-size: .875rem;
  padding: 6px 12px;
}
.form-control.form-control-md,
.form-select.form-control-md {
  padding: 10px;
}
.form-control.form-control-xxsm,
.form-select.form-control-xxsm {
  padding: 4px 16px;
}
.form-control.form-control-transparent,
.form-select.form-control-transparent {
  background-color: transparent;
}
.form-control.ps-12,
.form-select.ps-12 {
  padding-left: 12px;
}
.form-control[readonly],
.form-select[readonly] {
  background-color: #f6f6f6;
}
.form-control.pin-form-field,
.form-select.pin-form-field {
  height: 42px;
  border-color: #d0d0d2;
  width: 100%;
}
.form-control.form-fixed-42,
.form-select.form-fixed-42 {
  height: 42px;
}
.form-control.braintree-hosted-fields-valid,
.form-select.braintree-hosted-fields-valid {
  border-color: #198754;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.form-control.braintree-hosted-fields-invalid,
.form-select.braintree-hosted-fields-invalid {
  border-color: #dc3545;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.form-label {
  font-size: 17px;
}
.form-label.fs-15 {
  font-size: 15px;
}
.form-select {
  padding-right: 36px;
}
.form-select.is-invalid + .select2 .select2-selection--single,
.form-select.border-primary + .select2 .select2-selection--single {
  border-color: #ec1c38 !important;
}
.form-select.active-loading + .select2::before {
  content: '';
  border: 2px solid #ec1c38;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: lds-ring 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 2;
}
.form-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
.invalid-feedback {
  font-size: 14px;
}
.form-text.error {
  display: none;
  color: #ec1c38;
}
.form-select.error + .form-text.error,
.form-control.error + .form-text.error {
  display: block;
}
.bb-checkbox input[type=checkbox] {
  display: none;
}
.bb-checkbox input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  border: 2px solid #757575;
  border-radius: 2px;
  background: #fff;
}
.bb-checkbox input[type=checkbox] + label:before {
  content: " ";
  background-image: url("https://d1dbtne32ilur4.cloudfront.net/img/icon-svg/check.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 3px;
  position: absolute;
  font-size: 15px;
  z-index: 1;
  font-weight: bold;
}
.bb-checkbox input[type=checkbox]:checked + label::after {
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  background: #ec1c38;
  border-color: #ec1c38;
}
.bb-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  margin-bottom: 0;
}
.form-check .form-check-input {
  border: solid 2px #01010154;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  margin-top: 2px;
  cursor: pointer;
}
.form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ec1c38;
}
.form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23EC1C38'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked[type=checkbox] {
  background-color: #ec1c38;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='square' stroke-linejoin='square' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked ~ [data-checkfield="unchecked"] {
  display: none !important;
}
.form-check .form-check-input:checked ~ [data-checkfield="checked"] {
  display: flex !important;
}
.form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 2px;
}
.form-check .form-check-input.form-check-input-sm {
  width: 18px;
  height: 18px;
}
.form-check .form-check-label:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-check .form-check-label:active {
  cursor: pointer;
  opacity: 0.6;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #ffffff;
}
.was-validated .form-check .form-check-input:checked[type=checkbox] {
  background-color: #ec1c38;
}
.form-control-inlineedit {
  padding: 3px;
}
.form-control-inlineedit:not(:focus) {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-paymentCart .form-field-body {
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 2px 4px 0px #0000001F;
  margin: 0 auto 24px;
  max-width: 500px;
}
.form-paymentCart .totalJobCostWrapper {
  text-align: center;
}
.form-paymentCart .badge-order-first {
  order: -1;
}
.form-payment-modal .form-label {
  font-size: 15px;
}
.form-payment-modal .form-control,
.form-payment-modal .form-select {
  background-color: #ffffff;
}
.form-payment-modal .total-job-cost {
  display: none;
}
.form-payment-modal label.form-check.bg-subberlight {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}
.form-payment-modal label.form-check.bg-subberlight [data-delete-card] {
  opacity: 0;
}
.form-payment-modal label.form-check.bg-subberlight:hover [data-delete-card] {
  opacity: 1;
}
.form-payment-modal label.form-check.bg-subberlight .btn-square-icon {
  width: 24px;
  height: 24px;
  --bs-btn-line-height: 24px;
  --bs-btn-font-size: 14px;
}
.form-payment-modal label.form-check.bg-subberlight .btn-square-icon .icon {
  font-size: 14px;
}
.form-payment-modal label.form-check.bg-subberlight:not(.bg-primary) {
  background-color: #ffffff;
}
.form-payment-modal label.form-check.bg-subberlight:not(.bg-primary) + .border {
  background-color: #ffffff;
}
.form-payment-modal label.form-check .badge.badge-order-first {
  background-color: #f6f6f6;
}
.form-payment-modal .addCreditCard.ms-auto {
  margin-left: 0 !important;
}
.removeNumArrow::-webkit-outer-spin-button,
.removeNumArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.removeNumArrow[type=number] {
  -moz-appearance: textfield;
}
.formError + .form-control {
  border-color: #ba193b !important;
  background: #f2cfd6 !important;
}
.formError + .selectWrapper .form-select {
  border-color: #ba193b !important;
  background: #f2cfd6 !important;
}
.form-card-frame {
  height: 36px;
  background-color: #e9e9ea;
  border: solid 1px #d0d0d2;
  font-size: 0.8em;
  border-radius: 0;
  transition: border-color 0.2s ease-in-out;
}
.form-card-frame.frame--invalid {
  border-color: #ba193b;
  background: #f2cfd6;
}
.form-card-frame.frame--focus {
  border-color: #272a35;
}
.form-card-frame iframe {
  width: 100%;
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection--single {
  padding: 6px 16px;
  background-color: #E9E9EA;
  border-color: #D0D0D2;
  line-height: 1.5;
  height: auto;
  border-radius: 0;
  min-height: 42px;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  transform: translate(0, -50%);
  top: 50%;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 0 1px 1px 0px;
  border-color: #272a35 !important;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  margin-top: 6px;
  position: relative;
  left: auto;
  top: auto;
  display: block;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2.select2-container.select2-container--open .select2-selection--single {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 93, 0);
  border-color: #55555d;
  background-color: #ffffff;
}
.select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 1px 0px 0px 1px;
  margin-top: 12px;
}
.select2.select2-container.select2-xsm .select2-selection--single {
  padding: 0px 12px;
  min-height: 30px;
  border-width: 0;
  line-height: 30px;
}
.select2.select2-container.select2-xsm .select2-selection--single .select2-selection__arrow b {
  width: 6px;
  height: 6px;
}
.select2.select2-container.select2-xsm.select2-container--open .select2-selection--single {
  background-color: #F6F6F6;
}
.select2.select2-container.select2-supperlight .select2-selection--single {
  background-color: #f6f6f6;
}
.select2.select2-container.select2-dark6 .select2-selection--single {
  background-color: #d0d0d2;
  border-color: #d0d0d2;
}
.select2-container.select2-xsm {
  z-index: 1059;
}
.select2-container.select2-xsm .select2-dropdown {
  z-index: 1060;
}
.select2-dropdown {
  border-color: #d0d0d2 !important;
  border-radius: 0 !important;
  min-width: 240px;
}
.select2-dropdown .select2-results .select2-results__option {
  padding-left: 12px;
}
.select2-dropdown .select2-results .select2-results__option:hover,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #272a35;
  color: #FFF;
}
.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #E9E9EA;
  color: #272a35;
}
.select2-dropdown .select2-search {
  padding: 6px !important;
}
.select2-dropdown .select2-search__field {
  padding: 6px 12px !important;
}
.select2-dropdown .select2-search__field:focus {
  box-shadow: none;
  outline: none;
}
.form-control-light {
  background-color: #f6f6f6;
  border-color: #e9e9ea;
  --bs-border-color: #e9e9ea;
}
.form-control-light::placeholder {
  color: #9e9eab;
}
.select2-dropdown-white .select2.select2-container .select2-selection--single {
  background-color: #ffffff !important;
}
.custom-Countryselect .select2-container.select2-container--open {
  top: 100%;
}
.input-group.input-group-light .input-group-text {
  border-radius: 0;
  background-color: #f6f6f6;
  border-color: #e9e9ea;
}
.input-group.input-group-light .input-group-text.border-dark6 {
  border-color: #d0d0d2;
}
.input-group.input-group-light .form-control:not(:first-child) {
  border-left-width: 0;
}
.input-group.input-group-light .form-control:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.input-group.input-group-light .form-control:focus ~ .input-group-text.border-dark6 {
  border-color: #55555d;
}
.input-group.input-group-dark .input-group-text {
  background-color: #d0d0d2;
  border-color: #d0d0d2;
}
.input-group.input-group-dark .form-control {
  border-color: #d0d0d2;
}
.input-group.input-group-dark .form-control:focus {
  outline: none;
  box-shadow: none;
}
.was-validated .input-group-dark .form-control:invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid + .select2.select2-supperlight .select2-selection--single {
  border-color: #ec1c38;
}
.was-validated .input-group-light .form-control:invalid ~ .border-dark6 {
  border-color: #dc3545 ;
}
.was-validated .input-group-light .form-control:valid ~ .border-dark6 {
  border-color: #198754 ;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  width: 30px;
  height: auto;
  border-radius: 0;
  /* line-height: 14px; */
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  bottom: 1px;
  right: 1px;
  position: absolute !important;
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__clear::after {
  display: none;
}
.select2-container--default.select2-supperlight .select2-selection--single .select2-selection__clear {
  background-color: #f6f6f6;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f6f6f6;
  border-color: #e9e9ea;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
}
.input-search-bar {
  margin-top: -24px;
  z-index: 1;
  position: relative;
}
.input-search-bar .form-control:focus {
  border-color: #e9e9ea;
  --bs-border-color: #e9e9ea;
}
.select2-container--taglist {
  background-color: #f6f6f6;
  border: 1px solid #e9e9ea;
}
.select2-container--taglist.select2-container--open {
  border-color: #272a35;
}
.select2-container--taglist .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex !important;
  flex-wrap: wrap;
  font-size: 12px;
  list-style: none;
  padding: 8px;
}
.select2-container--taglist .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  background-color: #f6f6f6;
  width: 150px;
}
.select2-container--taglist .select2-selection--multiple .select2-selection__rendered .select2-search__field:focus {
  outline: none;
  box-shadow: none;
}
.select2-container--taglist .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #ec1c38;
  background-color: rgba(236, 28, 56, 0.12);
  padding: 3px 3px 3px 12px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 3px;
}
.select2-container--taglist .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  order: 2;
  background-color: rgba(236, 28, 56, 0.24);
  text-align: center;
  margin-left: 12px;
  line-height: 16px;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.select2-container--taglist .select2-dropdown {
  border: 0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0;
}
.select2-container--taglist .select2-dropdown .select2-results__options {
  padding: 12px;
  overflow: auto;
  max-height: 220px;
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option {
  background-color: #f6f6f6;
  margin-bottom: 3px;
  padding: 6px 12px;
  font-size: 12px;
  position: relative;
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option > div {
  align-items: center;
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  color: #ec1c38;
  background-color: rgba(236, 28, 56, 0.12);
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\ec36";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #1ABC9C;
  opacity: 0;
  visibility: hidden;
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  color: #1abc9c;
  background-color: rgba(26, 188, 156, 0.12);
}
.select2-container--taglist .select2-dropdown .select2-results .select2-results__option[aria-selected="true"]::after {
  opacity: 1;
  visibility: visible;
}
.iti--allow-dropdown {
  width: 100%;
}
.form-check-card {
  position: relative;
  padding: 0;
  --borderColor: #E9E9EA;
  --bgColor: #f6f6f6;
  --textcolor: #0a0000;
}
.form-check-card.bg-white {
  --bgColor: #ffffff;
}
.form-check-card.bg-darkgrey {
  --bgColor: #e9e9ea;
}
.form-check-card .form-check-label {
  background-color: var(--bgColor);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: var(--textcolor);
  transition: all 0.3s ease-in-out;
}
.form-check-card .form-check-footer {
  border-top: solid 1px var(--borderColor);
  transition: all 0.3s ease-in-out;
}
.form-check-card .form-check-input {
  margin: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 11;
}
.form-check-card .form-check-input:hover {
  opacity: 1;
}
.form-check-card .form-check-input:checked ~ .form-check-label {
  --borderColor: rgba(236, 28, 56, 0.1);
  --bgColor: #FEF1F3;
  --textcolor: #ec1c38;
}
.form-check-card .form-check-input:checked ~ .form-check-label .text-dark3 {
  color: #0a0000;
}
.form-check-card .form-check-input:checked ~ .form-check-label .text-dark6 {
  color: #272a35;
}
.was-validated .form-check-card .form-check-input:valid ~ .form-check-label {
  color: var(--textcolor);
}
.was-validated .form-check-card .form-check-input:invalid ~ .form-check-label {
  outline: solid 1px #ec1c38;
  color: var(--textcolor);
}
.select2-container--listdropdown {
  background-color: #f6f6f6;
  border: 1px solid #e9e9ea;
}
.select2-container--listdropdown.bg-white {
  background-color: #ffffff;
  border: 0;
}
.select2-container--listdropdown.bg-white .select2-selection--single {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.select2-container--listdropdown.bg-white .select2-selection--single .select2-selection__placeholder {
  color: #d0d0d2;
}
.select2-container--listdropdown.select2-container--open {
  border-color: #272a35;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex !important;
  flex-wrap: wrap;
  font-size: 12px;
  list-style: none;
  padding: 8px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  background-color: #f6f6f6;
  width: 150px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-search__field:focus {
  outline: none;
  box-shadow: none;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #ec1c38;
  background-color: rgba(236, 28, 56, 0.12);
  padding: 3px 3px 3px 12px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 3px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  order: 2;
  background-color: rgba(236, 28, 56, 0.24);
  text-align: center;
  margin-left: 12px;
  line-height: 16px;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.select2-container--listdropdown .select2-search .select2-search__field {
  border: solid 1px #686a72;
}
.select2-container--listdropdown .select2-dropdown {
  border: 0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0;
}
.select2-container--listdropdown .select2-dropdown .select2-results__options {
  padding: 0;
  overflow: auto;
  max-height: 220px;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 12px;
  font-size: 12px;
  position: relative;
  border-bottom: solid 1px #E9E9EA;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option > div {
  align-items: center;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  color: #ec1c38;
  background-color: rgba(236, 28, 56, 0.08);
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\ec36";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #1ABC9C;
  opacity: 0;
  visibility: hidden;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  color: #1abc9c;
  background-color: rgba(26, 188, 156, 0.12);
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option[aria-selected="true"]::after {
  opacity: 1;
  visibility: visible;
}
.bb-checkbox input[type=checkbox] {
  display: none;
}
.bb-checkbox input[type=checkbox] + label:after {
  font-family: Jetpack !important;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #757575;
  border-radius: 2px;
}
.bb-checkbox input[type=checkbox] + label:before {
  display: none;
}
.bb-checkbox input[type=checkbox]:checked + label:after {
  content: "\ec36";
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 14px;
  background: #EC1C38;
  border-color: #EC1C38;
  font-weight: bold;
}
.bb-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  margin-bottom: 0;
}
.badge-checkbox input[type=checkbox]:checked + .badge-tags {
  background-color: rgba(26, 188, 156, 0.12) !important;
  color: #1abc9c !important;
}
.badge-checkbox input[type=checkbox]:checked + .badge-tags > .icon-check {
  display: inline-flex !important;
  margin-right: 3px;
}
.btn-check-color-row {
  margin-left: -3px;
  margin-right: -3px;
}
.btn-check-color-row > div {
  padding: 3px;
}
.btn-check-color {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check-color + .btn-check-label {
  vertical-align: top;
  border: solid 2px transparent;
  height: 36px;
  opacity: 0.48;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-check-color + .btn-check-label::after {
  display: none;
}
.btn-check-color + .btn-check-label:hover {
  opacity: 1;
}
.btn-check-color:checked + .btn-check-label {
  opacity: 1;
  border-color: #9e9eab;
  box-shadow: inset -3px -3px 0px #ffffff, inset 3px 3px 0px #ffffff;
}
.btn-check-mark-row {
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-check-mark-row > div {
  margin: 3px;
}
.btn-check-mark-row > div.btn-check-divider {
  border-right: solid 1px #000000;
  padding-right: 12px;
  margin-right: 12px;
}
.btn-checkmark-plus {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e9e9ea;
  --bs-btn-border-color: #9e9eab;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1abc9c;
  --bs-btn-active-border-color: #1abc9c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e9e9ea;
  --bs-btn-disabled-border-color: #9e9eab;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 12px;
  --bs-btn-line-height: 22px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 400;
  text-transform: none;
  vertical-align: middle;
  border-style: dashed;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.btn-checkmark-plus::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\edbe";
  margin-right: 10px;
  line-height: 22px;
  vertical-align: -3px;
}
.btn-checkmark-plus::after {
  display: none;
}
.btn-checkmark-plus.btn-checkmark-primary {
  --bs-btn-bg: #bdbdc0;
}
.btn-checkmark-plus.btn-checkmark-outlineprimary {
  --bs-btn-border-color: #ec1c38;
  border-style: solid;
  --bs-btn-color: #ec1c38;
  --bs-btn-bg: #ffffff;
  --bs-btn-active-bg: #9e9eaa;
  --bs-btn-active-border-color: transparent;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 0;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.btn-checkmark-plus.btn-checkmark-outlineprimary.bg-primary-30 {
  --bs-btn-bg: rgba(236, 28, 56, 0.3);
}
.btn-checkmark-plus.btn-checkmark-outlineprimary.bg-primary-24 {
  --bs-btn-bg: rgba(236, 28, 56, 0.24);
}
.btn-checkmark-plus.btn-checkmark-outlineprimary.bg-primary-18 {
  --bs-btn-bg: rgba(236, 28, 56, 0.18);
}
.btn-checkmark-plus.btn-checkmark-outlineprimary.bg-primary-12 {
  --bs-btn-bg: rgba(236, 28, 56, 0.12);
}
.btn-checkmark-plus.btn-checkmark-outlineprimary.bg-primary-6 {
  --bs-btn-bg: rgba(236, 28, 56, 0.06);
}
.btn-checkmark-plus.before-none::before {
  display: none;
}
.btn-radio-outline-secondary {
  --bs-btn-color: #9e9eab;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #9e9eab;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #ec1c38;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9e9eab;
  --bs-btn-disabled-bg: #e9e9ea;
  --bs-btn-disabled-border-color: #9e9eab;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 12px;
  --bs-btn-line-height: 22px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 400;
  --bs-btn-border-radius: 2px;
  font-family: 'Nunito', sans-serif;
  text-transform: none;
  font-weight: 400;
}
.btn-radio-outline-secondary img {
  filter: grayscale(100);
  opacity: 0.6;
  margin-bottom: 3px;
}
.btn-radio-outline-secondary::after {
  display: none;
}
.btn-check:checked + .btn-checkmark-plus::before {
  content: "\ec36";
}
.btn-check:checked + .btn-checkmark-plus.btn-checkmark-primary::before {
  content: "\ec33";
}
.btn-check:checked + .btn-checkmark-outlineprimary {
  --bs-btn-color: #ffffff;
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  flex-shrink: 1;
}
.btn-check:checked + .btn-radio-outline-secondary img {
  filter: grayscale(0);
  opacity: 1;
}
.form-switch-checkbox .form-check-input {
  background: rgba(10, 0, 0, 0.26);
  border-width: 0;
  width: 34px;
  height: 14px;
  position: relative;
  transition: all 0.1s ease-in-out;
  background-image: none !important;
  cursor: pointer;
}
.form-switch-checkbox .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.form-switch-checkbox .form-check-input:checked {
  background: rgba(236, 28, 56, 0.26);
}
.form-switch-checkbox .form-check-input:checked::before {
  left: 18px;
  background: #ec1c38;
}
.form-switch-checkbox .form-check-input::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #F1F1F1;
  box-shadow: 0px 1px 1px 0px #0000003D;
  position: absolute;
  left: -4px;
  top: -3.35px;
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-right-width: 0;
}
.input-group .input-group-text {
  background-color: #E9E9EA;
}
.input-group .input-group-text .icon {
  font-size: 20px;
  color: #000000;
}
.input-group.input-group-select .input-group-text {
  color: #9e9eab;
  position: absolute;
  z-index: 1;
  border: 0 !important;
  background: transparent !important;
  height: 100%;
}
.input-group.input-group-select .input-group-text:first-child {
  border-radius: 0;
}
.input-group .select2-container:not(:first-child) .select2-selection--single {
  padding-left: 100px;
}
.input-group .select2-container.select2-removepadding .select2-selection--single {
  padding-left: 12px !important;
}
.input-group .select2-container.selec2-wfixed {
  width: 195px !important;
}
.input-group .select2-container.selec2-wfixed .select2-selection--single {
  padding-left: 16px !important;
}
.input-group .select2-container.selec2-onlyicon {
  width: 80px !important;
}
.input-group .select2-container.selec2-onlyicon .select2-selection--single {
  padding-left: 16px !important;
}
.input-group .visible-onfocus {
  opacity: 0;
  visibility: hidden;
}
.input-group .form-control:not(:placeholder-shown) + .visible-onfocus {
  opacity: 1;
  visibility: visible;
}
.input-group .form-control.fixed-w-350 {
  width: 350px;
}
.input-group.input-group-supperlight .input-group-text {
  background-color: #f6f6f6;
}
.input-group.input-group-supperlight .form-control {
  background-color: #f6f6f6;
}
.input-group.bg-subberlight {
  background-color: #f6f6f6;
}
.input-group.input-group-light .input-group-text {
  border-radius: 0;
  background-color: #f6f6f6;
  border-color: #e9e9ea;
}
.input-group.input-group-light .form-control:not(:first-child) {
  border-left-width: 0;
}
.input-group.input-group-light .form-control:focus {
  box-shadow: none;
  background-color: #f6f6f6;
}
.input-group.input-group-dark .input-group-text {
  background-color: #d0d0d2;
  border-color: #d0d0d2;
}
.input-group.input-group-dark .form-control {
  border-color: #d0d0d2;
}
.input-group.input-group-dark .form-control:focus {
  outline: none;
  box-shadow: none;
}
.input-group-lg-48 .form-control {
  padding: 11px 1rem;
}
.was-validated .input-group-dark .form-control:invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid + .select2.select2-supperlight .select2-selection--single {
  border-color: #ec1c38;
}
.was-validated .input-group-supperlight .form-control:invalid + .input-group-text {
  border-color: #ec1c38;
}
.was-validated .input-group-supperlight .form-control:valid + .input-group-text {
  border-color: #198754;
}
.input-group-calendar {
  border: solid 2px #D0D0D2;
}
.input-group-calendar .btn-select-date {
  --bs-btn-bg: #D0D0D2;
  --bs-btn-border-color: #D0D0D2;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  text-transform: none;
  --bs-btn-padding-x: 16px;
}
.input-group-calendar .btn-select-date::after {
  display: none;
}
.input-group-calendar .form-control {
  font-size: 12px;
  font-weight: bold;
  min-width: 180px;
}
.input-group-calendar .form-control:focus {
  outline: none;
  box-shadow: none;
}
.input-group-count {
  padding: 5px 6px;
  background-color: #ffffff;
  border: solid 1px #e9e9ea;
  align-items: center;
}
.input-group-count .input-group-text {
  background-color: transparent;
  border-width: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.input-group-count .input-group-text .icon.fs-24 {
  font-size: 24px;
}
.input-group-count.bg-subberlight {
  background-color: #f6f6f6;
  border-color: #D0D0D2;
}
.input-group-number {
  padding: 6px;
  background-color: #e9e9ea;
  display: flex;
}
.input-group-number span,
.input-group-number .form-control {
  padding: 0 6px !important;
  width: 40px;
  font-size: 15px;
  text-align: center;
  border: 0;
  background-color: transparent;
  background-image: none !important;
}
.input-group-number span:focus,
.input-group-number .form-control:focus {
  outline: none;
  box-shadow: none;
}
.input-group-number.bg-dark6 {
  background-color: #d0d0d2;
}
.input-group-number.is-invalid {
  border: solid 1px #ba193b;
}
.card {
  border: 0;
  border-radius: 0;
}
.card.border-1 {
  border: solid 1px #d0d0d2;
}
.card .card-img,
.card .card-img-top {
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
.card .card-img img,
.card .card-img-top img {
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.card:hover .card-img-top img,
.card:hover .card-img img {
  transform: scale(1.08);
}
.card:hover .card img {
  transform: scale(1);
}
.card:hover .card:hover .card-img-top img,
.card:hover .card:hover .card-img img {
  transform: scale(1.08);
}
.card.card-transparent {
  background-color: transparent;
}
.card.card-spacer-8 {
  --bs-card-spacer-y: 8px;
  --bs-card-spacer-x: 8px;
}
.card.card-spacer-10 {
  --bs-card-spacer-y: 10px;
  --bs-card-spacer-x: 10px;
}
.card .btn-download-onhover {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  top: 50%;
  translate: all 0.3s ease-in-out;
}
.card:hover .btn-download-onhover {
  opacity: 1;
  visibility: visible;
}
.card.card-primary-border {
  --bs-card-border-width: 1px;
  --bs-card-border-color: #ec1c38;
  --bs-card-cap-bg: rgba(236, 28, 56, 0.12);
}
.card.card-primary-border .form-check {
  color: #ec1c38;
}
.breadcrumb {
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb a {
  text-decoration: none;
  color: #ec1c38;
}
.breadcrumb a:hover {
  color: #000000;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.breadcrumb.breadcrumb-members {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 24px;
  --bs-breadcrumb-divider-color: #0a0000;
  --bs-breadcrumb-item-padding-x: 3px;
  --bs-breadcrumb-item-active-color: #272a35;
  font-family: 'Sunflower', sans-serif;
}
.breadcrumb.breadcrumb-members .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb.breadcrumb-members .breadcrumb-item:not(:first-child)::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea8e";
  margin-top: -2px;
  font-size: 24px;
}
.breadcrumb.breadcrumb-members a {
  color: #9E9EAB;
}
.breadcrumb.breadcrumb-members a:hover {
  color: #ec1c38;
}
.badge {
  --bs-badge-border-radius: 3px;
}
.badge.badge-step {
  --bs-badge-padding-x: 16px;
  --bs-badge-padding-y: 6px;
  --bs-badge-font-size: 1em;
  --bs-badge-color: #000000;
  border: solid 1px #55555d;
  --bs-badge-border-radius: 0px;
}
.badge.badge-status {
  --bs-badge-border-radius: 0px;
  --bs-badge-padding-x: 6px;
  --bs-badge-padding-y: 3px;
  font-size: 12px;
  --bs-badge-font-weight: 400;
  background-color: rgba(39, 42, 53, 0.12);
  --bs-badge-color: #272a35;
}
.badge.badge-status.bg-pending {
  background-color: rgba(243, 156, 18, 0.12);
  --bs-badge-color: #F39C12;
}
.badge.badge-status.bg-completed {
  background-color: rgba(26, 188, 156, 0.12);
  --bs-badge-color: #1ABC9C;
}
.badge.badge-status.bg-not-sunmitted {
  background-color: rgba(236, 28, 56, 0.12);
  --bs-badge-color: #ec1c38;
}
.badge.badge-status.bg-cancelled {
  background-color: rgba(236, 28, 56, 0.12);
  --bs-badge-color: #ec1c38;
}
.badge.badge-status.badge-light {
  background-color: #F6F6F6;
  --bs-badge-color: #686A72;
}
.badge.badge-status.badge-white-light {
  background-color: rgba(255, 255, 255, 0.36);
  --bs-badge-color: #0A0000;
}
.badge.badge-status.badge-grey {
  background-color: #E9E9EA;
  --bs-badge-color: #0A0000;
}
.badge.badge-status.badge-bgdark6 {
  background-color: #d0d0d2;
  --bs-badge-color: #0A0000;
}
.badge.bg-warning {
  --bs-warning-rgb: 243,156,18;
}
.badge.badge-sm {
  --bs-badge-padding-x: 3px;
  --bs-badge-padding-y: 2px;
  --bs-badge-font-size: 12px;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 3px;
  min-width: 16px;
}
.badge.badge-md {
  font-size: 17px;
  --bs-badge-padding-y: 9px;
  --bs-badge-border-radius: 3px;
}
.badge.bg-warning {
  --bs-warning-rgb: 243,156,18;
}
.badge.badge-fixed-24 {
  min-width: 24px;
  line-height: 24px;
}
.badge.badge-fixed-28 {
  min-width: 28px;
  line-height: 28px;
}
.badge.badge-tags {
  line-height: 24px;
  --bs-badge-padding-x: 6px;
  --bs-badge-padding-y: 0px;
  --bs-badge-font-size: 12px;
  --bs-badge-font-weight: 700;
  --bs-badge-border-radius: 3px;
  text-decoration: none;
}
.badge.badge-tags.badge-tags-sm {
  line-height: 18px;
  --bs-badge-border-radius: 2px;
}
.badge.badge-tags:hover {
  opacity: 0.8;
}
.badge.badge-cardtag {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
  --bs-badge-font-size: 12px;
  --bs-badge-padding-x: 9px;
  --bs-badge-padding-y: 6px;
  --bs-badge-border-radius: 0;
  --bs-bg-opacity: 0.8;
}
.badge.badge-cardtag .icon {
  font-size: 16px;
  margin-right: 6px;
  margin-top: -2px;
}
.badge.badge-xsm {
  --bs-badge-padding-x: 3px;
  --bs-badge-padding-y: 1px;
  --bs-badge-font-size: 10px;
  --bs-badge-border-radius: 1px;
  line-height: 11px;
}
.badge.badge-user-status {
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  white-space: inherit;
  --bs-badge-padding-x: 6px;
  --bs-badge-padding-y: 6px;
  --bs-badge-border-radius: 3px;
  --bs-badge-color: #686a72;
}
.badge.badge-user-status::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--bs-badge-color);
  margin-right: 6px;
}
.badge.badge-user-status.online {
  --bs-badge-color: #1abc9c;
  background-color: rgba(26, 188, 156, 0.12);
}
.badge.badge-user-status.due-back {
  --bs-badge-color: #f39c12;
  background-color: rgba(243, 156, 18, 0.12);
}
.badge-tags-list .badge-tags {
  margin-right: 3px;
  margin-bottom: 6px;
}
.badge-tags-list .badge-tags .btn {
  border-radius: 2px;
}
.badge-tags-list .badge-tags.badge-icons {
  display: inline-flex;
  align-items: center;
}
.badge-tags-list .badge-tags.badge-icons .icon:first-child {
  margin-right: 6px;
}
.badge-tags-list.badge-regular {
  text-transform: none;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  --bs-badge-padding-y: 6px;
  --bs-badge-border-radius: 3px;
}
.badge-tags-list.badge-regular-md {
  text-transform: none;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  --bs-badge-padding-y: 3px;
  --bs-badge-border-radius: 3px;
  font-size: 17px;
}
.badge-tags-list.badge-tags-list-normal .badge-tags {
  margin-right: 6px;
  font-weight: 400;
  --bs-badge-border-radius: 0;
}
.progress {
  --bs-progress-height: 4px;
  --bs-progress-bg: #ec1c38;
  --bs-progress-border-radius: 0;
}
.progressbar-panorama {
  background-color: #E9E9EA;
}
.progressbar-panorama .progress {
  --bs-progress-height: 4px;
  --bs-progress-bg: #ec1c38;
  --bs-progress-border-radius: 0;
}
.progressbar-panorama .progress.progress-vt {
  --bs-progress-height: 6px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #272a35;
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ec1c38;
  --bs-progress-bar-transition: width 0.6s ease;
}
.progressbar-panorama .progress.progress-vt .progress-bar {
  --bs-progress-bar-bg: #ec1c38;
  --bs-progress-border-radius: 0;
}
@media screen and (min-width: 768px) {
  .list-two-column {
    columns: 2 auto;
    column-gap: 2em;
    break-inside: avoid-column;
    list-style-type: disc;
    padding: 0 0 0 1.25em;
  }
}
.list-three-column {
  list-style: none;
  margin: 0;
  columns: 3 auto;
  column-gap: 2em;
  break-inside: avoid-column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .list-three-column {
    columns: 2 auto;
  }
}
@media screen and (max-width: 580px) {
  .list-three-column {
    columns: 1 auto;
  }
}
.list-group.list-group-files {
  --bs-list-group-border-width: 1px;
  --bs-list-group-item-padding-x: 6px;
  --bs-list-group-item-padding-y: 6px;
  --bs-list-group-bg: #ffffff;
  --bs-list-group-border-radius: 0;
  --bs-list-group-active-color: #ec1c38;
  --bs-list-group-active-bg: rgba(236, 28, 56, 0.12);
  --bs-list-group-active-border-color: #ec1c38;
  --bs-list-group-action-hover-color: #ec1c38;
  --bs-list-group-action-hover-bg: rgba(236, 28, 56, 0.12);
  --bs-list-group-action-active-color: #ec1c38;
  list-style: none;
  font-size: 12px;
  max-height: 370px;
  overflow: auto;
}
.list-group.list-group-files .list-group-item {
  display: flex;
  align-items: center;
}
.list-group.list-group-files .list-group-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bs-list-group-color);
  align-self: flex-start;
  margin-top: 11px;
  margin-right: 6px;
  display: none;
}
.list-group.list-group-files .list-group-item .file-icons {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center center;
  margin-right: 6px;
}
.list-group.list-group-files .list-group-item .file-icons.file-70 {
  width: 75px;
  height: 75px;
}
.list-group.list-group-files .list-group-item .file-icons.file-36 {
  width: 36px;
  height: 36px;
}
.list-group.list-group-files .list-group-item .fileListBtn {
  position: relative;
  display: block;
  padding-left: 0;
  text-decoration: none;
}
.list-group.list-group-files .list-group-item .fileListBtn::before {
  content: '\f15b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.list-group.list-group-files .list-file-icon {
  align-self: flex-start;
}
.list-group.list-group-files .list-detials {
  width: 100%;
  padding-right: 12px;
}
.list-group.list-group-files .btn-icons {
  flex-shrink: 0;
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 6px;
  --bs-btn-line-height: 1.2;
}
.list-group.list-group-files .imgSizeInfo {
  font-size: 12px;
}
.list-group.list-group-files a.list-group-item:hover {
  background-color: #f6f6f6;
}
.list-group.list-group-files a.list-group-item:hover .fileListBtn {
  color: #000000 !important;
}
.list-group.list-group-files a.list-group-item:hover.list-group-item-action {
  background-color: rgba(236, 28, 56, 0.06);
}
.list-group.list-group-spacing .list-group-item {
  border-top-width: 1px;
  margin-bottom: 3px;
}
.list-group.border-start-end .list-group-item {
  border-left-width: 0;
  border-right: 0;
}
.list-group.list-of-steps {
  --bs-list-group-border-width: 0px;
  --bs-list-group-border-radius: 0rem;
  --bs-list-group-item-padding-x: 12px;
  --bs-list-group-item-padding-y: 7px;
  --bs-list-group-bg: rgba(26, 188, 156, 0.06);
  --bs-list-group-color: #0a0000;
  --bs-before-color: #1abc9c;
}
.list-group.list-of-steps .list-group-item {
  padding-left: 48px;
  position: relative;
}
.list-group.list-of-steps .list-group-item:not(:last-child) {
  margin-bottom: 3px;
}
.list-group.list-of-steps .list-group-item::before {
  content: "\ec33";
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  background-color: var(--bs-list-group-bg);
  min-width: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: var(--bs-before-color);
  text-align: center;
  line-height: 36px;
}
.list-group.list-of-steps.list-primary {
  --bs-list-group-bg: rgba(236, 28, 56, 0.06);
  --bs-before-color: #ec1c38;
}
.list-group.list-of-steps.list-primary .list-group-item::before {
  content: "\edbb";
}
.list-group.list-of-steps.list-of-steps-column {
  flex-wrap: wrap;
  flex-direction: inherit;
}
.list-group.list-of-steps.list-of-steps-column .list-group-item {
  width: 33%;
  margin-right: 0.3%;
}
@media screen and (max-width: 991px) {
  .list-group.list-of-steps.list-of-steps-column .list-group-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .list-group.list-of-steps.list-of-steps-column .list-group-item {
    width: 100%;
  }
}
.list-group .preview-message {
  display: inline-block;
  max-width: 80%;
}
.list-group .preview-message * {
  display: contents;
  color: #686a72 !important;
  font-size: 15px !important;
}
.list-group.list-of-options {
  --bs-list-group-item-padding-x: 12px;
  --bs-list-group-item-padding-y: 12px;
}
.list-group.list-group-button {
  --bs-list-group-color: #272a35;
  --bs-list-group-border-radius: 0;
  --bs-list-group-border-color: #e9e9ea;
  --bs-list-group-action-color: #272a35;
  --bs-list-group-action-hover-color: #ec1c38;
  --bs-list-group-action-hover-bg: rgba(236, 28, 56, 0.08);
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-active-color: #ec1c38;
  --bs-list-group-active-bg: rgba(236, 28, 56, 0.08);
  --bs-list-group-active-border-color: #e9e9ea;
  --bs-list-group-item-padding-x: 12px;
  --bs-list-group-item-padding-y: 10px;
}
.list-group.list-group-button .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
}
.list-group.list-group-button .list-group-item.active .icon-dark3 {
  color: #ec1c38;
}
.list-group.list-group-button .list-group-item.active .inactive-hide {
  opacity: 1;
}
.list-group.list-group-button .icon-dark3 {
  color: #686a72;
}
.list-group.list-group-button .inactive-hide {
  opacity: 0;
}
.list-item-step {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item-step li {
  display: flex;
  align-items: center;
  padding: 0 0 34px;
  margin: 0;
  position: relative;
  z-index: 0;
}
.list-item-step li::before {
  counter-increment: item;
  content: counters(item, ".");
  border-radius: 50%;
  padding: 0;
  width: 72px;
  height: 72px;
  text-align: center;
  display: block;
  flex-shrink: 0;
  background: #EC1C38;
  border-radius: 4px;
  font-family: 'Sunflower';
  font-weight: 700;
  font-size: 38px;
  line-height: 72px;
  margin-right: 16px;
  align-self: flex-start;
}
.list-item-step li::after {
  content: '';
  width: 1px;
  background-color: #686A72;
  height: 100%;
  position: absolute;
  left: 36px;
  top: 0;
  z-index: -1;
}
.list-item-step li:last-child::after {
  display: none;
}
.list-item-arrow {
  margin: 0 0 70px;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}
.list-item-arrow li {
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  list-style: none;
}
.list-item-arrow li .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(236, 28, 56, 0.12);
  left: 0;
  top: 2px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #EC1C38;
  font-size: 14px;
  font-weight: bold;
}
.list-group.list-table {
  --bs-list-group-bg: #f6f6f6;
  --bs-list-group-item-padding-y: 0;
  --bs-list-group-item-padding-x: 0;
}
.list-group.list-table .list-cols {
  padding: 6px 9px;
}
.list-group.list-table .list-icons {
  padding: 6px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.list-group.list-table .list-fixed-cols {
  text-align: center;
  width: 70px;
  padding: 3px 3px;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-group.list-table .badge {
  border-radius: 2px;
}
.list-group.list-table .list-group-item {
  margin-bottom: 3px;
}
.pagination {
  font-weight: 700;
  --bs-pagination-padding-x: 10px;
  --bs-pagination-padding-y: 0;
  --bs-pagination-font-size: 1em;
  --bs-pagination-color: #000000;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: #ec1c38;
  --bs-pagination-hover-bg: #fff;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #ec1c38;
  --bs-pagination-active-bg: #ffffff;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
}
.pagination .active .page-link {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  color: var(--bs-pagination-active-color);
}
.pagination .page-item {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .pagination .page-item.paginationSelect {
    display: none;
  }
}
.pagination .page-item.paginationSelect .selectWrapper {
  width: 5em;
}
@media screen and (max-width: 767px) {
  .pagination .page-item.paginationLinkNumber,
  .pagination .page-item.ellipsis {
    display: none;
  }
}
.pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item [class^="icon-"] {
  font-size: 14px;
}
.pagination .accessibilityLabel {
  display: none;
}
.nav-tabs {
  border-color: #d7d7da;
}
@media screen and (max-width: 991px) {
  .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 2px;
}
.nav-tabs .nav-item .nav-link {
  color: #272a35;
  background-color: #d7d7da;
  border-radius: 0;
  border-color: #d7d7da;
  padding: 16px 24px;
  font-weight: 700;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #ec1c38;
  border-bottom-color: #ffffff;
}
.nav-tabs.nav-pills .nav-link.active {
  background-color: #ec1c38;
}
.nav-tabs.step-nav-vertical {
  --bs-nav-tabs-border-width: 0px;
}
.nav-tabs.step-nav-vertical .nav-item {
  margin: 0;
}
.nav-tabs.step-nav-vertical .nav-item .nav-link {
  width: 100%;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 15px;
  background-color: transparent;
  text-align: left;
  font-weight: 700;
  border-left: solid 5px transparent;
  font-family: 'Sunflower', sans-serif;
  color: #000000;
}
.nav-tabs.step-nav-vertical .nav-item .nav-link .icon {
  vertical-align: -4px;
  font-size: 20px;
  margin-right: 9px;
}
.nav-tabs.step-nav-vertical .nav-item .nav-link:hover,
.nav-tabs.step-nav-vertical .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #ec1c38;
}
.nav-tabs.step-nav-vertical .nav-item .nav-link.active {
  border-color: #ec1c38;
}
.tab-content {
  border: solid 1px #d7d7da;
  border-top: 0;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 24px 16px;
  }
}
.tab-content img + img {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content img + img {
    margin-top: 16px;
  }
}
.tab-content ul {
  padding-left: 1rem;
  margin-bottom: 24px;
}
.tab-content p {
  margin-bottom: 24px;
}
.tab-content h4 {
  color: #ec1c38;
}
.tab-content .video-wrapper {
  padding-bottom: 88.589211618257261%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-tabs-icons {
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-color: #ec1c38;
  --bs-nav-tabs-link-active-bg: rgba(236, 28, 56, 0.12);
  --bs-nav-link-color: #686a72;
  --bs-nav-link-hover-color: #ec1c38;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-tabs-border-color: #e9e9ea;
  padding-top: 6px;
  border-top: 1px solid var(--bs-nav-tabs-border-color);
}
.nav-tabs-icons .nav-link {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.nav-tabs-icons .nav-link .icon {
  font-size: 24px;
  margin: 0 !important;
}
.modal {
  --bs-modal-padding: 12px;
}
.modal .modal-close {
  position: absolute;
  right: -10px;
  background-color: #FFF;
  border-radius: 50%;
  top: -10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 99;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-dialog.text-start .modal-body.text-center {
  text-align: left !important;
}
.modal .modal-dialog .modal-body-scrollable {
  max-height: 85vh;
  overflow: auto;
}
.modal.modal-testimonials {
  --bs-modal-bg: rgba(255, 255, 255, 0);
  --bs-modal-border-width: 0px;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-border-width: 0px;
  --bs-modal-footer-border-width: 0px;
}
.modal.modal-testimonials .modal-header {
  justify-content: center;
}
.modal.modal-testimonials .modal-header .btn-close {
  position: absolute;
  right: 70px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
.modal.modal-testimonials .modal-title {
  --bs-heading-color: #FFF;
  text-align: center;
}
.modal.modal-testimonials .modal-dialog {
  --bs-modal-width: 1600px;
}
.modal.modal-testimonials .owl-carousel .owl-stage {
  display: flex;
}
.modal.modal-testimonials .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto;
  background: #FFFF;
  float: none;
}
.modal.modal-testimonials .user-review-list {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.modal.modal-gallery {
  --bs-modal-padding: 1rem;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-header-border-width: 0px;
  --bs-modal-box-shadow: none;
  --bs-modal-bg: transparent;
}
.modal.modal-gallery .carousel-indicators-thumb {
  position: fixed;
  bottom: 0;
}
.modal.modal-gallery .carousel-indicators-thumb [data-bs-target] {
  width: 100px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .modal.modal-gallery .carousel-indicators-thumb [data-bs-target] {
    width: 60px;
    height: 50px;
  }
}
.modal.modal-gallery .carousel-indicators-thumb [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.modal.modal-gallery .modal-body {
  display: flex;
  align-items: center;
  padding: 0  10vw;
  justify-content: center;
}
.modal.modal-gallery .modal-body .carousel {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}
.modal.modal-gallery .modal-body .carousel .carousel-item {
  text-align: center;
}
.modal.modal-gallery .modal-body .carousel .carousel-item img {
  max-width: 100% !important;
  width: auto !important;
  max-height: 80vh;
}
.modal.modal-gallery .modal-close {
  right: 10px;
  top: 10px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}
.modal.modal-gallery .carousel-control-next,
.modal.modal-gallery .carousel-control-prev {
  width: 50px;
}
.modal.modal-gallery .carousel-control-next {
  right: -10vw;
}
.modal.modal-gallery .carousel-control-prev {
  left: -10vw;
}
.modal.modal-right .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  min-height: 100vh;
  height: 100vh;
}
.modal.modal-right.fade:not(.show) .modal-dialog {
  transform: translate(105%, 0);
}
.modal .modal-header-sm {
  --bs-modal-header-padding: 12px 20px;
}
.modal .card-body [data-message] img {
  max-width: 100%;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
[data-bs-toggle="modal"] {
  cursor: pointer;
}
.table {
  --bs-table-bg: #fff;
}
.table .btn-icon-only {
  --bs-btn-line-height: 1;
}
.table a {
  text-decoration: none;
  cursor: pointer;
}
.table .table-text-link {
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: bold;
  background: none;
  border: 0;
  color: #ec1c38;
}
.table .table-text-link:hover {
  color: #0a0000;
}
.table .tr-on-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.table tr:hover .tr-on-hover {
  opacity: 1;
  visibility: visible;
}
.table .ui-sortable .ui-sortable-helper {
  outline: solid 1px var(--bs-table-border-color);
  background-color: #FFF;
}
.table .ui-sortable .ui-sortable-helper td {
  border-bottom: 0;
}
.table .bg-supperlight {
  --bs-table-bg: #f6f6f6;
}
.table .bg-neutral-bg {
  --bs-table-bg: #e9e9ea;
}
.table-dark {
  --bs-table-bg: #272a35;
}
.table-dark.fs-5 {
  font-size: 1em !important;
}
.table-dark .btn.btn-table-sort {
  --bs-btn-color: #ffffff;
  width: 100%;
}
.table-dark .text-start .btn-table-sort {
  text-align: left!important;
}
.table-bordered {
  --bs-table-border-color: #bdbdc0;
  --bs-border-color: #bdbdc0;
}
.table-bordered td,
.table-bordered th {
  border-color: var(--bs-table-border-color);
}
.table-bordered td .btn.btn-icon-only .icon,
.table-bordered th .btn.btn-icon-only .icon {
  font-size: 13px;
}
.table-bordered td .btn-info-tooltip,
.table-bordered th .btn-info-tooltip {
  background-color: #000000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  --bs-primary-rgb: 255,255,255;
  line-height: 4px;
}
.table-bordered td .btn-info-tooltip:hover,
.table-bordered th .btn-info-tooltip:hover {
  background-color: #ec1c38;
  --bs-primary-rgb: 255,255,255;
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip:hover .icon,
.table-bordered th .btn-info-tooltip:hover .icon {
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip .icon,
.table-bordered th .btn-info-tooltip .icon {
  margin-top: -6px;
}
.table-bordered td .btn-info-tooltip .icon::before,
.table-bordered th .btn-info-tooltip .icon::before {
  content: '\2139';
}
.table-text-sm {
  font-size: 0.85em;
  color: #ffffff;
}
.table-footer-btn {
  background: #fff;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
  color: #0a0000;
  font-size: 15px;
}
@media (min-width: 992px) {
  .table-footer-btn {
    justify-content: space-between;
  }
}
.table-footer-btn .btn-table {
  --bs-btn-padding-y: 3px;
  --bs-btn-padding-x: 6px;
  --bs-btn-line-height: 1.2;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-border-width: 0;
  --bs-btn-color: #0a0000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #ec1c38;
  margin: 0 6px;
  --bs-btn-font-size: 15px;
}
.table-footer-btn .btn-table::after {
  display: none;
}
.table-footer-btn .btn-table:first-child {
  margin-left: 0;
}
.table-footer-btn .btn-table:last-child {
  margin-right: 0;
}
.table-footer-btn .form-select {
  padding: 3px 24px 3px 16px;
  background-color: transparent;
  background-position: right 3px center;
  margin: 0 6px;
  width: auto;
  color: #0a0000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230A0000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.table-footer-btn .col-12 {
  justify-content: center;
}
.table-footer-btn p {
  margin-bottom: 0;
}
.table-footer-btn .resultsPerPage {
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .table-footer-btn .resultsPerPage {
    margin-top: 12px;
  }
}
.table-responsive.mb-24 .table,
.table-responsive.mb-36 .table {
  margin-bottom: 0;
}
table.k-editor {
  border-spacing: 0 !important;
  border: solid 1px #0a0000;
}
table.k-editor .k-button-group .k-tool {
  border-width: 0;
}
table.k-editor .k-dropdown-wrap {
  border-width: 0 !important;
}
table.k-editor .k-editable-area {
  border-width: 0 !important;
}
.k-list-container {
  border: solid 1px #0a0000;
}
.k-list-container .k-state-selected {
  color: #ffffff !important;
}
.table-members {
  font-size: 15px;
}
.table-members thead > tr > th {
  white-space: nowrap;
}
.table-members th:first-child,
.table-members td:first-child {
  position: sticky;
  left: 0;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
}
@media (max-width: 767px) {
  .table-members th:first-child,
  .table-members td:first-child {
    min-width: 50vw;
    max-width: 50vw;
    white-space: normal;
  }
}
.table-members .btn-table-sort {
  --bs-btn-font-size: 15px;
  text-transform: capitalize;
  font-family: var(--bs-body-font-family);
  white-space: nowrap;
}
.table-members .btn-table-sort span::after {
  top: 0;
}
.table-members .btn-table-sort span::before {
  bottom: 0;
}
.table-members td {
  white-space: nowrap;
}
.table-members td.breakWord {
  white-space: normal!important;
}
.table-members.table-wrap td {
  white-space: normal;
}
.table-members .btn-tr-collapse {
  font-size: 12px;
}
.table-members .btn-tr-collapse .fs-12 {
  font-size: 12px;
}
.table-members tr .visibility-onhover {
  opacity: 0;
  visibility: hidden;
}
.table-members tr:hover > td > .visibility-onhover {
  opacity: 1;
  visibility: visible;
}
.table-members tr .visible-on-open {
  opacity: 0;
  visibility: hidden;
}
.table-members tr.tr-open .visible-on-open {
  opacity: 1;
  visibility: visible;
}
.table-members tr.tr-open .btn-tr-collapse {
  transform: rotate(180deg);
}
.table-members.table-fullscreen > thead {
  display: none;
}
.table-members.table-fullscreen > tbody > tr:not(.tr-fullscreen) {
  display: none;
}
.table-members.table-fullscreen > tbody > tr:not(.tr-fullscreen) + .table-expand-tr {
  display: none !important;
}
.table-members.table-fullscreen > tbody > tr.tr-fullscreen.tr-open + .table-expand-tr {
  display: table-row;
}
@media (max-width: 991px) {
  .table-nowrap td {
    white-space: nowrap;
  }
}
.table-checkbox .onhover-checkbox {
  opacity: 0;
  margin-left: -30px;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.table-checkbox .onhover-checkbox:checked {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.table-checkbox:hover .onhover-checkbox,
.table-checkbox.show-checkbox .onhover-checkbox {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.alert {
  --bs-alert-border-radius: 0;
}
.alert .head {
  font-weight: bold;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert .alert-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 30px;
  border-radius: 50%;
}
.alert .alert-list-items {
  margin: 0;
  padding: 0;
}
.alert .alert-list-items .b-text {
  padding: 6px 12px;
}
.alert .alert-list-items span {
  background-color: var(--bs-alert-listbg);
  margin-left: auto;
  padding: 6px 8px;
}
.alert .alert-list-items li {
  display: flex;
  margin-bottom: 3px;
  background-color: var(--bs-alert-listbg);
}
.alert.alert-warning {
  --bs-alert-bg: rgba(243, 156, 18, 0.12);
  --bs-alert-color: #000000;
  --bs-alert-border-color: #F39C12;
  --bs-alert-listbg: rgba(243, 156, 18, 0.24);
  --bs-alert-padding-x: 12px;
  --bs-alert-padding-y: 12px;
}
.alert.alert-warning h5 {
  color: #F39C12;
}
.alert.alert-warning .alert-icons {
  background-color: rgba(243, 156, 18, 0.24);
  color: #F39C12;
}
.alert.alert-warning-dark {
  --bs-alert-bg: #F39C12;
  --bs-alert-color: #ffffff;
  --bs-alert-padding-x: 6px;
  --bs-alert-padding-y: 6px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.alert.alert-warning-dark .time-count {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px;
  display: flex;
  line-height: 31px;
  font-size: 19px;
  margin-right: 6px;
}
.alert.alert-warning-dark .item-icon {
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 36px;
  width: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 4px;
}
.alert.alert-time-clock .time-cols {
  background-color: #f39c12;
  font-size: 12px;
  width: 100%;
  margin: 2px;
  color: #ffffff;
  padding: 6px 0;
}
.alert.alert-time-clock .time-count {
  font-size: 19px;
}
.alert + .alert-danger.mt-24 {
  margin-top: 16px;
}
.toast {
  --bs-toast-border-color: #58b99d;
  border-width: 0 0 0 5px;
  --bs-toast-padding-x: 0;
  --bs-toast-border-radius: 0;
  font-size: 15px;
  --bs-toast-bg: #ffffff;
  --bs-toast-max-width: 400px;
}
.toast .toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #cfeee7 ;
  color: #58b99d;
  margin-right: 24px;
  flex-shrink: 0;
  align-self: center;
}
.toast h6 {
  color: #58b99d;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0px;
}
.toast.toast-warning {
  --bs-toast-border-color: #F39C12;
}
.toast.toast-warning .toast-icon {
  background-color: rgba(243, 156, 18, 0.24);
  color: #F39C12;
}
.toast.toast-warning .toast-icon::before {
  content: "\f4a8";
}
.toast.toast-warning h6 {
  color: #F39C12;
}
.toast .toast-content-icon {
  padding: 20px 20px 20px 24px;
}
.toast .toast-body {
  align-self: center;
}
.toast.toast-notification {
  border-width: 0;
  --bs-toast-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  --bs-toast-spacing: 12px;
}
.toast.toast-notification .btn-close {
  background-image: none;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}
.toast.toast-notification .btn-close .icon {
  font-size: 24px;
  line-height: 24px;
}
.anim-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.anim-roller div {
  animation: anim-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.anim-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.anim-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.anim-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.anim-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.anim-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.anim-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.anim-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.anim-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.anim-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.anim-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.anim-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.anim-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.anim-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.anim-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.anim-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.anim-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.anim-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes anim-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.owl-carousel.owl-theme {
  padding: 0 60px;
  overflow: hidden;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: #ec1c38;
  margin: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after,
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  font-size: 24px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after {
  content: "\efcd";
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  content: "\f25f";
}
.owl-carousel.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 47px;
  height: 2px;
  margin: 4px;
  background-color: #D9D9D9;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ec1c38;
}
.owl-carousel.thumbnail-slider .owl-dots {
  padding-top: 0;
}
.owl-carousel.thumbnail-slider .owl-nav {
  margin-top: 0;
}
.owl-carousel.owl-space-o {
  padding: 0;
}
.owl-carousel.owl-nav-black .owl-nav .owl-prev,
.owl-carousel.owl-nav-black .owl-nav .owl-next {
  background-color: #272a35;
}
.owl-carousel.owl-nav-black .owl-nav .owl-prev:hover,
.owl-carousel.owl-nav-black .owl-nav .owl-next:hover {
  background-color: #272a35;
  opacity: 0.8;
}
.owl-carousel.owl-nav-black .owl-nav .owl-prev.disabled,
.owl-carousel.owl-nav-black .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.owl-carousel.owl-carousel-center.owl-loaded {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel.owl-carousel-center > .owl-stage-outer {
  max-width: 100%;
}
.item-owl-thumbnail {
  width: 240px;
  border: solid 1px #D0D0D2;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  height: 120px;
}
.item-owl-thumbnail img {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}
.item-owl-thumbnail .item-owl-thumbnail-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px;
  line-height: 1.2;
}
.item-owl-thumbnail.active-thumbnail {
  border-color: #1abc9c;
  border-width: 3px;
}
.item-owl-thumbnail.active-thumbnail .item-owl-thumbnail-title {
  background-color: #1abc9c;
  color: #ffffff;
}
.owl-video-search .owl-item img {
  vertical-align: top;
  height: 100%;
  width: 110px !important;
  object-fit: cover;
  margin: 0;
}
.owl-video-search .owl-items-list {
  display: flex;
  background-color: #f6f6f6;
  align-items: center;
  text-decoration: none;
  color: #0a0000;
  width: 280px;
}
.owl-video-search .owl-items-list .owl-title {
  padding: 12px;
  font-size: 12px;
  text-align: left;
}
.section .uploadifive-button {
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  border: solid 2px #ec1c38;
  padding: 0 24px;
  min-height: 42px !important;
  line-height: 42px !important;
  color: #ec1c38;
  width: auto !important;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 200px;
  margin: 24px 0 36px;
  white-space: nowrap;
  cursor: pointer;
}
.section .uploadifive-button input[type="file"] {
  cursor: pointer;
}
.section .uploadifive-button span::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaa7";
  font-size: 1rem;
  margin-right: 3px;
  vertical-align: -2px;
}
.section .uploadifive-button:hover {
  color: #ffffff;
  background-color: #ec1c38;
}
.section .uploadifive-button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: translate(110%, 0);
  background-color: #ec1c38;
  z-index: -1;
}
.section .uploadifive-button:hover::after {
  transform: translate(0, 0);
}
.section .uploadifive-button.uploadifive-btn-primary {
  border-color: #ec1c38;
  color: #ec1c38;
  padding: 0 12px;
  max-width: 120px;
  min-height: 30px !important;
  line-height: 27px !important;
  font-size: 13px;
}
.section .uploadifive-button.uploadifive-btn-primary.max-w-auto {
  max-width: fit-content;
}
.section .uploadifive-button.uploadifive-btn-primary span::before {
  vertical-align: -4px;
}
.section .uploadifive-button.uploadifive-btn-primary:hover {
  color: #ffffff;
}
.section .uploadifive-button.uploadifive-btn-primary:after {
  background-color: #ec1c38;
}
.section .uploadifive-button.uploadifive-btn-primary.btn-bg-primary {
  color: #ffffff;
  background-color: #ec1c38;
  border-width: 1px;
}
.section .uploadifive-button.uploadifive-btn-primary.btn-bg-primary:hover {
  border-color: #000000;
}
.section .uploadifive-button.uploadifive-btn-primary.btn-bg-primary::after {
  background-color: #000000;
}
.section .uploadifive-button.uploadifive-btn-secondary {
  border-color: #000000;
  color: #000000;
}
.section .uploadifive-button.uploadifive-btn-secondary::after,
.section .uploadifive-button.uploadifive-btn-secondary:hover {
  background-color: #000000;
}
.section .uploadifive-button.uploadifive-btn-secondarybg {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.section .uploadifive-button.uploadifive-btn-secondarybg::after,
.section .uploadifive-button.uploadifive-btn-secondarybg:hover {
  border-color: #ec1c38;
  background-color: #ec1c38;
}
.section .uploadifive-button.uploadifive-icon-none span::before {
  display: none;
}
.section .uploadifive-button.uploadifive-dragicon {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0a0000;
  text-transform: none;
  max-width: initial;
  border: 1px dashed #D0D0D2;
  height: auto !important;
  padding: 48px 12px;
  cursor: pointer;
}
.section .uploadifive-button.uploadifive-dragicon .icon {
  color: #9E9EAB;
}
.section .uploadifive-button.uploadifive-dragicon::after {
  display: none;
}
.section .uploadifive-button.uploadifive-dragicon:hover {
  background-color: #fff;
  color: #ec1c38;
}
.section .uploadifive-button.uploadifive-dragicon [type="file"] {
  height: 100%;
  width: 100%;
  right: 0 !important;
  left: 0;
  top: 0 !important;
}
.section .uploadifive-button.border-1 {
  border-width: 1px;
}
.section .uploadifive-button.btn-square-36 {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
  background-color: #f6f6f6;
  border: 0;
  padding: 0;
  border-radius: 8px;
  color: #686A72;
}
.section .uploadifive-button.btn-square-36:hover {
  background-color: #ec1c38;
  color: #ffffff;
}
.upload-itemplaceholder .uploadifive-queue-item {
  order: -1;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 12px;
  border-radius: 0;
  min-height: 200px;
  text-align: center;
  background-color: transparent;
  position: relative ;
  z-index: 0;
  border-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-itemplaceholder .uploadifive-queue-item::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ecae";
  font-size: 36px;
  display: block;
  text-align: center;
  margin-bottom: 6px;
  color: #9E9EAB;
}
.upload-itemplaceholder .uploadifive-queue-item::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  top: 0;
  z-index: -1;
  border: solid 1px #d0d0d2;
  background-color: #F6F6F6;
}
.upload-itemplaceholder .uploadifive-queue-item .filename,
.upload-itemplaceholder .uploadifive-queue-item .fileinfo {
  font-size: 15px;
  color: #9e9eab;
  font-weight: 400;
  display: block;
  padding: 0 12px;
  width: 100%;
  word-break: break-all;
}
.upload-itemplaceholder .uploadifive-queue-item .fileinfo {
  margin-top: 6px;
  word-break: break-all;
}
.upload-itemplaceholder .uploadifive-queue-item .fileinfo::before {
  content: "Uploading";
}
.upload-itemplaceholder .uploadifive-queue-item .progress {
  background-color: #d0d0d2;
  height: 5px;
  border-width: 0;
  border-radius: 0;
  margin: 12px 10% ;
  width: 80%;
}
.upload-itemplaceholder .uploadifive-queue-item .progress .progress-bar {
  background-color: #ec1c38;
}
.upload-itemplaceholder .uploadifive-queue-item.complete .fileinfo::before {
  display: none;
}
.upload-itemplaceholder.upload-item-row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item {
  align-items: flex-start;
  text-align: left;
  min-height: auto;
  padding: 12px 12px 12px 70px;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item .progress {
  margin: 12px 0 0px 12px;
  width: 92%;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item::before {
  position: absolute;
  left: 26px;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item .filename {
  color: #0a0000;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item .fileinfo {
  margin-top: 3px;
}
.upload-itemplaceholder.upload-item-row .uploadifive-queue-item::after {
  left: 0;
  right: 0;
}
.upload-itemplaceholder.upload-item-row.g-6 {
  --bs-gutter-x: 6px;
  --bs-gutter-y: 6px;
}
.upload-itemplaceholder.upload-item-row.upload-item-sm .uploadifive-queue-item {
  padding-left: 46px;
  margin-top: 6px;
  order: 9;
}
.upload-itemplaceholder.upload-item-row.upload-item-sm .uploadifive-queue-item::before {
  left: 12px;
}
.upload-itemplaceholder.upload-item-row.upload-item-sm .uploadifive-queue-item::after {
  background-color: #E9E9EA;
  border-color: #d0d0d2;
  left: 3px;
  right: 3px;
}
.upload-itemplaceholder.upload-item-row.upload-item-sm .uploadifive-queue-item > div {
  width: 92%;
}
.upload-itemplaceholder.upload-item-row.upload-item-sm .uploadifive-queue-item .filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
}
.upload-itemplaceholder.upload-row-first-cols12 .uploadifive-queue-item {
  width: 100%;
}
.upload-itemplaceholder.upload-row-first-cols12.row > .col:first-child {
  flex: 0 0 auto;
  width: 100% !important;
}
.upload-itemplaceholder.grouped-item .grouped-hide-item {
  display: none;
}
.hide-itemplaceholder .uploadifive-queue-item.complete {
  display: none !important;
}
.dragdrop-target,
section [class^="dragDrop"] {
  padding: 1.5em;
  background-color: #e9e9ea;
  border: solid 1px #d0d0d2;
  min-height: 8em;
  margin-top: 0.75em;
}
.dragdrop-target .dragFilesHead,
section [class^="dragDrop"] .dragFilesHead {
  display: block;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 0.25em;
  letter-spacing: 0.02em;
  color: #55555d;
  font-size: 1em;
  margin: -2.25em 0 0;
  position: relative;
  text-align: left;
}
.dragdrop-target .dragFilesHead span,
section [class^="dragDrop"] .dragFilesHead span {
  padding: 0 24px;
  position: relative;
  z-index: 0;
}
.dragdrop-target .dragFilesHead span::after,
section [class^="dragDrop"] .dragFilesHead span::after {
  content: '';
  display: block;
  background-color: #e9e9ea;
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 0.5em;
  z-index: -1;
}
.dragdrop-target .userSelection15,
section [class^="dragDrop"] .userSelection15,
.dragdrop-target .dragdrop-img-row,
section [class^="dragDrop"] .dragdrop-img-row {
  display: flex;
  flex-wrap: wrap;
}
.dragdrop-target .userSelection15 .groupStart,
section [class^="dragDrop"] .userSelection15 .groupStart,
.dragdrop-target .dragdrop-img-row .groupStart,
section [class^="dragDrop"] .dragdrop-img-row .groupStart,
.dragdrop-target .userSelection15 .groupEnd,
section [class^="dragDrop"] .userSelection15 .groupEnd,
.dragdrop-target .dragdrop-img-row .groupEnd,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd {
  width: 100%;
  padding-top: 1.4em;
  text-align: center;
  overflow: hidden;
}
.dragdrop-target .userSelection15 .groupStart p,
section [class^="dragDrop"] .userSelection15 .groupStart p,
.dragdrop-target .dragdrop-img-row .groupStart p,
section [class^="dragDrop"] .dragdrop-img-row .groupStart p,
.dragdrop-target .userSelection15 .groupEnd p,
section [class^="dragDrop"] .userSelection15 .groupEnd p,
.dragdrop-target .dragdrop-img-row .groupEnd p,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd p {
  margin: 0;
}
.dragdrop-target .userSelection15 .groupStart p::after,
section [class^="dragDrop"] .userSelection15 .groupStart p::after,
.dragdrop-target .dragdrop-img-row .groupStart p::after,
section [class^="dragDrop"] .dragdrop-img-row .groupStart p::after,
.dragdrop-target .userSelection15 .groupEnd p::after,
section [class^="dragDrop"] .userSelection15 .groupEnd p::after,
.dragdrop-target .dragdrop-img-row .groupEnd p::after,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd p::after,
.dragdrop-target .userSelection15 .groupStart p::before,
section [class^="dragDrop"] .userSelection15 .groupStart p::before,
.dragdrop-target .dragdrop-img-row .groupStart p::before,
section [class^="dragDrop"] .dragdrop-img-row .groupStart p::before,
.dragdrop-target .userSelection15 .groupEnd p::before,
section [class^="dragDrop"] .userSelection15 .groupEnd p::before,
.dragdrop-target .dragdrop-img-row .groupEnd p::before,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd p::before {
  background-color: #d0d0d2;
  border-bottom: solid 1px #fff;
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  margin-top: -0.1em;
  width: 50%;
}
.dragdrop-target .userSelection15 .groupStart p::before,
section [class^="dragDrop"] .userSelection15 .groupStart p::before,
.dragdrop-target .dragdrop-img-row .groupStart p::before,
section [class^="dragDrop"] .dragdrop-img-row .groupStart p::before,
.dragdrop-target .userSelection15 .groupEnd p::before,
section [class^="dragDrop"] .userSelection15 .groupEnd p::before,
.dragdrop-target .dragdrop-img-row .groupEnd p::before,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd p::before {
  right: 0.5em;
  margin-left: -50%;
}
.dragdrop-target .userSelection15 .groupStart p::after,
section [class^="dragDrop"] .userSelection15 .groupStart p::after,
.dragdrop-target .dragdrop-img-row .groupStart p::after,
section [class^="dragDrop"] .dragdrop-img-row .groupStart p::after,
.dragdrop-target .userSelection15 .groupEnd p::after,
section [class^="dragDrop"] .userSelection15 .groupEnd p::after,
.dragdrop-target .dragdrop-img-row .groupEnd p::after,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd p::after {
  left: 0.5em;
  margin-right: -50%;
}
.dragdrop-target .userSelection15 .groupEnd::before,
section [class^="dragDrop"] .userSelection15 .groupEnd::before,
.dragdrop-target .dragdrop-img-row .groupEnd::before,
section [class^="dragDrop"] .dragdrop-img-row .groupEnd::before {
  background-color: #d0d0d2;
  border-bottom: solid 1px #fff;
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  margin-top: -0.1em;
  width: 100%;
  right: 0.5em;
  margin-left: 0;
}
.dragdrop-target .filter,
section [class^="dragDrop"] .filter {
  margin-top: 24px;
  font-size: 1.1em;
}
.dragdrop-target .itemImage,
section [class^="dragDrop"] .itemImage {
  width: auto;
  max-width: 200px;
  padding: 24px 24px 0 0;
}
.dragdrop-target.filedrag-and-drop,
section [class^="dragDrop"].filedrag-and-drop {
  border: dashed 1px #9E9EAB;
  background-color: transparent;
}
.dragdrop-target.filedrag-and-drop .dragFilesHead,
section [class^="dragDrop"].filedrag-and-drop .dragFilesHead {
  position: absolute;
}
.dragdrop-target.filedrag-and-drop .dragFilesHead span::after,
section [class^="dragDrop"].filedrag-and-drop .dragFilesHead span::after {
  background-color: #FFFFFF;
  height: 100%;
}
.itemImage {
  font-size: 0.8em;
  line-height: 1.24;
}
.itemImage input[type="checkbox"],
.itemImage input[type="radio"] {
  display: none;
}
.itemImage .imgSelect {
  background-color: #ec1c38;
  display: block;
  overflow: hidden;
  border: solid 1px #d0d0d2;
  cursor: pointer;
}
.itemImage .imgSelect .form-control:focus {
  box-shadow: none;
}
.itemImage .imgSelect.bg-subberlight {
  background-color: #f6f6f6;
}
.itemImage .imgSelect.imageSelected img {
  transform: scale(0.94) !important;
}
.itemImage img {
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.itemImage.imageSelected img,
.itemImage input[type="radio"]:checked + label img {
  transform: scale(0.94) !important;
}
.itemImage .imgSizeInfo {
  padding-top: 3px;
  text-align: center;
  background-color: #e9e9ea;
}
.itemImage .img-file-name {
  display: block;
  margin-bottom: 3px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.itemImage .thumbnailBtn {
  padding: 0 0.4em;
  background: none;
  border: 0;
}
.itemImage .btn-trash-icon {
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #ec1c38;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
  z-index: 9;
}
.itemImage:hover .btn-trash-icon {
  opacity: 1;
}
.item-image-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.item-image-row .itemImage {
  width: 100%;
  max-width: 200px;
  margin: 0 12px 24px;
}
@media screen and (max-width: 480px) {
  .item-image-row .itemImage {
    max-width: calc(26%);
  }
}
.thumbnailDesc {
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.thumbnailDesc a {
  color: #000000;
}
.thumbnailDesc a:hover {
  color: #ec1c38;
}
.thumbnailDesc .controls {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 1em;
}
.thumbnailDesc .controls:first-child {
  margin-right: auto;
  padding-left: 0;
}
.thumbnailDesc .controls .thumbnailBtn {
  padding: 0 0.4em;
  background: none;
  border: 0;
}
.item-img-download {
  position: relative;
  display: block;
}
.item-img-download .download-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ec1c38;
  font-size: 21px;
  font-family: 'Sunflower', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.item-img-download .download-img .icon {
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
.item-img-download:hover .download-img,
.item-img-download:hover .img-meta-btn {
  opacity: 1;
  visibility: visible;
}
.item-img-download.download-sm .download-img {
  font-size: 14px;
}
.item-img-download.download-sm .download-img .icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.item-img-download.download-sm .img-size-info {
  bottom: 6px;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 6px;
}
.item-img-download.download-sm .btn-icons {
  --bs-btn-line-height: 24px;
  --bs-btn-padding-y: 0px;
  --bs-btn-padding-x: 3px;
}
.item-img-download.download-sm .btn-icons .icon {
  font-size: 18px;
}
.item-img-download.download-sm .img-meta-btn {
  top: 6px;
  right: 6px;
}
.item-img-download .img-meta-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  visibility: hidden;
}
.item-img-download.img-select {
  border: solid 3px #ec1c38 !important;
}
.img-size-info {
  position: absolute;
  left: 0;
  bottom: 12px;
  background-color: rgba(255, 255, 255, 0.48);
  padding: 6px 12px;
  color: #000000;
  font-size: 12px;
  transform: translate(0, 0);
  right: 0;
  max-width: 100%;
  text-align: center;
}
.img-size-info .img-filename {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.modalDragDropTarget {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border: 2px dashed #ec1c38;
  display: none;
  font-size: 25px;
  font-weight: bold;
  color: #ec1c38;
  z-index: 999;
}
.modalDragDropTarget.active {
  display: flex;
  flex-direction: column;
}
.modalDragDropTarget::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 241, 243, 0.8);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  z-index: -1;
}
.daterangepicker {
  font-family: 'Nunito', sans-serif !important;
}
.daterangepicker td.active,
.daterangepicker td:hover {
  background-color: #ec1c38 !important;
  color: #ffffff !important;
}
.offcanvas {
  --bs-offcanvas-padding-x: 12px;
  --bs-offcanvas-padding-y: 12px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
}
.offcanvas .offcanvas-title {
  font-size: 15px;
  text-transform: uppercase;
}
.offcanvas .offcanvas-header {
  border-bottom: solid 1px #e9e9ea;
}
.offcanvas .btn-close {
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  font-size: 24px;
}
.offcanvas .btn-close.icon {
  background: none;
}
.offcanvas .btn-close.icon::before {
  content: "\edbb";
}
.offcanvas.offcanvas-headerstart {
  bottom: auto;
  width: 400px;
  max-width: 400px;
  left: 250px;
  transform: translateY(-110%);
  max-height: 50%;
  transition: transform 0s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .offcanvas.offcanvas-headerstart {
    left: auto;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas.offcanvas-headerstart {
    max-height: 90vh;
    top: 0;
  }
}
.offcanvas-backdrop.show {
  opacity: 0.3;
}
@media screen and (min-width: 1200px) {
  .editor-minimize .offcanvas.offcanvas-headerstart {
    left: 80px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
::-webkit-scrollbar {
  width: 12px;
  padding: 0;
}
::-webkit-scrollbar-track {
  background: #e9e9ea;
  border-radius: 8px;
  border: solid 3px #FFF;
}
::-webkit-scrollbar-thumb {
  background-color: #686a72;
  outline: 0;
  border: 0;
  border-radius: 8px;
  border: solid 3px #FFF;
}
.spinners {
  --bs-spinner-border-width: 7px;
}
.spinners.spinners-right-bgdark {
  border-right-color: #d0d0d2;
}
.spinners.spinner-size-lg {
  width: 48px;
  height: 48px;
}
.loader-fullscreen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  z-index: 999;
}
.loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-ripple div {
  position: absolute;
  border: 4px solid #ec1c38;
  opacity: 1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  left: 0;
  right: 0;
}
.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader-ripple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  4.9% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.nav-scrollspy {
  --bs-nav-link-padding-x: 12px;
  --bs-nav-link-padding-y: 6px;
  --bs-nav-link-color: #0a0000;
  --bs-nav-link-hover-color: #ec1c38;
  --bs-nav-pills-link-active-color: #ec1c38;
  --bs-nav-pills-link-active-bg: transparent;
  padding: 6px 0;
  border-left: solid 1px var(--bs-card-border-color);
}
.nav-scrollspy .nav-link {
  position: relative;
}
.nav-scrollspy .nav-link::before {
  position: absolute;
  content: '';
  width: 2px;
  left: -1px;
  height: 0;
  top: 0;
  background-color: #ec1c38;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nav-scrollspy .nav-link.active {
  font-weight: 700;
}
.nav-scrollspy .nav-link.active::before {
  opacity: 1;
  height: 100%;
}
.header .navbar {
  padding: 0px 0 ;
  z-index: 99;
}
.header .navbar .nav-continer {
  width: 100%;
  align-self: center;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-continer {
    width: auto;
    border: 0px;
  }
}
.header .navbar .navbar-brand {
  width: 232px;
  flex-shrink: 0;
  padding: 6px 0;
  margin: 0 24px 0 0px;
}
.header .navbar .navbar-brand img {
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .header .navbar .navbar-brand {
    margin: 0 24px 0 0;
    width: 220px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-brand {
    width: 162px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-brand {
    width: 180px;
    padding: 6px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    width: 160px;
  }
}
.header .navbar .navbar-toggler {
  z-index: 1;
  width: 36px;
  height: 30px;
  border: 0;
  padding: 0;
  align-self: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-toggler {
    margin-left: 13px;
    margin-top: 12px;
  }
}
.header .navbar .navbar-toggler i {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ec1c38;
  opacity: 1;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left;
}
.header .navbar .navbar-toggler i:nth-child(1) {
  top: 0;
}
.header .navbar .navbar-toggler i:nth-child(2) {
  top: 10px;
}
.header .navbar .navbar-toggler i:nth-child(3) {
  top: 20px;
  transform-origin: bottom left;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  width: 30px;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  width: 30px;
}
.header .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header .navbar .navbar-nav {
  justify-content: space-between;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Sunflower', sans-serif;
  padding: 16px;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1700px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link::after {
  display: block;
  content: '';
  background-color: #272a35;
  height: 140%;
  top: 0px;
  left: 0;
  width: 0;
  position: absolute;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ec1c38;
}
.header .navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-toggle-mobile {
  display: none;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  background-color: #272a35;
  border: 0;
  padding: 0px 0 0px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding-left: 12px;
    padding-right: 12px;
    top: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.dropdown-menu-mobile.show {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.dropdown-menu-mobile.show-active {
    display: flex;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 8px;
  font-family: 'Sunflower', sans-serif;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 9px 6px;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #ec1c38;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .btn-outline-primary {
  padding: 6px 14px 2px;
  font-size: 13px;
  line-height: 18px;
  border-width: 2px;
  text-transform: uppercase;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: "\ea8b";
  border-width: 0;
  vertical-align: middle;
  margin-left: 0px;
  line-height: 18px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  flex-direction: column;
  background-color: #272a35;
  margin-top: 0;
  align-items: flex-start;
  width: auto;
  padding: 12px 0;
  border-bottom: solid 3px #ec1c38;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.dropdown-menu-end {
  left: auto;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li .dropdown-item {
  padding: 6px 16px;
}
.header .navbar .nav-right {
  padding: 12px 0px 12px 0;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-right {
    order: -1;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right {
    padding: 9px 0;
  }
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .header-phone {
    display: none;
  }
}
.header .navbar .nav-right .nav-item {
  padding-left: 16px;
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 6px;
  }
}
.header .navbar .nav-right .nav-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.m-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls {
    position: fixed;
    z-index: 2;
    width: 50%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    padding-top: 10px;
  }
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .icon {
  left: -5px;
  position: relative;
  top: -2px;
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .dropdown-arrow {
  left: 10px;
  font-size: 12px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EC1C38;
    --bs-btn-border-color: #EC1C38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EC1C38;
    --bs-btn-hover-border-color: #EC1C38;
    padding-top: 9px;
  }
}
.header .navbar .nav-right .nav-item.userControls .dropdown-toggle {
  text-transform: capitalize !important;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .dropdown-menu {
    top: auto;
    bottom: 42px;
    width: 100vw;
    left: 0;
  }
}
.header .navbar .nav-right .nav-item .nav-link {
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link {
    padding: 8px 0 6px;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar .nav-right .nav-item .nav-link {
    font-size: 16px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-primary {
  padding: 10px 24px;
  border-width: 0;
}
@media screen and (max-width: 1500px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    font-size: 16px;
    padding: 10px 16px 10px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location {
  display: flex;
  padding: 0;
  align-items: center;
  text-align: left;
  background-color: transparent;
  min-height: 40px;
  border-width: 0;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location > img {
  flex-shrink: 0;
  width: 36px;
  margin-right: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location > img {
    margin-right: 0;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  color: #9e9eab;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location span {
    display: none;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span b {
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location::after {
  display: none;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location:hover b {
  color: #ec1c38;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle::after {
  margin: 0;
  border: 0;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu {
  padding: 0;
  width: 36px;
  height: 36px;
  position: relative;
  border: 0;
  --bs-btn-active-bg: #3B3E4A;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 22px;
  height: 1px;
  background: #ffffff;
  opacity: 1;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(1) {
  top: 8px;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(2) {
  top: 17px;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(3) {
  top: 26px;
  transform-origin: bottom left;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded="true"] i {
  left: 9px;
  background-color: #9e9eab;
  width: 25px;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded="true"]:hover i {
  background-color: #ffffff;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
}
.header .navbar .nav-right .nav-item .dropdown-menu {
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #272a35;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #373a48;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ec1c38;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-font-size: 15px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-item-padding-y: 20px;
  --bs-dropdown-padding-y: 0;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.header .navbar .nav-right .nav-item .dropdown-menu > li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .navbar .nav-right .nav-item .dropdown-menu > li .icon {
  font-size: 20px;
  margin-right: 16px;
}
.header .navbar .nav-right .nav-item .dropdown-menu > li span > span {
  font-size: 0.9em;
  opacity: 0.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .dropdown-menu > li span > span {
    white-space: normal;
  }
}
.header .navbar .nav-right .nav-item .dropdown-menu > li .dropdown-item {
  align-items: center;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu {
  --bs-dropdown-min-width: 428px;
  --bs-dropdown-box-shadow: 0px 4px 34px 0px #0000007A;
  --bs-dropdown-bg: #3B3E4A;
  --bs-dropdown-item-padding-y: 6px;
  --bs-dropdown-item-padding-x: 6px;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-active-color: #ec1c38;
  --bs-dropdown-link-hover-color: #ec1c38;
  --bs-dropdown-font-size: 12px;
  --bs-dropdown-spacer: 0;
  margin: 0;
  border-radius: 0;
  padding: 16px;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu.show {
  display: flex;
  flex-wrap: wrap;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item {
  background-color: #272a35;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item:hover {
  background-color: #0a0000;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item:hover .icon {
  background-color: #272a35;
  color: #ec1c38;
  opacity: 1;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item.active {
  background-color: #0a0000;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item.active .icon {
  background-color: #272a35;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  background-color: #0a0000;
  color: #ec1c38;
  opacity: 1;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon svg path {
  fill: #ec1c38;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon::before {
  color: #ec1c38;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu li {
  padding: 4px;
  width: 50%;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    position: absolute;
    background-color: #272a35;
    z-index: 1;
    width: 600px;
    right: 0;
    top: 100%;
  }
  .header .navbar.navbar-expand-xl .navbar-nav {
    padding: 16px 24px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item {
    position: relative;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
    border-bottom: solid 1px rgba(104, 106, 114, 0.36);
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    color: #ec1c38;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu {
    flex-direction: inherit;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 12px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .ms-auto {
    margin-left: 0 !important;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    border-bottom: 0;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu:not(.show) {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 50%;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu-mobile:not(.show) {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile {
    display: block;
    background: transparent;
    position: absolute;
    right: 12px;
    border: solid 1px #FFF;
    border-width: 0 1px 1px 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 11px;
    padding: 0;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile::after {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile.show {
    transform: rotate(226deg);
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 75vw;
    max-width: 75vw;
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 12px;
  }
}
@media screen and (max-width: 575px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 100vw;
    max-width: 100vw;
    right: -12px;
  }
}
@media screen and (max-width: 480px) {
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar {
    border-bottom: solid 40px #272A35;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar {
    border-bottom: solid 48px #272A35;
  }
}
.header .navbar.without-submenu {
  border-bottom-width: 0;
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu.navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu .nav-continer {
    align-items: center;
  }
}
.header .navbar.without-submenu .nav-item .nav-link {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header [class^="headerUserBtn"]:not(.headerUserBtnChatInvite) {
    position: fixed;
    width: 50%;
    bottom: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .header .headerUserBtnChatTrigger,
  .header .headerUserBtnChatInvite {
    right: 0;
  }
}
.header [id^="b_whd9oga5"],
.header [id^="b_p2nat7pl"],
.header [id^="b_vkw633r6"],
.header [id^="b_3ka1mfcl"],
.header [id^="b_0melosha"],
.header [id^="b_l6ob54lm"],
.header [id^="b_5dytf3an"],
.header [id^="b_"] {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible!important;
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"],
  .header [id^="b_p2nat7pl"],
  .header [id^="b_vkw633r6"],
  .header [id^="b_3ka1mfcl"],
  .header [id^="b_0melosha"],
  .header [id^="b_l6ob54lm"],
  .header [id^="b_5dytf3an"],
  .header [id^="b_"] {
    width: 50%;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"],
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
.header [id^="b_vkw633r6"] [class^="headerUserBtn"],
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
.header [id^="b_0melosha"] [class^="headerUserBtn"],
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
.header [id^="b_5dytf3an"] [class^="headerUserBtn"],
.header [id^="b_"] [class^="headerUserBtn"] {
  position: relative;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #ec1c38;
  border: solid 0.2em #ec1c38;
  color: #fff;
  margin: 0;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-appearance: none;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    font-size: 16px;
    height: 42px;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
  content: "";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23FFFFFF' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ec1c38' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    width: 100%;
    border-color: #272a35;
    background: #272a35;
    color: #ec1c38;
  }
}
.header .member-nav {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .header .member-nav {
    z-index: 999;
  }
}
.header .member-nav .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 9px;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: #000000;
  --bs-nav-link-hover-color: #ec1c38;
  --bs-nav-link-disabled-color: #6c757d;
  font-family: 'Sunflower', sans-serif;
  font-size: 15px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1399px) {
  .header .member-nav .nav {
    --bs-nav-link-padding-x: 0.6rem;
  }
}
@media screen and (max-width: 1299px) {
  .header .member-nav .nav {
    --bs-nav-link-padding-x: 0.4rem;
  }
}
.header .member-nav .nav .icon {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: -4px;
  line-height: var(--bs-body-line-height);
}
.header .member-nav .nav .icon.icon-image::before {
  content: "\ef66";
}
.header .member-nav .nav .active {
  --bs-nav-link-color: #ec1c38;
}
@media screen and (max-width: 1199px) {
  .header .member-nav .navbar-collapse {
    position: absolute;
    background-color: #272a35;
    z-index: 1;
    width: 600px;
    right: 0;
    top: 0;
  }
  .header .member-nav .navbar-collapse .nav {
    background-color: #272a35;
    flex-direction: column;
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #EC1C38;
    --bs-nav-link-disabled-color: #6c757d;
    --bs-nav-link-padding-x: 0;
    box-shadow: none;
    padding: 16px 24px;
  }
  .header .member-nav .navbar-collapse .nav .nav-item:not(:last-child) {
    border-bottom: solid 1px rgba(104, 106, 114, 0.36);
  }
}
@media screen and (max-width: 767px) {
  .header .member-nav .navbar-collapse {
    width: 75vw;
    max-width: 75vw;
  }
}
@media screen and (max-width: 575px) {
  .header .member-nav .navbar-collapse {
    width: 100vw;
    max-width: 100vw;
  }
}
.footer {
  background-color: #0a0000;
  padding: 60px 0 0;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    overflow: hidden;
  }
}
.footer .footer-logo {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 36px;
}
.footer .footer-logo img {
  max-width: 87px;
}
@media screen and (max-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo img {
    max-width: 52px;
  }
}
.footer .footer-nav {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    font-size: 12px;
  }
}
.footer .footer-nav .nav-link {
  color: #ffffff;
  padding: 3px 18px;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .nav-link {
    padding: 3px 8px 6px;
  }
}
.footer .footer-nav .nav-link:hover,
.footer .footer-nav .nav-link.active {
  color: #ec1c38;
}
.footer .footer-socialinav {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-socialinav {
    margin-bottom: 16px;
    padding-bottom: 3px;
  }
}
.footer .footer-socialinav li {
  padding: 0 12px;
}
.footer .footer-socialinav li a:hover svg {
  fill: #ec1c38;
}
.footer .footer-socialinav li a:hover svg path {
  fill: #ec1c38;
}
.footer .footer-copynav {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.12);
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav {
    padding: 10px 0 12px;
  }
}
.footer .footer-copynav .nav {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer .footer-copynav .nav .nav-item {
  padding: 8px 8px;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav .nav-item {
    padding: 6px 8px;
  }
}
.footer .footer-copynav .nav .nav-item .nav-link {
  color: #9e9eab;
  padding: 0;
}
.footer .footer-copynav .nav .nav-item .nav-link:hover,
.footer .footer-copynav .nav .nav-item .nav-link.active {
  color: #ec1c38;
}
.members-dashboard {
  --padding: 48px;
}
@media (max-width: 991px) {
  .members-dashboard {
    --padding: 24px;
  }
}
.members-dashboard.home-dashboard {
  --padding: 24px;
}
@media (min-width: 992px) {
  .members-dashboard {
    flex-wrap: nowrap;
  }
}
.members-dashboard .dashboard-aside {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .members-dashboard .dashboard-aside {
    max-width: 500px ;
  }
}
@media (max-width: 991px) {
  .members-dashboard .dashboard-aside {
    position: fixed;
    width: 29em;
    overflow-y: auto;
    transform: translateX(-29em);
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .members-dashboard .dashboard-aside::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f6f6f6;
    width: 50vw;
    z-index: -1;
  }
}
.members-dashboard .dashboard-aside.not-before::before {
  display: none;
}
.members-dashboard .dashboard-aside h2 {
  margin-bottom: 24px;
}
.members-dashboard .dashboard-aside .table {
  font-size: 0.88em;
}
.members-dashboard .dashboard-aside .table a {
  cursor: pointer;
}
.members-dashboard .dashboard-aside .get-started .h3,
.members-dashboard .dashboard-aside .get-started h3 {
  font-size: 24px;
}
.members-dashboard .dashboard-aside .get-started .h4,
.members-dashboard .dashboard-aside .get-started h4 {
  font-size: 20px;
}
.members-dashboard .get-started ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.members-dashboard .get-started ol li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 36px;
}
.members-dashboard .get-started ol li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 0;
  font-size: 48px ;
  line-height: 48px;
  color: #9e9eab;
  font-weight: 700;
  top: 0;
}
.members-dashboard .get-started ul {
  margin-bottom: 36px;
}
.members-dashboard .get-started ul li {
  margin-bottom: 12px;
}
.members-dashboard .dashboard-content {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
@media (min-width: 992px) {
  .members-dashboard .dashboard-content {
    flex: 1 0 0%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .members-rowfixed {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .members-rowfixed .dashboard-aside {
    max-width: 500px ;
  }
}
@media (min-width: 992px) {
  .members-rowfixed .dashboard-content {
    flex: 1 0 0%;
    width: auto;
  }
}
.editors-dashboard .editor-wrapper {
  --leftmargin: 250px;
  padding: 24px 0;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .editors-dashboard .editor-wrapper {
    margin-left: var(--leftmargin);
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1199px) {
  .editors-dashboard .editor-wrapper {
    min-height: calc(100vh - 80px);
  }
}
.editors-dashboard .editor-wrapper > .alert-sticky-top::after {
  content: '';
  margin-bottom: 24px ;
  display: block;
}
.editors-dashboard .editor-wrapper > .alert-sticky-top:empty::after {
  display: none;
}
.editors-dashboard .editor-wrapper > .alert-sticky-top.empty-alert {
  display: none;
}
.editors-dashboard .editor-wrapper.fullscreenview {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.editors-dashboard .editor-wrapper.fullscreenview .editor-subwrapper {
  margin: 0;
}
.editors-dashboard .editor-wrapper.fullscreenview .editor-wrapperbody {
  flex: 1 1 auto;
}
.editors-dashboard .editor-wrapper.fullscreenview > .alert-sticky-top > .alert:last-child {
  margin-bottom: 0 !important;
}
.editors-dashboard .editor-wrapper.fullscreenview > .alert-sticky-top::after {
  margin-bottom: 0;
}
.editors-dashboard .editor-wrapper.layout-conversation {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.editors-dashboard .editor-wrapper.layout-conversation .editor-subwrapper {
  margin: 0;
}
.editors-dashboard .editor-wrapper.layout-conversation > .alert-sticky-top > .alert:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .editors-dashboard .editor-wrapper.layout-conversation > .alert-sticky-top.alert-withoffcanvas {
    padding-left: 250px;
  }
}
.editors-dashboard .editor-wrapper.layout-conversation > .alert-sticky-top::after {
  margin-bottom: 0;
}
.editors-dashboard .editor-wrapper.layout-conversation > .editor-subwrapper-conversation {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin-top: 0;
  position: relative;
}
.editors-dashboard .editor-wrapper.layout-conversation > .editor-subwrapper-conversation .section-conversation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.editors-dashboard .editor-wrapper.layout-conversation > .editor-subwrapper-conversation .section-conversation .conversation {
  height: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  .editors-dashboard .editor-wrapper.layout-conversation > .editor-subwrapper-conversation .conversation-select {
    height: auto;
    min-height: 100%;
  }
}
.editors-dashboard .alert-sticky-top {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 0;
}
.editors-dashboard .alert-sticky-top.editor-subwrapper {
  margin-bottom: 1px !important;
}
.editors-dashboard .editor-subwrapper {
  margin: -24px 0;
}
@media (min-width: 1200px) {
  .editors-dashboard .editor-subwrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.editors-dashboard .container-editors {
  max-width: 1240px;
}
@media (min-width: 1200px) {
  .editors-dashboard .sticky-nav {
    left: var(--leftmargin);
    right: 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .editors-dashboard .flag-fixed-box {
    max-width: 320px;
    min-height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 991px) {
  .editors-dashboard .flag-fixed-box {
    height: auto !important;
    padding-bottom: 16px;
  }
}
.editors-dashboard .flag-fixed-box.vh-auto {
  min-height: auto;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1199px) {
  .editors-dashboard .flag-fixed-box.offcanvas-inmobile {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 99999;
    width: 250px !important;
    top: 80px;
    box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(-112%);
    transition: all 0.3s ease-in-out;
    min-height: auto;
    height: auto !important;
  }
}
.editors-dashboard .flag-fixed-box.offcanvas-inmobile.show {
  transform: translateX(0);
}
.editors-dashboard .flag-fixed-container {
  padding: 16px 24px;
}
.editors-dashboard.editor-minimize .editor-wrapper {
  --leftmargin: 80px;
}
.editors-header {
  background-color: #0a0000;
}
@media (min-width: 1200px) {
  .editors-header {
    position: fixed;
    width: 250px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 16;
    overflow: auto;
  }
}
.editors-header .ed-logos-row {
  border-bottom: solid 1px #272a35;
  padding: 16px 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #0a0000;
}
@media (max-width: 1199px) {
  .editors-header .ed-logos-row {
    padding: 12px;
  }
}
.editors-header .navbar-brand {
  max-width: 158px;
  width: 100%;
}
.editors-header .btn-notification {
  color: #ffffff;
  overflow: inherit;
  --bs-btn-line-height: 22px;
  margin-right: 0;
}
.editors-header .btn-notification .icon {
  font-size: 24px;
  margin: 0;
  transform: rotate(-16deg);
}
.editors-header .btn-notification::after {
  display: none;
}
.editors-header .btn-notification .badge {
  top: 3px;
}
.editors-header .navbar-toggler {
  z-index: 1;
  width: 36px;
  height: 30px;
  border: 0;
  padding: 0;
  align-self: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .editors-header .navbar-toggler {
    margin-left: 13px;
    margin-top: 12px;
  }
}
.editors-header .navbar-toggler i {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ec1c38;
  opacity: 1;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left;
}
.editors-header .navbar-toggler i:nth-child(1) {
  top: 0;
}
.editors-header .navbar-toggler i:nth-child(2) {
  top: 10px;
}
.editors-header .navbar-toggler i:nth-child(3) {
  top: 20px;
  transform-origin: bottom left;
}
.editors-header .navbar-toggler[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  width: 30px;
}
.editors-header .navbar-toggler[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.editors-header .navbar-toggler[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  width: 30px;
}
.editors-header .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.editors-header .user-controls {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 24px;
}
.editors-header .user-controls .user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  margin: 0 auto 9px;
  position: relative;
  background-color: #272a35;
  align-items: center;
  justify-content: center;
  color: #686a72;
}
.editors-header .user-controls .user-avatar img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.editors-header .user-controls .user-avatar .avatar-icon {
  font-size: 42px;
}
.editors-header .user-controls .user-avatar.upload-avatar-img .show-onhover {
  display: none;
  font-size: 24px;
  color: #ffffff;
}
.editors-header .user-controls .user-avatar.upload-avatar-img:hover {
  border-style: dashed;
  border-color: #ffffff;
}
.editors-header .user-controls .user-avatar.upload-avatar-img:hover .hide-onhover {
  display: none;
}
.editors-header .user-controls .user-avatar.upload-avatar-img:hover .show-onhover {
  display: block;
  font-size: 24px;
}
.editors-header .user-controls .user-info {
  --bs-btn-line-height: 1.3;
  --bs-btn-padding-y: 0px;
  --bs-btn-padding-x: 24px;
  --bs-btn-color: #ffffff;
  --bs-btn-border-width: 0;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  max-width: 100%;
}
.editors-header .user-controls .user-info span {
  font-size: 12px;
  color: #9e9eab;
  font-weight: 400;
  text-transform: capitalize;
}
.editors-header .user-controls .user-info::after {
  display: none;
}
.editors-header .user-controls .user-info .icon {
  transition: all 0.1s ease-in-out;
}
.editors-header .user-controls .user-info[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.editors-header .user-controls .user-info .user-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.editors-header .user-controls .dropdown-menu {
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #272a35;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #373a48;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ec1c38;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-font-size: 15px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-item-padding-y: 20px;
  --bs-dropdown-padding-y: 0;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.editors-header .user-controls .dropdown-menu > li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.editors-header .user-controls .dropdown-menu > li .icon {
  font-size: 20px;
  margin-right: 16px;
}
.editors-header .user-controls .dropdown-menu > li span > span {
  font-size: 0.9em;
  opacity: 0.5;
  display: block;
}
.editors-header .user-controls .dropdown-menu > li .dropdown-item {
  align-items: center;
  white-space: normal;
}
.editors-header .editor-nav .nav-menu {
  width: 100%;
  padding: 0 12px;
  --bs-nav-link-padding-x: 16px;
  --bs-nav-link-padding-y: 10px;
  --bs-nav-link-font-weight: 600 ;
  --bs-nav-link-color: #9e9eab;
  --bs-nav-link-hover-color: #d0d0d2;
  --bs-nav-link-disabled-color: #6c757d;
  --bs-nav-link-font-size: 15px;
}
.editors-header .editor-nav .nav-menu .nav-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.editors-header .editor-nav .nav-menu .nav-link .icon-nav-item {
  margin-right: 9px;
  min-width: 18px;
  font-size: 16px;
}
.editors-header .editor-nav .nav-menu .nav-link:hover,
.editors-header .editor-nav .nav-menu .nav-link.active {
  background-color: #272a35;
  --bs-nav-link-color: #d0d0d2;
}
.editors-header .editor-nav .nav-menu .nav-link .badge {
  margin-left: auto;
  background-color: #272a35;
  color: #ffffff;
  --bs-badge-padding-x: 3px;
  --bs-badge-padding-y: 0px;
}
.editors-header .editor-nav .nav-menu .nav-link .badge.bg-white {
  color: #ec1c38;
}
.editors-header .editor-nav .nav-menu .dropdown-toggle .icon-down-arrow {
  font-size: 8px;
  font-weight: 700;
  margin-right: 0;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
}
.editors-header .editor-nav .nav-menu .dropdown-toggle::after {
  display: none;
}
.editors-header .editor-nav .nav-menu .dropdown-menu {
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-item-padding-x: 16px;
  --bs-dropdown-item-padding-y: 5px;
  --bs-dropdown-min-width: 100%;
  --bs-dropdown-bg: #0a0000;
  --bs-dropdown-font-size: 12px;
  padding-left: 24px;
}
.editors-header .editor-nav .nav-menu .dropdown-menu .dropdown-item {
  --bs-dropdown-link-color: #9e9eab;
  --bs-dropdown-link-hover-color: #d0d0d2;
  --bs-dropdown-link-hover-bg: #272a35;
  --bs-dropdown-link-active-color: #d0d0d2;
  --bs-dropdown-link-active-bg: #272a35;
  border-radius: 8px;
  display: flex;
}
.editors-header .editor-nav .nav-menu .dropdown-menu .dropdown-item.active {
  color: #ec1c38;
  font-weight: 700;
}
.editors-header .editor-nav .nav-menu .dropdown-menu .dropdown-item.dropdown-toggle.show {
  color: #ffffff;
  font-weight: 700;
}
.editors-header .editor-nav .nav-menu .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
}
.editors-header .editor-nav .nav-menu .dropdown-menu .dropdown-menu {
  --bs-dropdown-item-padding-x: 6px;
  --bs-dropdown-padding-y: 0px;
  padding-bottom: 6px;
  padding-left: 16px;
}
.editors-header .editor-nav .nav-menu .nav-item-title {
  font-size: 12px;
  font-weight: 700;
  color: #686a72;
  font-family: 'Sunflower', sans-serif;
  padding-top: 24px;
  padding-left: var(--bs-nav-link-padding-x);
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media screen and (max-width: 1199px) {
  .editors-header .navbar-expand-xl {
    position: relative;
  }
  .editors-header .navbar-expand-xl .navbar-collapse {
    position: absolute;
    background-color: #0a0000;
    z-index: 99999;
    width: 250px;
    right: 0;
    top: 100%;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .editors-header.header-minimize {
    width: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .editors-header.header-minimize .editor-nav .navbar-collapse {
    width: 80px;
  }
}
.editors-header.header-minimize .editor-nav .nav-menu {
  text-align: center;
  padding: 0 8px;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 16px;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-item {
  margin-bottom: 8px;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link {
  flex-wrap: wrap;
  position: relative;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link .icon:first-child {
  width: 100%;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link .badge {
  position: absolute;
  margin-left: 0;
  min-width: 10px;
  line-height: 11px;
  font-size: 10px;
  --bs-badge-border-radius: 2px;
  --bs-badge-padding-y: 3px;
  right: 0;
  transform: translate(-12px, -12px);
  font-weight: 400;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link .badge.bg-opacity-25 {
  --bs-bg-opacity: 1;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link .badge.bg-opacity-25.text-primary {
  color: #ffffff !important;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-link .badge.bg-opacity-25.text-primary .icon {
  font-weight: 700;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-text {
  display: none;
}
.editors-header.header-minimize .editor-nav .nav-menu .nav-item-title {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 16px;
}
@media screen and (max-width: 1199px) {
  .editors-header.header-minimize .ed-notification {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .editors-header.header-minimize .ed-notification .btn-notification {
    position: fixed;
    left: 8px;
    bottom: 0;
    padding-bottom: 20px;
    width: 52px;
    background-color: #0a0000;
  }
  .editors-header.header-minimize .ed-notification .btn-notification .icon {
    font-size: 16px;
  }
  .editors-header.header-minimize .ed-notification .btn-notification .badge {
    transform: translate(-50%, -82%) !important;
    left: 50% !important;
  }
  .editors-header.header-minimize .ed-notification .btn-notification .btn-notification-text {
    display: none !important;
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    margin-right: 0;
    margin-top: 3px;
  }
}
.editors-header.header-minimize .ed-logos-row {
  justify-content: center;
  border-bottom: 0;
}
.editors-header.header-minimize .ed-logos-row .navbar-brand {
  max-width: 48px;
}
.editors-header.header-minimize .ed-logos-row .navbar-brand img {
  max-width: 100%;
}
.editors-header.header-minimize .user-controls {
  padding-top: 0;
}
.editors-header.header-minimize .user-controls .user-avatar {
  width: 51px;
  height: 51px;
  margin-bottom: 0;
}
.editors-header.header-minimize .user-controls .user-avatar .avatar-icon {
  font-size: 20px !important;
}
.editors-header.header-minimize .user-controls .user-info {
  --bs-btn-padding-x: 0;
}
.editors-header.header-minimize .user-controls .user-info .user-name {
  display: none;
}
.jeeves-dashboard {
  background-color: #e9e9ea;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  --right-panel: 350px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.jeeves-dashboard .jeeves-body {
  flex: 1 1 auto;
  margin-right: var(--right-panel);
}
.jeeves-dashboard .jeeves-body .jeeves-img-canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  border-width: 0;
}
.jeeves-dashboard .jeeves-navbar {
  background-color: #FFFFFF;
  box-shadow: 0px -1px 0px 0px #e9e9ea inset;
  border-right: 1px solid #e9e9ea;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  margin-right: var(--right-panel);
}
.jeeves-dashboard .jeeves-navbar .navbar-brand {
  width: 232px;
  flex-shrink: 0;
}
.jeeves-dashboard .jeeves-navbar .navbar-brand img {
  width: 100%;
}
.jeeves-dashboard .jeeves-navbar .navbar-nav {
  --bs-nav-link-padding-x: 24px;
  --bs-nav-link-padding-y: 24px;
  --bs-navbar-nav-link-padding-x: 24px;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-font-size: 15px;
  --bs-nav-link-color: #9e9eab;
  --bs-nav-link-hover-color: #ec1c38;
  --bs-navbar-active-color: #0a0000;
}
.jeeves-dashboard .jeeves-navbar .navbar-nav .nav-link.active {
  background-color: #e9e9ea;
}
.jeeves-dashboard .jeeves-footer {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #e9e9ea inset;
  z-index: 9;
}
.jeeves-dashboard .jeeves-right-panel {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 66px;
  overflow: auto;
  background-color: #ffffff;
  width: var(--right-panel);
}
.jeeves-dashboard .jeeves-right-panel .btn-hover {
  padding: 2px 3px 2px 2px;
}
.jeeves-dashboard .jeeves-right-panel .btn-hover:hover {
  background-color: rgba(236, 28, 56, 0.1);
  border-radius: 10px;
  color: #ec1c38;
}
.jeeves-dashboard .jeeves-right-panel .btn-hover:hover .icon {
  color: #ec1c38;
}
.jeeves-dashboard .rating-modal-right {
  position: fixed;
  right: 0;
  bottom: 66px;
  width: 100%;
  max-width: 1440px;
  background-color: #FFFFFF;
  box-shadow: 0px -6px 12px 0px #000000 20;
  opacity: 0;
  visibility: hidden;
}
.jeeves-dashboard .rating-modal-right.show {
  opacity: 1;
  visibility: visible;
}
.jeeves-dashboard .rating-modal-right .row-groups > *:nth-child(even) {
  background: #e9e9ea;
}
.jeeves-dashboard .rating-modal-right .form-check .form-check-input:focus {
  border-color: #ec1c38;
}
.jeeves-dashboard #tabs-job-image .zoomable > .fa-spinner {
  position: absolute;
  right: 50%;
  top: 50%;
  color: white;
  font-size: 25px;
  z-index: -1;
}
.hero-banner {
  position: relative;
  z-index: 0;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/hero-banner/hereo-banner.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 227px 0 227px;
}
@media screen and (max-width: 991px) {
  .hero-banner {
    text-align: center;
    padding: 133px 0 131px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner {
    padding: 36px 0 152px;
  }
}
.hero-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(39, 42, 53, 0.78) 50%, rgba(39, 42, 53, 0) 89.17%, rgba(39, 42, 53, 0) 105.3%);
  opacity: 0.9;
  z-index: -1;
}
.hero-banner.not-after::after {
  display: none;
}
.hero-banner.bg-white {
  background: #fff;
}
.hero-banner h1 {
  font-size: 64px;
  line-height: 90px;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .hero-banner h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .btn-primary {
    min-width: 300px;
  }
}
.hero-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -3;
  left: 0;
  top: 0;
}
.hero-banner.hero-banner-career {
  padding: 36px 0px;
  color: #000000;
  font-size: 20px;
}
.hero-banner.hero-banner-career h1 {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hero-banner.hero-banner-career h1 {
    font-size: 16px;
  }
}
.hero-banner.hero-banner-career h5 {
  font-size: 24px;
  text-transform: uppercase;
}
.hero-banner .half-length-model {
  width: 100%;
  height: 580px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .half-length-model {
    height: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .half-length-model {
    height: 250px;
    text-align: center;
  }
}
.hero-banner .half-length-model > img {
  position: absolute;
  bottom: -36px;
  left: 0;
  height: 100%;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .half-length-model > img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model > img {
    bottom: 0px;
    margin: auto;
    position: static;
  }
}
.hero-banner.videoIframe {
  padding-top: 20vw;
  padding-bottom: 20vw;
  min-height: auto;
}
.hero-banner.videoIframe iframe {
  object-fit: unset;
}
.hero-banner.videoIframe.has-form {
  padding-top: 3.3vw;
  padding-bottom: 8vw;
}
.hero-banner.videoIframe.video-iframe-fixed {
  padding-top: 80px;
  padding-bottom: 130px;
  min-height: auto;
  overflow: hidden;
}
.hero-banner.videoIframe.video-iframe-fixed iframe {
  width: 2610px;
  object-fit: unset;
  height: 1050px;
}
.hero-banner.videoIframe > .container > .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -62%);
}
@media screen and (max-width: 991px) {
  .hero-banner.videoIframe > .container > .text {
    left: 0;
    right: 0;
    transform: translate(0, -76%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text {
    transform: translate(0, -80%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text h1 {
    display: none;
  }
}
.hero-banner.video-iframe-center {
  width: 100%;
}
.hero-banner.video-iframe-center h1 {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .hero-banner.video-iframe-center h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.hero-banner.overlay-after::after {
  background: #272a35;
  opacity: 0.5;
}
.hero-banner.page-title-banner {
  padding: 10vw 0;
}
.hero-banner-carousel .carousel-item > a {
  text-decoration: none;
}
.hero-banner-carousel .banner-gap::after {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .banner-gap::after {
    width: 5px;
  }
}
.hero-banner-carousel .carousel-caption {
  font-family: 'Sunflower';
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1199px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption {
    flex-wrap: wrap;
    z-index: 2;
  }
}
.hero-banner-carousel .carousel-caption p {
  margin: 0;
}
.hero-banner-carousel .carousel-caption .col-50 {
  width: 50%;
  padding: 12px 24px ;
  background-color: #272a35;
}
.hero-banner-carousel .carousel-caption .col-50.transparent {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.hero-banner-carousel .carousel-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.hero-banner-carousel .carousel-caption .col-50.col-100 {
  width: 100%;
}
.hero-banner-carousel .carousel-caption .col-50 p:empty {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .col-50.imgLabelAfter {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 .jobName {
    opacity: 0;
    visibility: hidden;
  }
}
.hero-banner-carousel .carousel-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.hero-banner-carousel .carousel-caption .label-text::before,
.hero-banner-carousel .carousel-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.hero-banner-carousel .carousel-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.hero-banner-carousel .carousel-caption .jobNameMobile {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  background-color: #272a35;
  order: 2;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    padding: 0px 12px 12px;
  }
}
.hero-banner-carousel .carousel-control-next,
.hero-banner-carousel .carousel-control-prev {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover,
.hero-banner-carousel .carousel-control-prev:hover {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-next:hover .carousel-control-prev-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-color: rgba(255, 255, 255, 0.48);
  height: 2.5rem;
}
.hero-banner-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-indicators {
    display: none;
  }
}
.hero-banner-carousel .carousel-indicators .active {
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical {
  right: 15px;
  left: auto;
  top: 0;
  margin: 0;
  flex-direction: column;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target] {
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0.25em 0;
  background-color: #d8d8d8;
  opacity: 1;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target].active {
  background-color: #ec1c38;
}
.hero-banner-carousel.renders360-banner {
  height: 27.5em;
  overflow: hidden;
}
.hero-banner-carousel.renders360-banner .sampleImage {
  height: 100%;
}
.hero-banner-carousel .banner-cols {
  position: relative;
}
.hero-banner-carousel .banner-cols .col-containers {
  width: 50%;
}
.hero-banner-carousel .banner-cols [class^="before360"],
.hero-banner-carousel .banner-cols [class^="after360"] {
  width: 100%;
  height: 100%;
}
.hero-banner-carousel .flex-caption {
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 12em;
  font-size: 1vw;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption {
    width: 61%;
    left: 19%;
    top: 39%;
    bottom: auto;
  }
}
.hero-banner-carousel .flex-caption h1 {
  width: 100%;
  color: #fff;
  font-size: 3.8em;
  line-height: 0.95em;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  margin: 0 0 1em;
}
.hero-banner-carousel .flex-caption .inlineCopy {
  display: block;
  font-size: 0.5em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: 0.1em;
  color: #ec1c38;
}
.hero-banner-carousel .flex-caption [class^="mainHead"] {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
  position: relative;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] {
    margin-bottom: 0;
    font-size: 9em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
  display: table;
  font-size: 0.33em;
  line-height: 1em;
  padding-left: 0.5em;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
    margin-left: 5em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy .inlineCopySub {
  color: #FFF;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}
.hero-banner-carousel .flex-caption .mainHeadSingle {
  align-items: baseline;
}
.section-feature {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .section-feature {
    margin-top: -46px;
    padding-bottom: 24px;
  }
}
.section-feature .card-feature {
  min-height: 100%;
  border: solid 1px #e9e9ea;
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.section-feature .card-feature h3,
.section-feature .card-feature h4,
.section-feature .card-feature .h3 {
  font-size: 25px;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0.4em;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature h3 a,
.section-feature .card-feature h4 a,
.section-feature .card-feature .h3 a {
  color: #272a35;
  text-decoration: none;
}
.section-feature .card-feature h3 a:hover,
.section-feature .card-feature h4 a:hover,
.section-feature .card-feature .h3 a:hover {
  color: #ec1c38;
}
.section-feature .card-feature h4 {
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
}
.section-feature .card-feature .sm-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  color: #ec1c38;
}
.section-feature .card-feature .card-img-top {
  padding: 23px 0 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top {
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-img-top {
    width: 97px;
    padding: 11px 0;
    text-align: center;
    flex-shrink: 0;
  }
}
.section-feature .card-feature .card-img-top img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top img {
    max-width: 74px;
  }
}
.section-feature .card-feature .card-body {
  text-align: center;
  padding: 0 12px 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-body {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-body {
    padding: 12px;
    text-align: left;
  }
}
.section-feature .card-feature p {
  color: #686a72;
}
.section-feature .card-feature p:last-child {
  margin-bottom: 0;
}
.section-feature .card-feature .font-icon {
  font-size: 5em;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.small-feature {
  border-width: 0;
}
.section-feature .card-feature.small-feature h3,
.section-feature .card-feature.small-feature .h3 {
  font-size: 19px;
  font-family: 'Sunflower', sans-serif;
}
.section-feature .card-feature.small-feature .card-img-top {
  height: 110px;
  overflow: inherit;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.small-feature .card-img-top {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.small-feature .card-img-top {
    width: 100px;
  }
}
.section-feature .card-feature.small-feature .card-img-top img {
  width: 100px;
}
.section-feature .card-feature.small-feature .card-body {
  position: relative;
}
.section-feature .card-feature.card-wework {
  padding-top: 36px;
  padding-bottom: 24px;
  border-width: 0;
  border-radius: 0;
}
.section-feature .card-feature.card-wework .card-img-top {
  height: 130px;
  padding: 0;
  overflow: inherit;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .card-img-top {
    height: auto;
  }
}
.section-feature .card-feature.card-wework .font-icon {
  font-size: 6.5em;
}
@media screen and (max-width: 1200px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.card-wework h3,
.section-feature .card-feature.card-wework .h3 {
  font-size: 26px;
  font-family: 'Sunflower', sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature.card-wework .card-body {
  padding: 0 12px 24px;
}
.section-feature .feature-row {
  margin-bottom: 24px;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-row {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-row {
    --bs-gutter-y: 6px;
    margin-bottom: 24px;
  }
}
.section-feature .feature-row .card-feature.small-feature .card-body {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action {
  text-align: center;
}
.call-to-action h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 63px;
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  .call-to-action h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.call-to-action .container::before {
  content: '';
  opacity: 0.36;
  border-top: 1px solid #686a72;
  display: block;
  top: -60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .call-to-action .container::before {
    top: -36px;
  }
}
.call-to-action.work24-hours {
  position: relative;
  z-index: 0;
  padding: 36px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours {
    text-align: left;
    background-color: #000000;
  }
}
.call-to-action.work24-hours::after {
  content: '';
  width: 50%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours::after {
    display: none;
  }
}
.call-to-action.work24-hours .container::before {
  display: none;
}
.call-to-action.work24-hours h2 {
  font-size: 60px;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours h2 {
    font-size: 48px;
  }
}
.call-to-action.work24-hours h2 span {
  font-size: 0.5em;
}
.call-to-action.work24-hours .row {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 24px;
}
.call-to-action.work24-hours h3 {
  font-size: 32px;
}
.call-to-action .step-form {
  max-width: 400px;
}
.call-to-action .step-form .questions {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.call-to-action .step-form .questions li {
  visibility: hidden;
  height: 0;
  transition: visibility 0s 0.4s, height 0s 0.4s;
  background-color: #000000;
}
.call-to-action .step-form .questions li .form-label {
  display: block;
  transition: transform 0.4s;
  transform: translateY(-100%);
}
.call-to-action .step-form .questions li.current {
  visibility: visible;
  height: auto;
  transition: none;
}
.call-to-action .step-form .questions li.current .form-label {
  transform: translateY(0);
}
.call-to-action .step-form .questions li.current .form-control,
.call-to-action .step-form .questions li.current .input-group {
  opacity: 1;
}
.call-to-action .step-form .questions li .form-control,
.call-to-action .step-form .questions li .input-group {
  opacity: 0;
  transition: opacity 0.3s;
}
.call-to-action .step-form .questions .form-control {
  background-color: #272a35;
  border-color: #272a35;
  color: #9e9eab;
}
.call-to-action .step-form .progress {
  height: 4px;
  border-radius: 0;
  background-color: transparent;
}
.call-to-action .step-form .number {
  font-size: 12px;
}
.call-to-action .step-form .btn {
  padding: 0 12px;
  border: 0;
  background-color: #272a35;
}
.call-to-action .step-form .btn .icon {
  font-size: 22px;
}
.call-to-action .step-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.call-to-action .step-form .btn:hover {
  color: #ec1c38;
}
.section-faq .faq-container {
  max-width: 83%;
  margin: 0 auto;
  padding: 38px;
}
@media screen and (max-width: 1399px) {
  .section-faq .faq-container {
    max-width: 100%;
    padding: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container {
    background-color: #f6f6f6;
    padding: 24px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 16px;
  }
}
.section-faq .faq-row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .section-faq .accordion {
    background-color: #f6f6f6;
  }
}
.section-faq .accordion .accordion-header {
  background-color: transparent;
}
.section-faq .accordion .accordion-button {
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  color: #0a0000;
  line-height: 28px;
  padding: 9px 24px 6px;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button {
    font-size: 15px;
    padding: 8px 12px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-button[aria-expanded="true"] {
  color: #ec1c38;
  border-color: transparent;
  box-shadow: none;
  background-color: #ffffff;
  font-weight: 700;
}
.section-faq .accordion .accordion-button[aria-expanded="true"]::after {
  color: #ec1c38;
}
.section-faq .accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.section-faq .accordion .accordion-button::after {
  margin-left: 6px;
  content: "\ed99";
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  font-size: 16px;
  color: #9e9eab;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button::after {
    font-size: 14px;
  }
}
.section-faq .accordion .accordion-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.06);
}
.section-faq .accordion .accordion-body {
  padding: 0px 24px 16px;
  color: #686a72;
  line-height: 28px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-body {
    padding: 0 12px 16px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-body p {
  margin: 0 0 24px;
}
.section-faq .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.row-faq-activecols .col:not(.active) {
  display: none;
}
.row-faq-activecols .col.active {
  max-width: 748px;
  width: 100%;
}
.row-faq-activecols .col.active [data-titlefaq] {
  display: none;
}
.rowaccordion-arrow:not(.row-faq-activecols) .accordion-button.collapsed::after {
  opacity: 0;
}
.logo-featured {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.logo-featured li {
  width: 25%;
  margin: 12px 0 12px;
  filter: grayscale(0);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  .logo-featured li {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .logo-featured li {
    width: 50%;
  }
}
.logo-featured li img {
  max-width: 100%;
}
.logo-featured li.diveider {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .logo-featured li.diveider {
    display: none;
  }
}
.logo-featured li:hover {
  filter: grayscale(0);
  opacity: 1;
}
.logo-featured.logo-trusted li {
  padding: 6px 3px;
}
.logo-featured.logo-trusted li img {
  max-height: 72px;
}
.intro-2col-section {
  font-size: 1.2rem;
  line-height: 1.7;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/about-us-bg.jpg') no-repeat 0 bottom;
  overflow: hidden;
}
.intro-2col-section p:not(:last-child) {
  margin-bottom: 24px;
}
.intro-2col-section .intro-img {
  text-align: center;
  min-height: 660px;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .intro-2col-section .intro-img {
    text-align: left;
    margin-left: 9%;
  }
}
@media screen and (max-width: 1399px) {
  .intro-2col-section .intro-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img {
    margin-left: auto;
    margin-bottom: 48px;
  }
}
.intro-2col-section .intro-img .img-002 {
  position: absolute;
  right: -63%;
  top: 20%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 1199px) {
  .intro-2col-section .intro-img .img-002 {
    right: -34%;
  }
}
.intro-2col-section .intro-img .img-003 {
  position: absolute;
  transform: translate(-45%, 0);
  left: 50%;
  bottom: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img .img-003 {
    transform: translate(-50%, 0);
  }
}
.intro-2col-section .intro-textcontainer {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  .intro-2col-section .intro-textcontainer {
    grid-template-columns: 100%;
  }
}
.testimonials {
  background: #272a35 url('https://d1dbtne32ilur4.cloudfront.net/img/testimonial-bg.jpg') no-repeat 0 bottom;
  background-size: cover;
  padding: 80px 0 152px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding: 60px 0 100px;
  }
}
.testimonials .testimonials-bg {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/testimonial-bg-img.jpg') no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-bg {
    display: none;
  }
}
.testimonials h2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 36px;
  }
}
.testimonials .testimonials-container {
  background-color: #686a72;
  position: relative;
  z-index: 0;
  padding: 48px 48px 48px 0;
  margin: 0;
  min-height: 270px;
}
.testimonials .testimonials-container::before {
  content: '';
  background-color: #686a72;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.testimonials .testimonials-container p {
  margin-bottom: 0;
}
.testimonials .testimonials-container::after {
  content: '';
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/icon-svg/icon-quote.svg') no-repeat 0 0;
  background-size: 100%;
  width: 60px;
  height: 48px;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 24px;
  opacity: 0.2;
  top: auto;
}
.testimonials .testimonials-container .viewmore {
  position: absolute;
  left: 0;
  bottom: -66px;
  z-index: 1;
  --bs-btn-bg: rgba(236, 28, 56, 0);
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.testimonials .testimonials-container .viewmore::after {
  background-color: #ec1c38;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-container .viewmore {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.testimonials .blockquote {
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 0;
}
.testimonials .blockquote-footer {
  padding: 12px 0 0 ;
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Sunflower', sans-serif;
}
.testimonials .blockquote-footer::before {
  content: '';
}
.testimonials .blockquote-footer time {
  color: #9e9eab;
  display: block;
  font-size: 16px;
}
.testimonials .blockquote-footer time .verticalDivider {
  display: none;
}
.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  width: 40px;
}
.testimonials .carousel-control-prev {
  left: -50px;
}
.testimonials .carousel-indicators [data-bs-target].active {
  background-color: #ec1c38;
}
.our-jojurney p {
  margin-bottom: 24px;
}
.our-jojurney img {
  width: 100%;
}
.our-jojurney .nav {
  margin: 0 0 24px;
  padding: 12px;
}
.our-jojurney .nav .nav-link {
  color: #0a0000;
  padding: 0;
}
.our-jojurney .nav .nav-link:hover {
  color: #ec1c38;
}
.our-jojurney .nav .nav-title {
  color: #ec1c38;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
}
.our-jojurney .nav .nav-item {
  padding: 0 12px;
}
.our-jojurney .nav .nav-item:not(:last-child) {
  border-right: 1px solid #9e9eab;
}
.our-jojurney .nav .nav-item:first-child {
  border-right: 0;
}
.our-jojurney .jojurney-map {
  position: relative;
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map::after {
    content: '';
    left: 50%;
    width: 2px;
    background-color: #d7d7da;
    top: 30px;
    bottom: 30px;
    position: absolute;
  }
}
.our-jojurney .jojurney-map .col-12 {
  position: relative;
}
.our-jojurney .jojurney-map h3 {
  font-size: 60px;
  color: #ec1c38;
  position: relative;
}
@media screen and (max-width: 991px) {
  .our-jojurney .jojurney-map h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map h3::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: -28%;
    top: 25px;
    transform: translate(-28px, 0);
    background-color: #d7d7da;
  }
}
@media screen and (max-width: 1399px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(-22px, 0);
  }
}
@media screen and (max-width: 1199px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(39px, 0);
  }
}
.our-jojurney .jojurney-map figure {
  margin: 0;
}
.our-jojurney .jojurney-map p {
  padding-left: 40px;
}
.our-jojurney .jojurney-map p strong:first-child {
  margin-left: -40px;
  position: absolute;
}
.gallery .gallery-row {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-row {
    margin-bottom: 16px;
  }
}
.gallery .gallery-row img {
  width: 100%;
}
.gallery .gallery-row img.icon360 {
  width: 30px;
}
.gallery .gallery-row::after {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-row::after {
    width: 5px;
  }
}
.gallery .gallery-row.full::after {
  display: none;
}
.gallery .gallery-row .col-containers {
  width: 50%;
}
.gallery .gallery-row .col-containers [class^="before360"],
.gallery .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720,
  .gallery .gallery-row .tileWrapper1280x548 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720 img,
  .gallery .gallery-row .tileWrapper1280x548 img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
  }
}
.gallery .link-more-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #ec1c38;
  text-decoration: none;
  font-weight: 700;
}
.gallery .overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.gallery .overlay-center p {
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  margin: 0;
}
.gallery .overlay-center p span.inlineCopy {
  display: block;
  font-size: 0.2em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: -0.1em;
  color: #ec1c38;
}
.gallery .gallery-caption {
  background-color: #272a35;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
  font-family: 'Sunflower';
  line-height: 1em;
}
@media screen and (min-width: 1600px) {
  .gallery .gallery-caption {
    font-size: 19px;
  }
}
.gallery .gallery-caption p {
  margin: 0;
}
.gallery .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 16px ;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.gallery .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.gallery .gallery-caption .col-50.col-100 {
  width: 100%;
}
.gallery .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery .gallery-caption .label-text::before,
.gallery .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery .gallery-caption .label-text.before {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.gallery .gallery-caption .label-text.after {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.gallery .gallery-infomation {
  padding: 2em 4em;
  align-self: center;
  font-size: 1.19rem;
}
@media screen and (max-width: 1399px) {
  .gallery .gallery-infomation {
    padding: 1em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation {
    padding: 0.5em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation {
    padding: 24px 16px;
  }
}
.gallery .gallery-infomation h2 {
  margin-bottom: 0.5rem;
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5 {
  font-size: 1.6rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineSummary.fs-5 {
    font-size: 1.2rem!important;
  }
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5.d-block {
  line-height: 120%;
}
.gallery .gallery-infomation h2 .inlineText.fs-4 {
  font-size: 1.7rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineText.fs-4 {
    font-size: 1.4rem!important;
  }
}
.gallery .gallery-infomation p:last-child {
  margin-bottom: 0;
}
.gallery .gallery-infomation ul {
  padding-left: 1rem;
}
.gallery .gallery-infomation ul li {
  margin-bottom: 3px;
}
.gallery .gallery-infomation .jobInclusion {
  text-transform: uppercase;
  font-family: 'Sunflower', sans-serif;
  font-size: 1.35rem;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation .jobInclusion {
    font-size: 1.1rem;
  }
}
.gallery .gallery-infomation .jobInclusion .icon-check {
  vertical-align: -0.2em;
  margin-right: 6px;
}
.gallery.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery .video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.gallery .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery-beforeAfter .tileWrapper1280x720 + p {
  margin-top: 12px;
}
.gallery-beforeAfter [class^="tileWrapper"] {
  width: 100%;
  position: relative;
  background-color: #272a35;
  overflow: hidden;
}
.gallery-beforeAfter [class^="tileWrapper"] img {
  width: 100%;
}
.gallery-beforeAfter [class^="tileWrapper"]:not(.tileFull)::before,
.gallery-beforeAfter [class^="tileWrapper"] .sliderDivider::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  display: -ms-flexbox;
  -ms-flex-align: flex-end;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
  color: #fff;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore p,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter p {
  margin: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  right: 0;
  justify-content: end;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileLabelWrapper {
  font-weight: 700;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::before,
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
    margin-right: 6px;
  }
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
    margin-left: 12px;
  }
}
.service-coverbox img {
  max-width: 100%;
}
.service-coverbox figure {
  margin: 0;
  width: 100%;
}
.service-coverbox .service-card {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1300px) {
  .service-coverbox .service-card {
    font-size: 22px;
  }
}
.service-coverbox .service-card a {
  color: #ffffff;
}
.service-coverbox .service-card a:hover {
  text-decoration: none;
}
.service-coverbox .service-card .card-body {
  width: 80%;
  padding: 60px 4em;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .service-coverbox .service-card .card-body {
    padding: 48px 24px;
  }
}
.service-coverbox .service-card ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.service-coverbox .service-card ul li {
  display: flex;
  margin: 0 0 6px;
}
.service-coverbox .service-card ul li strong {
  width: 9em;
}
@media screen and (min-width: 992px) {
  .visualMarketingIntro {
    width: 50%;
    margin-left: auto;
    padding: 2.5em 0 2.5em 0;
    margin-top: -12vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) {
  .visualMarketingIntro {
    padding: 36px 0 36px 0;
  }
}
.tiles-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  --padding: 8px;
  padding: var(--padding);
  background-color: #0a0000;
}
@media screen and (max-width: 991px) {
  .tiles-gallery {
    --padding: 3px;
  }
}
.tiles-gallery .titles-block {
  position: relative;
  padding-top: 28%;
  display: block;
  border: solid var(--padding) #0a0000;
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .tiles-gallery .titles-block {
    padding-top: 0;
    height: 480px;
  }
}
.tiles-gallery .titles-big {
  width: 60%;
}
.tiles-gallery .titles-xsm {
  width: 22%;
}
.tiles-gallery .titles-xsm .titles-block {
  padding-top: 61.5%;
}
@media screen and (min-width: 1800px) {
  .tiles-gallery .titles-xsm .titles-block {
    padding-top: 0;
    height: 240px;
  }
}
.tiles-gallery .titles-sm {
  width: 18%;
}
.tiles-gallery img {
  object-fit: cover;
  object-position: center 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1800px) {
  .tiles-gallery img {
    object-position: center center;
  }
}
.contact-form h2 {
  margin-bottom: 24px;
}
.contact-form .map {
  width: 100%;
  min-height: 100%;
  height: 30em;
}
@media screen and (min-width: 992px) {
  .contact-form .contact-f-box {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .contact-f-box {
    padding-bottom: 36px;
  }
}
.contact-form .form-control {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .contact-form .live-agent-form {
    padding-bottom: 20px;
  }
}
.contact-form .live-agent-form iframe {
  width: 100% !important;
  height: 660px !important;
}
@media screen and (min-width: 992px) {
  .contact-form .live-agent-form iframe {
    max-width: 90% !important;
  }
}
.page-content {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .page-content {
    font-size: 19px;
  }
}
.page-content h1 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-content h1 {
    font-size: 36px;
  }
}
.page-content h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.page-content h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page-content h2 {
    font-size: 26px;
  }
}
.page-content p {
  margin-bottom: 16px;
}
.page-content a {
  color: #ec1c38;
}
.page-content a:hover {
  text-decoration: none;
}
.page-content-small {
  padding: 36px 60px;
}
@media screen and (max-width: 767px) {
  .page-content-small {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .choose-country .h3 {
    font-size: 28px;
  }
}
.choose-country .choose-country-list {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 ;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (min-width: 1600px) {
  .choose-country .choose-country-list {
    font-size: 19px;
  }
}
.choose-country .choose-country-list li {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .choose-country .choose-country-list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .choose-country .choose-country-list li {
    width: 50%;
  }
}
.choose-country .choose-country-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 24px;
  color: #000000;
  line-height: 1.2;
}
.choose-country .choose-country-list li a span {
  max-width: 100px;
}
.choose-country .choose-country-list li a:hover {
  color: #ec1c38;
}
.choose-country .choose-country-list li a::before {
  content: '';
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.5em;
  border-radius: 50%;
  border: solid 1px #c5c5c5;
  flex-shrink: 0;
}
.choose-country .regionSelectUS:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/US.svg');
}
.choose-country .regionSelectCA:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CA.svg');
}
.choose-country .regionSelectAU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AU.svg');
}
.choose-country .regionSelectNZ:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/NZ.svg');
}
.choose-country .regionSelectJP:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/JP.svg');
}
.choose-country .regionSelectKR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/KR.svg');
}
.choose-country .regionSelectEU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EU.svg');
}
.choose-country .regionSelectGB:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/GB.svg');
}
.choose-country .regionSelectFR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/FR.svg');
}
.choose-country .regionSelectDE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/DE.svg');
}
.choose-country .regionSelectES:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ES.svg');
}
.choose-country .regionSelectPT:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PT.svg');
}
.choose-country .regionSelectAR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AR.svg');
}
.choose-country .regionSelectBO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BO.svg');
}
.choose-country .regionSelectBR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BR.svg');
}
.choose-country .regionSelectCL:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CL.svg');
}
.choose-country .regionSelectCO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CO.svg');
}
.choose-country .regionSelectEC:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EC.svg');
}
.choose-country .regionSelectMX:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/MX.svg');
}
.choose-country .regionSelectPY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PY.svg');
}
.choose-country .regionSelectPE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PE.svg');
}
.choose-country .regionSelectUY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/UY.svg');
}
.choose-country .regionSelectVE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/VE.svg');
}
.choose-country .regionSelectROW:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ROW.svg');
  border-color: #41b7d3;
}
.press-kit .card-presskit {
  text-decoration: none;
  font-weight: 700;
  color: #000000;
}
.press-kit .card-presskit .card-img {
  border: solid 1px #bfbfbf;
  margin-bottom: 12px;
  position: relative;
  border-radius: 0;
  background-color: #000000;
}
.press-kit .card-presskit .card-img img {
  border-radius: 0;
}
.press-kit .card-presskit .card-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0 ;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.press-kit .card-presskit .card-img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #ec1c38;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    top: auto;
    transform: scale(1);
    justify-content: flex-start;
    padding: 6px 12px;
  }
}
.press-kit .card-presskit .noWrap {
  white-space: nowrap;
}
.press-kit .card-presskit:hover .card-img::after {
  opacity: 1;
  visibility: visible;
}
.press-kit .card-presskit:hover .card-img::before,
.press-kit .card-presskit:hover .card-img .overlay {
  transform: scale(1);
}
.press-kit .card-presskit.filezip .card-img {
  padding: 3em 12px;
}
.press-kit .card-presskit.filezip .card-img img {
  padding: 0;
  max-width: 150px;
  width: 100%;
}
.press-kit .card-presskit p:last-child {
  margin-bottom: 0;
}
.press-kit .card-presskit.download-pdf-file .card-img i {
  padding: 48px 24px;
  font-size: 120px;
  color: #ffffff;
}
.blog-article {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .blog-article {
    font-size: 19px;
  }
}
.blog-article h1 {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .blog-article h1 {
    font-size: 36px;
  }
}
.blog-article h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.blog-article h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .blog-article h2 {
    font-size: 26px;
  }
}
.blog-article h3 {
  color: #55555d;
  margin-top: 36px;
}
.blog-article p {
  margin-bottom: 16px;
}
.blog-article a {
  color: #ec1c38;
}
.blog-article a:hover {
  text-decoration: none;
}
.blog-article img {
  max-width: 100%;
}
.blog-article table {
  margin-bottom: 24px;
}
.blog-article .content-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog-article .content-share {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .blog-article .content-share {
    display: flex;
    padding-top: 52px;
    justify-content: center;
  }
}
.blog-article .content-share a {
  display: flex;
  text-decoration: none;
  width: 42px;
  height: 42px;
  text-align: center;
  background-color: #272a35;
  color: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  fill: #ffffff;
  font-size: 22px;
}
.blog-article .content-share a svg {
  width: 20px;
}
.blog-article .content-share a svg,
.blog-article .content-share a i {
  transition: all 0.2s ease-in;
}
.blog-article .content-share a.icon-facebook {
  background-color: #3b5998;
}
.blog-article .content-share a.icon-twitter {
  background-color: #1da1f2;
}
.blog-article .content-share a.icon-linkedin {
  background-color: #0e76a8;
}
.blog-article .content-share a.icon-pinterest {
  background-color: #c8232c;
}
.blog-article .content-share a:hover > svg,
.blog-article .content-share a:hover > i {
  transform: scale(1.1);
}
.blog-article .blog-tags a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.blog-article .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1.5em 0;
}
.blog-article .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .step-process-list {
    font-size: 19px;
  }
}
.step-process-list ol {
  columns: 2 auto;
  column-gap: 3em;
  break-inside: avoid-column;
  max-width: 900px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  counter-reset: item;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .step-process-list ol {
    columns: 1 auto;
  }
}
.step-process-list ol li {
  margin: 0;
  padding: 8px 0 8px 50px;
  position: relative;
}
.step-process-list ol li::before {
  counter-increment: item;
  content: counters(item, ".") '.';
  color: #ec1c38;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-left: -50px;
  margin-right: 10px;
}
.step-process-list ol li:nth-of-type(-n+9)::before {
  content: '0' counters(item, ".") '.';
}
.section-feature-list .small-section-title {
  max-width: 1200px;
}
.section-feature-list .list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 17px;
  margin: 0 auto;
  padding: 36px 0 0 ;
}
@media screen and (max-width: 1199px) {
  .section-feature-list .list-group {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group {
    padding: 0 12px;
  }
}
.section-feature-list .list-group .list-group-item {
  width: 50%;
  border: 0;
  padding-left: 60px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group .list-group-item {
    width: 100%;
    margin-bottom: 6px;
  }
}
.section-feature-list .list-group .list-group-item::before {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'boxBrownie' !important;
  content: "\e912";
  color: #ec1c38;
  position: absolute;
  left: 0;
  font-size: 1.9em;
}
.section-feature-list .list-group h3,
.section-feature-list .list-group .h3,
.section-feature-list .list-group h2 {
  color: #ec1c38;
  margin-bottom: 6px;
}
.section-feature-list .list-group h3 a,
.section-feature-list .list-group .h3 a,
.section-feature-list .list-group h2 a {
  text-decoration: none;
}
.section-feature-list .list-group.style-none .list-group-item::before {
  display: none;
}
.testimonials-video .video-responsive {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-video .video-responsive .video-wrapper {
  padding-bottom: 47.202797202797203%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.testimonials-video .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box-lg .video-responsive {
  max-width: 1024px;
  margin: 0 auto;
}
.video-box-lg .video-responsive .video-wrapper {
  padding-bottom: 47.202797202797203%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.video-box-lg .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
  padding: 27.34375% 0 0 ;
}
@media screen and (max-width: 1199px) {
  .hero-video-banner .video-wrapper {
    padding-top: 56%;
  }
}
.hero-video-banner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.hero-video-banner .video-overlay p {
  margin-bottom: 24px;
}
.hero-video-banner .video-overlay .video-overlay-content {
  max-width: 650px;
  padding: 48px;
  background-color: rgba(39, 42, 52, 0.7);
}
@media screen and (max-width: 1450px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    background-color: transparent;
  }
  .hero-video-banner .video-overlay .video-overlay-content h1,
  .hero-video-banner .video-overlay .video-overlay-content p,
  .hero-video-banner .video-overlay .video-overlay-content h2 {
    display: none;
  }
}
.job-examples .card-examples {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.job-examples .card-examples img {
  max-width: 100%;
}
.job-examples .card-examples .card-img {
  position: relative;
  background-color: #000000;
  display: block;
}
.job-examples .card-examples .card-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ec1c38;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.job-examples .card-examples .card-body {
  padding: 24px 0;
}
.job-examples .card-examples .card-body h3 {
  color: #ec1c38;
}
.job-examples .card-examples .card-body h3 a {
  text-decoration: none;
}
.job-examples .card-examples .card-body ul {
  padding-left: 1rem;
}
.job-examples .card-examples .card-body h4 {
  margin-bottom: 16px;
}
.job-examples .card-examples:hover .card-img img {
  opacity: .3;
}
.job-examples .card-examples:hover .card-img .overlay {
  transform: scale(1);
  opacity: 1;
}
.sticky-nav {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #272a35;
  transform: translateY(-2.5em);
  transition: transform 0.4s ease-in-out;
}
.sticky-nav p,
.sticky-nav .sticky-nav-row {
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.8em 0;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
}
.sticky-nav .head {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sticky-nav .head {
    display: block;
  }
}
.sticky-nav a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.sticky-nav a:nth-of-type(n+2)::before {
  content: '|\00a0';
  margin: 0 1em;
  color: #fff;
}
.sticky-nav.stickyNavFixed {
  transform: translateY(0);
}
.sticky-nav.inline-sticky-nav {
  transform: translateY(0);
  position: sticky;
  top: 0;
  background-color: #f6f6f6;
  color: black;
}
.sticky-nav.inline-sticky-nav p,
.sticky-nav.inline-sticky-nav .sticky-nav-row {
  color: #000000;
  font-size: 15px;
  padding: 12px 0 12px ;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}
.sticky-nav.inline-sticky-nav a {
  text-transform: capitalize;
  margin-right: 2px;
}
.sticky-nav.inline-sticky-nav a:nth-of-type(n+2)::before {
  display: none;
}
.sticky-nav.inline-sticky-nav .head {
  margin-right: 12px;
  font-weight: 700;
}
.sticky-nav.inline-sticky-nav .head .icon {
  margin-right: 6px;
  font-size: 16px;
}
.sticky-nav.inline-sticky-nav .badge {
  --bs-badge-padding-x: 6px;
  --bs-badge-padding-y: 6px;
  --bs-badge-font-size: 1em;
  --bs-badge-font-weight: 400;
  color: #000000;
  background: rgba(10, 0, 0, 0.12);
  --bs-badge-border-radius: 3px;
}
.sticky-nav.inline-sticky-nav a.badge:hover,
.sticky-nav.inline-sticky-nav a.badge.active {
  background: rgba(236, 28, 56, 0.12);
  color: #ec1c38;
}
.sticky-nav .sticky-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sticky-nav .sticky-nav-row .dropdown-item {
  color: #0a0000;
}
.sticky-nav .sticky-nav-row .dropdown-item:hover {
  color: #ec1c38;
}
.sticky-nav .sticky-nav-row .dropdown-menu {
  --bs-dropdown-bg: #f6f6f6;
  --bs-dropdown-link-color: #0a0000;
  --bs-dropdown-link-hover-color: #ec1c38;
  --bs-dropdown-link-hover-bg: #f6f6f6;
  --bs-dropdown-link-active-color: #0a0000;
  --bs-dropdown-link-active-bg: #f6f6f6;
}
.create-an-account .f-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 12px;
}
.create-an-account .btn-row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-form {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .login-form {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .login-form {
    padding: 36px 0;
  }
}
@media screen and (min-width: 992px) {
  .login-form::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--neutralBGColor);
    z-index: -1;
  }
}
.login-form.no-bg::after {
  display: none;
}
.login-form .row-g-24 {
  --bs-gutter-y: 24px;
}
.login-form .row-g-16 {
  --bs-gutter-y: 16px;
}
.login-form .loginLinks a {
  text-decoration: none;
}
.login-form .loginLinks a:not(:hover) {
  color: #686a72;
}
.login-form .loginLinks a:hover {
  color: #ec1c38;
  text-decoration: none;
}
.login-form .login-btn-gap {
  gap: 24px;
}
.login-form .btn-login-facebook {
  background: #385898;
  border-color: #385898;
  color: var(--white);
}
.login-form .btn-login-facebook svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-facebook:hover {
  background: var(--black);
  border-color: var(--black);
}
.login-form .btn-login-google {
  background: #4285f4;
  border-color: #4285f4;
  color: var(--white);
}
.login-form .btn-login-google svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-google:hover {
  background: var(--black);
  border-color: var(--black);
}
@media screen and (max-width: 991px) {
  .login-form .socialOr {
    margin: 0;
    padding: 36px 0;
    color: var(--primaryColor);
  }
}
.login-form a:not(.btn) {
  text-decoration: none;
}
.login-form a:not(.btn):hover {
  text-decoration: underline;
}
.login-form p:last-child {
  margin-bottom: 0;
}
.login-form .recaptcha-center > div {
  margin: 0 auto;
}
.form-card-account {
  background-color: #ffffff;
  padding: 60px 48px;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .form-card-account {
    padding: 36px 24px;
  }
}
@media screen and (max-width: 480px) {
  .form-card-account {
    padding: 24px 16px;
  }
}
.form-card-account .form-control {
  background-color: #ffffff;
}
.form-card-account .title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .form-card-account .title {
    margin-bottom: 24px;
  }
}
.form-card-account h2,
.form-card-account h1,
.form-card-account .h2 {
  font-size: 32px;
  margin-bottom: 6px;
}
.form-card-account.max-w-800 {
  max-width: 800px;
}
.error404 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .error404 img {
    max-width: 80%;
    margin: 36px auto;
  }
}
.error404 h1 {
  color: var(--primaryColor);
  font-size: 7em;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .error404 h1 {
    font-size: 5em;
  }
}
.error404 h2 {
  text-transform: uppercase;
  font-size: 2.35em;
  line-height: 1.1em;
  margin: 0.4em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .error404 h2 {
    font-size: 1.5em;
  }
}
.error404 h2 span.noWrap {
  white-space: nowrap;
  color: var(--secondary);
}
@media screen and (max-width: 767px) {
  .error404 h2 span.noWrap {
    display: block;
  }
}
.error404 h2 span.noWrap span {
  color: var(--primaryColor);
}
.job-applying {
  background: #F6F6F6;
}
.job-applying h3.heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  color: #0A0000;
}
.job-applying h3.heading small.note {
  font-size: 16px;
  display: block;
  color: #ec1c38;
}
.job-applying .applying-step {
  display: none;
}
.job-applying .applying-step.show {
  display: block;
  animation: fadeIn 1s;
}
.job-applying .option-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box {
    display: block;
  }
}
.job-applying .option-box .option-box-item {
  text-align: center;
  padding: 36px;
  width: 300px;
  border: 1px solid #D0D0D2;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}
.job-applying .option-box .option-box-item > img {
  width: 160px;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item {
    padding: 8px 24px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item + .option-box-item {
    margin-top: 6px;
  }
}
.job-applying .option-box .option-box-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active {
  border: 1px solid #EC1C38;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active h4,
.job-applying .option-box .option-box-item.active h5 {
  color: #EC1C38;
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.blur {
  border: 1px solid #D0D0D2;
  box-sizing: border-box;
}
.job-applying .option-box .option-box-item.blur img {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.padding-md {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .job-applying .option-box .option-box-item.padding-md {
    padding: 6px 24px;
  }
}
.job-applying .option-box .option-box-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item:not(:last-child) {
    margin-right: 12px;
  }
}
.job-applying .option-box .option-box-item h4 {
  font-size: 24px;
  line-height: 36px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item h5 {
  font-size: 19px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h5 {
    font-size: 14px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item img {
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item img {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item img {
    height: 60px;
    margin-left: 0;
    margin-right: 12px;
    width: auto;
  }
}
.job-applying .option-box .option-box-item img.line-icon {
  opacity: 0.5;
  height: 54px;
}
@media screen and (max-width: 575px) {
  .job-applying .option-box .option-box-item img.line-icon {
    height: 36px;
    margin-left: 24px;
  }
}
.job-applying .option-box .option-box-item .bb-checkbox {
  position: absolute;
  top: 12px;
  left: 12px;
  margin-top: -20px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"] {
  position: absolute;
  top: 0;
  right: 0;
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"]::after {
  display: none;
}
.bb-check-list ul {
  padding-left: 0;
}
.bb-check-list ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
}
.bb-check-list ul li > label {
  background: #FFFFFF;
  border: 1px solid #E9E9EA;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.bb-check-list ul li > button {
  position: absolute;
  right: 3px;
  top: 3px;
}
.bb-check-list.center ul {
  margin: auto;
}
.bb-check-list.limit-width.w-300 ul {
  width: 300px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-300 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-400 ul {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-400 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-450 ul {
  width: 450px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-450 ul {
    width: 100%;
  }
}
.bb-check-list.fix-for-main-site ul li {
  margin-bottom: 0;
}
.bb-check-list.fix-for-main-site ul li > label {
  padding: 12px 16px;
}
.bb-check-list.fix-for-main-site ul li > button {
  top: 6px;
}
.the-form-section {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  padding: 48px 36px;
}
.the-form-section.no-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.the-form-section.no-bg.submit-fail > .submit-fail-message,
.the-form-section.no-bg.submitted > .submit-fail-message,
.the-form-section.no-bg.submit-fail > .submit-success-message,
.the-form-section.no-bg.submitted > .submit-success-message {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .the-form-section.no-bg.submit-fail > .submit-fail-message,
  .the-form-section.no-bg.submitted > .submit-fail-message,
  .the-form-section.no-bg.submit-fail > .submit-success-message,
  .the-form-section.no-bg.submitted > .submit-success-message {
    padding-left: 0;
    padding-right: 0;
  }
}
.the-form-section.no-padding {
  padding: 0;
}
.the-form-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.the-form-section > .loading-box,
.the-form-section > .submit-fail-message,
.the-form-section > .submit-success-message {
  display: none;
}
.the-form-section.loading,
.the-form-section.submit-fail,
.the-form-section.submitted {
  position: relative;
}
.the-form-section.loading > .loading-box {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message h3 {
  color: #EC1C38;
}
.the-form-section.submitted > .submit-success-message {
  display: block;
}
.the-form-section.submitted > .submit-success-message h3 {
  color: #1ABC9C;
}
.the-form-section.submit-fail > .submit-fail-message,
.the-form-section.submitted > .submit-fail-message,
.the-form-section.submit-fail > .submit-success-message,
.the-form-section.submitted > .submit-success-message {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .the-form-section.submit-fail > .submit-fail-message,
  .the-form-section.submitted > .submit-fail-message,
  .the-form-section.submit-fail > .submit-success-message,
  .the-form-section.submitted > .submit-success-message {
    padding-left: 54px;
    padding-right: 54px;
  }
}
.the-form-section.submit-fail > .submit-fail-message.show-on-top,
.the-form-section.submitted > .submit-fail-message.show-on-top,
.the-form-section.submit-fail > .submit-success-message.show-on-top,
.the-form-section.submitted > .submit-success-message.show-on-top {
  top: 0;
}
.the-form-section.submit-fail > .submit-fail-message > img,
.the-form-section.submitted > .submit-fail-message > img,
.the-form-section.submit-fail > .submit-success-message > img,
.the-form-section.submitted > .submit-success-message > img {
  height: 100px;
}
.form-status .container .the-form-section {
  height: 650px;
}
.tab-collapse {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .tab-collapse > .left {
    display: none;
  }
}
.tab-collapse > .left ul {
  padding-left: 0;
}
.tab-collapse > .left ul li {
  list-style: none;
}
.tab-collapse > .left ul li a {
  width: 240px;
  padding: 12px 16px;
  background: #F6F6F6;
  display: block;
  color: #686A72;
  text-decoration: none;
  cursor: pointer;
}
.tab-collapse > .left ul li a[aria-expanded="true"] {
  background: #fff;
  color: #0A0000;
}
@media screen and (min-width: 1200px) {
  .tab-collapse > .right .accordion .accordion-item .accordion-header {
    display: none;
  }
}
.image-before-after {
  position: relative;
}
.image-before-after > img {
  width: 100%;
}
.image-before-after::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.image-before-after .image-label-before,
.image-before-after .image-label-after {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
}
.image-before-after .image-label-before p,
.image-before-after .image-label-after p {
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
}
.image-before-after .image-label-before {
  left: 0;
}
.image-before-after .image-label-before p {
  padding-left: 24px;
}
.image-before-after .image-label-before p::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
  left: 0;
}
.image-before-after .image-label-after {
  right: 0;
  text-align: right;
}
.image-before-after .image-label-after p {
  padding-right: 24px;
  margin-left: auto;
}
.image-before-after .image-label-after p::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
}
.user-review-list {
  padding: 24px 24px 16px;
  background-color: #FFF;
}
.user-review-list h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Sunflower', sans-serif;
  margin-bottom: 6px;
  margin-top: 6px;
}
.user-review-list h3 .inlineSummary {
  font-size: 12px;
  color: #686a72;
}
.user-review-list h3 .inlineSummary .verticalDivider {
  font-size: 19px;
  color: #000000;
  padding: 0 3px;
}
.user-review-list p:last-child {
  margin-bottom: 0;
}
.location-warning,
.promoStrip {
  background-color: #272a35;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 12px;
}
.location-warning a,
.promoStrip a {
  text-decoration: underline;
}
.location-warning a:hover,
.promoStrip a:hover {
  text-decoration: none;
  color: #ec1c38;
}
.location-warning p:last-child,
.promoStrip p:last-child {
  margin-bottom: 0;
}
.location-warning .icon-c-remove::before,
.promoStrip .icon-c-remove::before {
  content: '';
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  display: inline-block;
  vertical-align: 3px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.location-warning .icon-c-remove:hover::before,
.promoStrip .icon-c-remove:hover::before {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
.location-warning h2,
.promoStrip h2,
.location-warning h3,
.promoStrip h3 {
  font-size: 17px;
}
.location-warning h2:last-child,
.promoStrip h2:last-child,
.location-warning h3:last-child,
.promoStrip h3:last-child {
  margin-bottom: 0;
}
.promoStrip {
  background-color: #ec1c38;
  font-size: 15px;
}
.promoStrip h2,
.promoStrip h3 {
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.bottom-panel-popup {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1200px;
  background-color: #686a72;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.5);
  padding: 24px 24px 24px 120px;
  font-size: 0.9em;
  z-index: 99;
}
@media (max-width: 1200px) {
  .bottom-panel-popup {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bottom-panel-popup {
    padding: 24px 24px 24px;
    bottom: 42px;
    z-index: 9999;
  }
}
.bottom-panel-popup .popup-girl {
  width: 124px;
  position: absolute;
  left: -24px;
  bottom: 0px;
}
.bottom-panel-popup .h5 {
  font-weight: 400;
  font-size: 18px;
}
.bottom-panel-popup .btn {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bottom-panel-popup .btn.submit {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bottom-panel-popup p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .bottom-panel-popup #closeDemoDiv {
    position: absolute;
    right: 12px;
    top: 6px;
  }
}
.progress-bar {
  padding: 24px 0;
  position: sticky;
  top: 0;
  border-bottom: solid 1px transparent;
  z-index: 9;
  margin-bottom: 16px;
}
.progress-bar.progressBarFixed {
  background-color: #e9e9ea;
  border-color: #d0d0d2;
}
.progress-bar.progressBarFixed .progressBar {
  --bg-progreess-bg: #ffffff;
  --bg-progreess-border: #e9e9ea;
}
.progress-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-bar .progressBar {
  width: 100%;
  position: relative;
  --bg-progreess-bg: #e9e9ea;
  --bg-progreess-border: #ffffff;
  background-color: var(--bg-progreess-bg);
  transition: all 0.2s ease-in-out;
  max-width: 86%;
}
.progress-bar .progressBar::before,
.progress-bar .progressBar::after {
  display: block;
  content: '\00a0';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 4px var(--bg-progreess-border);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.progress-bar .progressBar::before {
  left: -0.2em;
  background-color: #272a35;
}
.progress-bar .progressBar::after {
  right: -1.2em;
  background-color: var(--bg-progreess-bg);
}
.progress-bar .progressBar .progress {
  --bs-progress-height: 15px;
  --bs-progress-bg: #272a35;
  --bs-progress-border-radius: 0;
  position: relative;
  overflow: inherit;
}
.progress-bar .progressBar .progress img {
  width: 45px;
  height: 45px;
  position: absolute;
  right: -37px;
  z-index: 2;
  border: solid 4px var(--bg-progreess-border);
  top: 50%;
  transform: translate(0, -50%);
}
.progress-bar h3 {
  padding: 0 0 0 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .progress-bar h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .progress-bar h3 #progressBarPricePrefix {
    display: none;
  }
}
.quote-comments-list .quote-comments-item {
  background-color: #f6f6f6;
  padding: 16px;
  margin-bottom: 6px;
}
.quote-comments-list .quote-comments-header {
  display: flex;
  align-items: center;
}
.quote-comments-list .quote-comments-header .icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #d0d0d2;
  text-align: center;
  margin-right: 6px;
  font-size: 16px;
  color: #9e9eab;
}
.quote-comments-list .quote-comments-header strong {
  font-family: 'Sunflower', sans-serif;
}
.quote-comments-list .quote-comments-header span {
  font-size: 12px;
  color: #55555d;
  margin-left: auto;
}
.quote-comments-list .quote-comments-header.admin-comments .icon {
  background-color: rgba(236, 28, 56, 0.2);
  color: #ec1c38;
}
.quote-comments-list .quote-comments-header.admin-comments strong {
  color: #ec1c38;
}
.quote-comments-list p {
  margin-bottom: 6px;
}
.quote-comments-list p:last-child {
  margin-bottom: 0;
}
.fileAnnotatorContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1600;
  background: #fff;
  padding: 1em;
  --bs-modal-header-padding: 0;
  --bs-modal-header-border-width: 0px;
  --bs-modal-header-border-color: #eee;
  --bs-modal-footer-border-width: 1px;
  --bs-modal-footer-border-color: #f1f1f1;
  background-image: url(https://s3.ap-southeast-2.amazonaws.com/media.boxbrownie.com/img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  /* Overriding CSS */
}
.fileAnnotatorContainer .modal-footer {
  padding-top: 12px;
}
.fileAnnotatorContainer .fileAnnotatorTools .btn {
  min-width: 2em;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fileAnnotatorContainer .fileAnnotatorTools .btn > span {
  padding: 0 0 0 0.2em;
}
.fileAnnotatorContainer .fileAnnotatorTools .btn::after {
  display: none;
}
.fileAnnotatorContainer .fileAnnotatorTools .btn .icon {
  font-size: 18px;
}
.fileAnnotatorContainer .fileAnnotatorTools .btn .icon.icon-down-arrow {
  font-size: 12px;
  margin-left: 3px;
}
.fileAnnotatorContainer .btn-close {
  background-image: none;
  width: 24px;
  height: 24px;
  position: relative;
  top: -12px;
  right: -6px;
}
.fileAnnotatorContainer .btn-close .icon {
  font-size: 24px;
}
.fileAnnotatorContainer .dropdown-menu {
  --bs-dropdown-border-color: #e9e9ea;
  --bs-dropdown-box-shadow: 2px 3px #e9e9ea;
}
.fileAnnotatorContainer .dropdown-menu-color {
  flex-wrap: wrap;
  justify-content: center;
  --bs-dropdown-min-width: 100px;
  max-width: 100%;
}
.fileAnnotatorContainer .dropdown-menu-color.show {
  display: flex;
}
.fileAnnotatorContainer .dropdown-menu-brush {
  --bs-dropdown-min-width: 60px;
}
.fileAnnotatorContainer .circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 2px;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .red {
  background-color: red;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .green {
  background-color: green;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .blue {
  background-color: blue;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .yellow {
  background-color: yellow;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .black {
  background-color: black;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .white {
  background-color: white;
  border: 1px solid #e9e9ea;
}
.fileAnnotatorContainer .box {
  width: 20px;
  height: 20px;
  background-color: red;
  display: inline-flex;
  margin-right: 7px;
  border: 3px solid #000;
  border-radius: 1px;
}
.fileAnnotatorContainer .brush-img {
  display: inline-flex;
}
.fileAnnotatorContainer .brush-img-parent img {
  width: 15px;
  margin-right: 3px;
}
.fileAnnotatorContainer .fileAnnotatorTool > span {
  margin-left: 5px;
}
.fileAnnotatorContainer .brush-img-parent {
  display: flex;
  align-items: center;
}
.fileAnnotatorContainer .brush-img-parent > span {
  margin: 5px 5px;
}
.fileAnnotatorContainer .brush-menu-dropdown p {
  display: inline-block;
  line-height: 1.6em;
  margin: 0.1em 0 0;
  font-size: 0.8em;
  font-weight: 500;
}
.fileAnnotatorContainer .brush-menu-dropdown img {
  width: 25px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}
.fileAnnotatorContainer .faq-modal {
  z-index: 999999 !important;
  overflow: visible !important;
  padding: 12px;
  min-height: 100%;
  background: #FFF;
}
.fileAnnotatorContainer .faq-container {
  max-width: 632px !important;
  padding: 0px !important;
  background: white;
}
.fileAnnotatorContainer .faq-container .fileAnnotatorCloseContainer {
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.fileAnnotatorContainer .faq-header {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 2px solid #eee;
  margin-bottom: 5px;
  position: relative;
}
.fileAnnotatorContainer .faq-body {
  padding: 10px 20px;
}
.fileAnnotatorContainer .color-red {
  color: red;
}
.fileAnnotatorContainer .faqs {
  min-height: 95px;
}
.fileAnnotatorContainer .faq-border {
  border: 2px solid #eee;
}
.fileAnnotatorContainer .faq-content {
  margin: 0.5em 0 0 !important;
  font-size: 0.9em !important;
}
.fileAnnotatorContainer .faq-color-slab {
  padding: 16px;
  border: 1px solid;
  background-color: red;
}
.fileAnnotatorContainer .faq-container .faq-header .fileAnnotatorCloseContainer {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.3em;
  color: #b5b5b5;
}
.fileAnnotatorOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.7);
}
.user-profiles .g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.user-profiles .row-border > *:not(:first-child) {
  border-left: solid 1px #f1f1f1;
}
.user-profiles .user-cols-sticky {
  position: sticky;
  top: 20px;
  padding: 0px 0 20px;
}
@media screen and (max-width: 991px) {
  .user-profiles .user-cols-sticky {
    padding-bottom: 0;
  }
}
.user-profiles .user-cols-sticky .level-badget {
  max-width: 228px;
  margin: 0 auto;
  font-size: 16px;
}
.user-profiles .user-cols-sticky .level-badget .level-icon {
  width: 48px;
  height: 48px;
}
.user-profiles .user-cols-sticky .level-badget .level-icon img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .user-profiles .user-fixed-col {
    width: 320px;
  }
}
.user-profiles .user-details-col {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  min-height: 100%;
  z-index: 1;
}
.user-profiles .user-details-container {
  padding: 24px;
}
.user-profiles .title-header {
  padding: 16px 24px 10px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}
.user-profiles .title-header p:last-child {
  margin-bottom: 0;
}
.user-profiles .title-header h3 {
  font-size: 17px;
}
.user-profiles .title-header.sm-title {
  padding-top: 8px;
  padding-bottom: 8px;
}
.user-profiles .user-avatar {
  width: 100px;
  height: 100px;
  border: 6px solid #F1F1F1;
  border-radius: 100px;
  display: flex;
  margin: 0 auto 12px;
  position: relative;
  background-color: #F1F1F1;
  align-items: center;
  justify-content: center;
}
.user-profiles .user-avatar img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.user-profiles .user-avatar .btn-edit-avatar {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  top: -3px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.user-profiles .user-avatar .btn-edit-avatar .icon {
  margin: 0;
  padding: 0;
}
.user-profiles .user-avatar .btn-edit-avatar:hover {
  background-color: #ec1c38;
  color: #ffffff;
}
.user-profiles .user-avatar .avatar-icon {
  font-size: 52px;
  opacity: 0.3;
}
.user-profiles .user-info {
  margin: 0 0 12px;
  text-align: center;
  font-size: 14px;
}
.user-profiles .user-info h2 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 3px;
}
.user-profiles .user-info a {
  text-decoration: none;
  font-weight: 400;
}
.user-profiles .user-info a:hover {
  opacity: 0.8;
}
.user-profiles .step-nav-vertical {
  margin-top: 24px;
}
.user-profiles .user-details-bottom {
  border-top: solid 1px #F1F1F1;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  bottom: 0;
  background-color: #FFFFFF;
}
.user-profiles .min-height500 {
  min-height: 500px;
}
.user-profiles .form-control {
  background-color: #f6f6f6;
  border-color: #e9e9ea;
  --bs-border-color: #e9e9ea;
}
.user-profiles .form-control::placeholder {
  color: #9e9eab;
}
.card-overlay-body {
  position: relative;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-overlay-body .card-img-top {
  height: 400px;
  overflow: hidden;
  z-index: 0;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .card-overlay-body .card-img-top {
    height: 290px;
  }
}
.card-overlay-body .card-img-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.card-overlay-body .card-img-top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 80%;
  transition: all 0.2s ease-in-out;
}
.card-overlay-body .card-img-top .canvasBox,
.card-overlay-body .card-img-top .canvasbox {
  height: 400px !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .card-overlay-body .card-img-top .canvasBox,
  .card-overlay-body .card-img-top .canvasbox {
    height: 290px;
  }
}
.card-overlay-body .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 27px 24px;
}
@media screen and (max-width: 1299px) {
  .card-overlay-body .card-body {
    padding: 26px 16px 16px;
  }
}
@media screen and (max-width: 991px) {
  .card-overlay-body .card-body {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card-overlay-body .card-body {
    text-align: center;
  }
}
.card-overlay-body .card-body h4,
.card-overlay-body .card-body h3 {
  font-size: 25px;
  margin: 0 0 3px;
}
@media screen and (max-width: 991px) {
  .card-overlay-body .card-body h4,
  .card-overlay-body .card-body h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
.card-overlay-body .card-body h4 a,
.card-overlay-body .card-body h3 a {
  color: #ffffff;
  text-decoration: none;
}
.card-overlay-body .card-body h4 a:hover,
.card-overlay-body .card-body h3 a:hover {
  color: #ec1c38;
}
.card-overlay-body .card-body p {
  margin: 0;
}
.card-overlay-body .card-body .price {
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  font-size: 1.24em;
}
.card-overlay-body .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.card-overlay-body .card-body ul li {
  font-family: 'Sunflower', sans-serif;
}
.card-overlay-body .card-body ul li b,
.card-overlay-body .card-body ul li strong {
  font-weight: 700;
  color: #ec1c38;
}
.card-overlay-body:hover .card-img-top::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000000 100%);
  height: 100%;
}
.card-product-info {
  flex-direction: row;
  font-size: 17px;
  background-color: transparent;
  text-decoration: none;
}
.card-product-info h3 {
  color: #ec1c38;
  font-size: 22px;
  margin-bottom: 16px;
}
.card-product-info h3 span {
  display: block;
  color: #000000;
  font-size: 16px;
}
.card-product-info p {
  margin-bottom: 24px;
  color: #000000;
}
.card-product-info .card-img {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .card-product-info .card-img {
    width: 140px;
  }
}
.card-product-info .card-body {
  padding: 0 0 0 36px;
}
@media screen and (max-width: 767px) {
  .card-product-info .card-body {
    padding-left: 24px;
  }
}
.card-blog {
  font-size: 17px;
  background-color: #ffffff;
  min-height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .card-blog {
    font-size: 19px;
  }
}
.card-blog .card-body {
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .card-blog .card-body {
    padding: 24px;
  }
}
.card-blog h3 {
  color: #ec1c38;
  padding-top: 12px;
}
.card-blog h3 a {
  color: #ec1c38;
  text-decoration: none;
}
.card-blog h3 a:hover {
  color: #000000;
}
.card-blog .card-footer {
  padding: 0 36px 26px;
  border-top-width: 0;
  background-color: transparent;
  font-size: 0.83em;
}
@media screen and (max-width: 767px) {
  .card-blog .card-footer {
    padding: 0 24px 24px;
  }
}
.card-blog .card-footer hr {
  margin-top: 0;
}
.card-blog .card-footer a {
  color: #ec1c38;
}
.card-blog .card-footer a:hover {
  text-decoration: none;
  color: #000000;
}
.card-blog .card-footer a.blogFilterDisabled {
  color: #808080;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
.card-blog .card-footer a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.card-upgrade-tour {
  font-size: 17px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.card-upgrade-tour .gallery {
  padding: 24px 24px 0;
}
.card-upgrade-tour .gallery .gallery-caption .col-50 {
  padding: 6px 12px;
}
.card-upgrade-tour .card-body {
  padding: 24px;
}
.card-upgrade-tour .card-body h3 a {
  text-decoration: none;
}
.card-upgrade-tour .card-body p:last-child {
  margin-bottom: 0;
}
.card-upgrade-tour .card-footer {
  border: 0;
  background-color: transparent;
  padding: 12px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .card-upgrade-tour .card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-upgrade-tour .card-footer .price {
  font-weight: 700;
}
@media (max-width: 767px) {
  .card-upgrade-tour .card-footer .price {
    margin-bottom: 12px;
  }
}
.card-upgrade-tour .card-footer .price b {
  font-size: 22px;
}
.card-upgrade-tour .card-footer .btn:not(.auto) {
  min-width: 137px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.card-upgrade-tour .card-footer.btnRow .price,
.card-upgrade-tour .card-footer.btnRow .price * {
  font-family: 'Sunflower', sans-serif;
}
.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::before {
  content: '(';
}
.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::after {
  content: ')';
}
.card-service-list {
  --bs-card-border-color: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 0;
  margin-bottom: 16px;
  text-decoration: none;
}
.card-service-list h3,
.card-service-list h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.card-service-list h3 a,
.card-service-list h4 a {
  color: #ffffff;
  text-decoration: none;
}
.card-service-list h3 .price,
.card-service-list h4 .price {
  padding-left: 6px;
}
@media screen and (max-width: 350px) {
  .card-service-list h3 .price,
  .card-service-list h4 .price {
    display: block;
    padding-left: 0;
  }
}
.card-service-list p {
  margin-bottom: 6px;
}
.card-service-list p:last-child {
  margin-bottom: 0;
}
.card-service-list .price {
  font-family: 'Sunflower';
  text-transform: uppercase;
  font-weight: 700;
}
.card-service-list .card-img-top {
  position: relative;
}
.card-service-list .card-img-top img {
  margin-top: -2px;
}
.card-service-list .card-img-top.container360 {
  display: flex;
  flex-wrap: wrap;
}
.card-service-list .card-img-top.container360 [class^="container360"] {
  width: 50%;
}
.card-service-list .card-img-top.container360 [class^="before360"],
.card-service-list .card-img-top.container360 [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card-service-list .gallery-row {
  position: relative;
  text-decoration: none;
}
.card-service-list .gallery-row::after {
  content: '';
  z-index: 3;
  background-color: #0a0000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .card-service-list .gallery-row::after {
    width: 2px;
  }
}
.card-service-list .gallery-row.full::after {
  display: none;
}
.card-service-list .gallery-row .col-containers {
  width: 50%;
}
.card-service-list .gallery-row .col-containers [class^="before360"],
.card-service-list .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card-service-list .gallery-caption {
  text-decoration: none;
  position: relative;
  order: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  font-family: 'Sunflower';
  line-height: 1em;
  background-color: #272a35;
  margin-top: -2px;
}
@media screen and (min-width: 1600px) {
  .card-service-list .gallery-caption {
    font-size: 17px;
  }
}
.card-service-list .gallery-caption p {
  margin: 0;
}
.card-service-list .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 12px ;
}
@media screen and (max-width: 991px) {
  .card-service-list .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card-service-list .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.card-service-list .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.card-service-list .gallery-caption .col-50.col-100 {
  width: 100%;
}
.card-service-list .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.card-service-list .gallery-caption .label-text::before,
.card-service-list .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.card-service-list .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .card-service-list .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.card-service-list .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .card-service-list .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.card-service-list .videoWrapper1920x525 {
  padding-bottom: 33.3%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.card-service-list .videoWrapper1920x525 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25);
}
.card-members-service {
  --bs-card-spacer-y: 12px;
  --bs-card-spacer-x: 12px;
  --bs-card-border-width: 0;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --bs-card-color: #686a72;
  --bs-card-height: 100%;
  --bs-card-bg: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.card-members-service .card-img-top {
  position: relative;
}
.card-members-service .card-img-top .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: #ffffff;
  z-index: 8;
}
.card-members-service .card-img-top .overlay span {
  translate: scale(0);
  transition: transform 0.2s ease-in-out;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
}
.card-members-service h3 {
  font-size: 19px;
  color: #000000;
  margin-bottom: 3px;
}
.card-members-service:hover .card-img-top .overlay {
  opacity: 1;
}
.card-members-service:hover .card-img-top .overlay span {
  translate: scale(1);
}
.card-members-service .price {
  margin-bottom: 3px;
  color: #ec1c38;
}
.card-members-service .price small {
  font-size: 12px;
}
.card-members-service .btn-gallery-icon {
  --bs-btn-padding-y: 0px;
  --bs-btn-padding-x: 0px;
  --bs-btn-line-height: auto;
  --bs-btn-color: #000000;
  --bs-btn-hover-color: #ec1c38;
}
.card-members-service .btn-gallery-icon::after {
  display: none;
}
.card-members-service p:last-child {
  margin-bottom: 0;
}
.card-members-service .gallery-caption {
  font-size: 12px;
}
.card-members-service .gallery-caption .label-text::before,
.card-members-service .gallery-caption .label-text::after {
  width: 12px;
  height: 12px;
}
.card-dashboard {
  --bs-card-border-width: 0;
  --bs-card-border-color: #e9e9ea;
  --bs-card-spacer-y: 24px;
  --bs-card-spacer-x: 24px;
  --bs-card-cap-bg: #ffffff;
  --bs-card-cap-color: #ec1c38;
  --bs-card-cap-padding-y: 12px;
  --bs-card-cap-padding-x: 24px;
  --bs-card-inner-border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
@media screen and (max-width: 767px) {
  .card-dashboard {
    --bs-card-cap-padding-x: 12px;
    --bs-card-spacer-x: 12px;
  }
}
.card-dashboard .card-header {
  --bs-card-border-width: 1px;
  font-size: 15px;
  font-weight: bold;
}
.card-dashboard .card-header[data-bs-toggle="collapse"] [data-collapseicon="icon"] {
  transition: all 0.2s ease-in;
}
.card-dashboard .card-header[data-bs-toggle="collapse"][aria-expanded="false"] > [data-collapseicon="icon"] {
  transform: rotate(180deg);
}
.card-dashboard .card-header .fs-sm-9 {
  font-size: 0.9em;
}
.card-dashboard .card-header .fs-12 {
  font-size: 12px;
}
.card-dashboard .card-header .btn-filter {
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 1.2;
  --bs-btn-font-size: 15px;
  display: flex;
  align-items: center;
  font-family: 'Nunito';
  --bs-btn-color: #686A72;
  --bs-btn-border-width: 0;
  --bs-btn-hover-color: #272A35;
  --bs-btn-hover-bg: #FFF;
  --bs-btn-active-bg: #FFF;
  --bs-btn-active-color: #272A35;
  text-transform: capitalize;
  font-weight: 600;
}
.card-dashboard .card-header .btn-filter .icon {
  padding-right: 6px;
  font-size: 20px;
}
.card-dashboard .card-header .btn-filter .show-clear {
  margin-right: 3px;
}
.card-dashboard .card-header .btn-filter[aria-expanded="false"] .show-clear {
  display: none;
}
.card-dashboard .table td:first-child,
.card-dashboard .table th:first-child {
  padding-left: var(--bs-card-cap-padding-x);
}
@media screen and (max-width: 767px) {
  .card-dashboard .table td:first-child,
  .card-dashboard .table th:first-child {
    padding-left: 12px;
  }
}
.card-dashboard.get-started {
  font-size: 15px;
  --bs-card-color: #000000;
  --bs-card-cap-bg: #272a35;
  --bs-card-cap-color: #ffffff;
  --bs-card-cap-padding-y: 32px;
  --bs-card-cap-padding-x: 24px;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started {
    --bs-card-cap-padding-y: 24px;
    --bs-card-cap-padding-x: 12px;
    --bs-card-spacer-y: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started {
    --bs-card-cap-padding-y: 24px;
    --bs-card-cap-padding-x: 12px;
    --bs-card-spacer-y: 12px;
    font-size: 12px;
    --bs-card-spacer-x: 12px;
    text-align: center;
  }
}
.card-dashboard.get-started:last-child {
  position: sticky;
  top: 24px;
  margin-bottom: 0;
  min-height: calc(100vh - 48px);
}
.card-dashboard.get-started.auto-height {
  min-height: auto;
}
.card-dashboard.get-started .card-header {
  text-align: center;
  background-position: right 74%;
  background-size: cover;
  font-size: 28px;
  border-top: solid 2px #ec1c38;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started .card-header {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started .card-header {
    font-size: 20px;
  }
}
.card-dashboard.get-started h5 {
  font-size: 19px;
  margin-bottom: 3px;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started h5 {
    font-size: 15px;
  }
  .card-dashboard.get-started h5::before {
    content: counter(li) '.';
    counter-increment: li;
  }
}
.card-dashboard.get-started ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-dashboard.get-started ol h3 {
  font-size: 19px;
  margin-bottom: 6px;
}
.card-dashboard.get-started ol li {
  position: relative;
  padding: 24px 24px 24px 84px;
  margin-bottom: 6px;
  background-color: #f6f6f6;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started ol li {
    padding: 12px 12px 12px 60px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started ol li {
    padding: 12px;
  }
}
.card-dashboard.get-started ol li::before {
  position: absolute;
  left: 0;
  content: counter(li);
  counter-increment: li;
  font-size: 25px ;
  line-height: 48px;
  color: #9e9eab;
  font-weight: 400;
  top: 0;
  border-right: solid 1px #e9e9ea;
  width: 60px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started ol li::before {
    width: 48px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started ol li::before {
    display: none;
  }
}
.card-dashboard.get-started .card-footer {
  --bs-card-border-width: 1px;
  --bs-card-cap-bg: #ffffff;
  --bs-card-cap-color: #686a72;
  --bs-card-cap-padding-y: 24px;
  position: sticky;
  bottom: 0;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started .card-footer {
    --bs-card-cap-padding-y: 16px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started .card-footer {
    --bs-card-cap-padding-y: 12px;
  }
}
.card-dashboard.get-started .card-footer h6 {
  font-size: 17px;
  font-family: 'Nunito', sans-serif;
  color: #000000;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started .card-footer h6 {
    font-size: 15px;
    margin-bottom: 6px !important;
    line-height: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .card-dashboard.get-started .card-footer h6 {
    font-size: 15px;
    margin-bottom: 6px !important;
    line-height: 22px;
  }
}
.card-dashboard.get-started .card-footer .popup-girl {
  margin-bottom: -24px;
  align-self: flex-end;
}
@media screen and (max-height: 850px), screen and (max-width: 1599px) {
  .card-dashboard.get-started .card-footer .popup-girl {
    max-width: 114px;
    margin-bottom: -16px;
  }
}
.card-dashboard.card-transparent {
  box-shadow: none;
}
.card-dashboard p:last-child {
  margin-bottom: 0;
}
.card-dashboard.spacer-y-12 {
  --bs-card-spacer-y: 12px;
}
.card-job-detail {
  border-left: solid 1px #E9E9EA;
  --bs-card-border-color: #E9E9EA;
  --bs-card-cap-padding-y: 16px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .card-job-detail {
    border-left-width: 0;
  }
}
.card-job-detail .card-footer h5 {
  margin-bottom: 0;
}
.card-job-detail .accordion-white {
  margin: 0 -1rem;
}
@media screen and (max-width: 991px) {
  .card-job-detail.lg-job-detials {
    margin-left: -24px;
    margin-right: -24px;
    --bs-card-spacer-x: 24px;
    --bs-card-cap-padding-x: 24px;
  }
}
@media screen and (max-width: 767px) {
  .card-job-detail.lg-job-detials {
    --bs-card-spacer-x: 12px;
    --bs-card-cap-padding-x: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 992px) {
  .card-job-detail.lg-job-detials .card-header-fixed {
    --bs-card-cap-padding-y: 12px;
    margin-top: -43px;
    border-left: var(--bs-card-border-width) solid var(--bs-card-border-color);
    margin-left: -1px;
  }
}
@media screen and (max-width: 991px) {
  .card-job-detail.lg-job-detials .accordion-white {
    margin: 0 -24px;
  }
}
@media screen and (max-width: 767px) {
  .card-job-detail.lg-job-detials .accordion-white {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.card-price .card.card-overlay-body {
  overflow: hidden;
}
.card-price .card.card-overlay-body .card-img-top {
  height: auto;
}
.card.card-video-block {
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 24px;
  --bs-card-title-spacer-y: 12px;
  --bs-card-border-width: 0px;
  --bs-card-border-radius: 0px;
  --bs-card-inner-border-radius: 0px;
  --bs-card-cap-padding-y: 12px;
  --bs-card-cap-padding-x: 24px;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  --bs-card-bg: transparent;
  min-height: 100%;
  cursor: pointer;
}
.card.card-video-block h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.card.card-video-block p:last-child {
  margin-bottom: 0;
}
.card.card-video-block .card-img-top {
  padding: 56.25% 0 0 0;
  position: relative;
  overflow: hidden;
}
.card.card-video-block .card-img-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card.card-video-block .card-img-top .card-video-poster {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  z-index: 2;
}
.card.card-video-block .btn.btn-vimeo-play {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 9;
  padding: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card-video-block .btn.btn-vimeo-play:hover {
  color: var(--bs-primary);
}
.loading-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #EC1C38;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EC1C38 transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.typing {
  position: relative;
}
.typing span {
  content: '';
  animation: blink 1.5s infinite;
  animation-fill-mode: both;
  height: 10px;
  width: 10px;
  background: #ec1c38;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.typing span:nth-child(2) {
  animation-delay: .2s;
  margin-left: 15px;
}
.typing span:nth-child(3) {
  animation-delay: .4s;
  margin-left: 30px;
}
@keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
.carousel-indicators-thumb {
  flex-wrap: wrap;
  margin: 1rem 0;
  position: relative;
}
.carousel-indicators-thumb [data-bs-target] {
  width: 80px;
  height: auto;
  text-indent: 0;
  border: 0;
  opacity: 1;
  padding: 3px;
  background-color: rgba(39, 42, 53, 0.6);
  margin: 3px;
}
.carousel-indicators-thumb [data-bs-target].active {
  background-color: #ec1c38;
}
.row-filter {
  align-items: center;
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}
@media screen and (min-width: 1400px) {
  .row-filter {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1399px) {
  .row-filter .cols-title {
    display: none;
  }
}
.row-filter .cols-title .icon {
  padding-right: 12px;
  font-size: 20px;
}
@media screen and (max-width: 1399px) {
  .row-filter .cols-field {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media screen and (max-width: 1199px) {
  .row-filter .cols-field {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .row-filter .cols-field {
    width: 100%;
  }
}
.row-filter .btn {
  --bs-btn-font-size: 15px;
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 24px;
}
.row-filter .btn.btn-clear {
  --bs-btn-font-size: 13px;
  --bs-btn-color: #9A9A9A;
  --bs-btn-border-width: 0;
  --bs-btn-hover-color: #272a35;
  --bs-btn-hover-bg: #FFF;
  --bs-btn-active-bg: #FFF;
  --bs-btn-active-color: #272a35;
  --bs-btn-padding-x: 3px;
}
.row-filter .btn.btn-clear::after {
  display: none;
}
.row-filter .btn.btn-h-42 {
  --bs-btn-padding-y: 1px;
}
.row-filter .btn.btn-dropdown-toggle {
  --bs-btn-padding-x: 12px;
  --bs-btn-line-height: 26px;
}
.row-filter .col-controls {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .row-filter .col-controls {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .row-filter .col-controls .btn-group {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .row-filter .col-controls .btn-group {
    display: flex;
    flex-wrap: wrap;
  }
  .row-filter .col-controls .btn-group .btn {
    width: 100%;
    margin: 0;
  }
}
.row-filter .form-control,
.row-filter .form-select,
.row-filter .select2-dropdown {
  background-color: #f6f6f6;
  border-color: #e9e9ea;
  --bs-border-color: #e9e9ea;
}
.row-filter .form-control::placeholder,
.row-filter .form-select::placeholder,
.row-filter .select2-dropdown::placeholder {
  color: #9e9eab;
}
.row-filter .input-group .input-group-text {
  background-color: #f6f6f6;
  border-color: #e9e9ea;
}
.row-filter .input-group .input-group-text .icon {
  font-size: 23px;
  color: #686a72;
}
.row-filter .select2-dropdown {
  background-color: #f6f6f6 !important;
  border-color: #e9e9ea !important;
}
.row-filter .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #E9E9EA;
}
.row-filter .select2.select2-container .select2-selection--single {
  background-color: #f6f6f6 !important;
  border-color: #e9e9ea !important;
}
.total-job-cost {
  font-size: 1.4em;
  font-family: 'Sunflower', sans-serif;
  font-weight: 500;
}
.total-job-cost strong,
.total-job-cost b {
  font-weight: 700;
}
.total-job-cost:not(:first-child) {
  margin-left: 12px;
}
.list-of-preferences {
  padding-left: 1.5rem;
  margin-bottom: 24px;
}
.list-of-preferences li {
  margin-bottom: 6px;
  color: #686a72;
}
.list-of-preferences li strong,
.list-of-preferences li b {
  color: var(--bs-body-color);
  font-weight: 600;
}
.list-of-preferences li::marker {
  color: var(--bs-body-color);
}
.list-of-preferences li ul {
  padding-left: 1.5rem;
}
.quality-score-box img {
  border-width: 0 !important;
}
.quality-score-box .quality-score-contianer img {
  max-width: 254px;
  margin: 0 auto;
}
.quality-score-box .score-text {
  font-size: 1em;
  line-height: 1.6em;
}
.quality-score-box .quality-score-contianer b {
  font-weight: 700;
}
.quality-score-box .score-1 {
  color: #c31200;
}
.quality-score-box .score-2 {
  color: #e07515;
}
.quality-score-box .score-3 {
  color: #f39c12;
}
.quality-score-box .score-4 {
  color: #e2b603;
}
.quality-score-box .score-5 {
  color: #1ABC9C;
}
.quality-score-box .average-score {
  border-top: 1px solid #E9E9EA;
  font-size: 1.0em;
  padding: 1em 0;
  margin: 1em -24px -24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.countdown-time {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 6px;
}
.countdown-time.mb-24 {
  margin-bottom: 24px;
}
.countdown-time .time-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 110px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .countdown-time .time-col {
    max-width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .countdown-time .time-col {
    max-width: 90px;
  }
}
.countdown-time .time-col .time-number {
  width: 48%;
  background: no-repeat center top;
  background-size: 100%;
  width: 48px;
  height: 80px;
  padding: 0;
  color: #ec1c38;
  margin: 0 2px 6px;
  font-family: 'Oswald';
  font-size: 64px;
  font-weight: 500;
  line-height: 1.09;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .countdown-time .time-col .time-number {
    width: 36px;
    height: 54px;
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .countdown-time .time-col .time-number {
    font-size: 40px;
    width: 36px;
    height: 48px;
  }
}
.countdown-time .time-col .time-number::after {
  content: '';
  background-color: #878789;
  top: calc(50% - 2px);
  border: solid 1px #fcfdff;
  border-width: 1px 0;
  left: 7px;
  right: 7px;
  height: 3px;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .countdown-time .time-col .time-number::after {
    top: 50%;
  }
}
@media screen and (max-width: 575px) {
  .countdown-time .time-col .time-number::after {
    top: calc(50% + 2px);
  }
}
.countdown-time .time-col .time-text {
  width: 100%;
  color: #9E9EAB;
  font-size: 15px;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.countdown-time .time-col.time-separator {
  font-family: 'Sunflower', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.09;
  padding: 12px 6px 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .countdown-time .time-col.time-separator {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .countdown-time .time-col.time-separator {
    font-size: 24px;
  }
}
.countdown-time .time-col.time-separator.font-nunito {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
}
.countdown-time .time-col.size-md {
  max-width: 140px;
}
.countdown-time .time-col.size-lg {
  max-width: 200px;
}
.panorama-card-view .panolens-container {
  height: 25em;
}
@media screen and (min-width: 1440px) {
  .panorama-card-view .panolens-container {
    height: 35em;
  }
}
.virtualtour-control {
  width: 500px;
  transform: translate(100%, 0);
  transition: transform 0.2s ease-in-out;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .virtualtour-control {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .virtualtour-control {
    width: 300px;
  }
}
.virtualtour-control .floor-plan-container {
  border-left: 1px solid #F6F6F6;
}
.virtualtour-control .locationMarkerPlan {
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  transition: transform 0.2s ease-in-out;
  padding: 0;
  border: 0;
  background: transparent;
  filter: grayscale(1);
}
.virtualtour-control .locationMarkerPlan.active {
  filter: grayscale(0);
}
.virtualtour-control .btn-light {
  line-height: 1.5;
  --bs-btn-bg: #F6F6F6;
  --bs-btn-color: #000;
  --bs-btn-border-color: #D0D0D2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F6F6F6;
  --bs-btn-hover-border-color: #D0D0D2;
  --bs-btn-active-bg: #F6F6F6;
  --bs-btn-active-border-color: #D0D0D2;
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 12px;
  text-transform: capitalize;
  font-weight: 400;
  --bs-btn-font-size: 15px;
}
.virtualtour-control .btn-light small {
  color: #9E9EAB;
  font-size: 12px;
  font-weight: 400;
}
.virtualtour-control .btn-light::after {
  display: none;
}
.virtualtour-control.imageToggleShow {
  transform: translate(0, 0);
}
.virtualtour-control .plan-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  font-size: 17px;
}
.virtualtour-control .plan-title img {
  max-width: 22px;
  margin-right: 8px;
}
.trigger-close {
  transform: translate(-100%, 16px);
  --bs-btn-padding-x: 3px;
  --bs-btn-padding-y: 26px;
  position: absolute;
  left: 0px;
  top: 0;
}
.trigger-close .icon {
  font-size: 16px;
  margin: 0;
  transform: rotate(180deg);
}
.trigger-close.horizontal-trigger {
  transform: translate(72px, -47px) rotate(90deg);
}
.trigger-close.active {
  --bs-btn-active-bg: #272A35;
  --bs-btn-active-border-color: #272A35;
  --bs-btn-hover-border-color: #ec1c38;
}
.trigger-close.active::after {
  background-color: #ec1c38;
}
.trigger-close.active .icon {
  transform: rotate(0deg);
}
.trigger-close.trigger-sm-close {
  transform: translate(-100%, 0);
  --bs-btn-padding-y: 18px;
}
.vt-owl-carousel {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.25);
  padding: 24px 0;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translate(0, 140%);
  transition: all 0.2s ease-in-out;
}
.vt-owl-carousel.thumbnailsShow {
  transform: translate(0, 0);
}
.vt-owl-carousel .owl-item .item {
  padding: 0;
}
.vt-owl-carousel .btn-owl-img {
  border: 1px solid #D0D0D2;
  padding: 0;
  background-color: #FFFFFF;
  position: relative;
}
.vt-owl-carousel .btn-owl-img .overlay {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ec1c38;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  font-weight: bold;
}
.vt-owl-carousel .btn-owl-img:hover .overlay {
  transform: scale(1);
  opacity: 1;
}
.vt-owl-carousel .location-name {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
}
.vt-owl-carousel .activeThumbnail .location-name {
  color: #ffffff;
  background-color: #ec1c38;
}
.vt-owl-carousel .activeThumbnail .btn-owl-img {
  border-color: #ec1c38;
  border-width: 2px;
}
.vt-owl-carousel .vt-owl-container {
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .vt-owl-carousel .vt-owl-container {
    padding: 0 60px;
  }
}
.vt-owl-carousel .owl-carousel .btn-owl-img {
  max-width: 235px;
  margin: 0 6px;
}
.vt-owl-carousel .owl-carousel .owl-nav button.owl-prev,
.vt-owl-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #272A35;
  color: #FFF;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
}
@media screen and (max-width: 991px) {
  .vt-owl-carousel .owl-carousel .owl-nav button.owl-prev,
  .vt-owl-carousel .owl-carousel .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 36px;
  }
}
.vt-owl-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.vt-owl-carousel .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ec1c38;
}
.vt-owl-carousel .owl-carousel .owl-nav button.owl-prev.disabled,
.vt-owl-carousel .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
}
.vt-owl-carousel .owl-carousel .owl-nav button.owl-prev {
  left: 46px;
}
@media screen and (max-width: 991px) {
  .vt-owl-carousel .owl-carousel .owl-nav button.owl-prev {
    left: 6px;
  }
}
.vt-owl-carousel .owl-carousel .owl-nav button.owl-next {
  right: 46px;
}
@media screen and (max-width: 991px) {
  .vt-owl-carousel .owl-carousel .owl-nav button.owl-next {
    right: 6px;
  }
}
.vt-owl-carousel.thumbnail-grid {
  height: 100vh;
  overflow: auto;
  padding: 24px 16px;
  font-size: 12px;
  line-height: 1.2;
}
.vt-owl-carousel.thumbnail-grid.thumbnailGridShow {
  transform: translate(0, 0);
}
.vt-owl-carousel.thumbnail-grid .trigger-close {
  transform: translate(0, 0);
  left: auto;
  right: 6px;
  top: 6px;
  z-index: 99;
  --bs-btn-padding-x: 6px;
  --bs-btn-padding-y: 6px;
}
.virtual-tour-logo {
  position: fixed;
  left: 24px;
  top: 24px;
  width: 10vw;
}
@media screen and (max-width: 767px) {
  .virtual-tour-logo {
    width: 4em;
  }
}
.virtual-tour-logo.virtualTourLogoPortrait {
  max-width: 4em;
}
.vt-powered-by img {
  max-width: 24px;
  flex-shrink: 0;
  width: 24px;
}
.progress-vt {
  --bs-progress-height: 6px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #272a35;
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ec1c38;
  --bs-progress-bar-transition: width 0.6s ease;
}
.progress-vt .progress-bar {
  --bs-progress-bar-bg: #ec1c38;
  --bs-progress-border-radius: 0;
}
.list-group-chat {
  --bs-list-group-bg: #fff;
  --bs-list-group-item-padding-x: 24px;
  --bs-list-group-item-padding-y: 12px;
  --bs-list-group-border-color: #f6f6f6;
  --bs-list-group-action-hover-bg: rgba(236, 28, 56, 0.06);
  --bs-list-group-active-bg: rgba(236, 28, 56, 0.03);
  --bs-list-group-active-border-color: #e9e9ea;
  --bs-list-group-active-color: #ec1c38;
}
.list-group-chat.border-dark2 {
  --bs-list-group-border-color: #d0d0d2;
}
.list-group-chat .list-group-item-action.unread {
  background: linear-gradient(0deg, rgba(236, 28, 56, 0.06), rgba(236, 28, 56, 0.06)), #ffffff;
  --bs-list-group-active-border-color: rgba(236, 28, 56, 0.12);
  --bs-list-group-border-color: rgba(236, 28, 56, 0.12);
}
.list-group-chat .list-group-item-action.unread .link-hover {
  color: #ec1c38 !important;
}
.list-group-chat .list-group-item-action.unread .text-message {
  opacity: 1;
}
.list-group-chat .list-group-item-action:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #ffffff;
}
.list-group-chat .list-group-item .visible-onhover,
.list-group-chat .list-group-item .invisible-onhover {
  transition: all 0.3s ease-in-out;
}
.list-group-chat .list-group-item .visible-onhover {
  opacity: 0;
  visibility: hidden;
}
.list-group-chat .list-group-item.item-active-setting {
  transition: all 0.3s ease-in-out;
}
.list-group-chat .list-group-item.item-active-setting:hover,
.list-group-chat .list-group-item.item-active-setting.drop-downactive {
  padding-right: 70px;
}
.list-group-chat .list-group-item .text-message {
  opacity: 0.75;
}
.list-group-chat .list-group-item.drop-downactive {
  z-index: 99;
}
.list-group-chat .list-group-item:hover .invisible-onhover,
.list-group-chat .list-group-item.drop-downactive .invisible-onhover,
.list-group-chat .list-group-item.unread .invisible-onhover {
  opacity: 0;
  visibility: hidden;
}
.list-group-chat .list-group-item:hover .visible-onhover,
.list-group-chat .list-group-item.drop-downactive .visible-onhover,
.list-group-chat .list-group-item.unread .visible-onhover {
  opacity: 1;
  visibility: visible;
}
.list-group-chat .list-group-item.active .list-group {
  --bs-list-group-border-color: var(--bs-list-group-active-border-color);
  --bs-list-group-active-border-color: rgba(236, 28, 56, 0.12);
}
.list-group-chat .list-group-item.open {
  --bs-list-group-bg: #f6f6f6;
  --bs-list-group-action-hover-bg: #f6f6f6;
}
.list-group-chat .list-group-item.open.active {
  --bs-list-group-active-bg: rgba(236, 28, 56, 0.12);
  --bs-list-group-action-hover-bg: rgba(236, 28, 56, 0.12);
}
.list-group-chat .list-group-item .list-group {
  margin-left: -6px;
  margin-right: -6px;
  --bs-list-group-item-padding-x: 12px;
  --bs-list-group-item-padding-y: 5px;
  --bs-list-group-border-color: #e9e9ea;
}
.list-group-chat .list-group-item .list-group .list-group-item {
  padding-left: 85px;
}
.list-group-chat .list-group-item .list-name {
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .list-group-chat .list-group-item .list-name {
    display: block;
    width: 100%;
  }
}
.list-group-chat .list-group-item.readmessages {
  color: #9E9EAB;
}
.list-group-chat .list-group-item.readmessages .list-name {
  font-weight: normal;
  color: var(--bs-list-group-color) !important;
}
.list-group-chat .list-group-item.readmessages .text-dark2 {
  color: #9E9EAB;
}
.list-group-chat .list-group-item.readmessages .read-none {
  display: none;
}
.list-group-chat [aria-expanded="true"] .icon-down-arrow {
  transform: rotate(180deg);
}
.list-group-chat a.text-dark3 {
  text-decoration: none;
}
.list-group-chat a.text-dark3:hover {
  color: #ec1c38;
}
.list-group-chat .list-group-border-0 > .list-group-item {
  border-left-width: 0;
}
.user-block-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 70px;
  padding: 5px 0 0 5px;
}
.user-block-4 .user-profile-avatar {
  margin: -5px 0 0 -5px;
  border-width: 2px;
}
.user-block-4 .user-profile-avatar.border-1 {
  border-width: 1px;
}
.user-block-4 .user-profile-avatar.text-version:nth-of-type(1) {
  background-color: #55555d;
}
.user-block-4 .user-profile-avatar.text-version:nth-of-type(2) {
  background-color: #272a35;
}
.user-block-4 .user-profile-avatar.text-version:nth-of-type(3) {
  background-color: #000000;
}
.user-block-4.user-block-sm {
  width: 100%;
  max-width: 54px;
}
.user-block-4.user-block-sm .user-profile-avatar {
  width: 28px;
  height: 28px;
}
.user-block-4.user-block-2 .user-profile-avatar {
  width: 36px;
  height: 36px;
}
.user-block-4.user-block-2 .user-profile-avatar:nth-child(2) {
  margin: -16px 0 0 11px;
}
.user-block-4.user-block-3 .user-profile-avatar:nth-child(2) {
  z-index: 2;
}
.user-block-4.user-block-3 .user-profile-avatar:nth-child(3) {
  margin: -8px 0 0 6px;
}
.user-block-4.user-block-1 .user-profile-avatar {
  width: 44px;
  height: 44px;
}
.user-block-4.user-block-1 .user-profile-avatar::before {
  width: 12px;
  height: 12px;
}
.user-block-v2 {
  display: inline-grid;
  gap: 1px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.user-block-v2 .box {
  font-size: 14px;
  color: #000000;
  background: #d7d7da;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.user-block-v2 .box > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-block-v2.block-many {
  grid-template-columns: repeat(auto-fill, 50%);
}
.user-block-v2.block-many .box {
  font-size: 10px;
}
.user-block-v2.block-many .box:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
  font-size: 12px;
}
.user-block-v2.block-many .box:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  background: #bdbdc0;
  font-size: 9px;
  padding-right: 4px;
  align-items: end;
  padding-bottom: 2px;
}
.user-block-v2.block-many .box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  background: #9e9eab;
  font-size: 9px;
  align-items: start;
  padding-top: 3px;
  padding-right: 3px;
}
.user-block-v2.block-2 {
  grid-template-columns: 1fr 1fr;
}
.user-block-v2.block-2 .box {
  font-size: 10px;
}
.user-block-v2.block-2 .box:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.user-block-v2.block-2 .box:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  background: #bdbdc0;
}
.user-block-v2.online::after {
  position: absolute;
  bottom: 20px;
  left: 24px;
  width: 10px;
  height: 10px;
  background-image: url("https://s3.ap-southeast-2.amazonaws.com/media.boxbrownie.com/img/icon-svg/circle-online.svg");
  content: " ";
}
@media screen and (max-width: 767px) {
  .user-block-v2.online::after {
    bottom: calc(50% - 20px);
  }
}
.user-block-v2.due-back::after {
  position: absolute;
  bottom: 20px;
  left: 24px;
  width: 10px;
  height: 10px;
  background-image: url("https://s3.ap-southeast-2.amazonaws.com/media.boxbrownie.com/img/icon-svg/circle-due-back.svg");
  content: " ";
}
@media screen and (max-width: 767px) {
  .user-block-v2.due-back::after {
    bottom: calc(50% - 20px);
  }
}
.user-profile-avatar {
  --profile-color: #1ABC9C;
  border: solid 1px var(--profile-color);
  background-color: var(--profile-color);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  position: relative;
  flex-shrink: 0;
  color: #9e9eab;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.user-profile-avatar.border-1 {
  border-width: 1px;
}
.user-profile-avatar img {
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.user-profile-avatar::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: var(--profile-color);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: solid 1px #FFFFFF;
}
.user-profile-avatar.before-none::before {
  display: none;
}
.user-profile-avatar.offline {
  --profile-color: #f6f6f6;
}
.user-profile-avatar.offline::before {
  display: none;
}
.user-profile-avatar.online {
  --profile-color: #1abc9c;
}
.user-profile-avatar.away {
  --profile-color: #d0d0d2;
}
.user-profile-avatar.text-version {
  background: #003ef6;
  font-weight: normal;
  color: #fff;
}
.user-profile-avatar.text-version.offline {
  background: #686a72;
  color: #bdbdc0;
}
.icon-not-yet {
  width: 100px;
  height: 100px;
  border: 6px solid #F1F1F1;
  border-radius: 100px;
  display: flex !important;
  margin: 0 auto 12px;
  position: relative;
  background-color: #F1F1F1;
  align-items: center;
  justify-content: center;
}
.icon-not-yet.icon-image::before {
  content: "\ef66";
}
.icon-not-yet::before {
  font-size: 52px;
  opacity: 0.3;
}
.icon-not-yet.icon-not-yet-sm {
  width: 56px;
  height: 56px;
}
.icon-not-yet.icon-not-yet-sm::before {
  font-size: 24px;
}
.icon-not-yet.dark {
  background-color: #E9E9EA;
  color: #9E9EAB;
  border-color: #E9E9EA ;
}
.icon-not-yet.dark::before {
  opacity: 1;
}
.conversation {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  .conversation {
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 1280px) {
  .conversation[data-show-right-panel="yes"] {
    padding-right: 400px;
  }
}
.conversation[data-show-right-panel="yes"] .channel-right-panel {
  display: block;
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .conversation[data-show-right-panel="yes"] .channel-right-panel {
    box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.1);
  }
}
.conversation-select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .conversation-select {
    height: calc(100vh - 80px);
    padding-left: 250px;
  }
}
@media screen and (max-width: 767px) {
  .conversation-select .fs-4 {
    font-size: 16px !important;
  }
  .conversation-select svg {
    max-width: 100%;
  }
}
.conversation-header {
  padding: 10px 24px;
  border-bottom: 1px solid #e9e9ea;
  background: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 991px) {
  .conversation-header {
    padding: 8px 12px;
  }
}
.conversation-header .thread-info {
  display: flex;
  align-items: center;
}
.conversation-header .thread-info .thumb {
  width: 40px;
  height: 40px;
  background: #686a72;
  color: #fff;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .conversation-header .thread-info .thumb {
    width: 36px;
    height: 36px;
  }
}
.conversation-header .thread-info h5 {
  margin-left: 12px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .conversation-header .thread-info h5 {
    font-size: 16px;
    margin-left: 6px;
  }
}
.conversation-header .thread-info h5 small {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  color: #686a72;
  margin-top: 3px;
}
.conversation-header .thread-info h5 small i {
  color: #1abc9c;
  margin-right: 3px;
}
.conversation-header .thread-options {
  margin-left: auto;
}
.conversation-messages {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
}
.conversation-messages .wrapper {
  max-width: 980px;
  width: calc(100% - 24px);
  margin: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: stretch;
}
.conversation-messages .wrapper .chat-content-list {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.conversation-input {
  padding-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .conversation-input {
    padding-bottom: 12px;
  }
}
.conversation-input > div.wrapper {
  max-width: 980px;
  width: calc(100% - 24px);
  margin: auto;
}
@media screen and (max-width: 557px) {
  .conversation-input > div.wrapper {
    padding: 12px;
  }
  .conversation-input > div.wrapper .mb-16 {
    margin-bottom: 12px;
  }
}
.conversation-input .form-control {
  resize: none;
}
.conversation-input .dropdown-menu {
  --bs-dropdown-min-width: 524px;
}
@media screen and (max-width: 767px) {
  .conversation-input .dropdown-menu {
    --bs-dropdown-min-width: 356px;
    max-height: 300px;
    overflow: auto;
  }
}
.conversation-input .btn-square-icon {
  --bs-btn-border-radius: 8px;
}
.conversation-input .bg-white > .bg-subberlight {
  background-color: #f6f6f6;
}
.conversation-input .text-message-editor {
  display: flex;
  flex-flow: column;
}
.conversation-input .text-message-editor .ql-toolbar {
  margin-bottom: 6px;
}
.conversation-input .alert-improper-message {
  margin: 0;
  border-width: 0;
  border-radius: 12px 12px 0 0;
  padding: 8px 16px;
}
.conversation-input .alert-improper-message + .text-message-editor {
  border-radius: 0 0 12px 12px;
}
.chat-item {
  width: 100%;
  margin-top: 3px;
  display: flex;
  align-items: top;
  padding-right: 30%;
  margin-bottom: 12px;
  /* Start :: chat-item  - Setting special case ADMIN */
  /* END :: chat-item && for ADMIN */
}
@media screen and (max-width: 575px) {
  .chat-item {
    padding-right: 15%;
  }
}
.chat-item .user-profile-avatar {
  margin-top: 24px;
}
.chat-item .content {
  margin-left: 8px;
}
.chat-item .content h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 15px;
}
.chat-item .content > .chat-bubble-content:hover > .actions {
  display: flex !important;
}
.chat-item .content > .chat-bubble-content.for-typing {
  min-width: unset;
  width: 70px;
}
.chat-item .chat-head-name {
  display: flex;
}
.chat-item .chat-head-name .time-stamp {
  margin-left: auto;
  padding-left: 6px;
}
.chat-item.for-admin {
  /*Setup styles for admin*/
  padding-right: 0;
  padding-left: 30%;
  justify-content: end;
}
@media screen and (max-width: 575px) {
  .chat-item.for-admin {
    padding-left: 15%;
  }
}
.chat-item.for-admin .user-profile-avatar {
  order: 2;
  margin-left: 8px;
}
.chat-item.for-admin .content {
  margin-left: 0px;
  order: 1;
}
.chat-item.for-admin .content .chat-head-name h6 {
  color: #ec1c38;
  display: flex;
  align-items: center;
  justify-content: end;
}
.chat-item.for-admin .content .chat-head-name h6 span {
  margin-left: 3px;
}
.chat-item.for-admin .content > div {
  /*This is: "chat-bubble-content" or other message type */
}
.chat-item.for-admin .content > div .time-stamp {
  left: 0;
  right: unset;
}
.chat-item.for-admin .content > div.chat-bubble-content {
  border-radius: 12px 0px 12px 12px;
  background-color: #FCE4E8;
  margin-left: auto;
}
.chat-item.for-admin .content > div.chat-bubble-content::after {
  left: auto;
  right: 100%;
}
.chat-item.for-admin .content > div.chat-bubble-content .actions {
  left: unset;
  right: calc(100% + 6px);
}
.chat-item.for-admin .chat-head-name {
  flex-direction: row-reverse;
}
.chat-item.for-admin .chat-head-name .time-stamp {
  margin: 0 auto 0 0;
  padding-left: 0;
  padding-right: 6px;
}
.chat-item .actions {
  position: absolute;
  padding: 6px;
  left: calc(100% + 6px);
  bottom: 6px;
  padding: 3px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
  display: none;
  z-index: 1;
}
.chat-item .actions button i {
  opacity: 0.8;
}
.chat-item .actions button:hover {
  background-color: #f6f6f6;
}
.chat-item .actions button:hover .gallery-row::after {
  background-color: #f6f6f6;
}
.chat-item .actions button:hover i {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .chat-item .actions {
    padding: 0px 0px;
  }
}
.chat-item .quote-text {
  background-color: #d0d0d2;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  padding-left: 24px;
}
.chat-item .quote-text::before {
  width: 3px;
  height: calc(100% - 12px);
  background-color: #ec1c38;
  content: " ";
  position: absolute;
  left: 12px;
}
.chat-item .quote-text .time-stamp {
  font-size: 10px;
  top: 6px;
  right: 12px !important;
  color: #9e9eab;
  left: unset !important;
}
.chat-item .quote-text.for-admin strong {
  color: #ec1c38;
}
.chat-item .quote-text:hover {
  background-color: #d7d7da;
  cursor: pointer;
}
/* END ::chat-item */
.chat-date-break {
  text-align: center;
  width: 100%;
  color: #686a72;
  position: relative;
}
.chat-date-break span {
  background-color: #f6f6f6;
}
.chat-date-break::after {
  position: absolute;
  content: " ";
  height: 1px;
  background: #d7d7da;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -1;
}
.chat-date-break.unread {
  color: #ec1c38;
}
.chat-date-break.unread::after {
  background: #ec1c38;
}
.chat-content-list-editor .chat-bubble-content {
  border-radius: 12px 0 12px 12px;
}
.chat-content-list-editor .chat-bubble-content::after {
  left: auto;
  right: 100%;
}
.chat-content-list-editor .chat-item {
  justify-content: end;
  padding-right: 0;
  padding-left: 30%;
}
@media screen and (max-width: 575px) {
  .chat-content-list-editor .chat-item {
    padding-right: 0;
    padding-left: 15%;
  }
}
.chat-content-list-editor .chat-item .user-profile-avatar {
  order: 2;
  margin-left: 8px;
}
.chat-content-list-editor .chat-item .chat-head-name {
  flex-direction: row-reverse;
}
.chat-content-list-editor .chat-item .chat-head-name .time-stamp {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 6px;
}
.chat-content-list-editor .chat-item .actions {
  left: auto;
  right: calc(106%);
}
.chat-content-list-editor .chat-item.for-admin {
  padding-left: 0;
  padding-right: 30%;
  justify-content: start;
}
@media screen and (max-width: 575px) {
  .chat-content-list-editor .chat-item.for-admin {
    padding-left: 0;
    padding-right: 15%;
  }
}
.chat-content-list-editor .chat-item.for-admin .chat-head-name {
  flex-direction: row;
}
.chat-content-list-editor .chat-item.for-admin .chat-head-name .time-stamp {
  margin-left: auto;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 0;
}
.chat-content-list-editor .chat-item.for-admin .user-profile-avatar {
  order: 0;
  margin-left: 0;
  margin-right: 8px;
}
.chat-content-list-editor .chat-item.for-admin .content .chat-bubble-content {
  border-radius: 0 12px 12px 12px;
}
.chat-content-list-editor .chat-item.for-admin .content .chat-bubble-content::after {
  left: 100%;
  right: auto;
}
.chat-content-list-editor .chat-item.for-admin .actions {
  right: auto !important;
  left: calc(106%) !important;
}
.chat-bubble-content {
  border-radius: 0px 12px 12px 12px;
  background: #e9e9ea;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 15px;
  position: relative;
  min-width: 240px;
  width: fit-content;
}
.chat-bubble-content::after {
  position: absolute;
  left: 100%;
  top: -10%;
  content: " ";
  height: 120%;
  width: 150%;
  z-index: 0;
}
.chat-bubble-content > span[data-message] > h1:last-child,
.chat-bubble-content > span[data-message] > h2:last-child,
.chat-bubble-content > span[data-message] > h3:last-child,
.chat-bubble-content > span[data-message] > h4:last-child,
.chat-bubble-content > span[data-message] > h5:last-child,
.chat-bubble-content > span[data-message] > h6:last-child,
.chat-bubble-content > span[data-message] > p:last-child {
  margin-bottom: 0;
}
.chat-bubble-content + .chat-bubble-content {
  margin-top: 3px;
}
.chat-bubble-content .time-stamp {
  font-size: 12px;
  position: absolute;
  top: -20px;
  right: 12px;
  color: #bdbdc0;
}
.chat-bubble-content .file {
  display: flex;
  background-color: #fff;
  padding: 6px 12px 6px 6px;
  border-radius: 6px;
}
.chat-bubble-content .file > img {
  height: 44px;
}
.chat-bubble-content .file .info strong {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.chat-bubble-content .file:hover {
  cursor: pointer;
  background-color: #d7d7da;
}
.chat-bubble-content .file + .file {
  margin-top: 6px;
}
.chat-bubble-content .imgage-grid {
  display: grid;
  column-gap: 6px;
  row-gap: 6px;
  grid-template-columns: auto auto;
}
.chat-bubble-content .imgage-grid .preview-image {
  max-width: 300px;
  max-height: 240px;
  display: inline-block;
  min-width: 50%;
}
.chat-bubble-content .imgage-grid .preview-image img {
  max-width: 100%;
  max-height: 100%;
}
.chat-bubble-content .imgage-grid + .file {
  margin-top: 6px;
}
.chat-bubble-content img {
  max-width: 100%;
}
.chat-bubble-content-react {
  margin-top: -6px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 2px;
  display: flex;
}
.chat-bubble-content-react .icons-react {
  background-color: #FFF;
  padding: 2px 6px;
  border: solid 1px #bfbfbf;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 3px;
  outline: none;
}
.chat-bubble-content-react .icons-react:hover {
  border-color: #808080;
  box-shadow: none;
}
.chat-bubble-content-react .icons-react:focus {
  outline: 0;
  box-shadow: none;
}
.chat-bubble-content-react .icons-react.active {
  border-color: rgba(0, 62, 246, 0.9);
}
.chat-bubble-content-react .icon {
  font-size: 14px;
  margin-top: -3px;
  margin-right: 3px;
}
.for-admin .chat-bubble-content-react {
  flex-flow: row-reverse;
}
.for-admin .chat-bubble-content-react .icons-react {
  margin-right: 0;
  margin-left: 3px;
}
.chat-content-list-editor .chat-bubble-content-react {
  flex-flow: row-reverse;
}
.chat-content-list-editor .chat-bubble-content-react .icons-react {
  margin-right: 0;
  margin-left: 3px;
}
.chat-content-list-editor .content .chat-bubble-content {
  margin-left: auto;
  margin-right: 0;
}
.chat-content-list-editor .for-admin .chat-bubble-content-react {
  flex-flow: row;
}
.chat-content-list-editor .for-admin .chat-bubble-content-react .icons-react {
  margin-right: 3px;
  margin-left: 0;
}
.chat-content-list-editor .for-admin .content .chat-bubble-content {
  margin-left: 0 !important;
  margin-right: auto;
}
.channel-right-panel {
  position: absolute;
  right: 0;
  min-height: 100vh;
  max-height: 100vh;
  width: 400px;
  top: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
.kendo-chat-editor.deactive-kendo-toolbar .k-editor-toolbar-wrap,
.kendo-chat-editor.inactive-kendo-toolbar .k-editor-toolbar-wrap {
  display: none;
}
.kendo-chat-editor table.k-editor {
  height: auto;
  border: 0;
  background-color: transparent ;
}
.kendo-chat-editor table.k-editor .k-editable-area {
  min-height: 36px;
  background: #FFF;
}
.kendo-chat-editor table.k-editor .k-editable-area iframe {
  min-height: 36px;
  max-height: 36px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar-wrap {
  padding-bottom: 16px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 6px 2px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar li {
  padding: 6px 0;
  margin: 0;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool {
  color: #686a72;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  margin: 0 10px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool:hover,
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool.k-state-selected {
  background-color: rgba(236, 28, 56, 0.12);
  color: #ec1c38;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon {
  background-image: none;
  width: 36px;
  height: 36px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 32px;
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-bold:before {
  content: "\eb51";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-italic:before {
  content: "\ef7e";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-underline:before {
  content: "\f45c";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-strikethrough:before {
  content: "\f3a3";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-insert-unordered-list:before {
  content: "\f000";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-insert-ordered-list:before {
  content: "\f001";
}
.kendo-chat-editor table.k-editor .k-editor-toolbar .k-tool .k-tool-icon.k-i-create-link:before {
  content: "\effa";
}
.kendo-chat-editor.editor-lg table.k-editor {
  height: 100%;
}
.kendo-chat-editor.editor-lg table.k-editor .k-editable-area {
  height: auto;
  padding-right: 0;
}
.kendo-chat-editor.editor-lg table.k-editor .k-editable-area iframe {
  max-height: 28px;
}
.kendo-chat-editor.editor-lg.deactive-kendo-toolbar table.k-editor .k-editable-area,
.kendo-chat-editor.editor-lg.inactive-kendo-toolbar table.k-editor .k-editable-area {
  height: auto;
}
div.k-window {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
  border: 0px;
  background-color: #ffffff;
  color: #000000;
}
div.k-window .k-header {
  border-bottom: 0px solid #dee2e6;
  background-color: #ffffff;
  color: #686a72;
  padding: 12px 0;
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
div.k-window .k-header .k-window-title {
  left: 24px;
}
div.k-window .k-header .k-window-actions {
  top: 5px;
  right: 12px;
}
div.k-window .k-header .k-window-action {
  width: auto;
  height: auto;
  background: none;
  border-width: 0;
  padding: 0;
}
div.k-window .k-header .k-i-close {
  background: none !important;
  width: auto;
  height: auto;
  color: #686a72;
}
div.k-window .k-header .k-i-close::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\edbb";
  color: #686a72;
}
div.k-window .k-header .k-i-close:hover {
  border-color: #ffffff;
}
div.k-window .k-content {
  background-color: #f6f6f6;
  color: #000000;
  border-top: 1px solid #dee2e6;
  font-size: 15px;
}
div.k-window .k-edit-buttons {
  border-color: #dee2e6;
  background-color: #ffffff;
}
div.k-window .k-edit-buttons .k-button {
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 24px 6px;
  border-width: 0px;
  background-color: #272a35;
}
div.k-window .k-edit-buttons .k-button:hover {
  background-color: #ec1c38;
}
div.k-window .k-edit-buttons .k-button.k-primary {
  background-color: #ec1c38;
}
div.k-window .k-edit-buttons .k-button.k-primary:hover {
  background-color: #272a35;
}
div.k-window .k-input {
  background-color: #ffffff;
  color: #000000;
  border-color: #e9e9ea;
  padding: 6px 12px;
  height: auto;
}
div.k-window .k-input:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
div.k-window .k-checkbox-label {
  padding-top: 6px;
  padding-left: 32px;
}
div.k-window .k-checkbox-label:before {
  border: solid 2px #01010154;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  margin-top: 0;
  border-radius: 2px;
}
div.k-window .k-checkbox:checked ~ .k-checkbox-label:before {
  content: '';
  background-color: #ec1c38;
  border-color: #ec1c38;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='square' stroke-linejoin='square' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.compare-column {
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .compare-column {
    margin: 0;
  }
}
.compare-column.one-col-hover li:not(.order-column-2) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.compare-column.two-col-hover .order-column-2 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.compare-column li {
  border: solid 1px #e9e9ea;
  width: calc(50% - 12px);
  margin: -1px 6px 0;
  padding: 14px 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .compare-column li {
    width: 100%;
    margin: -1px 0 0 0;
  }
}
.compare-column li.limit {
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  padding: 12px 0;
  font-size: 15px;
  color: #686A72;
  text-align: left;
}
.compare-column .title {
  padding: 24px 6px;
  border: solid 1px #e9e9ea;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Sunflower', sans-serif;
  color: #ec1c38;
}
@media screen and (max-width: 991px) {
  .compare-column .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .compare-column .title:nth-child(2) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .compare-column .order-column-2 {
    order: 5;
  }
}
.image-in-bg {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
}
.image-in-bg.copywriters-right {
  left: auto;
  right: 0;
}
.cropper-img .cropper-line,
.cropper-img .cropper-point {
  background-color: #0a0000;
}
.cropper-img .cropper-view-box {
  outline: 1px solid #0a0000;
  outline-color: #0a0000;
}
.herobanner-ai {
  background: repeat 0 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.65;
}
.herobanner-ai .herobanner-container {
  background: no-repeat right 0;
  padding: 0 0;
  display: flex;
  align-items: center;
  min-height: 677px;
}
@media screen and (max-width: 1599px) {
  .herobanner-ai .herobanner-container {
    background-position: -20% 0;
  }
}
@media screen and (max-width: 1299px) {
  .herobanner-ai .herobanner-container {
    background-position: -2% 0;
  }
}
@media screen and (max-width: 1199px) {
  .herobanner-ai .herobanner-container {
    background-position: 61% 0;
  }
}
@media screen and (max-width: 992px) {
  .herobanner-ai .herobanner-container {
    padding-right: 28%;
    background-position: 67% 0;
  }
}
@media screen and (min-width: 1200px) {
  .herobanner-ai h1,
  .herobanner-ai .h1 {
    font-size: 64px;
  }
}
.section-aiit {
  background: #c6c9d2 no-repeat right 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-aiit {
    background-image: none !important;
    min-height: auto;
    background-color: #e9ebf1;
  }
}
.section-aiit .ai-title {
  font-size: 32px;
}
.section-aiit .ai-title span {
  font-size: 100px;
  line-height: 100px;
  padding: 12px 0 3px;
}
.dhtmlx-calendar.dhx_cal_container {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_date,
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_today_button {
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_date {
  font-size: 17px;
  color: #0a0000;
}
.dhtmlx-calendar .dhx_cal_tab {
  border-color: #0a0000 !important;
  color: #0a0000;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
}
.dhtmlx-calendar .dhx_cal_tab:hover {
  background-color: rgba(10, 0, 0, 0.06);
  color: #0a0000;
}
.dhtmlx-calendar .dhx_cal_tab.active {
  border-color: #0a0000 !important;
  background-color: #0a0000;
  color: #ffffff;
}
.dhtmlx-calendar .dhx_cal_tab.active:hover {
  background-color: #0a0000;
  border-color: #0a0000;
}
.dhtmlx-calendar .dhx_cal_today_button {
  color: #0a0000;
  font-size: 15px;
}
.dhtmlx-calendar .dhx_cal_today_button:hover {
  border-color: #0a0000;
  background-color: rgba(236, 28, 56, 0.01);
  color: #ec1c38;
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_next_button,
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_prev_button {
  background: none;
  border-width: 0;
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_next_button:hover,
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_prev_button:hover {
  background: none;
  color: #ec1c38;
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_next_button::before,
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_prev_button::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .dhtmlx-calendar .dhx_cal_navline .dhx_cal_next_button::before,
  .dhtmlx-calendar .dhx_cal_navline .dhx_cal_prev_button::before {
    line-height: 25px;
  }
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_next_button::before {
  content: "\ea8e";
}
.dhtmlx-calendar .dhx_cal_navline .dhx_cal_prev_button::before {
  content: "\ea8c";
}
.dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab {
  box-shadow: -1px 0 0 #0a0000;
}
@media screen and (max-width: 840px) {
  .dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button {
    height: 30px;
    line-height: 33px;
    min-width: 50px;
    font-size: 15px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 840px) {
  .dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button {
    min-height: 30px;
  }
}
@media screen and (max-width: 840px) {
  .dhtmlx-calendar .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_date {
    font-size: 15px;
  }
}
.dhtmlx-calendar .dhx_cal_event .dhx_body {
  overflow: hidden;
}
.dhtmlx-calendar .dhx_cal_event .dhx_body,
.dhtmlx-calendar .dhx_cal_event .dhx_footer,
.dhtmlx-calendar .dhx_cal_event .dhx_header,
.dhtmlx-calendar .dhx_cal_event .dhx_title {
  background-color: rgba(236, 28, 56, 0.12);
  color: #000000;
}
.dhtmlx-calendar .dhx_cal_event .dhx_footer,
.dhtmlx-calendar .dhx_cal_event .dhx_select_menu_footer {
  background-image: none;
  color: #ec1c38;
  height: 14px;
  text-align: center;
}
.dhtmlx-calendar .dhx_cal_event .dhx_footer::before,
.dhtmlx-calendar .dhx_cal_event .dhx_select_menu_footer::before {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f25c";
  font-size: 12px;
}
.dhtmlx-calendar .dhx_cal_event.dhx_cal_select_menu .dhx_body {
  background-color: #ec1c38;
}
.dhtmlx-calendar .dhx_cal_event.dhx_cal_editor {
  background-color: rgba(236, 28, 56, 0.12);
}
.dhtmlx-calendar .dhx_cal_event.dhx_cal_editor textarea.dhx_cal_editor {
  border-color: #ec1c38;
}
.dhtmlx-calendar .dhx_cal_event.dhx_cal_editor textarea.dhx_cal_editor:focus {
  border-color: #ec1c38;
  outline-color: #ec1c38;
}
.dhtmlx-calendar .dhx_cal_event_clear {
  color: #ec1c38;
}
@media screen and (max-width: 991px) {
  .dhtmlx-calendar .dhx_cal_header .dhx_scale_bar {
    padding-left: 2%;
    padding-right: 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .dhtmlx-calendar .dhx_cal_header .dhx_scale_bar {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.dhx_cal_light .dhx_cal_ltitle {
  background-color: #ffffff;
  color: #000000;
  border-color: var(--bs-border-color);
  padding: 6px 16px;
  height: auto;
}
.dhx_cal_light .dhx_cal_ltitle .dhx_time {
  color: #000000;
}
.dhx_cal_light .dhx_cal_ltitle .dhx_title {
  color: #000000;
}
.dhx_cal_light .dhx_save_btn_set {
  border-color: #ec1c38;
  background-color: #ec1c38;
  color: #ffffff;
}
.dhx_cal_light .dhx_save_btn_set:hover,
.dhx_cal_light .dhx_save_btn_set:hover div {
  background-color: #000000 !important;
  color: #ffffff;
  border-color: #000000 !important;
}
.dhx_cal_light .dhx_cancel_btn_set {
  border-color: #000000;
  color: #000000;
}
.dhx_cal_light .dhx_cancel_btn_set:hover {
  background-color: #000000;
  color: #ffffff;
}
.dhx_cal_light .dhx_cal_ltext textarea:focus {
  border-color: #000000;
  outline: #000000;
}
.scheduler_modal_box .scheduler_button,
.scheduler_modal_box .scheduler_popup_button {
  height: 32px;
  line-height: 30px;
}
.scheduler_modal_box .scheduler_button div,
.scheduler_modal_box .scheduler_popup_button div {
  height: 30px;
  line-height: 30px;
}
.scheduler_modal_box .scheduler_button.scheduler_cancel_button div,
.scheduler_modal_box .scheduler_popup_button.scheduler_cancel_button div {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.scheduler_modal_box .scheduler_button.scheduler_cancel_button div:hover,
.scheduler_modal_box .scheduler_popup_button.scheduler_cancel_button div:hover,
.scheduler_modal_box .scheduler_button.scheduler_cancel_button div:active,
.scheduler_modal_box .scheduler_popup_button.scheduler_cancel_button div:active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
body > .scheduler_message_area.dhtmlx_message_area {
  display: none !important;
}
.list-group-availability {
  --bs-list-group-border-radius: 0;
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-item-padding-y: 0;
  --bs-list-group-action-hover-bg: #FEF1F3;
}
.list-group-availability:not(:last-child) {
  margin-bottom: 24px;
}
.list-group-availability .list-group-item {
  border-radius: var(--bs-list-group-border-radius);
  display: flex;
}
.list-group-availability .list-group-item .list-dates {
  background-color: #f6f6f6;
  border-right: solid 1px var(--bs-list-group-border-color);
  padding: 10px 12px 10px 16px;
  font-size: 12px;
  color: #686a72;
  font-weight: bold;
  min-width: 96px;
}
.list-group-availability .list-group-item + .list-group-item {
  margin-top: 6px;
  border-width: 1px;
}
.list-group-availability .list-group-item .badge-list {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 12px;
  align-items: center;
}
.list-group-availability .list-group-item .badge-list .badge {
  margin: 3px;
}
.list-group-availability .list-group-item .badge-list-hours {
  padding: 0 8px 0 0px;
}
.list-group-availability .list-group-item .list-date {
  border: solid 6px #ffffff;
  border-right: 0;
  text-align: center;
  padding: 6px;
  background-color: #d0d0d2;
  min-width: 154px;
  flex-shrink: 0;
}
.list-group-availability .list-group-item.list-group-item-action:hover {
  --bs-list-group-border-color: #ec1c38;
}
.list-group-availability .list-group-item.list-group-item-action:hover .list-date {
  border-color: var(--bs-list-group-action-hover-bg);
}
.star-rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-rating-box.star-rating-sm {
  justify-content: flex-start;
}
.star-rating-box.star-rating-sm .iconstar {
  cursor: auto;
  margin: 0 3px;
  width: 24px;
  height: 24px;
}
.star-rating-box.star-rating-sm .iconstar:last-child {
  margin-right: 0;
}
.star-rating-box.star-rating-sm .iconstar:first-child {
  margin-left: 0;
}
.star-rating-box .iconstar {
  flex-shrink: 0;
  margin: 0 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  fill: #ffffff;
  stroke: #9e9eab;
}
.star-rating-box .iconstar:last-child {
  margin-right: 0;
}
.star-rating-box .iconstar:first-child {
  margin-left: 0;
}
.star-rating-box .iconstar path {
  stroke: #9e9eab;
}
.star-rating-box .iconstar.active,
.star-rating-box .iconstar.selected {
  fill: #f39c12;
  stroke: #f39c12;
}
.star-rating-box .iconstar.active path,
.star-rating-box .iconstar.selected path {
  stroke: #f39c12;
}
.star-rating-box .iconstar.half-selected {
  fill: none;
  stroke: #9e9eab;
}
.star-rating-box .iconstar.half-selected path {
  stroke: #9e9eab;
}
.star-rating-box .iconstar.half-selected path.half-star {
  stroke: #f39c12;
}
.star-rating-box .iconstar.half-selected .half-star {
  display: block;
  fill: #f39c12;
  stroke: #f39c12;
}
.star-rating-box .iconstar .half-star {
  display: none;
}
.calendar-inline .daterangepicker.show-calendar {
  display: block !important;
  position: relative !important;
  border-width: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto;
  margin: 0;
  z-index: 9;
}
.calendar-inline .daterangepicker.show-calendar::before,
.calendar-inline .daterangepicker.show-calendar::after {
  display: none;
}
.calendar-inline .daterangepicker.show-calendar .drp-calendar {
  width: 380px;
  max-width: 100%;
  float: initial;
  margin: 0 auto;
  padding: 0;
}
.calendar-inline .daterangepicker.show-calendar .drp-calendar > .calendar-table {
  float: initial;
}
.calendar-inline .daterangepicker.show-calendar .calendar-table {
  padding: 0 !important;
}
.calendar-inline .daterangepicker.show-calendar .calendar-table td,
.calendar-inline .daterangepicker.show-calendar .calendar-table th {
  font-size: 15px;
}
.calendar-inline .daterangepicker.show-calendar td {
  border-radius: 50px;
  line-height: 3em;
}
.calendar-inline .daterangepicker.show-calendar td.start-date.end-date {
  border-radius: 50px;
}
.calendar-inline .daterangepicker.show-calendar td.today.disabled {
  background-color: #fff !important;
  color: #999 !important;
}
.calendar-inline .daterangepicker.show-calendar td.available {
  background-color: rgba(236, 28, 56, 0.1);
  color: #ec1c38;
  font-weight: 900;
}
.calendar-inline .daterangepicker.show-calendar td.available.ends {
  background-color: rgba(236, 28, 56, 0.02);
}
.calendar-inline .daterangepicker.show-calendar .table-condensed {
  border-spacing: 8px;
  border-collapse: separate;
}
.calendar-inline .daterangepicker.show-calendar .table-condensed td {
  width: 3.7em;
  height: 3em;
  line-height: 12px;
  border-radius: 50px;
}
@media screen and (max-width: 1199px) {
  .calendar-inline .daterangepicker.show-calendar .table-condensed td {
    height: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  .calendar-inline .daterangepicker.show-calendar .table-condensed td {
    height: 3em;
  }
}
@media screen and (max-width: 410px) {
  .calendar-inline .daterangepicker.show-calendar .table-condensed td {
    height: 2.5em;
  }
}
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th {
  font-weight: normal;
  color: #ec1c38;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.month {
  font-size: 15px;
  text-transform: capitalize;
}
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.next,
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.prev {
  border-radius: 50px;
  width: 38px;
  height: 38px;
  background-color: rgba(236, 28, 56, 0.1);
}
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.next span,
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.prev span {
  border-color: #ec1c38;
}
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.next:hover,
.calendar-inline .daterangepicker.show-calendar .table-condensed thead th.prev:hover {
  background-color: rgba(236, 28, 56, 0.05);
}
.conversation-input .ql-container {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}
.conversation-input .ql-container.ql-snow {
  border-width: 0 !important;
}
.conversation-input .ql-container .ql-editor {
  max-height: 300px;
}
.conversation-input .ql-editor.ql-blank {
  max-height: 300px;
}
.conversation-input .ql-editor.ql-blank::before {
  font-style: normal;
  color: #9e9eab;
}
.conversation-input .ql-toolbar.ql-snow {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px;
}
.conversation-input .ql-toolbar.ql-snow .ql-stroke {
  stroke: #686a72;
  stroke-width: 1;
}
.conversation-input .ql-toolbar.ql-snow .ql-fill {
  fill: #686a72;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker {
  height: 36px;
  border-radius: 8px;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-icon-picker,
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-color-picker {
  width: 36px;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-icon-picker .ql-picker-label,
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-color-picker .ql-picker-label {
  padding: 8px 6px;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-label {
  padding-top: 6px;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-active,
.conversation-input .ql-toolbar.ql-snow .ql-picker:hover {
  color: #ec1c38;
  background-color: #FCE4E8;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-active .ql-picker-label,
.conversation-input .ql-toolbar.ql-snow .ql-picker:hover .ql-picker-label {
  color: #ec1c38;
  border-color: transparent;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-active .ql-stroke,
.conversation-input .ql-toolbar.ql-snow .ql-picker:hover .ql-stroke {
  stroke: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill,
.conversation-input .ql-toolbar.ql-snow .ql-picker:hover .ql-fill {
  fill: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-expanded {
  color: #ec1c38;
  background-color: #FCE4E8;
  border-radius: 8px;
  border-color: #FCE4E8;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ec1c38;
  border-color: transparent;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: transparent;
  bottom: 100%;
  top: unset;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-label:hover .ql-stroke,
.conversation-input .ql-toolbar.ql-snow .ql-picker-label:active .ql-stroke {
  stroke: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-label:hover .ql-fill,
.conversation-input .ql-toolbar.ql-snow .ql-picker-label:active .ql-fill {
  fill: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options {
  border-radius: 6px;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item {
  color: #686a72;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item .ql-stroke {
  stroke: #686a72;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item .ql-fill {
  fill: #686a72;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item:hover {
  color: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item:hover .ql-stroke {
  stroke: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow .ql-picker-options .ql-picker-item:hover .ql-fill {
  fill: #ec1c38;
}
.conversation-input .ql-toolbar.ql-snow button {
  height: 36px;
  width: 36px;
  border-radius: 8px;
}
.conversation-input .ql-toolbar.ql-snow button svg {
  float: none;
  height: 20px;
}
.conversation-input .ql-toolbar.ql-snow button.ql-active,
.conversation-input .ql-toolbar.ql-snow button:hover {
  background-color: #FCE4E8;
}
.conversation-input .ql-toolbar.ql-snow button.ql-active .ql-stroke,
.conversation-input .ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: #ec1c38 !important;
}
.conversation-input .ql-toolbar.ql-snow button.ql-active .ql-fill,
.conversation-input .ql-toolbar.ql-snow button:hover .ql-fill {
  fill: #ec1c38 !important;
}
.chat-bubble-content > span[data-message] blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.chat-bubble-content > span[data-message] pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.chat-bubble-content > span[data-message] code,
.chat-bubble-content > span[data-message] pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.chat-bubble-content > span[data-message] ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
  list-style-type: none;
}
.chat-bubble-content > span[data-message] ol li::before {
  content: counter(list-num, decimal) '. ';
}
.chat-bubble-content > span[data-message] ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.chat-bubble-content > span[data-message] ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.chat-bubble-content > span[data-message] ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.chat-bubble-content > span[data-message] ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.chat-bubble-content > span[data-message] li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.chat-bubble-content > span[data-message] ul > li {
  list-style: none;
  padding-left: 1.5em;
}
.chat-bubble-content > span[data-message] ul > li::before {
  content: '\25CF';
}
.chat-bubble-content > span[data-message] .ql-align-right {
  text-align: right;
}
.chat-bubble-content > span[data-message] .ql-align-center {
  text-align: center;
}
.chat-bubble-content > span[data-message] .ql-align-justify {
  text-align: justify;
}
.chat-bubble-content > span[data-message] h1 {
  font-size: 2em;
}
.chat-bubble-content > span[data-message] h2 {
  font-size: 1.5em;
}
.chat-bubble-content > span[data-message] h3 {
  font-size: 1.17em;
}
.chat-bubble-content > span[data-message] h4 {
  font-size: 1em;
}
.chat-bubble-content > span[data-message] h5 {
  font-size: 0.83em;
}
.chat-bubble-content > span[data-message] h6 {
  font-size: 0.67em;
}
.chat-bubble-content .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: calc(3em + (0 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-1 {
  counter-increment: list-1 !important;
}
.chat-bubble-content .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: calc(3em + (1 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-2 {
  counter-increment: list-2 !important;
}
.chat-bubble-content .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: calc(3em + (2 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-3 {
  counter-increment: list-3 !important;
}
.chat-bubble-content .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: calc(3em + (3 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-4 {
  counter-increment: list-4 !important;
}
.chat-bubble-content .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: calc(3em + (4 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-5 {
  counter-increment: list-5 !important;
}
.chat-bubble-content .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: calc(3em + (5 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-6 {
  counter-increment: list-6 !important;
}
.chat-bubble-content .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: calc(3em + (6 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-7 {
  counter-increment: list-7 !important;
}
.chat-bubble-content .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: calc(3em + (7 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-8 {
  counter-increment: list-8 !important;
}
.chat-bubble-content .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: calc(3em + (8 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-9 {
  counter-increment: list-9 !important;
}
.chat-bubble-content .ql-indent-10:not(.ql-direction-rtl) {
  padding-left: calc(3em + (9 * 1.5em));
}
.chat-bubble-content ol li.ql-indent-10 {
  counter-increment: list-10 !important;
}
.chat-bubble-content span ol li.ql-indent-12:before {
  content: counter(list-12, decimal) '. ';
}
.chat-bubble-content span ol li.ql-indent-11:before {
  content: counter(list-11, decimal) '. ';
}
.chat-bubble-content span ol li.ql-indent-10:before {
  content: counter(list-10, lower-roman) '. ';
}
.chat-bubble-content span ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.chat-bubble-content span ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.chat-bubble-content span ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.chat-bubble-content span ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.chat-bubble-content span ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.chat-bubble-content span ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.chat-bubble-content span ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.chat-bubble-content span ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.chat-bubble-content span ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.step-navigation {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 12px;
  --bs-nav-link-color: #686a72;
  --bs-nav-link-hover-color: #686a72;
  --bs-nav-link-disabled-color: #6c757d;
  --bs-nav-link-font-size: 15px;
}
@media (min-width: 992px) {
  .step-navigation {
    flex-wrap: nowrap;
  }
}
.step-navigation b {
  color: #0a0000;
  text-transform: uppercase;
}
.step-navigation li {
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .step-navigation li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .step-navigation li {
    width: 100%;
  }
}
.step-navigation .nav-link {
  position: relative;
}
.step-navigation .nav-link::after,
.step-navigation .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.step-navigation .nav-link::after {
  border-bottom: solid 1px #ec1c38;
  right: 6px;
  left: 26px;
}
.step-navigation .nav-link::before {
  width: 20px;
  height: 20px;
  border: solid 1px #ec1c38;
  background-color: transparent;
  border-radius: 50%;
  bottom: -10px;
}
.step-navigation .nav-link.active::after,
.step-navigation .nav-link.completed::after,
.step-navigation .nav-link.active::before,
.step-navigation .nav-link.completed::before {
  opacity: 1;
}
.step-navigation .nav-link.active::after {
  border-bottom-style: dashed;
}
.step-navigation .nav-link.completed::before {
  background-color: #ec1c38;
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 18px;
  content: "\ec36";
}
.scan-to-download {
  border-radius: 0px 20px 20px 0px;
  max-width: 327px;
  flex-shrink: 0;
}
.mobile-frame-banner .section-iphone-bg {
  position: absolute;
  width: 691px;
  height: 691px;
  object-fit: cover;
  object-position: center center;
  left: 50%;
  top: 0;
  transform: translate(-691px, 0);
}
@media screen and (max-width: 1199px) {
  .mobile-frame-banner .section-iphone-bg .section-iphone-bg {
    transform: translate(-609px, 0);
  }
}
@media screen and (max-width: 991px) {
  .mobile-frame-banner .section-iphone-bg .section-iphone-bg {
    transform: translate(-80%, 0);
  }
}
@media screen and (max-width: 767px) {
  .mobile-frame-banner .section-iphone-bg .section-iphone-bg {
    transform: translate(-50%, 0);
  }
}
.mobile-frame-banner .mobile-frame {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
.mobile-frame-banner .mobile-frame .iphone-container {
  position: absolute;
  left: 13%;
  top: 5%;
  bottom: 5%;
  right: 13%;
  border-radius: 20px;
  z-index: 1;
}
.mobile-frame-banner .mobile-frame .iphone-container img {
  width: 100%;
}
.mobile-frame-banner .mobile-frame .iphone-frame-img {
  z-index: 2;
  position: relative;
  height: auto;
  width: 100%;
}
.mobile-frame-banner .mobile-frame.mobile-iphone-14-pro {
  max-width: 320px;
}
.mobile-frame-banner .mobile-frame.mobile-iphone-14-pro .iphone-container {
  left: 4%;
  top: 1%;
  bottom: 2%;
  right: 4%;
}
.mobile-frame-banner .mobile-frame.mobile-iphone-14-pro .carousel-inner {
  border-radius: 5%;
}
.mobile-frame-banner.video-testimonial {
  position: relative;
  z-index: 0;
  background: no-repeat right top;
  background-size: auto 100%;
}
.api-doc-content h2 {
  color: #686a72;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: solid 1px #D0D0D250;
}
.api-doc-content h2:not(:first-child) {
  margin-top: 48px;
}
.api-doc-content h3 {
  color: #686a72;
  font-size: 18px;
  padding-bottom: 16px;
  padding-top: 12px;
  margin-bottom: 6px;
}
.api-doc-content .article-section {
  margin-bottom: 48px;
}
.job-time-countdown {
  display: flex;
  align-items: center;
  color: #f39c12;
  border: solid 1px #f39c12;
  background-color: rgba(243, 156, 18, 0.12);
  padding: 2px 12px 2px 16px;
}
.job-time-countdown .cols-times {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.job-time-countdown .time-count {
  background-color: rgba(243, 156, 18, 0.12);
  padding: 0;
  width: 35px;
  text-align: center;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.job-time-countdown.time-complated {
  background-color: #ec1c38;
  color: #FFF;
  border-color: #ec1c38;
}
.job-time-countdown.time-complated .time-count {
  background-color: #ffffff;
  color: #ec1c38;
}
