body {
  height: 100vh;
}
body .btn-check:checked + .btn, body .btn.active, body .btn.show, body .btn:first-child:active, body :not(.btn-check) + .btn:active {
  color: white !important;
  background-color: #008552;
  border-color: var(--bs-btn-active-border-color);
}
body .cc-calto-action-ripple-2 {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 2rem;
  background: green;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}
body .call-buton .cc-calto-action-ripple i {
  transition: 0.3s ease;
  font-size: 2.2rem;
}
body .call-buton .cc-calto-action-ripple:hover i {
  transform: rotate(135deg);
}
@keyframes cc-calto-action-ripple-2 {
  0% {
    box-shadow: 0 4px 10px green, 0 0 0 5px green, 0 0 0 10px green, 0 0 0 20px green;
  }
  100% {
    box-shadow: 0 4px 10px green, 0 0 0 5px green, 0 0 0 10px green, 0 0 0 20px green;
  }
}
body span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}
body .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  background: #ec8b00;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}
body .call-buton .cc-calto-action-ripple i {
  transition: 0.3s ease;
  font-size: 2.2rem;
}
body .call-buton .cc-calto-action-ripple:hover i {
  transform: rotate(135deg);
}
@keyframes cc-calto-action-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
  }
}
body span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}
body header.headerSection .LOGO .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header.headerSection .LOGO .container a img.img-fluid {
  height: 90px;
}
body header.headerSection .LOGO .container button {
  background-color: #008552;
  border: #008552;
  padding: 10px;
  border-radius: 5px;
}
body header.headerSection .container nav {
  background: #008552;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body header.headerSection .container nav.navs .container-fluid .nav-link {
  color: white;
}
body main section.bannerSection .container {
  width: 100%;
}
body main section.bannerSection .container .row .LeftItem {
  padding-top: 20px;
}
body main section.bannerSection .container .row .LeftItem h1 {
  font-size: 27px;
  line-height: 1.4;
  font-family: serif arial;
  font-weight: 700;
  color: #008552;
}
body main section.bannerSection .container .row .LeftItem p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: gray;
  font-size: 17px;
}
body main section.bannerSection .container .row .FormContainer {
  background-color: rgba(2, 133, 83, 0.16) !important;
  width: 90%;
  padding: 20px;
}
body main section.bannerSection .container .row .FormContainer form .form-control {
  height: auto;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border: 2px solid white;
  box-shadow: none;
}
body main section.bannerSection .container .row .FormContainer form .form-control::-moz-placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.bannerSection .container .row .FormContainer form .form-control::placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.bannerSection .container .row .FormContainer form .form-control:focus {
  border: 2px solid rgba(6, 136, 67, 0.8235294118);
}
body main section.bannerSection .container .row .FormContainer form button {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 4px;
  width: 100%;
  background-color: #008552;
  border-color: #008552;
}
body main section.bannerSection .container .row .FormContainer form button a {
  text-decoration: none;
  color: white !important;
}
body main section.bannerSection .container .row .SecurePoints {
  padding-top: 30px;
}
body main section.bannerSection .container .row .SecurePoints ul {
  padding: 0;
  list-style: none;
  line-height: 2.5;
}
body main section.bannerSection .container .row .SecurePoints ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 17px;
}
body main section.bannerSection .container .row .SecurePoints ul li i {
  font-size: 25px;
  color: rgba(6, 136, 67, 0.8235294118);
  font-weight: 600;
}
body main section.bannerSection .container .row .ImageContainer img {
  background-size: cover;
}
body main section.bannerSection .container .row .ImageContainer img.img-fluid {
  width: 100%;
  height: 500px;
}
body main section.BlogSection .container {
  padding: 20px;
  background-color: rgba(211, 211, 211, 0.088);
}
body main section.BlogSection .container p {
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}
body main section.BlogSection .container h2 {
  font-size: 24px;
  text-align: center;
  color: #008552;
}
body main section.BlogSection .container h3 {
  font-size: 18px;
  color: #008552;
}
body main section.BlogSection .container .textRows img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
}
body main section.BlogSection .container .sideImage img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
  height: 280px;
  width: 100%;
}
body main section.BlogSection .container .sideImage2 img.img-fluid {
  border: 5px solid rgba(255, 69, 0, 0.1215686275);
}
body main section.BlogSection .container ul {
  list-style: none;
  padding: 0;
  line-height: 1.9;
}
body main section.BlogSection .container ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(211, 211, 211, 0.277);
  gap: 5px;
}
body main section.BlogSection .container ul li i {
  color: green;
  font-size: 30px;
}
body main section.CardSection .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: auto;
}
body main section.CardSection .container .education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}
body main section.CardSection .container .credentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}
body main section.CardSection .container .wallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}
body main section.CardSection .container .human-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}
body main section.CardSection .container .card {
  width: 100%;
  height: 321px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}
body main section.CardSection .container .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
body main section.CardSection .container .card:hover .overlay {
  transform: scale(4) translateZ(0);
}
body main section.CardSection .container .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}
body main section.CardSection .container .card:hover .circle:after {
  background: var(--bg-color-light);
}
body main section.CardSection .container .card:hover p {
  color: var(--text-color-hover);
}
body main section.CardSection .container .card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}
body main section.CardSection .container .card p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}
body main section.CardSection .container .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
body main section.CardSection .container .circle i {
  z-index: 2;
  color: rgb(0, 0, 0);
  font-size: 50px;
}
body main section.CardSection .container .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}
body main section.CardSection .container .circle svg {
  z-index: 10000;
  transform: translateZ(0);
}
body main section.CardSection .container .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
body main section.cardsListSection .container .row .card h5 a {
  color: #008552;
  text-decoration: none;
}
body main section.cardsListSection .container .row .card h5 a:hover {
  border-bottom: 1px solid gray;
}
body main section.cardsListSection .container .row .ListInfo .card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.cardsListSection .container .row .ListInfo .card img {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.056);
}
body main section.cardsListSection .container .row .ListInfo .card h5 {
  text-align: center;
  color: #008552;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul {
  list-style: none;
  padding: 0;
  line-height: 1.9;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(211, 211, 211, 0.277);
  gap: 5px;
}
body main section.cardsListSection .container .row .ListInfo .card .card-body ul li i {
  color: green;
  font-size: 30px;
}
body main section.CTA .container {
  background-color: #008552;
  padding: 20px;
}
body main section.CTA .container .row .TextDiv h5 {
  line-height: 1.5;
  font-size: 25px;
  font-weight: 500;
  color: white;
}
body main section.CTA .container .row .FormContainer {
  background-color: rgba(206, 204, 204, 0.5803921569) !important;
  width: 90%;
  padding: 20px;
}
body main section.CTA .container .row .FormContainer form .form-control {
  height: auto;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border: 2px solid white;
  box-shadow: none;
}
body main section.CTA .container .row .FormContainer form .form-control::-moz-placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.CTA .container .row .FormContainer form .form-control::placeholder {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.69);
}
body main section.CTA .container .row .FormContainer form .form-control:focus {
  border: 2px solid rgba(6, 136, 67, 0.8235294118);
}
body main section.CTA .container .row .FormContainer form button {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 4px;
  width: 100%;
  background-color: #008552;
  border-color: #008552;
}
body main section.how-it-works .container .heading h2 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body main section.how-it-works .container .heading h2 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.how-it-works .container .stepsContainer .row .item {
  height: 240px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  border: 2px solid #B8F9D3;
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 30px;
  font-weight: 600;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber h1 {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  background-color: rgba(6, 136, 67, 0.8235294118);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 5px solid #B8F9D3;
}
body main section.how-it-works .container .stepsContainer .row .item .StepNumber h1:before {
  height: 10px;
  width: 30px;
  content: "";
  display: block;
  background-color: rgba(6, 136, 67, 0.8235294118);
  position: absolute;
  transform: translate(50px, 5px);
  border-radius: 50px;
  border-style: double;
  border-width: 3px;
}
body main section.cookies .container .heading h2 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body main section.cookies .container .heading h2 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.cookies .container .DescriptionBox p {
  line-height: 2.2;
  font-size: 17px;
  text-align: justify;
}
body main section.cookies .container .DescriptionBox ul li {
  line-height: 2.3;
}
body main section.cookies .container .DescriptionBox h3 {
  font-weight: 700;
  letter-spacing: 1pt;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-bottom: 10px;
}
body main section.cookies .container .DescriptionBox h3 i {
  font-size: 40px;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container {
  width: 40%;
}
body main section.pageFormContainer .container .formContainer {
  min-height: 430px;
}
body main section.pageFormContainer .container .formContainer .thanksDiv {
  padding: 30px;
}
body main section.pageFormContainer .container .formContainer .thanksDiv h2 {
  color: #008552;
  font-size: 19px;
}
body main section.pageFormContainer .container .formContainer form .step {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
  display: none;
}
body main section.pageFormContainer .container .formContainer form .step h6 {
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  color: rgba(6, 136, 67, 0.8235294118);
  font-weight: 500;
  background-color: #008552;
  color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a.btn {
  border: 2px solid white;
}
body main section.pageFormContainer .container .formContainer form .step h6 a.btn i {
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container .formContainer form .step h6 small {
  font-weight: 300;
}
body main section.pageFormContainer .container .formContainer form .step h6 i {
  font-size: 30px;
  color: rgba(6, 136, 67, 0.8235294118);
  color: white;
}
body main section.pageFormContainer .container .formContainer form .step h6 span {
  font-size: 25px;
  font-weight: 500;
}
body main section.pageFormContainer .container .formContainer form .step .item {
  height: 360px;
  padding: 20px;
}
body main section.pageFormContainer .container .formContainer form .step .item p {
  display: flex;
  align-items: center;
  color: rgba(6, 136, 67, 0.8235294118);
  font-weight: 800;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul {
  padding: 10px;
  list-style: none;
  line-height: 2.4;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
body main section.pageFormContainer .container .formContainer form .step .item .SecureWords ul li i {
  color: rgba(6, 136, 67, 0.8235294118) !important;
  font-weight: 700;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv input.form-control {
  border-radius: 0px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: 2px solid white;
  border: none;
  width: 100% !important;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv .form-group {
  width: 100%;
}
body main section.pageFormContainer .container .formContainer form .step .item .thisDiv1 {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10PX;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location {
  display: flex;
  align-items: center;
  gap: 20px;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location .this {
  width: 50%;
}
body main section.pageFormContainer .container .formContainer form .step .item .Location .this p {
  display: flex;
  align-items: center;
  color: rgba(6, 136, 67, 0.8235294118);
}
body main section.pageFormContainer .container .formContainer form .step .item .Location select.form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: none;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group label.btn {
  width: 100%;
  padding: 10px;
  border-radius: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #008552;
  border: 2px solid #008552;
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group label.btn.active {
  background-color: #008552 !important;
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group input.form-control {
  border-radius: 0px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: 2px solid white;
  border: none;
  width: 100% !important;
  border: 2px solid rgba(226, 226, 226, 0.45);
  color: #000;
}
body main section.pageFormContainer .container .formContainer form .step .item .form-group select.form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgb(227, 225, 225);
  padding: 13px;
  border: none;
  border: 2px solid rgba(226, 226, 226, 0.45);
}
body main section.pageFormContainer .container .formContainer form .ButtonContainer .thisfree {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  justify-content: space-between;
}
body main section.pageFormContainer .container .formContainer form .ButtonContainer .thisfree button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008552;
  border: 2px #008552;
  padding: 10px;
  min-width: 150px;
}
body footer .FooterSection {
  background-color: #008552;
  color: white;
}
body footer .FooterSection a img.img-fluid {
  height: 90px;
}
body footer .FooterSection .container {
  padding: 20px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body footer .FooterSection .container ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}
body footer .FooterSection .container ul li a {
  text-decoration: none;
  color: white;
}
body footer .FooterSection .container b {
  font-weight: 900;
  font-size: 22px;
}
body footer .FooterSection .container .LogoName h4 {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-weight: 500;
}
body footer .FooterSection .container .LogoName h4 i {
  color: white;
  font-size: 35px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 570px) {
  .callbutton {
    display: none;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: white;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  body header.headerSection .LOGO .container a img.img-fluid {
    height: 64px;
  }
  body main section.pageFormContainer .container {
    width: 100%;
  }
  body main section.pageFormContainer .container .formContainer form .step .item {
    min-height: 453px;
    padding: 10px;
  }
  body main section.pageFormContainer .container .formContainer form .step h6 small {
    font-weight: 300;
    display: none;
  }
  body main section.pageFormContainer .container .formContainer form .step .item .thisDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
  }
  body main section.bannerSection .container .row .FormContainer {
    background-color: rgba(2, 133, 83, 0.16) !important;
    width: 100%;
    padding: 20px;
  }
  body main section.bannerSection .container .row .LeftItem h1 {
    font-size: 19px;
    line-height: 1.4;
    font-family: serif arial;
    font-weight: 700;
    color: #008552;
  }
  body main section.bannerSection .container .row .LeftItem p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: gray;
    font-size: 13px;
  }
  body footer .FooterSection .container {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  body footer .FooterSection a img.img-fluid {
    height: 54px;
    display: none;
  }
  body main section.CardSection .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    margin: auto;
  }
  body main section.bannerSection .container .row .ImageContainer img.img-fluid {
    width: 100%;
    height: 217px;
    border: none;
    border-bottom-left-radius: 0px;
  }
  body main section.BlogSection .container .sideImage img.img-fluid {
    border: none;
    height: 280px;
    width: 100%;
  }
  body main section.CTA .container .row .FormContainer {
    width: 100%;
    padding: 20px;
  }
  body main section.how-it-works .container .stepsContainer .row .item {
    height: 300px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
    border: 2px solid #B8F9D3;
  }
}/*# sourceMappingURL=respomsive.css.map */
    .main-timeline9{position:relative}
    .main-timeline9:after,.main-timeline9:before{content:"";display:block;width:100%;clear:both}
    .main-timeline9:before{content:"";width:3px;height:100%;background:#302124;position:absolute;top:0;left:50%}
    .main-timeline9 .timeline{width:50%;float:left;position:relative;z-index:1}
    .main-timeline9 .timeline:after,.main-timeline9 .timeline:before{content:"";display:block;width:100%;clear:both}
    .main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{content:"";width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid orangered;position:absolute;top:0;right:-14px;z-index:1}
    .main-timeline9 .timeline:last-child:before{top:auto;bottom:0}
    .main-timeline9 .timeline:last-child:nth-child(even):before{right:auto;left:-12px;bottom:-2px}
    .main-timeline9 .timeline-content{text-align:center;margin-top:8px;position:relative;transition:all .3s ease 0s}
    .main-timeline9 .timeline-content:before{content:"";width:100%;height:5px;background:orangered;position:absolute;top:88px;left:0;z-index:-1}
    .main-timeline9 .circle{width:180px;height:180px;border-radius:50%;background:#fff;border:8px solid orangered;float:left;margin-right:25px;position:relative}
    .main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before{content:"";margin:auto;position:absolute;right:-33px;bottom:0;z-index:-1}
    .main-timeline9 .circle:before{width:26px;height:30px;background:orangered;top:0;box-shadow:inset 7px 0 9px -7px #444}
    .main-timeline9 .circle span{display:block;width:100%;height:100%;border-radius:50%;line-height:170px;border:3px solid orangered;font-size:80px;color:orangered}
    .main-timeline9 .circle span:after,.main-timeline9 .circle span:before{width:28px;height:50px;background:#fff;border-radius:0 0 0 21px;top:-54px}
    .main-timeline9 .circle span:after{border-radius:21px 0 0;top:0;bottom:-56px}
    .main-timeline9 .content{display:table;padding-right:40px;position:relative}
    .main-timeline9 .year{display:block;padding:10px;margin:10px 0 50px;background:orangered;border-radius:7px;font-size:25px;color:#fff}
    .main-timeline9 .title{font-size:25px;font-weight:700;color:orangered;margin-top:0}
    .main-timeline9 .icon span:after,.main-timeline9 .icon span:before,.main-timeline9 .icon:before{content:"";height:25px;margin:auto;position:absolute;bottom:0;z-index:-1;left:-15px}
    .main-timeline9 .description{font-size:16px;color:black;text-align:justify}
    .main-timeline9 .icon{width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid orangered;position:absolute;top:78px;right:-14px}
    .main-timeline9 .icon:before{width:15px;background:orangered;top:-1px}
    .main-timeline9 .icon span:after,.main-timeline9 .icon span:before{width:21px;background:#fff;border-radius:0 0 21px;top:-30px}
    .main-timeline9 .icon span:after{border-radius:0 21px 0 0;top:0;left:-15px;bottom:-30px}
    .main-timeline9 .timeline:nth-child(2n) .circle,.main-timeline9 .timeline:nth-child(2n) .timeline-content{float:right}
    .main-timeline9 .timeline:nth-child(2n) .circle{margin:0 0 0 25px}
    .main-timeline9 .timeline:nth-child(2n) .circle:before{right:auto;left:-33px;box-shadow:-7px 0 9px -7px #444 inset}
    .main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:auto;left:-33px;border-radius:0 0 21px}
    .main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:0 21px 0 0}
    .main-timeline9 .timeline:nth-child(2n) .content{padding:0 0 0 40px;margin-left:2px}
    .main-timeline9 .timeline:nth-child(2n) .icon{right:auto;left:-14px}
    .main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:auto;right:-15px}
    .main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 0 21px}
    .main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:21px 0 0}
    .main-timeline9 .timeline:nth-child(2){margin-top:180px}
    .main-timeline9 .timeline:nth-child(odd){margin:-175px 0 0}
    .main-timeline9 .timeline:nth-child(even){margin-bottom:80px}
    .main-timeline9 .timeline:first-child,.main-timeline9 .timeline:last-child:nth-child(even){margin:0}
    @media only screen and (max-width:990px){.main-timeline9:before{left:100%}
    .main-timeline9 .timeline{width:100%;float:none;margin-bottom:20px!important}
    .main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:auto!important;right:-13px!important}
    .main-timeline9 .timeline:nth-child(2n) .circle{float:left;margin:0 25px 0 0}
    .main-timeline9 .timeline:nth-child(2n) .circle:before{right:-33px;left:auto;box-shadow:7px 0 9px -7px #444 inset}
    .main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:-33px;left:auto;border-radius:0 0 0 21px}
    .main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:21px 0 0}
    .main-timeline9 .timeline:nth-child(2n) .content{padding:0 40px 0 0;margin-left:0}
    .main-timeline9 .timeline:nth-child(2n) .icon{right:-14px;left:auto}
    .main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:-15px;right:auto}
    .main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 21px}
    .main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:0 21px 0 0}
    .main-timeline9 .timeline:nth-child(2),.main-timeline9 .timeline:nth-child(even),.main-timeline9 .timeline:nth-child(odd){margin:0}
    }
    @media only screen and (max-width:480px){.main-timeline9:before{left:0}
    .main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:-12px!important;right:auto!important}
    .main-timeline9 .circle,.main-timeline9 .timeline:nth-child(2n) .circle{width:130px;height:130px;float:none;margin:0 auto}
    .main-timeline9 .timeline-content:before{width:99.5%;top:68px;left:.5%}
    .main-timeline9 .circle span{line-height:115px;font-size:60px}
    .main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before,.main-timeline9 .icon{display:none}
    .main-timeline9 .content,.main-timeline9 .timeline:nth-child(2n) .content{padding:0 10px}
    .main-timeline9 .year{margin-bottom:15px}
    .main-timeline9 .description{text-align:center}
    }
.autoComplete_wrapper {
display: flex;
    position: relative !important;
  }
  .autoComplete_wrapper > input {
  height: auto;
width: 200px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    text-overflow: ellipsis;
    color: rgb(0 0 0 / 56%);
    outline: 0;
    border-radius: 0px !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 0.05rem solid rgba(255, 122, 122, 0.5);
    background-image: url(images/search.svg);
    background-size: 1.4rem;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
  }
  .autoComplete_wrapper > input::placeholder {
    color: rgba(0, 0, 0, 0.505);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  .autoComplete_wrapper > input:hover::placeholder {
    color: rgba(0, 0, 0, 0.505);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  .autoComplete_wrapper > input:focus::placeholder {
    padding: 0.1rem 0.6rem;
    font-size: 0.95rem;
    rgba(0, 0, 0, 0.505);
  }
  .autoComplete_wrapper > input:focus::selection {
    background-color: rgba(255, 122, 122, 0.15);
  }
  .autoComplete_wrapper > input::selection {
    background-color: rgba(255, 122, 122, 0.15);
  }
  .autoComplete_wrapper > input:hover {
    color: rgb(0 0 0 / 56%);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  .autoComplete_wrapper > input:focus {
    color:rgb(0 0 0 / 56%);
    border: 0.06rem solid rgb(0 0 0 / 56%);
  }
  .autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    min-width: 350px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    top: 40px;
    right: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: 0;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  .autoComplete_wrapper > ul:empty,
  .autoComplete_wrapper > ul[hidden] {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  .autoComplete_wrapper > ul > li {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: 0.35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
  }
  .autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: #073360;
    font-weight: 700;
  }
  .autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(255, 122, 122, 0.15);
  }
  .autoComplete_wrapper > ul > li[aria-selected="true"] {
    background-color: rgba(255, 122, 122, 0.15);
  }
  @media only screen and (max-width: 600px) {
    .autoComplete_wrapper > input {
      height: auto;
      width: 162px;
      margin: 0;
      padding: 0 2rem 0 3.2rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      font-size: 1rem;
      text-overflow: ellipsis;
      color: rgb(0 0 0 / 56%);
      outline: 0;
      border-radius: 0px !important;
      border-top-left-radius: 50px !important;
      border-bottom-left-radius: 50px !important;
      border: 0.05rem solid rgba(255, 122, 122, 0.5);
      background-image: url(images/search.svg);
      background-size: 1.4rem;
      background-position: left 1.05rem top 0.8rem;
      background-repeat: no-repeat;
      background-origin: border-box;
      background-color: #fff;
      transition: all 0.4s ease;
      -webkit-transition: all -webkit-transform 0.4s ease;
  }
  }
  