/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  	scroll-behavior: smooth;

}
body {
  margin: 0;
}

footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

main {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
address {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

strong {
  font-weight: bolder;
}

video {
  display: inline-block;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  overflow: auto;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: rgba(237, 242, 247, 1);
  color: #3b4351;
    font-family: Inter, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  text-wrap-style: balance;
}
a {
  color: #5755d9;
  outline: 0;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
a.active,
a:active,
a:focus,
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #161617;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.2em;
  margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  overflow-wrap: break-word;
}
.h1,
h1 {
  font-size: 34px;
}
.h2,
h2 {
  font-size: 1.6rem;
}
.h3,
h3 {
  font-size: 34px;
    font-weight: bold;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 0.5rem;
}
.card-title.h5.specialColor {
    font-size: 22px;
    font-weight: bold;
    color: #204776;
}
a,
u {
  -webkit-text-decoration-skip: ink edges;
  text-decoration-skip: ink edges;
}
blockquote {
  border-left: none;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}

ul ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
}

ul li {
  margin-top: 0.4rem;
}
ul {
  list-style: disc outside;
  text-indent: 0px;
}
ul ul {
  list-style-type: circle;
}
/* BASIC */
.TOPA {
  margin-top: 90px; padding-bottom: 20px;
}
.myHERO {
  background-image: url(/images/bg_web.webp);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;

}
.AddUserIMG {
  background-image: url(/images/consultant.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 95%;
  position: relative;
  left: 125px;
}
/* Mobile-optimized consultant background - smaller file size */
@media (max-width: 840px) {
  .AddUserIMG {
    background-image: url(/images/consultant_mobile.webp); 
  }
}
footer {
    margin-top: 121px;
}
.H1Styler {
  width: auto;
    height: auto;
    background: #FFFFFF;
    backdrop-filter: blur(1.8765px);
    border-radius: 77.1052px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.TestimonialsBG {
 background-image: url(/images/bg_web.webp);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
    padding-right: 30px;

}
.MaxWidth375px {
  width: 375px;
}
.FlexCenter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.SecondLine,
.SecondLine strong {
  display: block;
}
.TextTransformUppercase {
  text-transform: uppercase;
}
.ColoMe {
  background: #EDF2F7;
  padding-top: 90px;
  padding-bottom: 64px;
}
/* Testimonials Slider */
.testimonials-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

.testimonials-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
  cursor: grab;
  user-select: none;
}

.testimonials-slider:active {
  cursor: grabbing;
}

.testimonial-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.testimonial-slide .cardTestimonials {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.testimonial-slide .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonials-pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.testimonials-pagination .dot.active {
  background-color: #fff;
}

.GehaltserhoehungSpacer{
  background: linear-gradient(160.7deg, #267BC1 7.31%, #101557 100.92%);
}
.ArbeitgeberBlock {
    background-color: #EDF2F7;
}
/* Desktop: 2 columns, keep pagination visible */
@media (min-width: 841px) {
  .testimonial-slide {
    flex: 0 0 calc(50% - 10px);
  }

  .testimonials-pagination {
    display: flex;
  }

}

/* CardNBlock 3 equal columns layout */
.NewSpecialcolor {
  color: #1E426D !important;
}
.card-bodyD {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-top: 64px;
}

.CardNBlock {
  flex: 1 1 calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
  background: #204776;
  padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  border-radius: 19px;
  text-align: center;
}

.CardNBlock img {
  margin-bottom: 15px;
}

.SubBlock h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.SubBlock p {
  margin: 0;
}
.cardXY {
  margin-right: 5%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ULListA li::marker {
  color: #1E426D !important;
  font-size: 32px !important;
}
/* Mobile: Stack vertically */
@media (max-width: 840px) {
 
  .h1, h1 {
    font-size: 25px;
}
  .TOPA {
    margin-top: 20px;
    padding-bottom: 0px;
}
  .CardNBlock {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    min-width: 200px;
    background: #204776;
    padding: 20px;
    border-radius: 19px;
    justify-content: flex-start;
  }
  .SubBlock h4 {
    margin-bottom: 5px;
}
  .ColoMe {
    background-color: #204776;
  }
  .NewSpecialcolor {
    color: #ffffff !important;
  }
  .SubBlock {
    text-align: left;
    margin-left: 30px;
  }
  .H1Styler {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

}

.BackDropEffect {
  background: rgba(255, 255, 255, 0.22);
backdrop-filter: blur(7.5px);
  border-radius: 19px;
  padding: 5px;
  margin-bottom: 90px;
  z-index: 2;
    position: relative;
}

header {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  background-color: white;
}

video.BorderRadius.img-responsive {
  max-width: 320px;
  display: flex;
}
.WhiteBackground {
  background-color: white;
}
.card-title.h4 {
  color: #1E426D;
}
.specialColor {
  color: #1E426D;
}
.specialColor span {
  color: rgba(218, 249, 147, 1);
}
.BorderRadius {
  border-radius: 19px;
}
img.cardHolderIMG {
  background-color: rgba(32, 32, 180, 1);
  padding: 10px;
  border-radius: 50%;
}
.logo-scroller {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.ExtraPadding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.cardHolder {
  background: #60CDF4;
  padding: 3px;
  border-radius: 19px;
  height: 100%;
}
.cardHolderWrapper {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 16px;
  height: 100%;
  text-align: center;
}

.logo-scroller-inner {
  display: flex;
  gap: 2rem;
  width: fit-content;
}

.logo-item {
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.logo-item:hover {
  opacity: 0.8;
}

.logo-item img {
  width: 170px;
  height: 120px;
  width: auto;
  object-fit: contain;
}
.BoxDesign {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.designBoxBehind {
  position: absolute;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;
  background: linear-gradient(167.21deg, #1C72E0 3.15%, #0F3E7A 130.47%);
  border-radius: 8px;
  z-index: 0;
}
.designBox {
  background: white;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  border-radius: 8px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 0px;
  border: 4px solid white;
  z-index: 1;
}
.form-horizontal .form-group {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
}
.LineDesign {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  border-bottom: 4px solid #204776;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.LineDesign span {
  display: inline-block;
  height: 4px;
  width: 20px;
  background: #204776;
  position: relative;
  margin-left: 20px;
}
.CalColor {
  background-color: #2d5383;
}

.CalcSection {
  background: white;
  border-radius: 12px;
  padding: 2rem !important;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
width: 96% !important;
}

.cardCalc {
   background: #edf2f7;
    border-radius: 12px;
    margin-bottom: 40px;
}

.cardTestimonials {
  background-image: url(/images/icons/Quote.svg);
  background-position: bottom right;
  background-size: 120px;
  background-repeat: no-repeat;
  background-color: white;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}

.cardTestimonials .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0px;
}

/* Quick Check Modal Styles */
#quick-check-modal .modal-container {
  max-width: 500px;
}

#quick-check-modal .modal-header {
  background: linear-gradient(135deg, #2d5383 0%, #1a3a5c 100%);
  color: white;
  padding: 1.5rem;
}

#quick-check-modal .modal-title {
  color: white;
  font-weight: 600;
  margin: 0;
}

#quick-check-modal .modal-body {
  padding: 2rem;
}

#quick-check-modal .form-input {
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 16px;
  transition: border-color 0.3s;
}

#quick-check-modal .form-input:focus {
  border-color: #2d5383;
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 83, 131, 0.1);
}

#quick-check-modal .btn-primary {
  background-color: #2d5383;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s;
}

#quick-check-modal .btn-primary:hover {
  background-color: #1a3a5c;
}

#quick-check-modal .btn-primary:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

#quick-check-modal .toast {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 6px;
  font-weight: 500;
}

#quick-check-modal .toast-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#quick-check-modal .toast-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/*  */

html:lang(zh),
html:lang(zh-Hans) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
    sans-serif;
}

html:lang(zh-Hant) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue",
    sans-serif;
}

html:lang(ja) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo,
    "Helvetica Neue", sans-serif;
}

html:lang(ko) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Malgun Gothic", "Helvetica Neue", sans-serif;
}

:lang(ja) u,
:lang(zh) u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}

:lang(ja) s + s,
:lang(ja) u + u,
:lang(zh) s + s,
:lang(zh) u + u {
  margin-left: 0.125em;
}
.btnExtra {
  background: linear-gradient(
    95.58deg,
    #3144ec 29.35%,
    #181886 55.04%,
    #0e0e4e 132.13%
  ) !important;
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0rem solid #5755d9;
  border-radius: 10px;
  color: #5755d9;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: 0;
  padding: 0.25rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.btn:focus,
.btn:hover {
  background: #f1f1fc;
  border-color: #4b48d6;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background: rgba(32, 32, 180, 1);
  border-color: rgba(32, 32, 180, 1);
  color: #fff;
  text-decoration: none;
}
.btn.active.loading::after,
.btn:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #1E426D;
  border-color: #1E426D;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: rgba(25, 25, 145, 1);
  border-color: rgba(25, 25, 145, 1);
  color: #fff;
}
.btn.btn-primary.active,
.btn.btn-primary:active {
  background: rgba(20, 20, 120, 1);
  border-color: rgba(20, 20, 120, 1);
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff;
}
.btn.btn-success.active,
.btn.btn-success:active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error {
  background: #e85600;
  border-color: #d95000;
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.btn.btn-error:focus,
.btn.btn-error:hover {
  background: #de5200;
  border-color: #cf4d00;
  color: #fff;
}
.btn.btn-error.active,
.btn.btn-error:active {
  background: #c44900;
  border-color: #b54300;
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: 0 0;
  border-color: transparent;
  color: #5755d9;
}
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #302ecd;
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.9rem;
  height: auto;
  padding: 0.5rem 0.5rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  padding-left: 0;
  padding-right: 0;
  width: 1.8rem;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: 0 0;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus,
.btn.btn-clear:hover {
  background: rgba(247, 248, 249, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: -ms-flexbox;
  display: flex;
}
.btn-group.btn-group-block .btn {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}
.form-label {
  display: flex;
    line-height: 1.2rem;
    padding: .3rem 0;
    justify-content: flex-start;
    width: 100%;
}
form#contactForm {
    max-width: 780px;
    margin: auto;
}
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: none;
  border-radius: 6px;
  color: #3b4351;
  display: block;
  font-size: 0.8rem;
  height: 60px;
  line-height: 1.2rem;
  max-width: 100%;
  outline: 0;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
  width: 100%;
}
.form-input:focus {
  border-color: #5755d9;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.form-input:-ms-input-placeholder {
  color: #bcc3ce;
}
.form-input::-ms-input-placeholder {
  color: #bcc3ce;
}
.form-input::placeholder {
  color: #bcc3ce;
}
textarea.form-input {
  height: auto;
}
.form-input-hint {
  color: #bcc3ce;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: 0;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
}
.form-select:focus {
  border-color: #5755d9;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.form-select::-ms-expand {
  display: none;
}
.form-select:not([multiple]):not([size]) {
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
    no-repeat right 0.35rem center/.4rem 0.5rem;
  padding-right: 1.2rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #5755d9;
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #5755d9;
  border-color: #5755d9;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #eef0f3;
}
.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #5755d9;
  border-color: #5755d9;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #bcc3ce;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s,
    left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #f7f8f9;
}
.form-input:not(:-ms-input-placeholder):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:-ms-input-placeholder):invalid:focus {
  background: #fffaf7;
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-input:not(:placeholder-shown):invalid:focus {
  background: #fffaf7;
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
  color: #e85600;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}
.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}
input.disabled + .form-icon,
input:disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}
.form-switch input.disabled + .form-icon::before,
.form-switch input:disabled + .form-icon::before {
  background: #fff;
}
.form-horizontal {
  padding: 0;
}
.form-horizontal .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-inline {
  display: inline-block;
}
.label {
  background: #eef0f3;
  border-radius: 0.1rem;
  color: #455060;
  display: inline-block;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 983px;
}
.container.grid-lg {
  max-width: 976px;
}
.container.grid-md {
  max-width: 856px;
}

.show-md {
  display: none !important;
}

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}

.columns.col-oneline {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column,
[class~="col-"] {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-auto,
[class~="col-"].col-1,
[class~="col-"].col-10,
[class~="col-"].col-11,
[class~="col-"].col-12,
[class~="col-"].col-2,
[class~="col-"].col-3,
[class~="col-"].col-4,
[class~="col-"].col-5,
[class~="col-"].col-6,
[class~="col-"].col-7,
[class~="col-"].col-8,
[class~="col-"].col-9,
[class~="col-"].col-auto {
  -ms-flex: none;
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
}
@media (max-width: 960px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
}
@media (max-width: 840px) {
    .cardCalc {
    background: #ffffff;
    border-radius: 12px;
}
.form-input {
    border: 1px solid;
}
.BackDropEffect {
 background: rgba(30, 66, 109, 0.45);
backdrop-filter: blur(7.5px);
    margin-bottom: 30px;
}
  .cardHolderWrapper {
    text-align: center;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 720px) {

  h1 {
    font-size: 25px !important;
    margin: 0.67em 0;
  }
  
}
@media (max-width: 600px) {
   
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }

  .MaxWidth375px {
    width: auto;
  }
}

.ExtraPaddingMobile {
    padding-top: 50px;
    padding-bottom: 50px;
}
.CalculatorSection {
    background-color: #edf2f7;
    padding-bottom: 64px;
    padding-top: 50px;
}
@media (max-width: 480px) {
      .cardCalc {
    border-radius: 0px;
}
  .card-title.h5.specialColor {
    font-size: 18px;
}
  img.img-responsive.calc-icon-spacing {
    display: none;
}
  .CalcSection {
    width: 100% !important;
    padding: 0.5rem !important;
}
  .ExtraPaddingMobile {
    padding-top: 20px;
    padding-bottom: 0px;
}
  video.BorderRadius.img-responsive {
    max-width: none;
}
.cardXY {
    margin-top: 30px;
}
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
}
.navbar {
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -ms-flex-align: center;
}
.navbar .navbar-section:not(:first-child):last-child {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}
.avatar {
  background: #5755d9;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  height: 1.6rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.6rem;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 5.2rem;
  width: 5.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #bcc3ce;
  border-radius: 50%;
  box-shadow: 0 0 0 0.1rem #fff;
  height: 0.5em;
  width: 0.5em;
}
.card {
  background: #fff;
  border: 0.05rem solid #dadee4;
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active,
.modal:target {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal.active .modal-overlay,
.modal:target .modal-overlay {
  background: rgba(247, 248, 249, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.active .modal-container,
.modal:target .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #fff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}
.modal-container {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  /* padding: 0 0.8rem; */
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.toast {
  background: rgba(48, 55, 66, 0.95);
  border: 0.05rem solid #303742;
  border-color: #303742;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  padding: 0.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(87, 85, 217, 0.95);
  border-color: #5755d9;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(232, 86, 0, 0.95);
  border-color: #e85600;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a.active,
.toast a:active,
.toast a:focus,
.toast a:hover {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-gray {
  color: #bcc3ce !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #adb6c4;
}
a.text-gray:visited {
  color: #cbd0d9;
}
.text-dark {
  color: #3b4351 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #303742;
}
a.text-dark:visited {
  color: #455060;
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 0.5s infinite linear;
  background: 0 0;
  border: 0.1rem solid #5755d9;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.float-right {
  float: right !important;
}
.p-relative {
  position: relative !important;
}
.mb-1 {
  margin-bottom: 0.2rem !important;
}
.m-2 {
  margin: 0.4rem !important;
}
.mb-2 {
  margin-bottom: 0.4rem !important;
}
.mr-2 {
  margin-right: 0.4rem !important;
}
.mt-2 {
  margin-top: 0.4rem !important;
}
.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}
.p-2 {
  padding: 0.4rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}


/* Read More Button Styles */
.card-text-content {
  transition: max-height 0.3s ease;
}

.card-text-content.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-text-content.expanded {
  display: block;
}

.read-more-btn {
  background: none;
  color: #1E426D;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  display: none;
  margin-left: 5px;
}

.read-more-btn:hover {
  color: #1818a0;
}

.read-more-btn:focus {
  outline: none;
  color: #1818a0;
}

@media (max-width: 600px) {
  .read-more-btn {
    display: inline;
  }
}

@media (max-width: 600px) {
.video-section-bg {
    background: transparent !important;
}
}

/* Testimonial Section Classes */
.testimonial-heading {
  font-size: 34px !important;
  font-weight: bold !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.testimonial-name {
  font-size: 18px !important;
  color: #1E426D !important;
  padding-top: 22px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.testimonial-role {
  font-size: 14px !important;
  color: #535353 !important;
  font-weight: 500 !important;
  max-width: 300px !important;
  margin: auto !important;
}
.quote-padding {
  padding: 0 !important;
}
.quote-text {
  font-size: 18px !important;
  color: #383838 !important;
  /* font-weight: bold !important; */
}
.mt-45 {
  margin-top: 45px !important;
}
.MakeDown {
  position: absolute;
  bottom: 0;
}

@media (max-width: 840px) {
  .CalcSection {
    background: transparent;
    box-shadow: none;
}
  .testimonials-slider {
    gap: 0px;
  }
  .testimonial-heading {
    font-size: 25px !important;
  }
  .testimonials-slider-wrapper {
    padding-bottom: 70px;
  }
}


/* ===================================
   CUSTOM STYLES 
   =================================== */

/* General Styles */
.card-title.h5.specialColor {
    font-size: 18px;
    font-weight: 700;
    color: #204776;
}

a:visited {
    color: unset;
}

/* Card Description Read More Styles */
.card-description-wrapper {
    position: relative;
}

.card-description-wrapper input[type="checkbox"] {
    display: none;
}

.card-description-text {
    display: inline;
    font-size: 16px;
}

.card-description-text .text-truncate {
    display: inline;
}

.card-description-text .text-full {
    display: none;
}

.card-description-wrapper input[type="checkbox"]:checked ~ .card-description-text .text-truncate {
    display: none;
}

.card-description-wrapper input[type="checkbox"]:checked ~ .card-description-text .text-full {
    display: inline;
}

.read-more-btn {
    color: #2020B4;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline;
    margin-left: 5px;
}

.card-description-wrapper input[type="checkbox"]:checked ~ .read-more-btn {
    display: none;
}

@media (max-width: 840px) {
    .card-description-text .text-truncate {
        display: none !important;
    }
    .card-description-text .text-full {
        display: inline !important;
    }
    .read-more-btn {
        display: none !important;
    }
}

/* Hero Section Styles */
.hero-padding {
    padding: 10px;
}

.hero-position-relative {
    position: relative;
}

.hero-subtitle {
    font-size: 30px;
    color: white;
    padding-bottom: 50px;
}

.hero-person-display {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-lohn-title {
    margin: auto;
    color: white;
    font-weight: bold;
    padding-top: 15px;
}

.hero-button-padding {
    padding-bottom: 30px;
}

.hero-btn-primary {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
}

/* Client Section Styles */
.client-section-padding {
    padding-bottom: 45px;
}

.client-title {
    font-weight: bold;
    font-size: 18px;
}

.client-count {
    font-size: 14px;
    color: #062953;
}

/* Video Section Styles */
.video-section-bg {
    background-image: url(/images/video_bg.svg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.video-container-bg {
    background: #1E426D;
    margin-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.video-border-radius {
    border-radius: 0;
}

/* Card Steps Section Styles */
.card-steps-bg {
    background: linear-gradient(354.51deg, #2C6CB1 13.06%, #1E426D 89.19%);
    padding-top: 60px;
}

.card-steps-title {
    padding-bottom: 30px;
    text-wrap-style: pretty;
    font-size: 30px;
}

.card-steps-columns {
    position: relative;
}

.card-last-col-padding {
    padding-bottom: 60px;
}

/* Button Section Styles */
.button-section-bg {
    background-image: url(/images/button_BG.svg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Salary Section Styles */
.salary-section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Contact Section Styles */

/* Calculator Section Styles */
.CalculatorSection {
    /* background: linear-gradient(354.51deg, #2C6CB1 13.06%, #101557 89.19%); */
    padding-top: 20px;
}

.CalcSection {
    position: relative;
}

.calc-section-padding {
    padding-bottom: 60px;
}

.calc-title {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 64px;
}

.calc-description {
    font-size: 22px;
    max-width: 800px;
    margin: auto;
    font-weight: bold;
}

.calc-instruction {
    font-size: 18px;
    color: #383838;
    padding-bottom: 45px !important;
}

.calc-icon-spacing {
    margin: 20px auto;
}

.pb-70 {
    padding-bottom: 30px;
}

.form-padding-top {
    padding-top: 20px;
}

.form-padding-bottom {
    padding-bottom: 20px;
}

.calc-salary-error {
    color: #e85600;
    display: none;
    margin-top: 5px;
}

.CalColor {
    background-color: #2020B4;
}

.calc-result-bg {
    background-color: #204776;
}

.calc-result-card {
    background-color: #204776;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* Hero Title Styles */
.hero-title-balanced {
    text-wrap-style: balance;
    width: 90%;
    margin: auto;
}

/* Card Image Centered */
.card-img-centered {
    margin: auto;
    margin-bottom: 10px;
}

/* Button Styles */
.btn-full-consultation {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap-style: pretty;
}

.btn-full-quickcheck {
    width: 100%;
    border: 2px solid rgba(32, 32, 180, 1);
    color: #2020b4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap-style: pretty;
}

/* Challenge Title */
.challenge-main-title {
    font-size: 34px;
    font-weight: bold;
}

/* Salary Section Title */
.salary-section-title {
    padding-bottom: 64px;
    font-size: 32px;
    font-weight: bold;
}

/* Image Height Full */
.img-height-full {
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Salary Content Title */
.salary-content-title {
    padding-top: 0px;
    font-size: 22px;
    padding-bottom: 40px;
    max-width: 400px;
    margin: auto;
    font-weight: bold;
}

/* Salary Text Styles */
.salary-text-italic-bold {
    font-size: 18px;
    font-weight: 500;
}

.salary-text-bold {
    font-size: 18px;
    font-weight: 500;
}

/* Salary Button */
.salary-cta-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap-style: pretty;
}
.MasterUL {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 35px;
}
.MasterUL li h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
    color: #383838;
}

.NEWPADD {
    padding-top: 90px;
    padding-bottom: 64px;
}
/* Benefits Divider */
.benefits-divider-bg {
    background-image: url(/images/bg_web.webp);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 115px;
}

/* Benefits Main Title */
.benefits-main-title {
    font-size: 34px;
    font-weight: bold;
    padding-top: 90px;
    padding-bottom: 64px;
}

/* Benefits Columns Bottom Padding */
.benefits-columns-bottom-padding {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.benefits-columns-bottom-padding > .column {
    display: flex;
}

.card-bodyX {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ULListA {
    flex: 1;
    font-size: 18px;
}
.ULListA li span {
    position: relative;
    top: -5px;
}
/* Benefits Card Title No Transform */
.benefits-card-title-plain {
    padding-bottom: 35px;
    font-size: 22px;
    text-transform: none;
}

/* Contact Main Title */
.contact-main-title {
    padding-top: 80px;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Honeypot Field Hidden */
.honeypot-hidden {
    display: none;
}

/* Form Button Padding */
.form-btn-top-padding {
    padding-top: 20px;
}

/* Contact Submit Button */
.contact-submit-btn {
    height: 75px;
    max-width: 430px;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
}

/* Modal Form Margin */
.modal-form-top-margin {
    margin-top: 40px;
}

/* Toast Display None */
.toast-display-none {
    display: none;
}

/* Unique Classes for Inline Styles */

/* Hero columns offset */
.hero-columns-offset {
    position: relative;
    left: -115px;
}

/* Client section top padding */
.client-section-top-padding {
    padding-top: 48px;
}

/* Image aspect ratio 9:8 */
.img-aspect-ratio-9-8 {
    aspect-ratio: 9 / 8;
    object-fit: cover;
    width: 100%;
}

/* Challenge section bottom padding */
.challenge-section-bottom-padding {
    padding-bottom: 90px;
}

/* CTA container centered */
.cta-container-centered {
    font-size: 22px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

/* CTA text padding */
.cta-text-padding {
    padding-bottom: 32px;
}

/* CTA button spacing */
.cta-button-spacing {
    max-width: 430px;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 32px;
}


@media (max-width: 600px) {
  .hero-subtitle {
    font-size: 22px;
}
.hero-lohn-title {
    margin: auto;
    color: #ffffff;
    font-weight: bold;
    padding-top: 0px;
    font-size: 18px;
}
.hero-button-padding {
    padding-bottom: 0px;
}
.ExtraPadding {
    padding-top: 64px;
}
.video-container-bg {
    background: #1E426D;
    margin-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.card-steps-bg {
    padding-top: 44px;
}
.card-steps-title {
    padding-bottom: 44px;
    text-wrap-style: pretty;
    font-size: 25px;
}
.card-last-col-padding {
    padding-bottom: 64px;
}
.button-section-bg {
    background-position: right center;
}
.NEWPADD {
    padding-top: 34px;
    padding-bottom: 34px;
}
.challenge-main-title {
    font-size: 25px;
        color: #1E426D !important;
    text-transform: unset;
}
.XXS {
    color: white !important;
    max-width: 320px;
    margin: auto;
    margin-bottom: 48px;
}
.ColoMe {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-top: 60px;
}
.card-bodyD {
    margin-top: 15px;
}
.salary-section-title {
    padding-bottom: 36px;
    font-size: 25px;
    font-weight: bold;
}
.salary-section-padding {
    padding-bottom: 80px;
}
.benefits-main-title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 0px;
}
.calc-title {
    font-size: 22px;
}
.calc-description {
    font-size: 18px;
}
.NOPADDD {
    margin: 0;
    padding: 0;
}
.CalculatorSection {
    padding-bottom: 0px;
}
.TestimonialsBG {
    padding: 10px;
}
.contact-main-title {
    font-size: 22px;
}
}

@media (max-width: 840px) {
    .contact-main-title {
    padding-top: 64px;
    margin-bottom: 34px;
}
    .cta-button-spacing {
    margin-bottom: 64px;
}
    .pb-70 {
    padding-bottom: 0px;
}
    .calc-instruction {
    padding-bottom: 0px !important;
}
    .calc-section-padding {
    padding-bottom: 36px;
}
    .CalculatorSection {
    padding-top: 0px;
}
    .calc-title {
    padding-top: 0px;
}
    .salary-content-title {
    padding-top: 36px;
   
    }
    .salary-text-bold {
    margin-bottom: 34px;
}
.salary-section-padding {
        padding-bottom: 64px;
    }
 .hero-columns-offset {
    position: relative;
    left: 0;
} 
.AddUserIMG {
    background-position: bottom center;
    background-size: auto 70%;
    left: 0;
}  
.hero-subtitle {
    font-size: 25px;
    color: white;
    margin-bottom: 160px;
    padding-bottom: 100px;
}
}

@media (max-width: 600px) {
    .AddUserIMG {
    background-size: auto 70%;
}  
.ColoMe {
    margin-top: 60px;
}
}

@media (max-width: 480px) {
.ColoMe {
    padding-bottom: 32px;
}

}

/* FAQ Accordion Styles */
.accordion {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

.accordion-header {
    background-color: #1E426D;
    color: #fff;
    cursor: pointer;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header::-webkit-details-marker {
    display: none;
}

.accordion-header::after {
    content: '\2193';
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-left: 16px;
    flex-shrink: 0;
}

.accordion[open] .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-header:hover {
    background-color: #1e426d;
}

.accordion-header h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.accordion-body {
    background-color: #1e426d;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}

.accordion-body p {
    margin-bottom: 16px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body ul {
    margin: 16px 0;
    padding-left: 24px;
}

.accordion-body ul li {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .accordion-header {
        padding: 16px 20px;
        font-size: 16px;
    }
    .accordion-body {
        padding: 20px;
        font-size: 15px;
    }
}
