@font-face {
  font-family: "Test Untitled Sans";
  src: url(../font/test-untitled-sans-bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Test Untitled Sans";
  src: url(../font/test-untitled-sans-black.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Test Untitled Sans";
  src: url(../font/test-untitled-sans-medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Test Untitled Sans";
  src: url(../font/test-untitled-sans-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Test Untitled Sans";
  src: url(../font/test-untitled-sans-light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
.btn.commonBtn {
  position: relative;
}
.btn.commonBtn.bgLinear::before {
  background: linear-gradient(97deg, #8A0CE1 0.11%, #5E0C9E 50%, #320064 99.89%);
}
.btn.commonBtn::before, .btn.commonBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.btn.commonBtn::before {
  width: 100%;
}
.btn.commonBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.commonBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.commonBtn p, .btn.commonBtn span {
  font-family: Inter;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  position: relative;
}
.btn.themeBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  gap: 25px;
  padding: 0px 15px 0px 20px;
}
@media (min-width: 768px) {
  .btn.themeBtn {
    height: 58px;
    gap: 42px;
    padding: 0px 19px 0px 24px;
  }
}
@media (min-width: 992px) {
  .btn.themeBtn {
    height: 60px;
    gap: 45px;
    padding: 0px 20px 0px 26px;
  }
}
@media (min-width: 1200px) {
  .btn.themeBtn {
    height: 62px;
    gap: 48px;
    padding: 0px 22px 0px 28px;
  }
}
@media (min-width: 1360px) {
  .btn.themeBtn {
    height: 66px;
    gap: 50px;
    padding: 0px 24px 0px 29px;
  }
}
@media (min-width: 1440px) {
  .btn.themeBtn {
    height: 69px;
    gap: 54px;
    padding: 0px 26px 0px 31px;
  }
}
@media (min-width: 1600px) {
  .btn.themeBtn {
    height: 71px;
    gap: 58px;
    padding: 0px 29px 0px 33px;
  }
}
@media (min-width: 1900px) {
  .btn.themeBtn {
    height: 73px;
    gap: 60px;
    padding: 0px 30.5px 0px 35px;
  }
}
.btn.themeBtn svg {
  transform: translateX(0px);
  transition: 0.5s ease all;
}
.btn.themeBtn::before, .btn.themeBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn.themeBtn::before {
  width: 100%;
  background: linear-gradient(97deg, #8B0CE0 0.11%, #5E0C9E 50.5%, #340067 99.89%);
}
.btn.themeBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover svg {
  transform: translateX(-15px);
  transition: 0.5s ease all;
}
.btn svg {
  height: auto;
  width: 20px;
}
@media (min-width: 768px) {
  .btn svg {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .btn svg {
    width: 18px;
  }
}
@media (min-width: 1360px) {
  .btn svg {
    width: 19px;
  }
}
@media (min-width: 1600px) {
  .btn svg {
    width: 20px;
  }
}

.btn-normal {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #423C71;
  position: relative;
}
.btn-normal::after {
  width: 100%;
  height: 1px;
  background-color: #423C71;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::after {
    bottom: 5px;
  }
}
.btn-normal::before {
  z-index: 1;
  transition: 0.5s ease all;
  width: 0%;
  height: 1px;
  background-color: #FF9D00;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::before {
    bottom: 5px;
  }
}
.btn-normal:hover::before {
  width: 100%;
  transition: 0.5s ease all;
}

h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  line-height: normal;
}

h1,
.h1,
h1 strong {
  line-height: 100%;
  font-size: 22px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h1 strong {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  h1 strong {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  h1 strong {
    font-size: 30px;
  }
}
@media (min-width: 1360px) {
  h1,
  .h1,
  h1 strong {
    font-size: 33px;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1,
  h1 strong {
    font-size: 46px;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1,
  h1 strong {
    font-size: 52px;
  }
}
@media (min-width: 1900px) {
  h1,
  .h1,
  h1 strong {
    font-size: 56px;
  }
}

h2,
.h2,
h2 span,
.h2 span,
h2 strong {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 35px;
  }
}
@media (min-width: 1080px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 45px;
  }
}
@media (min-width: 1360px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 58px;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 60px;
  }
}
@media (min-width: 1900px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 64px;
  }
}

h3,
.h3 {
  font-size: 16px;
  line-height: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 16px;
  line-height: 100%;
  font-size: 16px;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 23px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  p {
    line-height: 160%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Test Untitled Sans", sans-serif;
  font-size: 13px;
  line-height: normal;
}
@media (min-width: 768px) {
  * {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  * {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  transition: 0.5s ease all;
  color: #5F6368;
}

.container-cta {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
@media (min-width: 992px) {
  .container-cta {
    max-width: 82.636%;
  }
}

.container-ctn {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 82.636%;
  }
}
ul {
  padding: 0;
  margin: 0;
}

button {
  height: -moz-fit-content;
  height: fit-content;
  background: unset;
  border: unset;
}

h1,
h2,
h3,
h4 {
  white-space: pre-line;
}

a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .commonPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.position, .qb-hero::after, .btn-theme::after, .btn-theme::before, label.error::after, .slick-navigation > div::after, .btn.commonBtn::before, .btn.commonBtn::after, .btn.themeBtn::before, .btn.themeBtn::after, .btn-normal::after, .btn-normal::before {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
  transform: translateY(0%);
  align-items: self-end;
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.slick-navigation {
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 575px) {
  .slick-navigation {
    justify-content: space-between;
    width: 120px;
  }
}
.slick-navigation > div {
  position: relative;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  .slick-navigation > div {
    border: 1px solid #FFF;
  }
  .slick-navigation > div path {
    stroke: #fff;
  }
}
@media (min-width: 576px) {
  .slick-navigation > div {
    background: #202124;
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 9px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 10px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-navigation > div {
    border-radius: 11px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .slick-navigation > div {
    border-radius: 12px;
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .slick-navigation > div {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .slick-navigation > div {
    width: 56px;
    height: 56px;
  }
}
.slick-navigation > div svg {
  height: auto;
  width: 37.52%;
}
@media (min-width: 768px) {
  .slick-navigation > div svg {
    width: 37.52%;
  }
}
.slick-navigation > div::after {
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}
.slick-navigation > div:hover path {
  stroke: #000;
}
.slick-navigation > div:hover::after {
  opacity: 1;
  transition: 0.5s ease all;
  width: 100%;
}
.slick-navigation > div + div::after {
  left: 0;
  right: unset;
}
.slick-navigation svg {
  position: relative;
  z-index: 1;
}

.slick-nav-center {
  gap: 32px;
}
@media (min-width: 576px) {
  .slick-nav-center {
    display: none !important;
  }
}
.slick-nav-center div {
  overflow: hidden;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #FFF;
}

.slick-dots,
.result-dots {
  display: flex;
  justify-content: center;
  bottom: 0;
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 10px;
}
.slick-dots li,
.result-dots li {
  margin: 0;
  display: flex;
  width: auto;
  justify-content: center;
}
.slick-dots li button,
.result-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #c1c1c1;
}
.slick-dots li button::before,
.result-dots li button::before {
  font-size: 0;
  width: auto;
}
.slick-dots li.slick-active button,
.result-dots li.slick-active button {
  border-radius: 80px;
  width: 51px;
  transition: 0.4s ease all;
  background: linear-gradient(90deg, #A31E44 0%, #443B70 100%);
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100% !important;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #423C71;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #423C71;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0;
  /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.list ul li {
  position: relative;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .list ul li {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .list ul li {
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .list ul li {
    padding-left: 26px;
  }
}
@media (min-width: 1360px) {
  .list ul li {
    padding-left: 28px;
  }
}
@media (min-width: 1440px) {
  .list ul li {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .list ul li {
    padding-left: 35px;
  }
}
@media (min-width: 1900px) {
  .list ul li {
    padding-left: 45px;
  }
}
.list ul li::before {
  content: "";
  font-weight: 600;
  background: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.75" cy="6.75" r="6" fill="%23DD1F26"/><path d="M5.64432 8.78205L5.64494 8.78136L3.97746 6.91229C3.92117 6.84705 3.88999 6.75965 3.89063 6.66889C3.89128 6.57814 3.9237 6.4913 3.98091 6.42708C4.03813 6.36286 4.11555 6.3264 4.19652 6.32554C4.27748 6.32469 4.35551 6.35952 4.41379 6.42252L6.08127 8.29194L9.35663 4.62129C9.38512 4.58823 9.41919 4.56187 9.45686 4.54373C9.49454 4.52559 9.53506 4.51604 9.57606 4.51564C9.61706 4.51524 9.65772 4.524 9.69567 4.5414C9.73362 4.5588 9.7681 4.5845 9.79709 4.617C9.82608 4.6495 9.84901 4.68815 9.86454 4.73068C9.88007 4.77322 9.88788 4.8188 9.88752 4.86476C9.88717 4.91072 9.87865 4.95613 9.86246 4.99836C9.84628 5.04059 9.82276 5.07878 9.79326 5.11071L6.29927 9.02676C6.24137 9.09165 6.16284 9.1281 6.08096 9.1281C5.99908 9.1281 5.92055 9.09165 5.86264 9.02676L5.64432 8.78205Z" fill="white"/></svg>');
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .list ul li::before {
    top: 9px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .list ul li::before {
    width: 16px;
    height: 16px;
    top: 11px;
  }
}
@media (min-width: 1440px) {
  .list ul li::before {
    width: 18px;
    height: 18px;
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 20px;
    height: 20px;
    top: 10.5px;
  }
}
.list ul li + li {
  margin-top: 10px;
}
.list.list-details li::before {
  top: 0;
}
@media (min-width: 992px) {
  .list.list-details li::before {
    top: 3px;
  }
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  font-size: 10px;
  position: absolute;
  font-weight: 600;
  bottom: -16px;
  left: 0;
  line-height: normal;
  background: #fff;
  width: 100%;
  padding: 0px 8px;
  left: 50%;
  transform: translateX(-50%);
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 64px;
}
@media (min-width: 1440px) {
  .iti--allow-dropdown input[type=tel] {
    padding-left: 71px;
  }
}

.iti__country-list {
  z-index: 9;
  color: #000;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
  border: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1.25 1.5L5 5.25L8.75 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: unset;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 90%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
select:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.file-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #4285F4;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #007bff;
  text-decoration: none;
}

.file-label:hover {
  background-color: #4285F4;
}
.file-label:hover span {
  color: white;
}

.file-input {
  display: none;
}

.file-info {
  font-size: 0.9em;
  color: #555;
}

.file-name {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
  word-wrap: break-word;
}

.file-icon {
  margin-right: 10px;
}

.file-cta {
  display: flex;
  align-items: center;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smooth transition */
}

/* Class to change opacity to 1 */
.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

.custom-radio {
  display: inline-block;
  cursor: pointer;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio input[type=radio]:checked + .radio-content {
  border-color: #007bff;
}

.tabb-content {
  display: none;
}

.tabb-content.active {
  display: block;
}

.w700 {
  font-weight: 700;
}

input.error,
textarea.error {
  border: 1px solid #FF4040 !important;
}

label.error {
  color: #FF4040 !important;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
label.error::after {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.33333 8C1.33333 4.3181 4.3181 1.33333 8 1.33333C11.6819 1.33333 14.6667 4.3181 14.6667 8C14.6667 11.6819 11.6819 14.6667 8 14.6667C4.3181 14.6667 1.33333 11.6819 1.33333 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM5.74485 5.74477C5.96282 5.52681 6.31621 5.52681 6.53418 5.74477L7.99999 7.21058L9.46578 5.74479C9.68375 5.52682 10.0371 5.52682 10.2551 5.74479C10.4731 5.96276 10.4731 6.31615 10.2551 6.53412L8.78932 7.99991L10.2551 9.46569C10.4731 9.68366 10.4731 10.0371 10.2551 10.255C10.0371 10.473 9.68373 10.473 9.46576 10.255L7.99999 8.78924L6.53419 10.255C6.31623 10.473 5.96283 10.473 5.74487 10.255C5.5269 10.0371 5.5269 9.68367 5.74487 9.4657L7.21066 7.99991L5.74485 6.5341C5.52688 6.31613 5.52688 5.96274 5.74485 5.74477Z" fill="%23FF4040"/></svg>');
  background-size: cover;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.gap-sm-5 {
  gap: 10px;
}

@media (min-width: 992px) {
  .gap-6-md {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .gap-9-lg {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .gap-10-xl {
    gap: 10px;
  }
}
/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.custom-checkbox {
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: relative;
  background-color: transparent;
  border: 1px solid #CFCFD2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  /* Add this for rounded corners */
  height: 17px;
  width: 17px;
}
@media (min-width: 992px) {
  .custom-checkbox .checkmark {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .custom-checkbox .checkmark {
    margin-right: 9px;
    height: 19px;
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .custom-checkbox .checkmark {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox .checkmark {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
  }
}

.custom-checkbox input:checked ~ .checkmark::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 18px;
  border: solid #00C2AE;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: -6px;
  right: 0px;
}
@media (min-width: 1440px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 9px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 11px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 13px;
    height: 22px;
  }
}

.hidden {
  display: none;
}

.show {
  display: block;
}

/* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161B22;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader Content */
.loader-content {
  text-align: center;
}

.spinner {
  height: 42.03px;
  margin-bottom: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Text */
.loader-content p {
  background: linear-gradient(90deg, #3412E0 0%, #7928E5 47.91%, #07B4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  line-height: normal;
  font-size: 19px;
  font-weight: 900;
  color: #007acc;
  /* Same blue as spinner */
}
@media (max-width: 575px) {
  .loader-content p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .loader-content p {
    font-size: 19px;
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .loader-content p {
    font-size: 20px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .loader-content p {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .loader-content p {
    font-size: 24px;
    margin-bottom: 72px;
  }
}
.loader-content span {
  font-size: 16.898px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .loader-content span {
    font-size: 16.898px;
  }
}
@media (min-width: 992px) {
  .loader-content span {
    font-size: 18.898px;
  }
}
@media (min-width: 1200px) {
  .loader-content span {
    font-size: 21.898px;
  }
}
@media (min-width: 1440px) {
  .loader-content span {
    font-size: 22.898px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.dropdown-menu {
  width: 100%;
  margin: auto !important;
  background: unset;
}
.dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}
.dropDown {
  border-radius: 8px;
  background: #4285F4;
  font-size: 16px;
  line-height: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 8px;
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #979A9C;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  padding: 4px 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

.slick-track {
  margin-left: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: none;
}

.fancybox-navigation .fancybox-button div {
  background: rgb(255, 255, 255);
}

.fancybox-container {
  z-index: 100000000000000000;
}

.fancybox-button {
  background: rgb(255, 255, 255);
}

.p-26 {
  font-weight: 400;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  line-height: 138.462%;
}
@media (min-width: 768px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .p-26 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .p-26 {
    font-size: 17px;
  }
}
@media (min-width: 1360px) {
  .p-26 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .p-26 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .p-26 {
    font-size: 26px;
  }
}

.btn-theme {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
  padding: 11px 16.5px;
  height: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-theme {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .btn-theme {
    padding: 13px 27.5px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .btn-theme {
    padding: 14px 28.5px;
    height: 36px;
  }
}
@media (min-width: 1280px) {
  .btn-theme {
    padding: 15px 29.5px;
    height: 40px;
  }
}
@media (min-width: 1350px) {
  .btn-theme {
    padding: 0px 30.5px;
    height: 42px;
  }
}
@media (min-width: 1440px) {
  .btn-theme {
    padding: 0px 31.5px;
    height: 46px;
  }
}
@media (min-width: 1600px) {
  .btn-theme {
    padding: 0px 32.5px;
    height: 52px;
  }
}
@media (min-width: 1900px) {
  .btn-theme {
    height: 58px;
    padding: 0px 33.5px;
  }
}
.btn-theme::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.btn-theme::after {
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  left: 0;
  background: linear-gradient(90deg, #A61C41 100%, #423C71 100%);
  transition: 0.5s ease all;
}
.btn-theme:hover::after {
  height: 100%;
  transition: 0.5s ease all;
}
.btn-theme.btnDark {
  border: 1px solid #FFF;
  gap: 10px;
}
.btn-theme.btnDark::before {
  background: #000;
}
.btn-theme.btnDark::after {
  background: #fff;
}
.btn-theme.btnDark:hover {
  color: #000;
  transition: 0.6s ease all;
}
.btn-theme.btnDark:hover svg {
  filter: invert(1);
  transition: 0.6s ease all;
}
.btn-theme.btnDark:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}
.btn-theme.btnTrans {
  border: 1px solid #FFF;
  gap: 10px;
}
.btn-theme.btnTrans::before {
  background: transparent;
}
.btn-theme.btnTrans::after {
  background: #fff;
}
.btn-theme.btnTrans:hover {
  color: #000;
  transition: 0.6s ease all;
  background: #fff;
}
.btn-theme.btnTrans:hover span {
  color: #000;
  transition: 0.6s ease all;
}
.btn-theme.btnTrans:hover svg {
  filter: invert(1);
  transition: 0.6s ease all;
}
.btn-theme.btnTrans:hover::after {
  width: 100%;
  transition: 0.5s ease all;
}

.theme-btn {
  line-height: normal;
  color: #FFF;
  border-radius: 5px;
  background: #2C2C2C;
  padding: clamp(10px, 1.0416vw, 20px) clamp(11px, 1.5625vw, 25px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.2s ease;
}
.theme-btn:hover {
  transform: translateY(-2px);
  background: #3d3d3d;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.theme-btn:active {
  transform: translateY(0);
  transition-duration: 0.12s;
}
.theme-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}

.slick-nav {
  justify-content: space-between;
  margin-left: auto;
  position: absolute;
  right: 10px;
  z-index: 999;
  width: 110px;
}
@media (min-width: 768px) {
  .slick-nav {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .slick-nav {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .slick-nav {
    width: 139px;
  }
}
@media (min-width: 1600px) {
  .slick-nav {
    width: 170px;
  }
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 195px;
  }
}
.slick-nav div {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .slick-nav div {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1280px) {
  .slick-nav div {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div {
    width: 90px;
    height: 90px;
  }
}
.slick-nav div svg {
  height: auto;
  width: 15px;
}
@media (min-width: 576px) {
  .slick-nav div svg {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .slick-nav div svg {
    width: 17px;
  }
}
@media (min-width: 992px) {
  .slick-nav div svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div svg {
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div svg {
    width: 20.475px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div svg {
    width: 25px;
  }
}

.head {
  margin-bottom: clamp(25px, 2.4479vw, 47px);
}
.head span {
  text-transform: uppercase;
  color: #888690;
}
.head h2 {
  font-weight: 500;
  color: #fff;
  width: 95.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .head h2 {
    width: 90.5%;
  }
}
@media (min-width: 992px) {
  .head h2 {
    width: 45.5%;
  }
}
.head p {
  color: #BFBFBF;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media (min-width: 768px) {
  .head p {
    width: 50.15%;
  }
}
@media (min-width: 1200px) {
  .head p {
    width: 45.15%;
  }
}
@media (min-width: 1600px) {
  .head p {
    width: 37.217%;
  }
}

.modal-backdrop.show {
  opacity: 1;
  background: rgba(25, 33, 60, 0.53);
}

.tabs-dropdown {
  text-align: center;
}
.tabs-dropdown select {
  border: 1px solid #fff;
  width: 300px;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  height: 40px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 90%;
}

.popup-overlay {
  position: fixed;
  z-index: 10000000000000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-box {
  max-width: 90%;
  border-radius: 31px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 70.1px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 0px 16px 26px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .popup-box {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .popup-box {
    max-width: 531px;
    padding: 0px 46px 38px 46px;
  }
}
.popup-box button#popupClose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #e91c34;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0px 0px 20px -1px #777373;
}
@media (min-width: 992px) {
  .popup-box button#popupClose {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
.popup-box button#popupClose:hover {
  background-color: #423C71;
}
.popup-box img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}
.popup-box .discount {
  color: #4285F4;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.33px;
  font-size: 100px;
}
.popup-box .offer {
  color: #111D15;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.33px;
  margin-bottom: 15px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .popup-box .offer {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .popup-box .offer {
    font-size: 50px;
  }
}
.popup-box .cta {
  color: #111D15;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.33px;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .popup-box .cta {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .popup-box .cta {
    font-size: 24px;
  }
}
.popup-box > svg {
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media (min-width: 992px) {
  .popup-box > svg {
    bottom: -46px;
  }
}
.popup-box .whatsapp svg {
  transform: scale(1);
  transition: 0.5s ease all;
}
.popup-box .whatsapp:hover svg {
  transform: scale(0.8);
  transition: 0.5s ease all;
}
.popup-box span {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: absolute;
  left: 10px;
  bottom: 22%;
}

.mt-50 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-50 {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .mt-50 {
    margin-top: 38px;
  }
}
@media (min-width: 1350px) {
  .mt-50 {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .mt-50 {
    margin-top: 45px;
  }
}
@media (min-width: 1900px) {
  .mt-50 {
    margin-top: 50px;
  }
}

strong {
  font-weight: 600;
}

h2 strong {
  display: block;
}

.btn-wrap {
  z-index: 1;
  position: relative;
  margin-top: 15px;
  gap: 10px;
}
@media (max-width: 575px) {
  .btn-wrap a {
    width: 228px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .btn-wrap {
    margin-top: 38px;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .btn-wrap {
    margin-top: 41px;
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .btn-wrap {
    margin-top: 43px;
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .btn-wrap {
    margin-top: 45px;
    gap: 12px;
  }
}
@media (min-width: 1350px) {
  .btn-wrap {
    margin-top: 47px;
    gap: 13px;
  }
}
@media (min-width: 1440px) {
  .btn-wrap {
    margin-top: 49px;
    gap: 14px;
  }
}
@media (min-width: 1600px) {
  .btn-wrap {
    margin-top: 51px;
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .btn-wrap {
    margin-top: 53px;
    gap: 16px;
  }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* moves up */
  }
  100% {
    transform: translateY(0);
    /* back to original */
  }
}
.iti__country-list span {
  font-size: 13px;
}
@media (max-width: 575px) {
  .iti__country-list {
    width: 280px !important;
  }
}
.btn-primary-custom {
  color: #FFF;
  background: #4285F4;
  font-weight: 600;
  border-radius: 100px;
  font-size: 14px;
  padding: clamp(10px, 1.2vw, 15px) clamp(16px, 2vw, 24px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 14px 0 rgba(66, 133, 244, 0.39);
}
.btn-primary-custom:hover {
  background: rgb(41.9025, 117.445, 242.5975);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, 0.23);
  color: #fff;
}
.btn-primary-custom:active {
  transform: translateY(0);
}
.btn-primary-custom.green {
  background: #289D47;
  box-shadow: 0 4px 14px 0 rgba(40, 157, 71, 0.39);
}
.btn-primary-custom.green:hover {
  background: rgb(34.8223350254, 136.6776649746, 61.8096446701);
  box-shadow: 0 6px 20px rgba(40, 157, 71, 0.23);
}

.btn-outline-custom {
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  color: #494D53;
  font-weight: 600;
  font-size: 14px;
  padding: clamp(10px, 1.2vw, 15px) clamp(16px, 2vw, 24px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-outline-custom:hover {
  background: #F8F9FA;
  border-color: #DADCE0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #000;
}
.btn-outline-custom:active {
  transform: translateY(0);
}

header.site-header {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  padding: clamp(20px, 2.09vw, 40px) 0px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
}
header.site-header.is-scrolled nav a {
  color: #000;
}
@media (min-width: 992px) {
  header.site-header picture {
    width: 15.76%;
  }
}
header.site-header nav {
  display: flex;
  padding-right: 134px;
}
header.site-header nav ul {
  gap: 15px;
}
@media (min-width: 992px) {
  header.site-header nav ul {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  header.site-header nav ul {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  header.site-header nav ul {
    gap: 33px;
  }
}
@media (min-width: 1350px) {
  header.site-header nav ul {
    gap: 35px;
  }
}
@media (min-width: 1440px) {
  header.site-header nav ul {
    gap: 40px;
  }
}
@media (min-width: 1600px) {
  header.site-header nav ul {
    gap: 55px;
  }
}
@media (min-width: 1900px) {
  header.site-header nav ul {
    gap: 64px;
  }
}
header.site-header nav ul a {
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease, opacity 0.2s ease;
}
header.site-header nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 77, 109, 0.9), rgba(160, 80, 255, 0.85));
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0.9;
  transition: transform 0.28s cubic-bezier(0.34, 1.3, 0.64, 1);
  pointer-events: none;
}
header.site-header nav ul a:hover {
  opacity: 0.95;
  color: #fff;
}
header.site-header nav ul a:hover::after {
  transform: scaleX(1);
}
header.site-header nav ul a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
  border-radius: 2px;
}
header.site-header nav a {
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  padding-top: 14px;
  padding-bottom: 22px;
}
@media (min-width: 576px) {
  .copyright {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .copyright {
    padding-top: 18px;
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .copyright {
    padding-top: 22px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .copyright {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1350px) {
  .copyright {
    padding-top: 26px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1440px) {
  .copyright {
    padding-top: 28px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1600px) {
  .copyright {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}
@media (min-width: 1900px) {
  .copyright {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.copyright ul {
  gap: 10px;
}
@media (min-width: 1200px) {
  .copyright ul {
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .copyright ul {
    gap: 14px;
  }
}
@media (min-width: 1350px) {
  .copyright ul {
    gap: 16px;
  }
}
@media (min-width: 1440px) {
  .copyright ul {
    gap: 17px;
  }
}
@media (min-width: 1600px) {
  .copyright ul {
    gap: 19px;
  }
}
@media (min-width: 1900px) {
  .copyright ul {
    gap: 21px;
  }
}
.copyright p {
  font-weight: 500;
}
@media (max-width: 575px) {
  .copyright p {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

.branches {
  width: 100%;
}
@media (min-width: 1200px) {
  .branches {
    width: 72.852%;
  }
}
@media (min-width: 1440px) {
  .branches {
    width: 73.852%;
  }
}
@media (min-width: 1900px) {
  .branches {
    width: 70.852%;
  }
}
.branches > .d-flex {
  width: 100%;
}
@media (max-width: 767px) {
  .branches > .d-flex {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 27px;
  }
}
@media (min-width: 1280px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 31px;
  }
}
@media (min-width: 1350px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 39px;
  }
}
@media (min-width: 1600px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 43px;
  }
}
@media (min-width: 1900px) {
  .branches > .d-flex:first-child > div {
    padding-bottom: 47px;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex + div {
    border-top: 1px solid #2C2C2C;
  }
}
@media (min-width: 768px) {
  .branches > .d-flex + div > div {
    padding-top: 15.25px;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex + div > div {
    padding-top: 17.25px;
  }
}
@media (min-width: 1200px) {
  .branches > .d-flex + div > div {
    padding-top: 19.25px;
  }
}
@media (min-width: 1280px) {
  .branches > .d-flex + div > div {
    padding-top: 21.25px;
  }
}
@media (min-width: 1350px) {
  .branches > .d-flex + div > div {
    padding-top: 23.25px;
  }
}
@media (min-width: 1440px) {
  .branches > .d-flex + div > div {
    padding-top: 25.25px;
  }
}
@media (min-width: 1600px) {
  .branches > .d-flex + div > div {
    padding-top: 27.25px;
  }
}
@media (min-width: 1900px) {
  .branches > .d-flex + div > div {
    padding-top: 29.25px;
  }
}
.branches > .d-flex > div picture {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
@media (min-width: 1440px) {
  .branches > .d-flex > div picture {
    width: 30px;
    height: 30px;
  }
}
.branches > .d-flex > div picture img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .branches > .d-flex > div {
    width: 46%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 15.25px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 19.25px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 23.25px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 27.25px;
  }
}
@media (min-width: 992px) and (min-width: 1350px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 31.25px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 35.25px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 39.25px;
  }
}
@media (min-width: 992px) and (min-width: 1900px) {
  .branches > .d-flex > div:nth-child(1), .branches > .d-flex > div:nth-child(2) {
    padding-right: 43.25px;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex > div:nth-child(1) {
    border-right: 1px solid #2C2C2C;
    width: 32.27%;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex > div:nth-child(2) {
    width: 28.648%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 22px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 24px;
  }
}
@media (min-width: 992px) and (min-width: 1350px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 26px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 28px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1900px) {
  .branches > .d-flex > div:nth-child(2) {
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .branches > .d-flex > div:nth-child(3) {
    border-left: 1px solid #2C2C2C;
    width: 38.085%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 11.25px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 15.25px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 19.25px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 23.25px;
  }
}
@media (min-width: 992px) and (min-width: 1350px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 27.25px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 31.25px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 35.25px;
  }
}
@media (min-width: 992px) and (min-width: 1900px) {
  .branches > .d-flex > div:nth-child(3) {
    padding-left: 39.25px;
  }
}

.branch-card {
  gap: 8px;
}
.branch-card div {
  width: 100%;
}
@media (max-width: 991px) {
  .branch-card div {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .branch-card div {
    width: 80%;
  }
}
.branch-card p {
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .branch-card p {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .branch-card p {
    margin-bottom: 12px;
  }
}
@media (min-width: 1350px) {
  .branch-card p {
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .branch-card p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .branch-card p {
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .branch-card p {
    margin-bottom: 17px;
  }
}
.branch-card span {
  line-height: 111%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .branch-card span {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .branch-card span {
    font-size: 14px;
    white-space: pre-line;
  }
}
@media (min-width: 1350px) {
  .branch-card span {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .branch-card span {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .branch-card span {
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .branch-card span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .branch-card {
    padding: 15px 0px;
  }
}

.cta-footer {
  width: 100%;
}
@media (max-width: 1199px) {
  .cta-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 21px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cta-footer {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .cta-footer {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cta-footer {
    width: 22.636%;
  }
}
@media (min-width: 1280px) {
  .cta-footer {
    width: 19%;
  }
}
@media (min-width: 1200px) {
  .cta-footer .footer-text {
    margin-bottom: 29px;
  }
}
.cta-footer a {
  justify-content: center;
  padding-left: 0;
  padding-right: 0px;
  width: 67%;
}
@media (max-width: 575px) {
  .cta-footer a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .cta-footer a {
    width: 224px;
  }
}
@media (min-width: 992px) {
  .cta-footer a {
    width: 204px;
  }
}
@media (min-width: 1200px) {
  .cta-footer a {
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .cta-footer a + a {
    margin-top: 9px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .cta-footer a + a {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .cta-footer a + a {
    margin-top: 11px;
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  .cta-footer a + a {
    margin-top: 12px;
  }
}
@media (min-width: 1200px) and (min-width: 1350px) {
  .cta-footer a + a {
    margin-top: 13px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .cta-footer a + a {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .cta-footer a + a {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1900px) {
  .cta-footer a + a {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .w-100 .footer-text {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .w-100 .footer-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .w-100 .footer-text {
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .w-100 .footer-text {
    margin-bottom: 36px;
  }
}
@media (min-width: 1280px) {
  .w-100 .footer-text {
    margin-bottom: 39px;
  }
}
@media (min-width: 1350px) {
  .w-100 .footer-text {
    margin-bottom: 42px;
  }
}
@media (min-width: 1440px) {
  .w-100 .footer-text {
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .w-100 .footer-text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1900px) {
  .w-100 .footer-text {
    margin-bottom: 51px;
  }
}

footer {
  background: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  footer {
    margin-top: -117px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  footer {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-top: 41px;
  }
}
@media (min-width: 1280px) {
  footer {
    padding-top: 44px;
  }
}
@media (min-width: 1350px) {
  footer {
    padding-top: 47px;
  }
}
@media (min-width: 1440px) {
  footer {
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  footer {
    padding-top: 53px;
  }
}
@media (min-width: 1900px) {
  footer {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  footer > .container-ctn {
    padding-bottom: 76px;
  }
}
@media (min-width: 992px) {
  footer > .container-ctn {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  footer > .container-ctn {
    padding-bottom: 84px;
  }
}
@media (min-width: 1280px) {
  footer > .container-ctn {
    padding-bottom: 88px;
  }
}
@media (min-width: 1350px) {
  footer > .container-ctn {
    padding-bottom: 92px;
  }
}
@media (min-width: 1440px) {
  footer > .container-ctn {
    padding-bottom: 96px;
  }
}
@media (min-width: 1600px) {
  footer > .container-ctn {
    padding-bottom: 100px;
  }
}
@media (min-width: 1900px) {
  footer > .container-ctn {
    padding-bottom: 104px;
  }
}

.footer-text strong {
  font-weight: 700;
}

.footer-text,
.footer-text span,
.footer-text strong {
  font-size: 20px;
}
@media (min-width: 576px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 23px;
  }
}
@media (min-width: 1900px) {
  .footer-text,
  .footer-text span,
  .footer-text strong {
    font-size: 26px;
  }
}

.tagline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  padding-bottom: clamp(20px, 2.605vw, 50px);
  margin-bottom: clamp(20px, 2.605vw, 50px);
}

@keyframes arrowExitEnter {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  70% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 1.9%;
  top: 67%;
  z-index: 10000;
  gap: 10.53px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 14px 0px 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -12px 30px rgba(60, 64, 67, 0.16);
}
.bottomFixedMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4285F4 0%, #34A853 34%, #FBBC04 66%, #EA4335 100%);
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: currentColor;
  display: block;
  line-height: 12px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
  color: #4285F4;
}
.bottomFixedMenu li:first-child {
  color: #34A853;
}
.bottomFixedMenu li:last-child {
  color: #EA4335;
  border-right: 0;
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 6px 4px;
  border-radius: 10px;
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.bottomFixedMenu li a:hover,
.bottomFixedMenu li button:hover {
  transform: translateY(-2px);
}
.bottomFixedMenu li a:active,
.bottomFixedMenu li button:active {
  transform: translateY(0);
  transition-duration: 0.12s;
}
.bottomFixedMenu li svg,
.bottomFixedMenu li svg * {
  fill: currentColor;
  stroke: currentColor;
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1);
}
.bottomFixedMenu li a:hover svg,
.bottomFixedMenu li button:hover svg {
  transform: scale(1.08);
}

.bottomFixedMenu--dark {
  background: #09090b;
  box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.bottomFixedMenu--dark::before {
  height: 2px;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  opacity: 1;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.bottomFixedMenu--dark:hover::before {
  filter: brightness(1.12);
}
.bottomFixedMenu--dark span {
  color: #a1a1aa;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}
.bottomFixedMenu--dark li {
  border-right-color: rgba(255, 255, 255, 0.1);
  color: #f4f4f5;
}
.bottomFixedMenu--dark li:first-child, .bottomFixedMenu--dark li:last-child {
  color: #f4f4f5;
}
.bottomFixedMenu--dark li a,
.bottomFixedMenu--dark li button {
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.bottomFixedMenu--dark li a:hover,
.bottomFixedMenu--dark li button:hover {
  background: rgba(255, 255, 255, 0.06);
}
.bottomFixedMenu--dark li a:hover span,
.bottomFixedMenu--dark li button:hover span {
  color: #fff;
}
.bottomFixedMenu--dark li a:active,
.bottomFixedMenu--dark li button:active {
  opacity: 0.85;
}

.inner-banner .container-ctn {
  position: absolute;
  bottom: 8.915%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.inner-banner .container-ctn h1 {
  text-transform: uppercase;
  line-height: 115%;
  color: #fff;
  font-size: 39px;
}
@media (min-width: 992px) {
  .inner-banner .container-ctn h1 {
    font-size: 39px;
  }
}
@media (min-width: 1200px) {
  .inner-banner .container-ctn h1 {
    font-size: 43px;
  }
}
@media (min-width: 1440px) {
  .inner-banner .container-ctn h1 {
    font-size: 47px;
  }
}
@media (min-width: 1600px) {
  .inner-banner .container-ctn h1 {
    font-size: 51px;
  }
}
@media (min-width: 1900px) {
  .inner-banner .container-ctn h1 {
    font-size: 55px;
  }
}
.inner-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}
@media (min-width: 768px) {
  .inner-banner img {
    height: auto;
  }
}

body.qb-page {
  background: #fff;
  color: #151515;
}

html.qb-page {
  scroll-behavior: smooth;
}

.qb-page {
  --qb-green: #2CA01C;
  --qb-line: #d5e1ed;
  --qb-soft: #F1FAFF;
  --qb-ink: #121212;
}
.qb-page h1,
.qb-page h2,
.qb-page h3 {
  color: var(--qb-ink);
  white-space: normal;
}

.qb-header.site-header {
  padding: 28px 0;
}
.qb-header.site-header.is-scrolled {
  padding: 18px 0;
}
.qb-header.site-header .container-ctn {
  max-width: min(82.636%, 1580px);
}

.qb-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.qb-header__brand {
  flex: 0 0 min(250px, 24vw);
}
.qb-header__brand img {
  width: 100%;
  height: auto;
  filter: blur(6px);
}
.qb-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 72px);
  margin-left: auto;
  width: auto;
}
.qb-header__nav a {
  color: #fff;
  text-decoration: none;
}
.qb-header__cta {
  flex: 0 0 auto;
}
.qb-header__menu {
  width: 54px;
  display: grid;
  gap: 7px;
  padding: 10px 0;
}
.qb-header__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.qb-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(570px, 47vw, 733px);
  padding: clamp(100px, 10.15623vw, 195px) 0 clamp(37px, 3.9063vw, 75px);
  --qb-hero-x: 0px;
  --qb-hero-y: 0px;
  background: #000 url("/quickbooks-cloude/public/images/11.jpg") calc(50% + var(--qb-hero-x)) calc(50% + var(--qb-hero-y))/cover no-repeat;
  color: #fff;
  transition: background-position 0.7s ease;
}
.qb-hero::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  z-index: 0;
}
.qb-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qb-hero__copy {
  width: 51.33%;
  min-width: 0;
  padding-top: 48px;
}
.qb-hero__copy h2 {
  color: #fff;
}
.qb-hero__copy h1 {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(30px, 5.15vw, 50px);
  font-weight: 300;
  line-height: 1.05;
}
.qb-hero__copy h1 span {
  display: block;
  font: inherit;
  color: inherit;
}
.qb-hero__logo {
  width: clamp(180px, 16vw, 280px);
  height: auto;
}
.qb-hero__form {
  height: -moz-fit-content;
  height: fit-content;
  width: 47.595%;
  min-width: 0;
  padding: 25px 43px 43px;
  border-radius: 20px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 50px 0 rgba(34, 34, 34, 0.81) inset;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.qb-hero__form:hover, .qb-hero__form:focus-within {
  border-color: rgba(120, 213, 102, 0.52);
}
.qb-hero__form > p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.qb-hero__form > a {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(25px, 1.63vw, 32px);
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}
.qb-hero .qb-form .wp-laravel-form__submit {
  margin-top: 23px;
}

.qb-form .row {
  margin-right: 0;
  margin-left: 0;
}
.qb-form input,
.qb-form textarea {
  width: 100%;
}
.qb-form input {
  height: 44px;
}
.qb-form .wp-laravel-form__control {
  font-weight: 300;
  height: clamp(40px, 2.292vw, 44px);
  padding: 13px 20px;
  border-radius: 5px;
  border: 1px solid #0B3705;
  background: rgba(9, 9, 16, 0.74);
  color: #888690;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}
.qb-form .wp-laravel-form__control::-moz-placeholder {
  font-weight: 300;
  color: #888690;
}
.qb-form .wp-laravel-form__control::placeholder {
  font-weight: 300;
  color: #888690;
}
.qb-form .wp-laravel-form__control:focus {
  border-color: rgba(87, 190, 69, 0.9);
  box-shadow: 0 0 0 3px rgba(44, 160, 28, 0.16);
  outline: 0;
}
.qb-form .wp-laravel-form__control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.qb-form .wp-laravel-form__control::placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.qb-form .wp-laravel-form__textarea {
  min-height: clamp(86px, 6vw, 99px);
  padding-top: 13px;
}
.qb-form .wp-laravel-form__submit {
  margin-top: clamp(20px, 2.49999vw, 48px);
  min-height: clamp(40px, 3vw, 60px);
  padding: 0 25px;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-weight: 500;
}

.qb-about__copy > img {
  width: 62%;
}

.qb-about {
  position: relative;
  padding: clamp(72px, 7.8vw, 148px) 0;
}
.qb-about p strong {
  color: #2CA01C;
  font-weight: 500;
}
.qb-about::before {
  content: "";
  position: absolute;
  top: 18%;
  left: 0;
  width: clamp(110px, 10.99vw, 211px);
  height: clamp(160px, 17.032vw, 327px);
  background: url("/quickbooks-cloude/public/images/elements/1.png") center/contain no-repeat;
  animation: qb-element-drift-y 8.8s ease-in-out infinite;
}
.qb-about::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -1px;
  width: clamp(110px, 17.39584vw, 334px);
  height: clamp(90px, 9.375vw, 180px);
  background: url("/quickbooks-cloude/public/images/elements/2.png") right bottom/contain no-repeat;
  animation: qb-element-drift-x 10s ease-in-out -2.4s infinite;
}
.qb-about__grid {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 120px);
}
.qb-about__media, .qb-about__copy {
  min-width: 0;
}
.qb-about__media, .qb-about__media img {
  width: 100%;
  margin: 0;
  height: auto;
}
.qb-about__media {
  overflow: hidden;
}
.qb-about__media img {
  transition: transform 0.7s ease;
}
.qb-about__media:hover img {
  transform: scale(1.035) translateY(-4px);
}
.qb-about__copy h2 {
  margin-bottom: clamp(26px, 4vw, 92px);
  color: var(--qb-green);
  font-weight: 400;
}
.qb-about__copy p {
  color: #373737;
  line-height: 1.45;
  margin: 0;
}
.qb-about__copy p + p {
  margin-top: 26px;
}

.qb-considerations {
  position: relative;
  padding: clamp(70px, 6.3vw, 126px) 0 0;
  background: var(--qb-soft);
}
.qb-considerations .container-ctn {
  position: relative;
  z-index: 1;
}
.qb-considerations::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11%;
  width: clamp(40px, 18.4896vw, 355px);
  height: clamp(40px, 18.4896vw, 355px);
  background: url("/quickbooks-cloude/public/images/elements/4.png") left center/contain no-repeat;
  animation: qb-element-sway 11.5s ease-in-out -1.2s infinite;
}
.qb-considerations::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(100px, 10.2vw, 194.405px);
  height: clamp(140px, 12.19vw, 234px);
  background: url("/quickbooks-cloude/public/images/elements/3.png") right top/contain no-repeat;
  animation: qb-element-drift-y 9.6s ease-in-out -3.1s infinite;
}
.qb-considerations__head {
  max-width: 1240px;
  margin: auto;
  text-align: center;
  min-width: 0;
}
.qb-considerations__head h2 {
  margin: 0;
  font-weight: 400;
}
.qb-considerations__head span {
  color: var(--qb-green);
}
.qb-considerations__head strong {
  color: var(--qb-green);
  font: inherit;
  font-weight: 800;
}
.qb-considerations__head p {
  max-width: 815px;
  margin: 20px auto 0;
  color: #373737;
}
.qb-considerations__chips {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 26px 40px;
  justify-content: center;
  margin: 74px auto 0;
}
@media (min-width: 768px) {
  .qb-considerations__chips {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .qb-considerations__chips {
    width: 69%;
  }
}
.qb-considerations__chips span {
  min-height: 48px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 9px 24px;
  border: 1px solid var(--qb-green);
  border-radius: 100px;
  background: #FFF;
  color: #0D0D0D;
  text-align: center;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}
.qb-considerations__chips span img {
  width: 80px;
  height: auto;
}
.qb-considerations__chips span:hover {
  background: #f5fff3;
  box-shadow: 0 13px 28px rgba(44, 160, 28, 0.13);
  transform: translateY(-3px);
}
.qb-considerations__screen {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
  margin-top: 53px;
  margin-bottom: -265px;
}
@media (min-width: 768px) {
  .qb-considerations__screen {
    margin-bottom: -120px;
    width: 79.88%;
  }
}
@media (min-width: 995px) {
  .qb-considerations__screen {
    margin-bottom: -150px;
  }
}
@media (min-width: 1200px) {
  .qb-considerations__screen {
    margin-bottom: -195px;
  }
}
@media (min-width: 1280px) {
  .qb-considerations__screen {
    margin-bottom: -215px;
  }
}
@media (min-width: 1350px) {
  .qb-considerations__screen {
    margin-bottom: -230px;
  }
}
@media (min-width: 1440px) {
  .qb-considerations__screen {
    margin-bottom: -205px;
  }
}
@media (min-width: 1600px) {
  .qb-considerations__screen {
    margin-bottom: -225px;
  }
}
@media (min-width: 1900px) {
  .qb-considerations__screen {
    margin-bottom: -265px;
  }
}
.qb-considerations__screen img {
  width: 100%;
  height: auto;
  transition: transform 0.65s ease, filter 0.65s ease;
}
.qb-considerations__screen:hover img {
  filter: saturate(1.06);
  transform: translateY(-7px) scale(1.01);
}

.qb-features {
  position: relative;
  padding: clamp(188px, 20.7292vw, 398px) 0 clamp(50px, 8vw, 74px);
  background: #fff;
}
.qb-features > svg {
  position: absolute;
  left: 0;
  transform: translateY(-60%);
  width: clamp(122px, 12.761vw, 245.001px);
  height: clamp(197px, 20.553vw, 394.623px);
  animation: qb-feature-line-float 10.8s ease-in-out -1.8s infinite;
}
.qb-features > svg + svg {
  left: unset;
  right: 0;
}
.qb-features::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 56px;
  width: clamp(195px, 21vw, 390px);
  height: clamp(238px, 24.4vw, 468px);
  background: url("/quickbooks-cloude/public/images/elements/qb.png") center/contain no-repeat;
  opacity: 0.72;
  animation: qb-element-sway 12.8s ease-in-out -4s infinite;
}
.qb-features > .container-ctn {
  position: relative;
  z-index: 1;
}
.qb-features h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 58px;
}
.qb-features h2 span {
  color: var(--qb-green);
  font: inherit;
}
.qb-features h2 strong {
  display: block;
  font: inherit;
}
.qb-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.qb-feature {
  position: relative;
  min-height: clamp(280px, 21vw, 402px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(23px, 1.72vw, 33px);
  border-radius: 20px;
  border: 1px solid #317E27;
  background: #FFF;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
@media (max-width: 575px) {
  .qb-feature i img {
    width: 29px;
    height: auto;
  }
}
.qb-feature:hover {
  border-color: var(--qb-green);
  box-shadow: 0 24px 56px rgba(28, 80, 21, 0.16);
  transform: translateY(-9px);
}
.qb-feature:hover i {
  background: #eaffdf;
  transform: scale(1.08) rotate(-4deg);
}
.qb-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(72px, 7.521vw, 144.394px);
  height: clamp(72px, 7.521vw, 144.394px);
  background: url("/quickbooks-cloude/public/images/elements/5.png") right top/contain no-repeat;
  animation: qb-element-corner-pulse 7.6s ease-in-out infinite;
}
.qb-feature i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  position: absolute;
  top: clamp(24px, 2vw, 44px);
  left: clamp(24px, 2vw, 44px);
  width: clamp(52px, 4vw, 78px);
  border-radius: 50%;
  width: clamp(50px, 4.17vw, 80px);
  height: clamp(50px, 4.17vw, 80px);
  transition: background-color 0.28s ease, transform 0.28s ease;
}
.qb-feature h3 {
  margin: 0 0 23px;
}
.qb-feature p {
  margin: 0;
  color: #282828;
  line-height: 1.35;
}

.qb-contact {
  position: relative;
  background: var(--qb-soft);
  min-height: clamp(440px, 34vw, 630px);
}
.qb-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(220px, 10.8438vw, 285px);
  height: clamp(220px, 14.8438vw, 285px);
  background: url("/quickbooks-cloude/public/images/elements/7.png") left bottom/contain no-repeat;
}
.qb-contact::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 194.405px;
  height: 81.01px;
  background: url("/quickbooks-cloude/public/images/elements/6.png") right top/contain no-repeat;
}
.qb-contact__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.qb-newsletter {
  display: flex;
  align-items: center;
  gap: 37px;
  width: 58.165%;
  min-width: 0;
}
.qb-newsletter > div {
  min-width: 0;
}
.qb-newsletter > img {
  width: 180px;
  margin-bottom: 70px;
  height: auto;
}
.qb-newsletter h2 {
  margin: 0 0 40px;
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 400;
}
.qb-newsletter__form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: clamp(6px, 0.521vw, 10px);
  border: 1px solid #B8B8B8;
  background: #FFF;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.qb-newsletter__form:focus-within {
  border-color: rgba(44, 160, 28, 0.58);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.qb-newsletter__form input {
  flex: 1;
  min-width: 0;
  color: #373737;
  background: transparent;
}
.qb-newsletter__form input::-moz-placeholder {
  color: #373737;
}
.qb-newsletter__form input::placeholder {
  color: #373737;
}
.qb-newsletter__form button {
  border-radius: 10px;
  gap: 8px;
  padding: 10px 15px;
  background: #2A6B21;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.qb-newsletter__form button:hover, .qb-newsletter__form button:focus-visible {
  background: #1d5817;
  box-shadow: 0 12px 26px rgba(42, 107, 33, 0.25);
  transform: translateY(-2px);
}
.qb-newsletter__form button svg {
  height: auto;
  width: clamp(20px, 2vw, 32px);
}

.qb-contact-card {
  align-self: end;
  padding: clamp(22px, 1.71873vw, 33px);
  background: #216d1d;
  color: #fff;
  width: 28.292%;
  margin-top: 39px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.qb-contact-card:hover, .qb-contact-card:focus-within {
  box-shadow: 0 26px 60px rgba(26, 78, 18, 0.26);
  transform: translateY(-6px);
}
.qb-contact-card h2 {
  color: #fff;
  margin: 0 0 23px;
  font-size: clamp(38px, 2.8vw, 54px);
  font-weight: 400;
}
.qb-contact-card > p {
  width: 81%;
  margin-bottom: 19px;
  color: #fff;
}
.qb-contact-card .qb-form .wp-laravel-form__control {
  border-color: #fff;
  background: #fff;
  color: #161616;
}
.qb-contact-card .qb-form .wp-laravel-form__control::-moz-placeholder {
  color: #666;
}
.qb-contact-card .qb-form .wp-laravel-form__control::placeholder {
  color: #666;
}
.qb-contact-card .qb-form .col-md-6 {
  width: 100%;
}
.qb-contact-card .qb-form .wp-laravel-form__submit {
  background: #080808;
  color: #fff;
}

.qb-consultation-modal .modal-content {
  border: 1px solid rgba(49, 126, 39, 0.35);
}
.qb-consultation-modal .title {
  margin-right: 52px;
  color: var(--qb-ink);
  font-size: clamp(24px, 1.8vw, 34px);
}
.qb-consultation-modal .qb-form .wp-laravel-form__control {
  border-color: #d5ddd4;
  background: #fff;
  box-shadow: none;
  color: #141414;
}
.qb-consultation-modal .qb-form .wp-laravel-form__control::-moz-placeholder {
  color: #6d756d;
}
.qb-consultation-modal .qb-form .wp-laravel-form__control::placeholder {
  color: #6d756d;
}
.qb-consultation-modal .qb-form .wp-laravel-form__control:focus {
  border-color: var(--qb-green);
  box-shadow: 0 0 0 3px rgba(39, 131, 33, 0.12);
}
.qb-consultation-modal .qb-form .wp-laravel-form__submit {
  border-radius: 5px;
  background: #2A6B21;
  color: #fff;
}

.modal .wp-laravel-form__submit {
  margin-top: 30px;
}

.qb-footer {
  position: relative;
  padding-top: clamp(40px, 3vw, 72px);
  background: #000;
  color: #fff;
}
.qb-footer .tagline {
  margin-bottom: clamp(36px, 4vw, 72px);
}
.qb-footer .tagline img {
  width: clamp(170px, 15vw, 260px);
  height: auto;
}
.qb-footer h2,
.qb-footer h3 {
  color: #fff;
}
.qb-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(30px, 5vw, 104px);
  padding-bottom: clamp(54px, 5vw, 100px);
}
.qb-footer__branches h2, .qb-footer__cta h2 {
  margin: 0 0 42px;
  font-size: clamp(24px, 1.7vw, 36px);
  font-weight: 400;
}
.qb-footer__addresses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #292929;
  border-left: 1px solid #292929;
}
.qb-footer__addresses article {
  position: relative;
  min-height: 130px;
  padding: 28px 24px 25px 70px;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
.qb-footer__addresses img {
  position: absolute;
  left: 24px;
  top: 29px;
  width: 30px;
  height: 30px;
}
.qb-footer__addresses h3 {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.15vw, 24px);
  font-weight: 600;
}
.qb-footer__addresses p {
  color: #fff;
  line-height: 1.25;
}
.qb-footer__cta a {
  display: block;
  margin-bottom: 18px;
  padding: 22px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.qb-footer__bottom {
  border-top: 1px solid #292929;
  padding: 34px 0;
}
.qb-footer__bottom p {
  text-align: right;
  color: #fff;
}

.qb-fabs {
  position: fixed;
  right: 30px;
  bottom: 20%;
  z-index: 15;
  display: grid;
  gap: 16px;
}
@media (max-width: 575px) {
  .qb-fabs {
    right: 16px;
  }
}
.qb-fabs > a, .qb-fabs__share-toggle {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #121212;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
  color: #e22c54;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.qb-fabs > a svg, .qb-fabs__share-toggle svg {
  transition: transform 0.24s ease;
}
.qb-fabs > a:hover, .qb-fabs > a:focus-visible, .qb-fabs__share-toggle:hover, .qb-fabs__share-toggle:focus-visible {
  background: #1b1b1b;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.52);
  transform: translateY(-3px);
}
.qb-fabs > a:hover svg, .qb-fabs > a:focus-visible svg, .qb-fabs__share-toggle:hover svg, .qb-fabs__share-toggle:focus-visible svg {
  transform: scale(1.08);
}
.qb-fabs > a:active, .qb-fabs__share-toggle:active {
  transform: translateY(0) scale(0.96);
}
.qb-fabs__share {
  position: relative;
}
.qb-fabs__share-toggle {
  padding: 0;
}
.qb-fabs__share-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.qb-fabs__share-links {
  position: absolute;
  right: calc(100% + 14px);
  bottom: 0;
  width: min(180px, 100vw - 96px);
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #121212;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  transform-origin: right bottom;
  animation: qb-share-menu-in 0.22s ease both;
}
.qb-fabs__share-links[hidden] {
  display: none;
}
.qb-fabs__share-links a {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.qb-fabs__share-links a:hover, .qb-fabs__share-links a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateX(-3px);
}
.qb-fabs__share-links a:hover svg, .qb-fabs__share-links a:focus-visible svg {
  transform: scale(1.12);
}
.qb-fabs__share-links svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: #d6364e;
  transition: transform 0.2s ease;
}

@keyframes qb-share-menu-in {
  from {
    opacity: 0;
    transform: translateX(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes qb-element-drift-y {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}
@keyframes qb-element-drift-x {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(11px, -5px, 0);
  }
}
@keyframes qb-element-sway {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-8px, -10px, 0) rotate(-1.5deg);
  }
}
@keyframes qb-element-corner-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.045);
    opacity: 0.86;
  }
}
@keyframes qb-feature-line-float {
  0%, 100% {
    transform: translate3d(0, -60%, 0);
  }
  50% {
    transform: translate3d(0, calc(-60% - 12px), 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .qb-fabs > a,
  .qb-fabs__share-toggle,
  .qb-fabs__share-links,
  .qb-fabs__share-links a,
  .qb-fabs svg {
    animation: none;
    transition: none;
  }
  .qb-about::before,
  .qb-about::after,
  .qb-considerations::before,
  .qb-considerations::after,
  .qb-features > svg,
  .qb-features::after,
  .qb-feature::after,
  .qb-contact::before,
  .qb-contact::after {
    animation: none;
  }
}
.qb-header__nav a {
  position: relative;
}
.qb-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--qb-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.qb-header__nav a:hover::after, .qb-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.qb-motion-ready .qb-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--qb-reveal-delay, 0ms);
}
@media (max-width: 575px) {
  .qb-motion-ready .qb-reveal h1 img {
    width: 200px;
  }
}
.qb-motion-ready .qb-reveal--left {
  transform: translateX(-34px);
}
.qb-motion-ready .qb-reveal--right {
  transform: translateX(34px);
}
.qb-motion-ready .qb-reveal.is-visible {
  opacity: 1;
  transform: translate(0);
}

@media (prefers-reduced-motion: reduce) {
  .qb-hero,
  .qb-hero__form,
  .qb-about__media img,
  .qb-considerations__chips span,
  .qb-considerations__screen img,
  .qb-feature,
  .qb-feature i,
  .qb-newsletter__form,
  .qb-newsletter__form button,
  .qb-contact-card,
  .qb-motion-ready .qb-reveal {
    animation: none;
    transition: none;
    transform: none;
  }
  .qb-motion-ready .qb-reveal {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .qb-header.site-header {
    padding: 16px 0;
  }
  .qb-header.site-header .qb-header__brand {
    flex-basis: min(210px, 40vw);
  }
  .qb-header.site-header .qb-header__nav {
    display: none;
  }
  .qb-header__row {
    gap: 14px;
    min-width: 0;
  }
  .qb-header__cta {
    padding: 11px 15px;
    white-space: nowrap;
  }
  .qb-hero {
    min-height: auto;
    padding-top: 130px;
  }
  .qb-hero__grid {
    gap: 32px;
  }
  .qb-hero__copy,
  .qb-hero__form {
    width: 100%;
  }
  .qb-hero__copy {
    padding-top: 0;
  }
  .qb-hero__form {
    max-width: none;
    padding: 28px;
  }
  .qb-about__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .qb-about__copy,
  .qb-considerations__head,
  .qb-newsletter > div {
    min-width: 0;
  }
  .qb-about__copy h2 {
    margin-bottom: 22px;
  }
  .qb-considerations__screen {
    margin-bottom: -70px;
  }
  .qb-features {
    padding-top: 125px;
  }
  .qb-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .qb-newsletter {
    width: 100%;
    gap: 24px;
    padding: 60px 0;
  }
  .qb-newsletter > img {
    width: clamp(105px, 18vw, 150px);
    margin-bottom: 0;
  }
  .qb-contact {
    min-height: auto;
    padding-bottom: 48px;
  }
  .qb-contact__grid {
    gap: 0;
  }
  .qb-contact-card {
    width: 100%;
    margin-top: 0;
  }
  .qb-footer__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .qb-page .container-ctn {
    width: 100%;
  }
  .qb-header.site-header .container-ctn {
    max-width: 92%;
  }
  .qb-header.site-header .qb-header__brand {
    flex: 0 1 min(170px, 43vw);
    min-width: 112px;
  }
  .qb-header__row {
    justify-content: flex-start;
  }
  .qb-header__cta {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 48vw;
    margin-left: auto;
    min-height: 36px;
    padding: 9px 11px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }
  .qb-hero {
    padding-top: 104px;
    padding-bottom: 42px;
  }
  .qb-hero__grid {
    gap: 28px;
  }
  .qb-hero__copy h1 {
    margin-top: 16px;
    font-size: clamp(34px, 10.5vw, 54px);
  }
  .qb-hero__logo {
    width: clamp(145px, 44vw, 190px);
  }
  .qb-hero__form,
  .qb-contact-card {
    max-width: 100%;
    padding: 25px 18px;
  }
  .qb-hero__form > p {
    font-size: 16px;
  }
  .qb-hero__form > a {
    margin-bottom: 18px;
    font-size: clamp(22px, 7vw, 28px);
  }
  .qb-form .row {
    --bs-gutter-y: 12px;
  }
  .qb-form .wp-laravel-form__textarea {
    min-height: 88px;
  }
  .qb-form .wp-laravel-form__submit {
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    justify-content: center;
  }
  .qb-about,
  .qb-considerations {
    padding-top: 62px;
  }
  .qb-about {
    padding-bottom: 62px;
  }
  .qb-about::before {
    top: 14%;
    width: 72px;
    height: 112px;
    opacity: 0.72;
  }
  .qb-about::after {
    width: 95px;
    height: 54px;
  }
  .qb-about__grid {
    gap: 24px;
  }
  .qb-about__copy p,
  .qb-considerations__head p {
    overflow-wrap: anywhere;
  }
  .qb-about__copy,
  .qb-considerations__head,
  .qb-considerations__chips,
  .qb-newsletter,
  .qb-newsletter__form,
  .qb-contact-card {
    max-width: 100%;
  }
  .qb-about__copy h2,
  .qb-considerations__head h2,
  .qb-features h2 {
    line-height: 1.14;
    overflow-wrap: anywhere;
  }
  .qb-considerations__head h2,
  .qb-features h2 {
    font-size: clamp(23px, 6.2vw, 30px);
  }
  .qb-about__copy p + p {
    margin-top: 16px;
  }
  .qb-considerations::before {
    width: 72px;
    height: 72px;
    opacity: 0.72;
  }
  .qb-considerations::after {
    width: 76px;
    height: 92px;
  }
  .qb-considerations__chips,
  .qb-features__grid,
  .qb-footer__addresses {
    grid-template-columns: 1fr;
  }
  .qb-considerations__chips {
    width: 100%;
    gap: 12px;
    margin-top: 28px;
  }
  .qb-considerations__chips span {
    min-height: 44px;
    padding: 9px 16px;
  }
  .qb-considerations__screen {
    width: 100%;
    margin-top: 30px;
    margin-bottom: -38px;
  }
  .qb-features {
    padding-top: 92px;
    padding-bottom: 48px;
  }
  .qb-features h2 {
    margin-bottom: 30px;
  }
  .qb-feature {
    min-height: 235px;
  }
  .qb-feature h3 {
    margin-bottom: 14px;
  }
  .qb-newsletter {
    flex-wrap: wrap;
    gap: 20px;
    padding: 44px 0 30px;
  }
  .qb-newsletter > img {
    width: 96px;
  }
  .qb-newsletter > div {
    width: 100%;
  }
  .qb-newsletter h2 {
    margin-bottom: 24px;
    font-size: clamp(26px, 8vw, 36px);
  }
  .qb-newsletter__form {
    min-width: 0;
    padding: 6px 8px;
  }
  .qb-newsletter__form > svg {
    width: 24px;
    height: 24px;
  }
  .qb-newsletter__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .qb-contact {
    padding-bottom: 36px;
  }
  .qb-contact::before {
    width: 128px;
    height: 128px;
    opacity: 0.55;
  }
  .qb-contact::after {
    width: 110px;
    height: 46px;
  }
  .qb-contact-card > p {
    width: 100%;
  }
  .qb-consultation-modal .modal-content {
    width: 94%;
    padding: 24px 16px;
  }
  .qb-consultation-modal .title {
    margin-right: 38px;
  }
  .qb-footer__bottom p {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .qb-header__row {
    gap: 8px;
  }
  .qb-header.site-header .qb-header__brand {
    flex-basis: 190px;
  }
  .qb-header__cta {
    max-width: 49vw;
    padding-inline: 7px;
    font-size: 11px;
  }
  .qb-feature {
    min-height: 218px;
  }
}
p img {
  width: 80px;
  height: auto;
}

@media (max-width: 575px) {
  .qb-considerations h2 img {
    width: 140px;
  }
}

.thank-you {
  padding: 160px 0% 50px 0%;
}
@media (min-width: 576px) {
  .thank-you {
    padding: 150px 0% 110px 0%;
  }
}
@media (min-width: 768px) {
  .thank-you {
    padding: 170px 0% 130px 0%;
  }
}
@media (min-width: 992px) {
  .thank-you {
    padding: 194px 0% 142px 0%;
  }
}
.thank-you picture {
  width: 18.64%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15.26px;
}
@media (min-width: 992px) {
  .thank-you picture {
    margin-bottom: 27.26px;
  }
}
.thank-you h1 {
  line-height: normal;
  margin-bottom: 2.073%;
  font-size: 25px;
}
@media (min-width: 768px) {
  .thank-you h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .thank-you h1 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .thank-you h1 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .thank-you h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .thank-you h1 {
    font-size: 64px;
  }
}
@media (min-width: 1900px) {
  .thank-you h1 {
    font-size: 68px;
  }
}
.thank-you p {
  line-height: normal;
  color: hsl(225, 14%, 40%);
  margin-bottom: 30px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .thank-you p {
    margin-bottom: 68px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .thank-you p {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .thank-you p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .thank-you p {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .thank-you p {
    font-size: 24px;
  }
}

.not-found {
  padding: 160px 0% 50px 0%;
}
@media (min-width: 576px) {
  .not-found {
    padding: 220px 0% 110px 0%;
  }
}
@media (min-width: 768px) {
  .not-found {
    padding: 250px 0% 130px 0%;
  }
}
@media (min-width: 992px) {
  .not-found {
    padding: 264px 0% 142px 0%;
  }
}
.not-found picture {
  width: 40.297%;
  margin-bottom: 20.34px;
}
@media (min-width: 768px) {
  .not-found picture {
    margin-bottom: 24.34px;
  }
}
@media (min-width: 992px) {
  .not-found picture {
    margin-bottom: 28.34px;
  }
}
@media (min-width: 1200px) {
  .not-found picture {
    margin-bottom: 30.34px;
  }
}
@media (min-width: 1440px) {
  .not-found picture {
    margin-bottom: 32.34px;
  }
}
@media (min-width: 1600px) {
  .not-found picture {
    margin-bottom: 34.34px;
  }
}
@media (min-width: 1900px) {
  .not-found picture {
    margin-bottom: 36.34px;
  }
}
.not-found h1, .not-found span {
  line-height: normal;
  color: #000;
}
.not-found span {
  display: block;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .not-found span {
    font-size: 36px;
  }
}
@media (min-width: 1900px) {
  .not-found span {
    font-size: 38px;
  }
}
.not-found h1 {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (min-width: 768px) {
  .not-found h1 {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .not-found h1 {
    margin-bottom: 43px;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .not-found h1 {
    margin-bottom: 45px;
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .not-found h1 {
    margin-bottom: 47px;
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .not-found h1 {
    margin-bottom: 50px;
    font-size: 55px;
  }
}
@media (min-width: 1900px) {
  .not-found h1 {
    margin-bottom: 53px;
    font-size: 58px;
  }
}
.not-found .button-wrap {
  gap: 18px;
}
@media (min-width: 992px) {
  .not-found .button-wrap {
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  .not-found .button-wrap {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .not-found .button-wrap {
    gap: 22px;
  }
}
@media (min-width: 1600px) {
  .not-found .button-wrap {
    gap: 24px;
  }
}
@media (min-width: 1900px) {
  .not-found .button-wrap {
    gap: 26px;
  }
}

.enquiryForm .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
}
.enquiryForm .error-message {
  position: initial !important;
  margin-top: 4px;
  left: 0;
  transform: translate(0);
  text-align: left;
  display: block;
}
.enquiryForm .modal-dialog {
  margin: auto;
  max-width: 95%;
}
@media (min-width: 992px) {
  .enquiryForm .modal-dialog {
    max-width: 58.96%;
  }
}
.enquiryForm .modal-content {
  width: 95%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(54, 54, 54, 0.11);
  padding: 30px 20px 20px 20px;
}
@media (min-width: 768px) {
  .enquiryForm .modal-content {
    width: 87.01%;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-content {
    padding: 31px 22px 31px 22px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-content {
    width: 600px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .modal-content {
    padding: 31px 42px 31px 42px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-content {
    width: 700px;
  }
}
.enquiryForm .formGroup {
  padding: 0;
  padding-bottom: 10px;
  text-align: right;
}
.enquiryForm .formGroup > svg {
  height: auto;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .enquiryForm .formGroup > svg {
    position: absolute;
    right: 2px;
    top: -20px;
  }
}
.enquiryForm .row {
  gap: 0px;
}
@media (min-width: 576px) {
  .enquiryForm .row {
    gap: 0px 9px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .row {
    gap: 0px 9px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
@media (min-width: 1360px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
.enquiryForm .col--6 {
  width: 100%;
}
@media (min-width: 576px) {
  .enquiryForm .col--6 {
    width: 49%;
  }
}
.enquiryForm .col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .enquiryForm .col--4 {
    width: 32%;
  }
}
.enquiryForm .title {
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .enquiryForm .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .title {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .title {
    font-size: 25px;
  }
}
.enquiryForm .modal-content > svg {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: 30px;
  width: 20px;
}
@media (min-width: 768px) {
  .enquiryForm .modal-content > svg {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-content > svg {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-content > svg {
    width: 32px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .modal-content > svg {
    width: 36px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-content > svg {
    width: 40px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .modal-content > svg {
    width: 44px;
  }
}
.enquiryForm .btn-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  background-size: 10px;
  background-color: #DEDEF6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 19px;
}
@media (min-width: 768px) {
  .enquiryForm .btn-close {
    right: 33px;
    background-size: 11px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .btn-close {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .btn-close {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .btn-close {
    background-size: 12px;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .btn-close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
}
.enquiryForm .btn-close {
  z-index: 2;
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), background-color 0.2s ease, box-shadow 0.2s ease;
}
.enquiryForm .btn-close:hover {
  transform: scale(1.06);
  background-color: #cfcfea;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.enquiryForm .btn-close:active {
  transform: scale(0.96);
  transition-duration: 0.1s;
}
.enquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.enquiryForm .btn-close svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .enquiryForm .btn-close svg {
    width: 14px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .btn-close svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .btn-close svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .btn-close svg {
    width: 30px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .btn-close svg {
    width: 34px;
  }
}
.enquiryForm .buttonGroup button {
  z-index: 1;
}
.enquiryForm .fileText {
  gap: 5px;
}
.enquiryForm #fileText {
  color: #515151;
  font-size: 10px;
}
.enquiryForm i {
  display: block;
  text-align: right;
  color: #4285F4;
}
.enquiryForm {
  /* File upload hidden - custom button */
}
.enquiryForm input, .enquiryForm select {
  height: 30px;
}
@media (min-width: 992px) {
  .enquiryForm input, .enquiryForm select {
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm input, .enquiryForm select {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm input, .enquiryForm select {
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm input, .enquiryForm select {
    height: 44px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm input, .enquiryForm select {
    height: 46px;
  }
}
.enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
  background-color: #fff;
  color: #515151;
  line-height: 120%;
  font-size: 11px;
}
@media (min-width: 992px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    font-size: 9.92px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    font-size: 11.92px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    font-size: 13.92px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    font-size: 14.92px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    font-size: 16.92px;
  }
}
.enquiryForm input::-moz-placeholder, .enquiryForm textarea::-moz-placeholder, .enquiryForm select::-moz-placeholder, .enquiryForm option::-moz-placeholder {
  color: #515151;
}
.enquiryForm input::placeholder, .enquiryForm textarea::placeholder, .enquiryForm select::placeholder, .enquiryForm option::placeholder {
  color: #515151;
}
.enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 11.9px 0 rgba(0, 0, 0, 0.1);
  padding: 2px 16px;
}
@media (min-width: 992px) {
  .enquiryForm input, .enquiryForm textarea, .enquiryForm select, .enquiryForm option {
    padding: 9px 14px;
  }
}
.enquiryForm input:focus, .enquiryForm textarea:focus, .enquiryForm select:focus, .enquiryForm option:focus {
  border: 1px solid #DD1F26;
}
.enquiryForm textarea {
  height: 70px;
}
@media (max-width: 991px) {
  .enquiryForm textarea {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .enquiryForm textarea {
    height: 89px;
  }
}

#wpLaravelMigrationModal .modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
  scrollbar-color: #c5c6ce #f4f4f8;
}
#wpLaravelMigrationModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#wpLaravelMigrationModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: #f4f4f8;
  border-radius: 6px;
}
#wpLaravelMigrationModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #c5c6ce;
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
#wpLaravelMigrationModal .modal-content {
  overflow: hidden;
}
#wpLaravelMigrationModal .iti {
  width: 100%;
  max-width: 100%;
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__control,
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__textarea {
  background: #fff !important;
  color: #18181b !important;
  border: 1px solid #d4d4d8 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__control::-moz-placeholder, #wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__textarea::-moz-placeholder {
  color: #71717a !important;
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__control::placeholder,
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__textarea::placeholder {
  color: #71717a !important;
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__control:focus,
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__textarea:focus {
  outline: none;
  border-color: #a1a1aa !important;
  box-shadow: 0 0 0 3px rgba(24, 24, 27, 0.08);
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__select {
  color: #939393 !important;
  font-weight: 400 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17 10L12 15L7 10" stroke="%2318181b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__textarea,
#wpLaravelMigrationModal .wp-laravel-form textarea.wp-laravel-form__control {
  overflow-x: hidden;
  resize: vertical;
  max-width: 100%;
}
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__actions {
  display: flex;
  justify-content: flex-start;
}
#wpLaravelMigrationModal .wp-laravel-form button.wp-laravel-form__submit,
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 46px;
  padding: 0.65rem 1.85rem;
  margin-top: 1.25rem;
  border: none !important;
  border-radius: 5px;
  background: #18181b !important;
  background-color: #18181b !important;
  color: #fff !important;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
#wpLaravelMigrationModal .wp-laravel-form button.wp-laravel-form__submit:hover:not(:disabled),
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__submit:hover:not(:disabled) {
  background: #09090b !important;
  background-color: #09090b !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
#wpLaravelMigrationModal .wp-laravel-form button.wp-laravel-form__submit:disabled,
#wpLaravelMigrationModal .wp-laravel-form .wp-laravel-form__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.modal {
  z-index: 99999;
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 1.9%;
  top: 67%;
  z-index: 10000;
  gap: 10.53px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 14px 0px 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -12px 30px rgba(60, 64, 67, 0.16);
}
.bottomFixedMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4285F4 0%, #34A853 34%, #FBBC04 66%, #EA4335 100%);
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: currentColor;
  display: block;
  line-height: 12px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
  color: #4285F4;
}
.bottomFixedMenu li:first-child {
  color: #34A853;
}
.bottomFixedMenu li:last-child {
  color: #EA4335;
  border-right: 0;
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 6px 4px;
  border-radius: 10px;
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.bottomFixedMenu li a:hover,
.bottomFixedMenu li button:hover {
  transform: translateY(-2px);
}
.bottomFixedMenu li a:active,
.bottomFixedMenu li button:active {
  transform: translateY(0);
  transition-duration: 0.12s;
}
.bottomFixedMenu li svg,
.bottomFixedMenu li svg * {
  fill: currentColor;
  stroke: currentColor;
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1);
}
.bottomFixedMenu li a:hover svg,
.bottomFixedMenu li button:hover svg {
  transform: scale(1.08);
}

.bottomFixedMenu--dark {
  background: #09090b;
  box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.bottomFixedMenu--dark::before {
  height: 2px;
  background: linear-gradient(90deg, #A61C41 0%, #423C71 100%);
  opacity: 1;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.bottomFixedMenu--dark:hover::before {
  filter: brightness(1.12);
}
.bottomFixedMenu--dark span {
  color: #a1a1aa;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}
.bottomFixedMenu--dark li {
  border-right-color: rgba(255, 255, 255, 0.1);
  color: #f4f4f5;
}
.bottomFixedMenu--dark li:first-child, .bottomFixedMenu--dark li:last-child {
  color: #f4f4f5;
}
.bottomFixedMenu--dark li a,
.bottomFixedMenu--dark li button {
  transition: transform 0.22s cubic-bezier(0.34, 1.46, 0.64, 1), opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.bottomFixedMenu--dark li a:hover,
.bottomFixedMenu--dark li button:hover {
  background: rgba(255, 255, 255, 0.06);
}
.bottomFixedMenu--dark li a:hover span,
.bottomFixedMenu--dark li button:hover span {
  color: #fff;
}
.bottomFixedMenu--dark li a:active,
.bottomFixedMenu--dark li button:active {
  opacity: 0.85;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.my-rating-readonly {
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .my-rating-readonly {
    gap: 5.5px;
  }
}
@media (min-width: 992px) {
  .my-rating-readonly {
    gap: 8.5px;
  }
}
@media (min-width: 1200px) {
  .my-rating-readonly {
    gap: 10.5px;
  }
}

.jq-star {
  width: 15px !important;
}

@media (min-width: 768px) {
  .jq-star {
    width: 11px !important;
  }
}
@media (min-width: 992px) {
  .jq-star {
    width: 12px !important;
  }
}
@media (min-width: 1200px) {
  .jq-star {
    width: 13px !important;
  }
}
@media (min-width: 1280px) {
  .jq-star {
    width: 14px !important;
  }
}
@media (min-width: 1360px) {
  .jq-star {
    width: 15px !important;
  }
}
@media (min-width: 1440px) {
  .jq-star {
    width: 16px !important;
  }
}
@media (min-width: 1600px) {
  .jq-star {
    width: 17px !important;
  }
}
@media (min-width: 1900px) {
  .jq-star {
    width: 18px !important;
  }
}
@keyframes arrowExitEnter {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  70% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */