@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  /* background remain same */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 2vw, 20px);
  color: #122239 !important;
  font-weight: 800 !important;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: red !important;
  font-weight: 800 !important;
  opacity: 1;
}

::-moz-selection {
  color: white;
  background-color: #e96779;
}

::selection {
  color: white;
  background-color: #e96779;
}

* {
  margin: 0%;
  padding: 0%;
}

p {
  margin-bottom: 0px;
}

hr {
  margin: 0%;
  color: rgba(18, 34, 57, 0.1);
  opacity: 1;
}

.ts-wrapper {
  width: 100%;
  overflow: hidden;
}

.ts-header {
  padding-top: 11px;
  padding-bottom: 12px;
  padding-inline: 10px;
  max-width: 1210px;
}
@media (max-width: 575px) {
  .ts-header {
    flex-direction: column;
    padding-inline: 0px;
    padding-block: 0px;
  }
}
.ts-header .ts-header-brand-img {
  width: 250px;
  height: 84px;
}
@media (max-width: 575px) {
  .ts-header .ts-header-brand-img {
    width: 188px;
    height: 64px;
  }
}
.ts-header-btn {
  padding-inline: 24px;
  padding-block: 18px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  color: #122239;
  font-family: "Playfair Display", serif;
  background: #ffccd0;
}
@media (max-width: 575px) {
  .ts-header-btn {
    width: 100%;
    padding-inline: 0px;
    padding-block: 26px;
    border-radius: 0px;
  }
}
.ts-header-btn:hover {
  color: #ffffff;
}

.ts-hero {
  max-width: 1490px;
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ts-hero {
    padding-top: 66px;
  }
}
.ts-hero-png {
  position: absolute;
  bottom: 0px;
  right: 0%;
  width: 50%;
  display: none;
  z-index: 2;
}
@media (min-width: 992px) {
  .ts-hero-png {
    display: block;
  }
}
.ts-hero-content {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .ts-hero-content {
    padding-top: 38px;
    text-align: center;
  }
}
.ts-hero-content-title {
  margin-bottom: clamp(20px, 3vw, 35px);
}
.ts-hero-content-desc {
  margin-bottom: 36px;
}
.ts-hero-btn-row {
  padding: 10px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(12px, 3vw, 35px);
}
@media (min-width: 992px) {
  .ts-hero-btn-row {
    box-shadow: 0px 16px 35px rgba(18, 34, 57, 0.1);
    border: 1px solid rgba(18, 34, 57, 0.05);
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .ts-hero-btn-row {
    flex-direction: column;
    padding: 0px;
  }
  .ts-hero-btn-row button {
    width: 100%;
  }
  .ts-hero-btn-row .form-control {
    box-shadow: 0px 16px 35px rgba(18, 34, 57, 0.1);
    border: 1px solid rgba(18, 34, 57, 0.05);
    border-radius: 50px;
    margin-bottom: 0.75rem;
    min-height: 3.75rem;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ts-hero-btn-row {
    max-width: 450px;
  }
}
.ts-hero-btn-row input[type=search] {
  border: none;
  width: 100%;
  outline: none;
  font-size: 20px;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  color: #122239;
  padding: 11px 18px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .ts-hero-btn-row input[type=search] {
    padding: 17px 26px;
  }
}
.ts-hero-btn-row input[type=search]::-moz-placeholder {
  color: #122239;
}
.ts-hero-btn-row input[type=search]::placeholder {
  color: #122239;
}
.ts-hero-btn-row input[type=search]:focus {
  border: none;
  box-shadow: none;
}
.ts-hero-star-img {
  padding-block: 10px;
}
.ts-hero-star-img img {
  width: clamp(155px, 17vw, 237px);
  height: clamp(27px, 3vw, 41px);
}
.ts-hero-img {
  position: relative;
}
.ts-hero-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 400px;
  height: 100%;
  max-height: 599px;
  background: #ffccd0;
  z-index: -1;
  left: 30px;
  border-radius: 500px 500px 0px 0px;
}

.ts-percentage-sec {
  padding-block: 40px;
  background-color: #122239;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .ts-percentage-sec {
    padding-block: 50px;
  }
}
.ts-percentage-sec::after {
  content: "";
  height: 158px;
  background-color: #e6fd5d;
  position: absolute;
  top: -3px;
  right: -1%;
  left: -1%;
  background: #ffccd0;
  transform: rotate(2.82deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .ts-percentage-sec::after {
    top: -40px;
    transform: rotate(2.2deg);
  }
}
.ts-percentage-sec .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ts-percentage-sec .container {
    flex-direction: column;
    gap: 45px;
  }
}
.ts-percentage-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .ts-percentage-card {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ts-percentage-card {
    padding: 10px;
  }
}

.ts-check-icon {
  border-radius: 50%;
  background: #243958;
  padding: 13px;
  width: 50px;
  height: 50px;
}

.ts-money-bank-sec {
  padding-top: clamp(50px, 6vw, 70px);
}
.ts-money-bank__coin {
  position: absolute;
}
.ts-money-bank__coin-1 {
  top: 0;
  left: 35%;
  animation: float 6s ease-in-out infinite;
}
.ts-money-bank__coin-2 {
  top: 0;
  left: 55%;
  animation: float 8s ease-in-out infinite;
}
.ts-money-bank__coin-3 {
  top: 17%;
  left: 6%;
  animation: float 7s ease-in-out infinite;
}
.ts-money-bank__coin-4 {
  top: 17%;
  left: 87%;
  animation: float 5s ease-in-out infinite;
}
.ts-money-bank__coin-5 {
  top: 55%;
  left: 87%;
  animation: float 4s ease-in-out infinite;
}
.ts-money-bank__coin-6 {
  top: 60%;
  left: 5%;
  animation: float 4s ease-in-out infinite;
}
.ts-money-bank-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-inline: 0px;
}
@media (min-width: 992px) {
  .ts-money-bank-img {
    padding-right: 20px;
  }
}
.ts-money-bank-img .main-img {
  max-width: 568px;
  max-height: 485px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ts-money-bank-img .main-img {
    width: 450px;
    height: 390px;
  }
}
.ts-money-bank-content {
  padding-inline: 0px;
}
@media (min-width: 992px) {
  .ts-money-bank-content {
    padding-left: 52px;
  }
}
@media (max-width: 991px) {
  .ts-money-bank-content {
    text-align: center;
    margin-bottom: 38px;
  }
}
.ts-money-bank-content-title {
  line-height: 40px;
}
@media (min-width: 992px) {
  .ts-money-bank-content-title {
    line-height: 76px;
  }
}

.ts-rates {
  position: relative;
}
.ts-rates::after {
  content: "";
  background-color: #f8f8f8;
  height: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: -1;
}
.ts-rates-sec {
  position: relative;
  padding-inline: 75px;
  padding-top: 19px;
  padding-bottom: 62px;
  background-color: #122239;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ts-rates-sec {
    padding-inline: 18px;
    padding-top: 35px;
    padding-bottom: 0px;
    text-align: center;
  }
}
.ts-rates-desc {
  margin-bottom: 41px;
}
.ts-rates-img {
  position: relative;
  isolation: isolate;
  z-index: 3;
}
.ts-rates-img img {
  max-width: 446px;
  max-height: 446px;
  width: 100%;
  height: 100%;
  animation: float 7s ease-in-out infinite;
}
.ts-rates-img::after {
  position: absolute;
  content: "";
  bottom: -295px;
  left: 45px;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  background-color: #ffccd0;
  z-index: -1;
}
@media (max-width: 991px) {
  .ts-rates-img::after {
    bottom: -527px;
    left: 66px;
    width: 903px;
    height: 852px;
  }
}
@media (max-width: 575px) {
  .ts-rates-img::after {
    bottom: -79px;
    right: -53px;
    width: 95%;
    height: 100%;
    left: auto;
  }
}
.ts-rates-img::before {
  position: absolute;
  content: "";
  top: -54px;
  left: 131px;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  background-color: #1b2e4a;
  z-index: -1;
}
@media (max-width: 991px) {
  .ts-rates-img::before {
    top: 32px;
    left: 230px;
    width: 832px;
    height: 832px;
  }
}
@media (max-width: 575px) {
  .ts-rates-img::before {
    top: 10px;
    left: 106px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .ts-chips-sec {
    padding-top: 50px;
  }
}
.ts-chips-img {
  display: flex;
  justify-content: center;
  position: relative;
  isolation: isolate;
  max-width: 498px;
  max-height: 580px;
}
@media (min-width: 992px) {
  .ts-chips-img {
    padding-right: 20px;
  }
}
.ts-chips-img .main-img {
  width: 100%;
  height: 100%;
  animation: float 10s ease-in-out infinite;
}
.ts-chips-img--chip-1-container {
  position: absolute;
  top: 10%;
  left: 10%;
  animation: float 4s ease-in-out infinite;
  z-index: 10;
}
.ts-chips-img--chip-2-container {
  position: absolute;
  top: 25%;
  left: 40%;
  animation: float 5s ease-in-out infinite;
  z-index: 11;
}
.ts-chips-img .chip-img {
  max-width: 20vw;
  height: auto;
}
.ts-chips-img--circle-1, .ts-chips-img--circle-2 {
  position: absolute;
  border-radius: 50%;
}
.ts-chips-img--circle-1 {
  width: 75%;
  height: 0;
  padding-bottom: 75%;
  background-color: #fff0f1;
  z-index: -1;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.ts-chips-img--circle-2 {
  width: 40%;
  height: 0;
  padding-bottom: 36%;
  background-color: #ffccd0;
  z-index: -1;
  top: 42%;
  left: 65%;
  border: 10px solid white;
  animation: float 5s ease-in-out infinite;
  z-index: 10;
}
.ts-chips-img--circle-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ts-chips-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 0px;
}
@media (min-width: 992px) {
  .ts-chips-content {
    padding-left: 52px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .ts-chips-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.ts-chips-content-title {
  line-height: 40px;
}
@media (min-width: 992px) {
  .ts-chips-content-title {
    line-height: 76px;
  }
}

.ts-work {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(50px, 4vw, 89px);
}
.ts-work-mobile {
  display: none;
}
@media (max-width: 991px) {
  .ts-work {
    grid-template-columns: repeat(1, 1fr);
  }
  .ts-work-mobile {
    display: block;
  }
  .ts-work-desktop {
    display: none;
  }
}
.ts-work-sec {
  padding-block: clamp(51px, 11vw, 100px);
}
.ts-work-title {
  margin-bottom: clamp(50px, 4vw, 60px);
}
@media (max-width: 991px) {
  .ts-work-title {
    margin-bottom: 6.25rem;
  }
}
.ts-work-apply-img {
  width: 195px;
  height: 198px;
  margin-bottom: 21px;
}
.ts-work-approved-img {
  width: 229px;
  height: 229px;
  margin-bottom: 5px;
}
.ts-work-car-img {
  width: 219px;
  height: 179px;
  margin-bottom: 20px;
}
.ts-work-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
@media (max-width: 991px) {
  .ts-work-card {
    flex-direction: row;
    text-align: start;
    gap: clamp(10px, 3vw, 29px);
    align-items: flex-start;
    justify-content: start;
  }
  .ts-work-card:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.ts-work-card-line {
  background: #ffffff;
  border: 2px solid #ffccd0;
  border-radius: 50%;
  width: 119px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .ts-work-card-line {
    display: none;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
.ts-work-card-line .ts-line {
  position: relative;
  position: absolute;
  top: 50px;
  width: 40vw;
  max-width: 453px;
  height: 2px;
  background-color: #ffccd0;
  left: 50%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .ts-work-card-line .ts-line {
    width: 35vw;
  }
}
@media (max-width: 991px) {
  .ts-work-card-line .ts-line {
    top: 50px;
    width: 2px;
    max-width: 2px;
    height: 350px;
    background-color: #ffccd0;
    right: auto;
    left: 40px;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .ts-work-card-line .ts-line {
    height: 140px;
  }
}
.ts-work-card .active {
  background-color: #ffccd0;
}

.ts-swiper-header {
  padding-top: clamp(51px, 11vw, 100px);
}
.ts-swiper-mb-btn {
  border: 3px solid #122239;
  width: clamp(123px, 12vw, 168px);
  height: clamp(28px, 3vw, 39px);
  margin-top: clamp(13px, 2vw, 18px);
  margin-inline: auto;
  border-radius: 70px;
}
@media (max-width: 767px) {
  .ts-swiper-mb-btn {
    border: 2.20957px solid #122239;
    border-radius: 368.263px;
  }
}
.ts-swiper-mb-design {
  border: 3px solid #122239;
  background: #ffffff;
  max-width: 430px;
  width: 100%;
  border-radius: 85px;
  position: relative;
  transform: translateY(80px);
  padding: 19px;
  padding-bottom: 90px;
  z-index: 2;
  isolation: isolate;
}
@media (max-width: 575px) {
  .ts-swiper-mb-design {
    border-radius: 40.5089px;
    border: 2.20957px solid #122239;
  }
}
.ts-swiper-mb-design::before {
  content: "";
  max-width: 427px;
  border: 3px solid #122239;
  border-radius: 70px;
  position: absolute;
  top: clamp(14px, 2vw, 22px);
  bottom: 2%;
  left: clamp(12.5px, 2vw, 20px);
  right: clamp(12.5px, 2vw, 20px);
}
@media (max-width: 575px) {
  .ts-swiper-mb-design::before {
    border-radius: 40.5089px;
    border: 2.20957px solid #122239;
  }
}
.ts-swiper-mb-design .swiper-pagination-bullet {
  width: 2vw;
  height: 5px;
  background: #00b67a;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ts-swiper-mb-design .swiper-pagination-bullet {
    width: 6vw;
  }
}
.ts-swiper-mb-design .swiper-pagination-bullet-active {
  width: 4vw;
}
@media (max-width: 767px) {
  .ts-swiper-mb-design .swiper-pagination-bullet-active {
    width: 9vw;
  }
}
.ts-swiper-mb-design-wrapper {
  position: relative;
  max-width: 430px;
}
.ts-swiper-mb-design-wrapper::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 17%;
  height: 79%;
  width: 123%;
  background: #122239;
  border-radius: 50%;
  z-index: 0;
}
.ts-swiper-mb-design-wrapper::before {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 79%;
  height: 57%;
  background: #ffccd0;
  border-radius: 50%;
  z-index: 0;
}

.ts-mobile-slide-card {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-inline: 20px;
}
.ts-mobile-slide-card-star-img img {
  width: clamp(174px, 22vw, 237px);
  height: clamp(30px, 4vw, 41px);
}
.ts-mobile-slide-card-person-img {
  width: clamp(70px, 6vw, 96px);
  height: clamp(70px, 6vw, 96px);
}

.ts-loan-help-sec {
  position: relative;
}
.ts-loan-help-sec::after {
  content: "";
  background-color: #f8f8f8;
  height: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ts-loan-help-sec .ts-container {
    padding-inline: 0 !important;
  }
}
.ts-loan-help-cards {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ts-loan-help-cards {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ts-loan-help-cont {
  position: relative;
  z-index: 4;
  background: #122239;
  border-radius: 30px;
  padding-top: clamp(38px, 5vw, 75px);
  padding-bottom: clamp(50px, 5vw, 75px);
  padding-inline: clamp(20px, 7vw, 75px);
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 285px 1fr;
  grid-gap: clamp(35px, 5vw, 133px);
}
@media (max-width: 1199px) {
  .ts-loan-help-cont {
    grid-gap: 32px;
    border-radius: 0px;
    grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ts-loan-help-cont {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .ts-loan-help-cont h1 {
    max-width: 219px;
  }
}

.ts-card {
  background: #182b46;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 194px;
}
.ts-card-img img {
  border-radius: 16px;
  width: 194px;
  height: 138px;
}
.ts-card-body {
  padding-block: 24px;
  text-align: center;
}

.ts-find-loan {
  margin-bottom: clamp(50px, 6vw, 100px);
  background-color: #ffccd0;
}
.ts-find-loan .ts-container {
  background-image: url("../assets/images/building.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  gap: 126px;
  padding-top: clamp(50px, 5vw, 75px) !important;
  padding-bottom: clamp(65px, 5vw, 75px) !important;
}
@media (max-width: 991px) {
  .ts-find-loan .ts-container {
    flex-direction: column;
    align-items: center;
    gap: 45px;
    text-align: center;
  }
}

.ts-footer {
  display: grid;
  grid-template-columns: 312px 1fr;
  margin-bottom: clamp(27px, 5vw, 100px);
  grid-gap: clamp(35px, 7vw, 133px);
}
@media (max-width: 991px) {
  .ts-footer {
    grid-template-columns: 1fr;
  }
}
.ts-footer-logo {
  width: 210px;
  height: 24px;
  margin-bottom: clamp(20px, 4vw, 54px);
}
.ts-footer-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575px) {
  .ts-footer-nav {
    flex-direction: column;
    gap: 24px;
  }
}
.ts-footer-nav-tab {
  overflow: hidden;
}
.ts-footer-nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ts-footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.ts-footer-nav-list .nav-link {
  padding: 0px;
  text-decoration: none;
  color: #323e51;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ts-footer-nav-list .nav-link:hover {
  text-decoration: underline;
}
.ts-footer-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-block: 1.7rem;
}
.ts-footer-links .nav-link {
  padding-block: 0 !important;
}
@media (max-width: 991px) {
  .ts-footer-links {
    justify-content: start;
    padding-block: 1.2rem;
  }
}
.ts-footer-links .nav-link {
  padding-block: clamp(10px, 2vw, 27px);
  margin-inline: 5px;
  text-decoration: none;
  color: #323e51;
  font-family: "Poppins", sans-serif;
}
.ts-footer-desc {
  margin-bottom: clamp(20px, 2vw, 24px);
  padding-top: clamp(20px, 2vw, 24px);
}
.ts-footer-social {
  padding-top: clamp(23px, 2vw, 30px);
  padding-bottom: clamp(24px, 3vw, 39px);
}
.ts-footer-social-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ts-footer-social-nav .nav-link {
  padding: 0px;
}
.ts-footer-social-nav .nav-link img,
.ts-footer-social-nav .nav-link svg {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ts-footer-social-nav .nav-link img:hover,
.ts-footer-social-nav .nav-link svg:hover {
  fill: #e96779;
}
.ts-footer-mb-nav .accordion-item {
  border: none;
}
.ts-footer-mb-nav .accordion-button::after {
  background-image: url("../assets/icon/plus.svg");
  background-position: center;
  width: 13px;
  height: 13px;
}
.ts-footer-mb-nav .accordion-button:not(.collapsed) {
  color: #122239;
  background: transparent;
  box-shadow: none;
}
.ts-footer-mb-nav .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/icon/minus.svg");
  background-position: center;
  transform: none;
}
.ts-footer-mb-nav .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.ts-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 50px);
}

.container {
  max-width: 1200px;
  margin: auto;
  padding-inline: clamp(20px, 4vw, 50px);
}

@media (min-width: 1300px) {
  .container,
  .ts-container {
    padding: 0 !important;
  }
}
.container-fluid {
  padding-inline: 20px;
}

.ts-font-playfair-display {
  font-family: "Playfair Display", serif;
}

.ts-font-poppins {
  font-family: "Poppins", sans-serif;
}

.ts-text-white {
  color: #ffffff;
}
.ts-text-charcoal {
  color: #323e51;
}
.ts-text-yankees-blue-0 {
  color: #122239;
}
.ts-text-icterine {
  color: #e6fd5d;
}
.ts-text-wildyblue-yonder {
  color: #a7b7cf;
}
.ts-text-light-carmine-pink {
  color: #e96779;
}
.ts-bg-white {
  background-color: #ffffff;
}
.ts-bg-cultured-0 {
  background-color: #f8f8f8;
}

.ts-btn-3, .ts-btn-2, .ts-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  border-radius: 50px;
}
.ts-btn-3:hover, .ts-btn-2:hover, .ts-btn-1:hover {
  color: #ffffff;
}

.ts-btn-1 {
  padding-inline: 31px;
  padding-block: 23px;
  color: #ffffff;
  background-color: #122239;
}
.ts-btn-2 {
  padding-inline: 24px;
  padding-block: 19px;
  color: #122239;
  background-color: #ffccd0;
}
.ts-btn-3 {
  padding-inline: 24px;
  padding-block: 19px;
  color: #122239;
  background-color: #ffffff;
}
.ts-btn-3:hover {
  color: #122239;
}

.fw-heavy {
  font-weight: 900;
}

.ts-counter {
  padding-inline: clamp(8px, 1vw, 12px);
  padding-block: clamp(5px, 1vw, 10px);
  margin-inline: clamp(1px, 1vw, 10px);
  background: #f5f4f7;
  border-radius: 6px;
}

.mx-w-732 {
  max-width: 732px;
}

.b-border {
  border-bottom: 1px solid #e8e8e8;
}

.ts-desc-1 {
  font-size: clamp(16px, 2vw, 20px);
}
.ts-desc-2 {
  font-size: 18px;
}
.ts-desc-3 {
  font-size: 16px;
}
.ts-desc-4 {
  font-size: clamp(14px, 2vw, 16px);
}
.ts-desc-5 {
  font-size: clamp(12px, 2vw, 16px);
}
.ts-desc-6 {
  font-size: clamp(10px, 2vw, 16px);
}
.ts-desc-7 {
  font-size: clamp(10px, 1vw, 13px);
}
.ts-heading-1 {
  font-size: clamp(40px, 5vw, 70px);
}
.ts-heading-2 {
  font-size: clamp(40px, 5vw, 50px);
}
.ts-heading-3 {
  font-size: 35px;
}
.ts-heading-4 {
  font-size: 24px;
}
.ts-heading-04 {
  font-size: clamp(17px, 2vw, 24px);
}
.ts-heading-5 {
  font-size: clamp(23px, 3vw, 32px);
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

.mt-01 {
  margin-top: 0.25rem;
}
.mt-02 {
  margin-top: 0.5rem;
}
.mt-03 {
  margin-top: 0.75rem;
}
.mt-04 {
  margin-top: 1rem;
}
.mt-05 {
  margin-top: 1.25rem;
}
.mt-06 {
  margin-top: 1.5rem;
}
.mt-07 {
  margin-top: 2rem;
}
.mt-08 {
  margin-top: 2.5rem;
}
.mt-09 {
  margin-top: 3rem;
}
.mt-10 {
  margin-top: 3.375rem;
}
.mt-11 {
  margin-top: 4rem;
}
.mt-12 {
  margin-top: 4.5rem;
}
.mt-13 {
  margin-top: 5rem;
}
.mt-14 {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .mt-lg-01 {
    margin-top: 0.25rem;
  }
  .mt-lg-02 {
    margin-top: 0.5rem;
  }
  .mt-lg-03 {
    margin-top: 0.75rem;
  }
  .mt-lg-04 {
    margin-top: 1rem;
  }
  .mt-lg-05 {
    margin-top: 1.25rem;
  }
  .mt-lg-06 {
    margin-top: 1.5rem;
  }
  .mt-lg-07 {
    margin-top: 2rem;
  }
  .mt-lg-08 {
    margin-top: 2.5rem;
  }
  .mt-lg-09 {
    margin-top: 3rem;
  }
  .mt-lg-10 {
    margin-top: 3.375rem;
  }
  .mt-lg-11 {
    margin-top: 4rem;
  }
  .mt-lg-12 {
    margin-top: 4.5rem;
  }
  .mt-lg-13 {
    margin-top: 5rem;
  }
  .mt-lg-14 {
    margin-top: 6rem;
  }
}

.pt-01 {
  padding-top: 0.25rem;
}
.pt-02 {
  padding-top: 0.5rem;
}
.pt-03 {
  padding-top: 0.75rem;
}
.pt-04 {
  padding-top: 1rem;
}
.pt-05 {
  padding-top: 1.25rem;
}
.pt-06 {
  padding-top: 1.5rem;
}
.pt-07 {
  padding-top: 2rem;
}
.pt-08 {
  padding-top: 2.5rem;
}
.pt-09 {
  padding-top: 3rem;
}
.pt-10 {
  padding-top: 3.375rem;
}
.pt-11 {
  padding-top: 4rem;
}
.pt-12 {
  padding-top: 4.5rem;
}
.pt-13 {
  padding-top: 5rem;
}
.pt-14 {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .pt-lg-01 {
    padding-top: 0.25rem;
  }
  .pt-lg-02 {
    padding-top: 0.5rem;
  }
  .pt-lg-03 {
    padding-top: 0.75rem;
  }
  .pt-lg-04 {
    padding-top: 1rem;
  }
  .pt-lg-05 {
    padding-top: 1.25rem;
  }
  .pt-lg-06 {
    padding-top: 1.5rem;
  }
  .pt-lg-07 {
    padding-top: 2rem;
  }
  .pt-lg-08 {
    padding-top: 2.5rem;
  }
  .pt-lg-09 {
    padding-top: 3rem;
  }
  .pt-lg-10 {
    padding-top: 3.375rem;
  }
  .pt-lg-11 {
    padding-top: 4rem;
  }
  .pt-lg-12 {
    padding-top: 4.5rem;
  }
  .pt-lg-13 {
    padding-top: 5rem;
  }
  .pt-lg-14 {
    padding-top: 6rem;
  }
}

.pb-01 {
  padding-bottom: 0.25rem;
}
.pb-02 {
  padding-bottom: 0.5rem;
}
.pb-03 {
  padding-bottom: 0.75rem;
}
.pb-04 {
  padding-bottom: 1rem;
}
.pb-05 {
  padding-bottom: 1.25rem;
}
.pb-06 {
  padding-bottom: 1.5rem;
}
.pb-07 {
  padding-bottom: 2rem;
}
.pb-08 {
  padding-bottom: 2.5rem;
}
.pb-09 {
  padding-bottom: 3rem;
}
.pb-10 {
  padding-bottom: 3.375rem;
}
.pb-11 {
  padding-bottom: 4rem;
}
.pb-12 {
  padding-bottom: 4.5rem;
}
.pb-13 {
  padding-bottom: 5rem;
}
.pb-14 {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .pb-lg-01 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem;
  }
  .pb-lg-04 {
    padding-bottom: 1rem;
  }
  .pb-lg-05 {
    padding-bottom: 1.25rem;
  }
  .pb-lg-06 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-07 {
    padding-bottom: 2rem;
  }
  .pb-lg-08 {
    padding-bottom: 2.5rem;
  }
  .pb-lg-09 {
    padding-bottom: 3rem;
  }
  .pb-lg-10 {
    padding-bottom: 3.375rem;
  }
  .pb-lg-11 {
    padding-bottom: 4rem;
  }
  .pb-lg-12 {
    padding-bottom: 4.5rem;
  }
  .pb-lg-13 {
    padding-bottom: 5rem;
  }
  .pb-lg-14 {
    padding-bottom: 6rem;
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.ts-btn-1,
.ts-btn-2,
.ts-header-btn {
  animation: zoomInOut 3s ease-in-out infinite;
}

.ts-header-btn--sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding-inline: 24px;
  padding-block: 18px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  color: #122239;
  font-family: "Playfair Display", serif;
  background: #ffccd0;
  z-index: 10000;
}
.ts-header-btn--sticky-bottom:hover {
  color: #ffffff;
}/*# sourceMappingURL=index.css.map */