@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
@keyframes arrowCarousel {
  from {
    transform: translate(0, -10px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes stikyMenu {
  from {
    margin: 2rem 0;
  }
  to {
    margin: 0;
  }
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaRegular.woff2") format("woff2"), url("../fonts/HelveticaRegular.woff") format("woff"), url("../fonts/HelveticaRegular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaBold.woff2") format("woff2"), url("../fonts/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaLight.woff2") format("woff2"), url("../fonts/HelveticaLight.woff") format("woff"), url("../fonts/HelveticaLight.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Isidora";
  src: url("../fonts/IsidoraSemiBold.woff2") format("woff2"), url("../fonts/IsidoraSemiBold.woff") format("woff"), url("../fonts/IsidoraSemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}
.bg-blue-bottom {
  width: 100%;
  height: 50%;
  background-color: rgb(21, 60, 133);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.bg-dark-blue {
  background-color: rgb(21, 60, 133);
}

#lblMessage, #lblMessageFeedback {
  color: white;
  background-color: green;
  padding: 10px;
}

#getStartedMessage {
  color: white;
  padding: 10px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.stiky-menu {
  animation: stikyMenu 0.5s;
}

.stiky-menu-body {
  top: 120px;
}
@media (max-width: 991.98px) {
  .stiky-menu-body {
    top: 85px;
  }
}

nav.navbar {
  margin: 1rem auto;
}
@media (min-width: 992px) {
  nav.navbar {
    flex-wrap: wrap !important;
  }
}
nav.navbar .navbar-brand > svg {
  width: 160px;
}
@media (min-width: 992px) {
  nav.navbar .navbar-brand > svg {
    width: 215px;
  }
}
@media (min-width: 992px) {
  nav.navbar .navbar-nav .nav-item {
    font-size: 1.3rem;
  }
}
nav.navbar .navbar-nav .nav-item .active {
  border-bottom: solid 1px rgb(237, 139, 0);
}
nav.navbar .navbar-toggler {
  border: none;
}
nav.navbar .navbar-collapse {
  width: 100%;
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item .nav-link:first-child {
  padding-left: 0;
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-toggle::after,
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-toggle-white::after {
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  border: solid rgb(237, 139, 0);
  border-width: 0 2px 2px 0;
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-toggle-white::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  float: right;
  position: relative;
  top: 15px;
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-toggle-white span {
  float: left;
}
nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  nav.navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  nav.navbar #navbarSupportedContent .container-fluid {
    flex-direction: row-reverse;
  }
}
nav.navbar #navbarSupportedContent .container-fluid ul:nth-child(1) {
  margin: initial;
  width: initial;
}
@media (min-width: 992px) {
  nav.navbar #navbarSupportedContent .container-fluid {
    flex-direction: row-reverse;
  }
  nav.navbar #navbarSupportedContent .container-fluid > .navbar-nav:nth-child(1) {
    margin: initial;
    width: initial;
  }
}
nav[class*=container-log-in-nav] {
  background-color: #164987;
  width: 100%;
  position: fixed;
  z-index: 5;
}
nav[class*=container-log-in-nav] .logo-yna-main {
  max-width: 132px;
  margin: 2rem 0;
}

@media (max-width: 575.98px) {
  .contact-info {
    position: relative;
    right: 40px;
  }
  .contact-info .btn {
    padding: 2px;
    border-radius: 50%;
    transform: scale(1.25);
  }
}

.container-global {
  overflow-y: scroll;
}

.container-who-are-you {
  padding-top: 10rem;
}

.container-main-nav {
  width: 100%;
  position: fixed;
  z-index: 3;
  background-color: #fff;
}
.container-main-nav > div {
  max-width: 90%;
}
@media (max-width: 575.98px) {
  .container-main-nav > div {
    max-width: 100%;
  }
}

.container-main-content {
  background-color: #fff;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.container-main-header-inter {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .container-main-header-inter {
    padding-top: 15rem;
  }
}

.container-main-header-inter,
.container-main-header-inter2 {
  min-height: calc(85vh - 110px);
}
@media (max-width: 767.98px) {
  .container-main-header-inter,
  .container-main-header-inter2 {
    min-height: auto;
  }
}

.container-main-header,
.container-main-header-inter,
.container-main-header-inter2 {
  position: relative;
}
.container-main-header > .container,
.container-main-header-inter > .container,
.container-main-header-inter2 > .container {
  position: relative;
  z-index: 1;
}
.container-main-header::after,
.container-main-header-inter::after,
.container-main-header-inter2::after {
  content: "";
  display: block;
  background-color: rgb(21, 60, 133);
  background: linear-gradient(360deg, rgba(21, 60, 133, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.container-main-header-inter2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .container-main-header-inter2 {
    padding-top: 8rem;
  }
}

.container-main-header-inter3 {
  padding-top: 5rem;
}

.header-info-white {
  background-color: rgb(21, 60, 133);
  border-radius: 10px;
}

.container-log-in-content {
  max-width: 650px;
}

.container-about-review {
  background-image: url("../images/banner-care-providers-2.jpg");
}

.container-care-providers-bottom {
  background-image: url("../images/banner-care-providers-2.jpg");
  background-position: bottom;
}

.container-care-providers-top {
  background-image: url("../images/banner-care-providers-2.jpg");
  background-position: top;
  background-size: cover;
}

.container-main-content,
.container-main-content-contact,
.container-header {
  position: relative;
  overflow: hidden;
}

.container-main-header {
  padding-bottom: 10.8rem;
  position: relative;
  min-height: calc(100vh - 110px);
}
@media (max-width: 767.98px) {
  .container-main-header {
    padding-bottom: 17rem;
    min-height: auto;
  }
}

.container-main-header-inter,
.container-full-img {
  overflow: hidden;
  position: relative;
}

.container-main-content .container-main-header > img,
.container-main-content .container-main-header-inter > img,
.container-main-content .container-main-header-inter2 > img,
.container-main-content .container-main-header-inter3 > img,
.container-full-img > img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-about-review,
.container-care-providers-bottom {
  background-repeat: no-repeat;
  background-size: cover;
}

.container-about-review > div,
.container-care-providers-bottom > div {
  background-color: rgba(21, 60, 133, 0.5);
}

.container-service-links {
  position: relative;
}

.service-links-float {
  padding: 10px 0 20px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}
@media (max-width: 767.98px) {
  .service-links-float {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.service-links-float a {
  color: rgb(21, 60, 133);
  line-height: 2;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.titles {
  font-weight: 600;
  font-size: 2rem;
}

.sub-titles {
  font-weight: 800;
  font-size: 0.9rem;
}

.title-white {
  color: #fff;
}

.title-dark-blue {
  color: rgb(237, 139, 0);
}

.title-home h1,
.title-inter {
  font-family: "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
}
@media (min-width: 576px) {
  .title-home h1,
  .title-inter {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .title-home h1,
  .title-inter {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .title-home h1,
  .title-inter {
    font-size: 4.5rem;
  }
}

.title-home {
  padding: 3.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .title-home {
    padding: 5.5rem 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .title-home {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .title-home {
    text-align: left;
  }
  .title-home a {
    display: block;
  }
}

.title-log-in {
  margin: 10% auto 4%;
  font-weight: bold;
}

.title-double-line {
  border-top: solid 5px rgba(255, 255, 255, 0.5);
  border-bottom: solid 5px rgba(255, 255, 255, 0.5);
  padding: 2rem 0;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .title-double-line {
    margin-top: 60%;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.btn-group-contact-locations ul li {
  cursor: pointer;
}

.dropdown-2 {
  display: inline-block;
  width: 100%;
  max-width: 360px;
}
.dropdown-2 .dropdown-toggle-white-2 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-2 .dropdown-menu-2 {
  background-color: #2c7ff5;
  border: none;
  width: 100%;
  margin-top: 45px;
  max-width: 360px;
}
.dropdown-2 .dropdown-menu-2 .dropdown-item-2 {
  margin: 1rem auto;
  color: #ffffff;
}
.dropdown-2 .dropdown-menu-2.show[x-placement=top-start], .dropdown-2 .dropdown-menu-2.show[x-placement=bottom-start] {
  transform: translate3d(0, 0, 0) !important;
  display: block;
  position: absolute !important;
}

#second-location {
  display: none;
}

.receiverValues {
  width: 0;
  opacity: 0;
  float: left;
}

body {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  letter-spacing: -0.3px;
  font-family: "Isidora", sans-serif;
  font-weight: 700;
  color: rgb(237, 139, 0);
}

h1 {
  font-size: 2.66rem;
  /* 40px */
  line-height: 1.5;
  /* 60px */
  font-weight: 900;
}

h2 {
  font-size: 2.13rem;
  /* 32px */
  line-height: 1.625;
  /* 52px */
}

h3 {
  font-size: 1.86em;
  /* 28px */
  line-height: 1.65;
  /* 46px */
}

h4 {
  font-size: 1.6em;
  /* 24px */
  line-height: 1.7;
  /* 40px */
}

h5 {
  font-size: 1.33em;
  /* 20px */
  line-height: 1.8;
  /* 36px */
}

h6 {
  font-size: 1.06em;
  /* 16px */
  line-height: 1.87;
  /* 30px */
}

p, li {
  line-height: 1.86;
  /* 28px */
}
@media (max-width: 991.98px) {
  p, li {
    line-height: 1.75;
    /* 24.5px */
  }
}

p {
  margin: 0 0 1rem;
}

.p-grey {
  color: rgb(21, 60, 133);
}

.white-p {
  color: #fff;
}

.p-small {
  font-size: 0.8rem;
}

.p-large {
  font-size: 1.2rem;
}

.txt-normal-size {
  font-size: 1.2rem;
}

.title-blue {
  color: rgb(21, 60, 133);
}

.font-600 {
  font-weight: 600;
}

.review-txt {
  line-height: 1.5;
  margin: 0 auto;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .review-txt {
    max-width: 70%;
  }
}
.review-txt > span {
  font-weight: 700;
  float: right;
  font-size: 0.9rem;
  padding: 1.5rem;
}

.fix-txt {
  position: relative;
  top: -20px;
}
@media (min-width: 992px) {
  .fix-txt {
    top: 0;
  }
}

a,
button,
.btn {
  transition: linear 0.3s;
}
a:hover,
button:hover,
.btn:hover {
  opacity: 0.9;
}

.btn.btn-lg {
  font-size: 18px;
}

.btn {
  padding: 0.575rem 1.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px;
}
.btn[class*=btn-header-nav] {
  padding: 0.5rem 2rem;
}
.btn.center-a {
  line-height: 2.5rem;
}
.btn-orange, .btn-orange-lg, .btn-orange-filled, .btn-contact-location, .btn-group-toggle > .active, .btn-progress button[aria-expanded=true] {
  color: #fff;
  background-color: rgb(237, 139, 0);
  border: 2px solid rgb(237, 139, 0);
}
.btn-orange:hover, .btn-orange-lg:hover, .btn-orange-filled:hover, .btn-contact-location:hover, .btn-group-toggle > .active:hover, .btn-progress button[aria-expanded=true]:hover {
  color: #fff;
}
.btn-orange > span, .btn-orange-lg > span, .btn input.btn-orange, .btn input.btn-orange-lg {
  margin-right: 12px;
  font-size: 0.9rem;
  font-weight: 700;
}
.btn-link {
  color: rgb(21, 60, 133);
}
.btn-blue, .btn-blue-outline {
  color: #fff;
  background-color: rgb(21, 60, 133);
  border: 2px solid rgb(21, 60, 133);
}
.btn-blue:hover, .btn-blue-outline:hover {
  color: #fff;
}
.btn-blue-outline {
  border-color: #fff;
}
.btn-white-filled, .btn-white-filled-lg {
  border: 2px solid #fff;
  background-color: #fff;
  color: rgb(237, 139, 0);
}
.btn-white-outline, .btn-white-outline-lg {
  border: 2px solid #fff;
  color: #fff;
}
.btn-white-outline:hover, .btn-white-outline-lg:hover {
  color: #fff;
}
.btn-dark-orange-outline, .btn-dark-orange-outline-lg {
  border: 2px solid rgb(237, 139, 0);
  color: rgb(237, 139, 0);
}
.btn-dark-orange-outline:hover, .btn-dark-orange-outline-lg:hover {
  color: rgb(237, 139, 0);
}
.btn-orange-lg {
  width: 70%;
  max-width: 360px;
  display: block;
  margin: 2.5rem auto;
}
.btn-contact-location {
  width: 100%;
}
.btn-white-outline > span {
  padding: 0 1rem;
}
.btn-round-active, .btn-round-inactive, .btn-round-done {
  display: inline-block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  margin: 0.7rem 1.5rem;
  line-height: 3.3rem;
}
.btn-round-active, .btn-round-done {
  background-color: rgb(237, 139, 0);
  color: #fff;
}
.btn-round-inactive {
  border: 2px solid rgb(237, 139, 0);
  background-color: #fff;
  color: rgb(237, 139, 0);
}
.btn-round-done::after {
  content: "";
  width: 20px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  display: inline-block;
  transform: rotate(315deg);
}
.btn-application-p a.disabled {
  color: rgb(237, 139, 0);
  pointer-events: none;
  background-color: #fff;
}
.btnUpload {
  display: none;
}
.btn-back {
  position: relative;
  top: 83px;
  left: 35%;
  font-size: 1.5rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .btn-back {
    left: 50%;
  }
}

.icon-view {
  content: url(../images/icon24/icon-view.svg);
  width: 1.5rem;
}

.icon-delete {
  content: url(../images/icon24/icon-delete.svg);
  width: 1.5rem;
}

.icon-white {
  color: #fff;
}

.icon-xl {
  font-size: 5rem;
}

.icon-lg {
  font-size: 3rem;
}

.icon-md {
  font-size: 2rem;
}

.icon-sm {
  font-size: 1rem;
}

.icon-xs {
  font-size: 0.8rem;
}

.icon-tel,
.icon-email {
  max-width: 1.5rem;
  margin-right: 8px;
}

.icon-email ~ span {
  vertical-align: middle;
}

.icon-close-lg {
  font-size: 3rem;
}

.icon-vertical-aling {
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .icon-vertical-aling {
    vertical-align: middle;
  }
}

.icons-table {
  position: relative;
  top: -20px;
}
@media (min-width: 992px) {
  .icons-table {
    top: 0;
  }
}

.icons-table > ul {
  list-style: none;
  padding: 0;
}

.icons-table > ul > li {
  margin-top: 2rem;
}

.icons-table > ul > li > img,
.icons-table > ul > li > p {
  display: inline-block;
  font-weight: 700;
}

.icons-table > ul > li > img {
  margin-right: 2rem;
}

*[class^=link-] {
  cursor: pointer;
}

.link-blue-dark {
  color: rgb(237, 139, 0);
}
.link-blue-dark:hover {
  color: rgb(237, 139, 0);
  opacity: 0.8;
}

.link-extra-bold {
  font-weight: 800;
}

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

.link-white {
  color: #fff;
}
.link-white:hover {
  color: #fff;
  opacity: 0.8;
}

.link-blue {
  color: rgb(21, 60, 133);
}

.link-blue-dark {
  color: rgb(237, 139, 0);
}

.card .card-header {
  padding: 1.25rem;
  color: rgb(253, 101, 26);
}
.card.card-why {
  max-width: 338px;
  margin: 1rem;
}
.card.card-why img {
  max-width: 60px;
}
.card.card-why .card-body {
  font-size: 1rem;
}

.carousel-header-home {
  margin: -20rem 1rem 2rem;
}
@media (min-width: 992px) {
  .carousel-header-home {
    margin: -10rem 1rem 2rem;
  }
}
.carousel-header-home .carousel-indicators {
  position: static;
  right: initial;
  bottom: initial;
  left: initial;
  z-index: auto;
  display: inherit;
  justify-content: initial;
  padding-left: initial;
  margin-right: 1rem;
  margin-left: 1rem;
  list-style: none;
  width: 100%;
}
.carousel-header-home .carousel-indicators .active .carousel-btn {
  background-color: rgb(21, 60, 133);
}
.carousel-header-home .carousel-indicators .active::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent rgb(237, 139, 0) transparent;
  position: absolute;
  content: "";
  bottom: -32px;
  left: 45%;
  animation-name: arrowCarousel;
  animation-duration: 0.5s;
}
@media (max-width: 767.98px) {
  .carousel-header-home .carousel-indicators .active::after {
    display: none;
  }
}
.carousel-header-home .carousel-indicators li {
  box-sizing: initial;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  margin-right: initial;
  margin-left: initial;
  text-indent: initial;
  cursor: pointer;
  background-color: transparent;
  background-clip: initial;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  float: left;
  width: 100%;
}
.carousel-header-home .carousel-indicators > div .carousel-btn {
  cursor: pointer;
  background-color: rgba(21, 60, 133, 0.8);
  border-radius: 16px;
  font-size: 1rem;
}
.carousel-header-home .carousel-indicators > div .carousel-btn > div {
  color: #fff;
  padding: 1rem 0;
  font-weight: 700;
}
.carousel-header-home .carousel-inner > .row > .carousel-item > .carousel-item-content {
  background-color: #fff;
  border: 4px solid rgb(21, 60, 133);
  border-radius: 16px;
  margin: 2rem;
  overflow: hidden;
}
.carousel-header-home .carousel-inner > .row > .carousel-item > .carousel-item-content h2 {
  font-weight: 600;
}
.carousel-header-home .carousel-inner > .row > .carousel-item > .carousel-item-content p {
  font-size: 1.1rem;
  line-height: 2rem;
}
.carousel-header-home .carousel-inner > .row > .carousel-item > .carousel-item-content > div > .carousel-img-main img {
  height: inherit;
}

#testimonialsCarousel .carousel-inner {
  overflow: visible;
}
#testimonialsCarousel .carousel-item {
  box-shadow: 0 0 60px -33px #000;
  border-radius: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  min-height: 300px;
}
#testimonialsCarousel .carousel-indicators {
  margin: auto !important;
  bottom: -65px;
}
#testimonialsCarousel button {
  background: transparent;
  border: 0;
}

.homeCarousel .carousel-indicators {
  bottom: -30px;
}
.homeCarousel .carousel-control-prev, .homeCarousel .carousel-control-next {
  display: none;
}
.homeCarousel .carousel-inner {
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  min-height: 300px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .homeCarousel .carousel-inner {
    width: 100%;
  }
}

footer {
  background-color: rgb(21, 60, 133);
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
footer .container-fluid {
  max-width: 90%;
}
footer ul {
  list-style: none;
}
footer ul li a {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  footer ul li a {
    font-size: 16px;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
footer .footer-title {
  font-weight: 600;
}
footer .footer-title a {
  font-size: 25px;
}
@media (max-width: 1199.98px) {
  footer .footer-title a {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-title a {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  footer .logo-footer {
    max-width: 165px;
  }
}
footer .social-links svg {
  width: 36px;
}
@media (max-width: 767.98px) {
  footer .social-links svg {
    width: 32px;
  }
}

.footer-blue-union {
  content: "";
  width: 100%;
  height: 10rem;
  background-color: rgb(237, 139, 0);
  margin-top: -10rem;
}

.container-main-header .home-video-wrapper {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  max-height: 848px;
}
.container-main-header .home-video-wrapper::after {
  content: "";
  display: block;
  background-color: rgb(21, 60, 133);
  background: linear-gradient(360deg, rgba(21, 60, 133, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
.container-main-header .home-video-wrapper .video-placeholder {
  width: 100%;
  opacity: 0.7;
}
.container-main-header .home-video-wrapper video {
  position: absolute;
  opacity: 1;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}

.carousel-header-home {
  margin: 0 auto 2rem;
  position: relative;
  top: -100%;
}

.nav-logo svg {
  width: 100%;
}

.navbar.navbar-light {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .navbar.navbar-light {
    padding: 0;
    margin: 0 !important;
  }
}

@media (max-width: 1300px) {
  .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.navbar-toggler {
  position: absolute;
  bottom: calc(100% + 15px);
  right: -10px;
}

.icon-arrow-rounded {
  background: url(../images/icon24/icon-arrow-rounded.png);
}

.icon-arrow-rounded-2 {
  background: url(../images/icon24/icon-arrow-rounded-2.png);
}

.icon-arrow {
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  margin-left: 0.5rem;
}

.icon-arrow-rounded,
.icon-arrow-rounded-2 {
  content: "";
  width: 45px;
  height: 18px;
  position: absolute;
  z-index: 2;
}

.icon-square:nth-child(1) > .icon-arrow-rounded {
  transform: rotate(90deg);
  bottom: -10px;
  right: -20px;
}
@media (min-width: 576px) {
  .icon-square:nth-child(1) > .icon-arrow-rounded {
    transform: rotate(0deg);
    top: 60px;
    right: -25px;
  }
}
@media (min-width: 768px) {
  .icon-square:nth-child(1) > .icon-arrow-rounded {
    transform: rotate(0deg);
    top: -15px;
    right: -25px;
  }
}

.icon-square:nth-child(2) > .icon-arrow-rounded-2 {
  transform: rotate(90deg);
  bottom: -10px;
  left: -20px;
}
@media (min-width: 576px) {
  .icon-square:nth-child(2) > .icon-arrow-rounded-2 {
    transform: rotate(140deg);
    bottom: -15px;
    right: -25px;
  }
}
@media (min-width: 768px) {
  .icon-square:nth-child(2) > .icon-arrow-rounded-2 {
    display: block;
    transform: rotate(0deg);
    left: auto;
    right: -26px;
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  .icon-square:nth-child(2) > .icon-arrow-rounded-2 {
    bottom: -15px;
  }
}

.icon-square:nth-child(3) > .icon-arrow-rounded {
  transform: rotate(90deg);
  bottom: -10px;
  right: -20px;
}
@media (min-width: 576px) {
  .icon-square:nth-child(3) > .icon-arrow-rounded {
    transform: rotate(0deg);
    top: 60px;
    right: -25px;
  }
}
@media (min-width: 768px) {
  .icon-square:nth-child(3) > .icon-arrow-rounded {
    display: none;
  }
}
@media (min-width: 992px) {
  .icon-square:nth-child(3) > .icon-arrow-rounded {
    display: block;
    top: -15px;
  }
}

.icon-square:nth-child(4) > .icon-arrow-rounded-2 {
  transform: rotate(90deg);
  bottom: -10px;
  left: -20px;
}
@media (min-width: 576px) {
  .icon-square:nth-child(4) > .icon-arrow-rounded-2 {
    transform: rotate(140deg);
    bottom: -15px;
    right: -25px;
  }
}
@media (min-width: 768px) {
  .icon-square:nth-child(4) > .icon-arrow-rounded-2 {
    display: block;
    transform: rotate(0deg);
    left: auto;
    right: -25px;
    bottom: -15px;
  }
}

.icon-square:nth-child(5) > .icon-arrow-rounded {
  transform: rotate(90deg);
  bottom: -10px;
  right: -20px;
}
@media (min-width: 576px) {
  .icon-square:nth-child(5) > .icon-arrow-rounded {
    transform: rotate(0deg);
    top: 80px;
    right: -25px;
  }
}
@media (min-width: 768px) {
  .icon-square:nth-child(5) > .icon-arrow-rounded {
    transform: rotate(0deg);
    top: 50px;
    right: -25px;
  }
}
@media (min-width: 992px) {
  .icon-square:nth-child(5) > .icon-arrow-rounded {
    top: -15px;
  }
}

.popup {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  display: none;
}
.popup > .container {
  margin-top: 8rem;
}
.popup ul li {
  list-style: none;
  background-color: #fff;
  max-width: 90%;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .popup ul li {
    max-width: 70%;
    padding: 5rem;
  }
}

.section {
  padding-bottom: 4rem;
  position: relative;
}

.section-bg-white {
  background-color: #fff;
}

.section-bg-grey {
  background-color: rgb(243, 243, 243);
  position: relative;
}

.table {
  font-size: 0.9rem;
}
.table thead th {
  border: none;
}

.modal-header {
  background-color: rgb(237, 139, 0);
  align-items: center;
}
.modal-title {
  color: rgb(21, 60, 133) !important;
}
.modal-body i {
  font-size: 18rem;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 2rem;
  opacity: 0.03;
}
.modal-footer {
  background-color: rgb(237, 139, 0);
}
.modal form fieldset {
  margin: 2rem 2rem 0 2rem;
}
.modal form fieldset > legend, .modal form fieldset > label, .modal form fieldset .optional legend, .modal form fieldset .optional > label {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(21, 60, 133);
}
.modal form fieldset .form-check {
  margin-bottom: 1rem;
}
.modal form fieldset .receiverValues {
  width: 0;
  opacity: 0;
  float: left;
}
.modal .form-check-input.is-invalid ~ .form-check-label, .modal .was-validated .form-check-input:invalid ~ .form-check-label {
  color: rgb(237, 139, 0);
}
.modal .form-check-input.is-valid ~ .form-check-label, .modal .was-validated .form-check-input:valid ~ .form-check-label {
  color: rgb(237, 139, 0);
}
.modal#getBrochure .modal-content {
  background: none;
  border: none;
}
.modal#getBrochure .containerContent {
  display: flex;
  flex-direction: column;
  margin: 2rem;
  background: rgb(237, 139, 0);
  border-radius: 0.3rem;
  padding: 0.5rem;
}
.modal#getBrochure .containerContent .title h5 {
  color: #fff;
}
.modal#getBrochure .containerContent .content button {
  color: #fff;
  background-color: rgb(21, 60, 133);
  border-color: rgb(21, 60, 133);
}

.thank-you-header {
  font-size: 50px;
  color: rgb(247, 129, 55);
}

.form-success-section h1, .form-success-section h2, .form-success-section h3, .form-success-section h4, .form-success-section p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .form-success-section h1 {
    font-size: 40px;
  }
  .form-success-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .form-success-section h1 {
    font-size: 34px;
  }
  .form-success-section h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .form-success-section h1 {
    font-size: 30px;
  }
  .form-success-section h2 {
    font-size: 20px;
  }
}

.thank-you-section {
  background-color: rgb(21, 60, 133);
}
.thank-you-section h1, .thank-you-section h2 {
  font-weight: 500;
  color: #fff;
}
.thank-you-section h1 {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .thank-you-section h1 {
    font-size: 40px;
  }
  .thank-you-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .thank-you-section h1 {
    font-size: 34px;
  }
  .thank-you-section h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .thank-you-section h1 {
    font-size: 30px;
  }
  .thank-you-section h2 {
    font-size: 20px;
  }
}

.hcp-lead .form-progress {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: 0 auto 30px;
}
@media (max-width: 575.98px) {
  .hcp-lead .form-progress {
    width: 100%;
  }
}
.hcp-lead .form-progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  opacity: 0.4;
}
.hcp-lead .form-progress > li:before {
  content: attr(data-step);
  display: flex;
  margin: 0 auto;
  color: rgb(21, 60, 133);
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.4s;
}
.hcp-lead .form-progress > li:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-color: #fff;
  width: calc(100% - 50px);
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  margin-left: 25px;
  transition: background-color 0.4s;
}
.hcp-lead .form-progress > li:last-child:after {
  display: none;
}
.hcp-lead .form-progress > li.is-active, .hcp-lead .form-progress > li.is-complete {
  opacity: 1;
}
.hcp-lead .form-progress > li.is-active:before, .hcp-lead .form-progress > li.is-complete:before {
  background-color: #fff;
}
.hcp-lead .form-progress > li.is-complete:before {
  border-color: rgb(21, 60, 133);
}
.hcp-lead .form-progress > li.is-complete:after {
  background-color: rgb(21, 60, 133);
}
.hcp-lead .steps .step {
  display: none;
}
.hcp-lead .steps .step.active {
  display: block;
}
.hcp-lead .steps label {
  color: #fff;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.hcp-lead .steps input[type=text],
.hcp-lead .steps input[type=email],
.hcp-lead .steps textarea {
  width: 100%;
  color: rgb(21, 60, 133);
  outline: 0 none;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.hcp-lead .steps input[type=text]::-webkit-input-placeholder,
.hcp-lead .steps input[type=email]::-webkit-input-placeholder,
.hcp-lead .steps textarea::-webkit-input-placeholder {
  color: rgba(21, 60, 133, 0.5);
  font-size: 14px;
}
.hcp-lead .steps [type=radio],
.hcp-lead .steps [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.hcp-lead .steps [type=radio] + label,
.hcp-lead .steps [type=checkbox] + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.hcp-lead .steps [type=radio] + label:before,
.hcp-lead .steps [type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}
.hcp-lead .steps [type=radio] + label:after,
.hcp-lead .steps [type=checkbox] + label:after {
  content: "";
  width: 16px;
  height: 16px;
  color: rgb(21, 60, 133);
  background-color: rgb(21, 60, 133);
  position: absolute;
  top: 50%;
  left: 12px;
  border-radius: 100%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hcp-lead .steps [type=radio]:not(:checked) + label:after,
.hcp-lead .steps [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
}
.hcp-lead .steps [type=radio]:checked + label:after,
.hcp-lead .steps [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.hcp-lead .steps [type=radio] + label:hover, .hcp-lead .steps [type=radio]:checked + label,
.hcp-lead .steps [type=checkbox] + label:hover,
.hcp-lead .steps [type=checkbox]:checked + label {
  color: rgb(21, 60, 133);
}
.hcp-lead .steps [type=radio] + label:hover:before, .hcp-lead .steps [type=radio]:checked + label:before,
.hcp-lead .steps [type=checkbox] + label:hover:before,
.hcp-lead .steps [type=checkbox]:checked + label:before {
  background-color: #fff;
}
.hcp-lead .steps [type=checkbox] + label:before, .hcp-lead .steps [type=checkbox] + label:after {
  border-radius: 3px;
}
.hcp-lead .steps [type=checkbox] + label:after {
  content: "✔";
  background-color: transparent;
}
.hcp-lead .steps .services-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
.hcp-lead .steps .services-list span[class^=hcp-icon] {
  padding-right: 10px;
}
.hcp-lead .steps h3 {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .hcp-lead .steps h3 {
    font-size: 24px;
  }
}
.hcp-lead .form-actions {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.hcp-lead .error-message {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
.hcp-lead .error-message.visible {
  opacity: 1;
  visibility: visible;
}
.hcp-lead .input-control {
  position: relative;
  margin-bottom: 20px;
}
.hcp-lead .input-control .error-message {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: -10px;
}

#segmented-form {
  background-color: rgb(247, 129, 55);
  color: #fff;
}

.case-studies {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.case-studies .cs-title {
  color: rgb(21, 60, 133);
  font-weight: 600;
}
.case-studies .cs-subhead {
  color: rgb(21, 60, 133);
  font-weight: 400;
  border-bottom: 1px solid rgb(21, 60, 133);
  padding-bottom: 10px;
}
.case-studies p {
  color: rgb(21, 60, 133);
  font-size: 16px;
  text-align: left;
}

.font-family-primary {
  font-family: "Helvetica", sans-serif;
}

.divider-line {
  position: absolute;
  top: -110px;
  opacity: 0.2;
}

.divider-line2 {
  position: absolute;
  top: 150px;
  z-index: 0;
}

.divider-line3 {
  opacity: 0.4;
}

.card-dp .image-card-dp img {
  min-width: 100%;
}
@media (min-width: 768px) {
  .card-dp .image-card-dp img {
    position: absolute;
    bottom: 0;
  }
}

.card-dp .card-img-dp {
  background-color: rgb(237, 139, 0);
}

#loading-page {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-page-image {
  z-index: 100;
}

.negative-top {
  margin-top: -12rem;
}

.padding-initial {
  padding: 0.7rem 1rem;
}

.border-angle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 80%);
}

.border-radius {
  border-radius: 8px;
}

.corners-rounded {
  border-radius: 16px;
}

.video-home {
  position: relative;
  z-index: 1;
}
.video-home video {
  width: 100%;
}/*# sourceMappingURL=main.css.map */