.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  height: fit-content;
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #3485FF;
  border-color: #3485FF;
  color: #000;
}
.btn-primary:hover {
  background-color: rgb(16.3, 111.5448275862, 255);
  border-color: rgb(1, 102.3497536946, 255);
}
.btn-primary:active {
  background-color: rgb(1, 102.3497536946, 255);
  border-color: rgb(0, 98.0778325123, 245.8);
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(52, 133, 255, 0.4);
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #3485FF;
  color: #3485FF;
}
.btn-primary-outline:hover {
  background-color: #3485FF;
  color: #fff;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background-color: rgb(91.452360515, 99.0733905579, 105.847639485);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:active {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(79.6326180258, 86.2686695279, 92.1673819742);
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.4);
}
.btn-secondary-outline {
  background-color: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-secondary-outline:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(19.421875, 104.878125, 65.2575);
  border-color: rgb(17.03125, 91.96875, 57.225);
}
.btn-success:active {
  background-color: rgb(17.03125, 91.96875, 57.225);
  border-color: rgb(15.4375, 83.3625, 51.87);
}
.btn-success:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.4);
}
.btn-success-outline {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}
.btn-success-outline:hover {
  background-color: #198754;
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #000;
}
.btn-danger:hover {
  background-color: rgb(202.2556962025, 35.0443037975, 51.064556962);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:active {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(180.5215189873, 31.2784810127, 45.5772151899);
}
.btn-danger:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.4);
}
.btn-danger-outline {
  background-color: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.btn-danger-outline:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-warning:hover {
  background-color: rgb(226.3, 169.725, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:active {
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(200.8, 150.6, 0);
}
.btn-warning:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.4);
}
.btn-warning-outline {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.btn-warning-outline:hover {
  background-color: #ffc107;
  color: #fff;
}

.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(11.1656126482, 173.4964426877, 206.1343873518);
  border-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
}
.btn-info:active {
  background-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
  border-color: rgb(9.8553359684, 153.1367588933, 181.9446640316);
}
.btn-info:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.4);
}
.btn-info-outline {
  background-color: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.btn-info-outline:hover {
  background-color: #0dcaf0;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-light:hover {
  background-color: rgb(227.175, 231.15, 235.125);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:active {
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(212.3, 218.4, 224.5);
}
.btn-light:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.4);
}
.btn-light-outline {
  background-color: transparent;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-light-outline:hover {
  background-color: #f8f9fa;
  color: #fff;
}

.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-dark:hover {
  background-color: rgb(17.0797297297, 19.15, 21.2202702703);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-dark:active {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(5.7081081081, 6.4, 7.0918918919);
}
.btn-dark:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.4);
}
.btn-dark-outline {
  background-color: transparent;
  border-color: #212529;
  color: #212529;
}
.btn-dark-outline:hover {
  background-color: #212529;
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-md {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.card {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.875rem;
}
.card-header {
  padding: 0.5rem;
  font-weight: 600;
}
.card-body {
  padding: 0.5rem;
  flex: 1;
}
.card-footer {
  padding: 0.5rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.form-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.form-input-group .form-input-label, .form-input-group label {
  font-weight: 500;
  color: #495057;
  font-size: 0.95rem;
}
.form-input-group .form-input, .form-input-group input, .form-input-group textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-input-group .form-input::placeholder, .form-input-group input::placeholder, .form-input-group textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-input-group .form-input:focus, .form-input-group input:focus, .form-input-group textarea:focus {
  border-color: #3485FF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-input-group .form-input-feedback, .form-input-group span {
  font-size: 0.875rem;
  color: #F94F46;
  display: none;
}
.custom-input:invalid + .form-input-group .form-input-feedback, .custom-input.error + .form-input-group .form-input-feedback, .custom-input:invalid + .form-input-group span, .custom-input.error + .form-input-group span {
  display: block;
}

.custom-collapse {
  overflow: hidden;
}
.custom-collapse .custom-collapse-toggle {
  border-radius: 0.5rem;
  width: 100%;
  color: #212529;
  background-color: #fff;
  padding: 1rem;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #dee2e6;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-collapse .custom-collapse-toggle i {
  transform: scale(1.5);
}
.custom-collapse .custom-collapse-content {
  border-radius: 0.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1rem;
  background-color: #fff;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border: 1px solid #dee2e6;
  margin-top: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.custom-collapse .custom-collapse-content.show {
  max-height: 500px;
  opacity: 1;
  padding: 1rem;
}

.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.m-4 {
  margin: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.m-8 {
  margin: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.m-12 {
  margin: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.m-16 {
  margin: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.m-24 {
  margin: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.m-28 {
  margin: 28px;
}
.mt-28 {
  margin-top: 28px;
}
.mb-28 {
  margin-bottom: 28px;
}
.ml-28 {
  margin-left: 28px;
}
.mr-28 {
  margin-right: 28px;
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.m-32 {
  margin: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.m-34 {
  margin: 34px;
}
.mt-34 {
  margin-top: 34px;
}
.mb-34 {
  margin-bottom: 34px;
}
.ml-34 {
  margin-left: 34px;
}
.mr-34 {
  margin-right: 34px;
}
.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.mx-34 {
  margin-right: 34px;
  margin-left: 34px;
}

.m-36 {
  margin: 36px;
}
.mt-36 {
  margin-top: 36px;
}
.mb-36 {
  margin-bottom: 36px;
}
.ml-36 {
  margin-left: 36px;
}
.mr-36 {
  margin-right: 36px;
}
.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.m-38 {
  margin: 38px;
}
.mt-38 {
  margin-top: 38px;
}
.mb-38 {
  margin-bottom: 38px;
}
.ml-38 {
  margin-left: 38px;
}
.mr-38 {
  margin-right: 38px;
}
.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.mx-38 {
  margin-right: 38px;
  margin-left: 38px;
}

.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.m-42 {
  margin: 42px;
}
.mt-42 {
  margin-top: 42px;
}
.mb-42 {
  margin-bottom: 42px;
}
.ml-42 {
  margin-left: 42px;
}
.mr-42 {
  margin-right: 42px;
}
.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.mx-42 {
  margin-right: 42px;
  margin-left: 42px;
}

.m-44 {
  margin: 44px;
}
.mt-44 {
  margin-top: 44px;
}
.mb-44 {
  margin-bottom: 44px;
}
.ml-44 {
  margin-left: 44px;
}
.mr-44 {
  margin-right: 44px;
}
.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.m-46 {
  margin: 46px;
}
.mt-46 {
  margin-top: 46px;
}
.mb-46 {
  margin-bottom: 46px;
}
.ml-46 {
  margin-left: 46px;
}
.mr-46 {
  margin-right: 46px;
}
.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.mx-46 {
  margin-right: 46px;
  margin-left: 46px;
}

.m-48 {
  margin: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.m-52 {
  margin: 52px;
}
.mt-52 {
  margin-top: 52px;
}
.mb-52 {
  margin-bottom: 52px;
}
.ml-52 {
  margin-left: 52px;
}
.mr-52 {
  margin-right: 52px;
}
.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.mx-52 {
  margin-right: 52px;
  margin-left: 52px;
}

.m-54 {
  margin: 54px;
}
.mt-54 {
  margin-top: 54px;
}
.mb-54 {
  margin-bottom: 54px;
}
.ml-54 {
  margin-left: 54px;
}
.mr-54 {
  margin-right: 54px;
}
.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.mx-54 {
  margin-right: 54px;
  margin-left: 54px;
}

.m-56 {
  margin: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.m-58 {
  margin: 58px;
}
.mt-58 {
  margin-top: 58px;
}
.mb-58 {
  margin-bottom: 58px;
}
.ml-58 {
  margin-left: 58px;
}
.mr-58 {
  margin-right: 58px;
}
.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.mx-58 {
  margin-right: 58px;
  margin-left: 58px;
}

.m-60 {
  margin: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.m-62 {
  margin: 62px;
}
.mt-62 {
  margin-top: 62px;
}
.mb-62 {
  margin-bottom: 62px;
}
.ml-62 {
  margin-left: 62px;
}
.mr-62 {
  margin-right: 62px;
}
.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.mx-62 {
  margin-right: 62px;
  margin-left: 62px;
}

.m-64 {
  margin: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.p-4 {
  padding: 4px;
}
.pt-4 {
  padding-top: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.p-8 {
  padding: 8px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pl-8 {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.p-12 {
  padding: 12px;
}
.pt-12 {
  padding-top: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pl-12 {
  padding-left: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.p-16 {
  padding: 16px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.p-24 {
  padding: 24px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.p-28 {
  padding: 28px;
}
.pt-28 {
  padding-top: 28px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pl-28 {
  padding-left: 28px;
}
.pr-28 {
  padding-right: 28px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.p-32 {
  padding: 32px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pl-32 {
  padding-left: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.p-34 {
  padding: 34px;
}
.pt-34 {
  padding-top: 34px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pl-34 {
  padding-left: 34px;
}
.pr-34 {
  padding-right: 34px;
}
.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.px-34 {
  padding-right: 34px;
  padding-left: 34px;
}

.p-36 {
  padding: 36px;
}
.pt-36 {
  padding-top: 36px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pl-36 {
  padding-left: 36px;
}
.pr-36 {
  padding-right: 36px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.p-38 {
  padding: 38px;
}
.pt-38 {
  padding-top: 38px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pl-38 {
  padding-left: 38px;
}
.pr-38 {
  padding-right: 38px;
}
.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.px-38 {
  padding-right: 38px;
  padding-left: 38px;
}

.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.p-42 {
  padding: 42px;
}
.pt-42 {
  padding-top: 42px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pl-42 {
  padding-left: 42px;
}
.pr-42 {
  padding-right: 42px;
}
.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.px-42 {
  padding-right: 42px;
  padding-left: 42px;
}

.p-44 {
  padding: 44px;
}
.pt-44 {
  padding-top: 44px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pl-44 {
  padding-left: 44px;
}
.pr-44 {
  padding-right: 44px;
}
.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.p-46 {
  padding: 46px;
}
.pt-46 {
  padding-top: 46px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pl-46 {
  padding-left: 46px;
}
.pr-46 {
  padding-right: 46px;
}
.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.px-46 {
  padding-right: 46px;
  padding-left: 46px;
}

.p-48 {
  padding: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.p-52 {
  padding: 52px;
}
.pt-52 {
  padding-top: 52px;
}
.pb-52 {
  padding-bottom: 52px;
}
.pl-52 {
  padding-left: 52px;
}
.pr-52 {
  padding-right: 52px;
}
.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.p-54 {
  padding: 54px;
}
.pt-54 {
  padding-top: 54px;
}
.pb-54 {
  padding-bottom: 54px;
}
.pl-54 {
  padding-left: 54px;
}
.pr-54 {
  padding-right: 54px;
}
.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.px-54 {
  padding-right: 54px;
  padding-left: 54px;
}

.p-56 {
  padding: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pl-56 {
  padding-left: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.p-58 {
  padding: 58px;
}
.pt-58 {
  padding-top: 58px;
}
.pb-58 {
  padding-bottom: 58px;
}
.pl-58 {
  padding-left: 58px;
}
.pr-58 {
  padding-right: 58px;
}
.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.px-58 {
  padding-right: 58px;
  padding-left: 58px;
}

.p-60 {
  padding: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.p-62 {
  padding: 62px;
}
.pt-62 {
  padding-top: 62px;
}
.pb-62 {
  padding-bottom: 62px;
}
.pl-62 {
  padding-left: 62px;
}
.pr-62 {
  padding-right: 62px;
}
.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.px-62 {
  padding-right: 62px;
  padding-left: 62px;
}

.p-64 {
  padding: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pl-64 {
  padding-left: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.gap-0 {
  gap: 0px;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-34 {
  gap: 34px;
}

.gap-36 {
  gap: 36px;
}

.gap-38 {
  gap: 38px;
}

.gap-40 {
  gap: 40px;
}

.gap-42 {
  gap: 42px;
}

.gap-44 {
  gap: 44px;
}

.gap-46 {
  gap: 46px;
}

.gap-48 {
  gap: 48px;
}

.gap-50 {
  gap: 50px;
}

.gap-52 {
  gap: 52px;
}

.gap-54 {
  gap: 54px;
}

.gap-56 {
  gap: 56px;
}

.gap-58 {
  gap: 58px;
}

.gap-60 {
  gap: 60px;
}

.gap-62 {
  gap: 62px;
}

.gap-64 {
  gap: 64px;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.justify-start {
  justify-content: start;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.align-start {
  align-items: start;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-25 {
  width: 25%;
}

.max-w-25 {
  max-width: 25%;
}

.min-w-25 {
  min-width: 25%;
}

.h-25 {
  height: 25%;
}

.max-h-25 {
  max-height: 25%;
}

.min-h-25 {
  min-height: 25%;
}

.w-50 {
  width: 50%;
}

.max-w-50 {
  max-width: 50%;
}

.min-w-50 {
  min-width: 50%;
}

.h-50 {
  height: 50%;
}

.max-h-50 {
  max-height: 50%;
}

.min-h-50 {
  min-height: 50%;
}

.w-75 {
  width: 75%;
}

.max-w-75 {
  max-width: 75%;
}

.min-w-75 {
  min-width: 75%;
}

.h-75 {
  height: 75%;
}

.max-h-75 {
  max-height: 75%;
}

.min-h-75 {
  min-height: 75%;
}

.w-100 {
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.min-w-100 {
  min-width: 100%;
}

.h-100 {
  height: 100%;
}

.max-h-100 {
  max-height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.w-full {
  width: 100vw;
}

.max-w-full {
  max-width: 100vw;
}

.min-w-full {
  min-width: 100vw;
}

.h-full {
  height: 100vw;
}

.max-h-full {
  max-height: 100vw;
}

.min-h-full {
  min-height: 100vw;
}

.font-display-1 {
  font-size: 5rem;
}

.font-display-2 {
  font-size: 4.5rem;
}

.font-display-3 {
  font-size: 4rem;
}

.font-display-4 {
  font-size: 3.5rem;
}

.font-display-5 {
  font-size: 3rem;
}

.font-display-6 {
  font-size: 2.5rem;
}

.font-h1 {
  font-size: 2rem;
}

.font-h2 {
  font-size: 1.75rem;
}

.font-h3 {
  font-size: 1.5rem;
}

.font-h4 {
  font-size: 1.25rem;
}

.font-h5 {
  font-size: 1rem;
}

.font-h6 {
  font-size: 0.875rem;
}

.font-lead {
  font-size: 1.25rem;
}

.font-small {
  font-size: 0.875rem;
}

.line-heights-display {
  line-height: 1.1;
}

.line-heights-default {
  line-height: 1.5;
}

.weights-bold {
  font-weight: 700;
}

.weights-normal {
  font-weight: 400;
}

.weights-light {
  font-weight: 300;
}

.text-italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-underline {
  text-decoration: underline;
}

.text-muted {
  color: #6B6B6B;
}

.bg-primary {
  background-color: #3485FF;
}

.c-primary {
  color: #3485FF;
}

.bg-red {
  background-color: #F94F46;
}

.c-red {
  color: #F94F46;
}

.bg-green {
  background-color: #198754;
}

.c-green {
  color: #198754;
}

.bg-indigo {
  background-color: #21A0AA;
}

.c-indigo {
  color: #21A0AA;
}

.bg-gray {
  background-color: #6B6B6B;
}

.c-gray {
  color: #6B6B6B;
}

.bg-white {
  background-color: #F8F9FD;
}

.c-white {
  color: #F8F9FD;
}

.bg-light-gray {
  background-color: #C8C8CA;
}

.c-light-gray {
  color: #C8C8CA;
}

.bg-md-gray {
  background-color: #eeeeee;
}

.c-md-gray {
  color: #eeeeee;
}

.bg-black {
  background-color: #292621;
}

.c-black {
  color: #292621;
}

.anim {
  animation: all 0.5s ease-in-out;
}
.anim-top-to-bottom {
  animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-relative {
  position: relative;
}
.position-sticky {
  position: sticky;
}

.rounded {
  border-radius: 100%;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-20 {
  border-radius: 20px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}

.divider {
  background-color: #eeeeee;
  width: 100%;
  height: 5px;
  border-radius: 32px;
}

.nav-bar {
  width: calc(100vw - 20px);
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  max-width: 1280px;
  z-index: 1000;
}
.nav-bar a {
  color: #6B6B6B;
  font-size: 18px;
  font-weight: 500;
}
.nav-bar a:hover {
  color: #3485FF;
}
.nav-bar .menu-mobile {
  display: none;
  position: relative;
}
.nav-bar .menu-mobile i {
  font-size: 30px;
  position: absolute;
  color: #292621;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.nav-bar .menu-mobile .content {
  opacity: 0;
  position: absolute;
  background-color: #F8F9FD;
  padding: 20px;
  right: -25px;
  top: -35px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 200px;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  pointer-events: none;
}
.nav-bar .menu-mobile .content ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.nav-bar .menu-mobile .content ul .menu-item a {
  padding: 10px 0;
  display: block;
  color: #292621;
  font-weight: 500;
}
.nav-bar .menu-mobile .content ul .menu-item a:hover {
  color: #3485FF;
}
.nav-bar .menu-mobile .content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-bar .menu-desk {
  display: flex;
}

@media screen and (max-width: 768px) {
  .nav-bar .menu-desk {
    display: none;
  }
  .nav-bar .menu-mobile {
    display: flex;
  }
}
.footer .d-flex {
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.footer .d-flex .socials-media p {
  color: #F8F9FD;
  margin-top: 10px;
}
.footer .d-flex .socials-media p span {
  font-size: 18px;
  font-weight: 600;
}
.footer .d-flex .terms span {
  color: #F8F9FD;
  font-size: 22px;
  font-weight: 600;
}
.footer .d-flex .terms ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.footer .d-flex .terms ul li a {
  color: #6B6B6B;
  transition: all 0.3s ease;
}
.footer .d-flex .terms ul li a:hover {
  color: #3485FF;
}
.footer .d-flex .company {
  text-align: end;
  color: #6B6B6B;
}
.footer .d-flex .company span {
  color: #F8F9FD;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .d-flex .company div {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .footer .d-flex {
    gap: 30px;
  }
}
.hero {
  width: 100%;
  height: 750px;
  min-height: 500px;
  padding: 50px;
}
.hero .hero_image {
  height: auto;
  width: 100%;
  max-width: 500px;
  align-self: flex-end;
}
.hero .call-to-action {
  max-width: 620px;
}
.hero .call-to-action h1 {
  font-size: 48px;
}
.hero .call-to-action p {
  font-size: 18px;
}
.hero .call-to-action .btn {
  padding: 0.75rem 3.5rem;
}
.hero .arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) scale(4.5);
  color: #3485FF;
}

@media screen and (max-width: 992px) {
  .hero {
    height: 500px;
    padding: 20px;
  }
  .hero > div {
    justify-content: center;
  }
  .hero > div .hero_image {
    display: none;
  }
  .hero > div .call-to-action {
    max-width: 100%;
    text-align: center;
    position: relative;
    top: 30px;
  }
  .hero > div .call-to-action > div {
    justify-content: center;
  }
  .hero > div .call-to-action .btn {
    padding: 0.75rem 2.5rem;
  }
  .hero > div .arrow {
    bottom: -30px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    height: calc(100vh - 100px);
    padding: 20px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 16px;
  }
}
.pillars-section .pillar-card {
  padding: 1.875rem;
  background-color: #F8F9FD;
  flex: 1;
  border-radius: 10px;
}
.pillars-section .pillar-card h3 {
  font-size: 32px;
}
.pillars-section .pillar-card img {
  height: auto;
}
.pillars-section .pillar-card span {
  font-size: 14px;
  color: #6B6B6B;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .pillars-section > div {
    flex-direction: column;
  }
  .pillars-section > div .pillar-card {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .pillars-section > div .pillar-card h3 {
    font-size: 24px;
  }
  .pillars-section > div .pillar-card span {
    font-size: 16px;
  }
}
.why-trust {
  margin: 0px auto;
}
.why-trust .text p {
  text-align: start;
  color: #292621;
  font-weight: 600;
  max-width: 720px;
}
.why-trust .text p span {
  font-style: italic;
}
.why-trust .text h4 {
  color: #292621;
  font-size: 48px;
  text-align: center;
}
.why-trust .image-container {
  width: 334px;
  height: 429px;
}

@media screen and (max-width: 992px) {
  .why-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .why-trust .text {
    text-align: center;
    margin-bottom: 20px;
  }
  .why-trust .text p {
    font-size: 18px;
  }
  .why-trust .text h4 {
    font-size: 32px;
  }
  .why-trust .image-container {
    display: none;
  }
}
.about-hero {
  width: 100%;
  padding: 50px;
  padding-top: 180px;
}
.about-hero .call-to-action {
  max-width: 620px;
  text-align: center;
}
.about-hero .call-to-action h1 {
  font-size: 48px;
}
.about-hero .call-to-action p {
  font-size: 18px;
}
.about-hero .call-to-action .btn {
  padding: 0.75rem 3.5rem;
}

.content {
  margin: 20px 0px;
  padding: 50px;
  border-radius: 16px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 700;
  color: #292621;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.content h1:not(h1), .content h2:not(h1), .content h3:not(h1), .content h4:not(h1), .content h5:not(h1), .content h6:not(h1) {
  margin-top: 20px;
}
.content h1 {
  margin-bottom: 40px;
  font-size: 32px;
}
.content p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #6B6B6B;
}

.form {
  width: 100%;
  padding: 150px 50px 50px;
  margin: 0px 0px 50px;
  border-radius: 32px;
  color: #292621;
}
.form h3 {
  font-size: 42px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.form h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0px;
}

.credit-card {
  width: 100%;
  padding: 150px 50px 50px;
  margin: 0px 0px 50px;
  border-radius: 32px;
  color: #292621;
}
.credit-card h3 {
  font-size: 42px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.credit-card .credit-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.credit-card .credit-card-list .credit-card-item {
  background-color: #F8F9FD;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 16px;
}
.credit-card .credit-card-list .credit-card-item:hover {
  transform: translateY(-5px);
}
.credit-card .credit-card-list .credit-card-item:hover .credit-card-footer .post-title {
  color: #3485FF;
}
.credit-card .credit-card-list .credit-card-item .credit-card-image {
  border-radius: 16px;
  width: 100%;
}
.credit-card .credit-card-list .credit-card-item .credit-card-image img {
  border-radius: 16px 16px 0px 0px;
  width: 100%;
  object-fit: cover;
}
.credit-card .credit-card-list .credit-card-item .credit-card-footer {
  padding: 0px 10px;
  font-size: 16px;
  color: #292621;
  text-align: center;
  margin: 10px 0;
  letter-spacing: 1.2px;
  text-align: start;
}
.credit-card .credit-card-list .credit-card-item .credit-card-footer .post-title {
  display: block;
}
.credit-card .credit-card-list .credit-card-item .credit-card-footer .apply-button {
  margin-top: 10px;
  font-size: 14px;
  position: relative;
  color: #3485FF;
}

.terms-use h1, .terms-use h2, .terms-use h3, .terms-use h4, .terms-use h5, .terms-use h6 {
  font-weight: 700;
  color: #292621;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.terms-use h1:not(h1), .terms-use h2:not(h1), .terms-use h3:not(h1), .terms-use h4:not(h1), .terms-use h5:not(h1), .terms-use h6:not(h1) {
  margin-top: 20px;
}
.terms-use h1 {
  margin-bottom: 40px;
  font-size: 32px;
}
.terms-use p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #6B6B6B;
}

* {
  padding: 0px;
  margin: 0px;
  outline: none;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
