@font-face {
  font-family: 'Manrope';
  src: url("/themes/curam/assets/fonts/clientViewFonts/Manrope.woff2") format("woff2-variations"), url("/themes/curam/assets/fonts/clientViewFonts/Manrope.ttf") format("truetype-variations");
  font-weight: 1 999;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.input-field {
  margin-bottom: 14px;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #616161;
  margin-bottom: 5px;
}

input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 3px !important;
  padding-left: 13px !important;
  height: 44px !important;
  font-size: 14px;
  box-sizing: border-box !important;
  margin-bottom: 0;
  background-color: white;
}
input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: material-color("grey", "400");
  font-weight: 300;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: material-color("grey", "400");
  font-weight: 300;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: material-color("grey", "400");
  font-weight: 300;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: material-color("grey", "400");
  font-weight: 300;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 3px !important;
  padding-left: 13px !important;
  height: 44px !important;
  font-size: 14px;
  box-sizing: border-box !important;
  margin-bottom: 0;
  background-color: white;
  outline: none;
  background: url(/res/select_caret.svg) calc(100% - 14px) calc(50% - 0px) no-repeat;
  cursor: pointer;
}

textarea {
  border: 1px solid #e0e0e0 !important;
  border-radius: 2px !important;
  padding-left: 13px !important;
  /* height: 44px !important; */
  box-sizing: border-box !important;
  resize: vertical !important;
  background-color: white;
  font-size: 16px;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: material-color("grey", "400");
  font-weight: 300;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: material-color("grey", "400");
  font-weight: 300;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: material-color("grey", "400");
  font-weight: 300;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: material-color("grey", "400");
  font-weight: 300;
}

/* ~~~~~~~~~~~~~~~~MIXINS~~~~~~~~~~~~~~~~ */
ul.dropdown-menu {
  scrollbar-width: thin;
}
ul.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.btn, button {
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 760;
  font-family: "Manrope";
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border: 0px solid transparent;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
  cursor: default;
}
.btn:focus, button:focus {
  box-shadow: 0 0 0 4px #D7D8F3;
  outline: 0;
}

.ghost {
  background-color: transparent;
  color: #494FC9;
  border: none;
}
.ghost:hover {
  background-color: #ECEDF9;
}
.ghost:active {
  background-color: #D7D8F3;
}

.filled {
  background-color: #494FC9;
  color: white;
}
.filled:hover {
  background-color: #2F349D;
}
.filled:active {
  background-color: #2B2F8F;
}

.line-btn {
  background-color: transparent;
  border: 1px solid #A2A5E4;
  color: #494FC9;
}
.line-btn:hover {
  background-color: #ECEDF9;
  color: #494FC9;
}
.line-btn:focus {
  background-color: transparent;
}
.line-btn:active {
  background-color: #ECEDF9;
}

input[type=submit] {
  height: 40px;
  padding: 0 30px;
  line-height: 1;
  border-radius: 2px;
  outline: none;
  border: none;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  text-align: center;
  background-color: #494FC9;
  color: white;
}
input[type=submit] i {
  line-height: 15px;
  color: white;
  margin: 0;
  font-size: 20px;
  margin-right: 4px;
}

.verticals-button {
  background-color: white;
  color: material-color("grey", "800");
  height: 64px;
  margin-top: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding-left: 24px;
  border-left: 4px solid material-color("amber", "500");
}
.verticals-button i {
  color: material-color("amber", "700");
  font-size: 28px;
  margin-left: 12px;
}
.verticals-button:hover {
  background-color: white;
  color: material-color("grey", "800");
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
}

.circular-btn {
  height: 42px;
  width: 42px;
  padding: 0;
  border-radius: 100px;
}
.circular-btn i {
  transform: rotateZ(90deg);
  margin-left: 0;
}

a.cta-btn {
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-radius: 2px;
}
a.cta-btn svg {
  margin-right: 6px;
}

#green-card-section {
  padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~~MIXINS~~~~~~~~~~~~~~~~ */
ul.dropdown-menu {
  scrollbar-width: thin;
}
ul.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 10;
  display: none;
  opacity: 0;
}
#loader[aria-hidden=false] {
  display: flex;
  opacity: 1;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}

@keyframes fgSlideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.loader__wrapper {
  width: auto;
  height: auto;
  justify-items: center;
  gap: 10px;
  align-content: center;
  height: 100%;
  display: grid;
}
.loader__wrapper .loader-img {
  width: 48px;
  height: 48px;
  animation: rotation 2s infinite linear;
  border-radius: 50%;
  background-image: conic-gradient(from 180deg at 50% 50%, #494FC9 0deg, rgba(73, 79, 201, 0) 274.87deg, #494FC9 360deg);
  border: none;
  position: relative;
  display: none;
}
.loader__wrapper .loader-img:after {
  content: "";
  background: white;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  border-radius: 50px;
}
.loader__wrapper .loader-animation {
  width: 147px;
  height: 147px;
  aspect-ratio: 1;
  /* background-color: rgba(0,0,0,0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loader__wrapper .loader-animation lottie-player#bg-elements {
  width: 147px;
  height: 147px;
  position: absolute;
  top: -12px;
  left: -14px;
}
.loader__wrapper .loader-animation lottie-player#fg-elements {
  width: 147px;
  height: 147px;
  animation: fgSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  animation-delay: 1s;
  animation-direction: normal;
  animation-iteration-count: 1;
}
.loader__wrapper h1, .loader__wrapper h2, .loader__wrapper label, .loader__wrapper .labeltext {
  font-size: 20px;
  font-weight: 760;
  line-height: 28px;
  letter-spacing: 0em;
  margin: 0;
  color: #212121;
}
.loader__wrapper p {
  color: #616161;
  font-weight: 560;
  font-size: 16px;
  line-height: 140%;
}
.loader__wrapper img {
  animation: rotation 2s infinite linear;
}
.loader__wrapper progress {
  display: block; /* default: inline-block */
  height: 8px;
  border: 0 none;
  background: #eee;
  border-radius: 20px;
  background-color: #D6D7E3;
}
.loader__wrapper progress::-moz-progress-bar {
  border-radius: 12px;
  background: #FFF;
  -moz-transition: all;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 2000ms;
  animation: loaderAnimation 3s normal forwards;
}
.loader__wrapper progress::-webkit-progress-bar {
  background: #D6D7E3;
  border-radius: 20px;
  -webkit-transition: all;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 2000ms;
  animation: loaderAnimation 3s normal forwards;
}
.loader__wrapper progress::-webkit-progress-value {
  border-radius: 20px;
  background: #494FC9;
  -webkit-transition: all;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 2000ms;
  animation: loaderAnimation 3s normal forwards;
}

.progress-loader .loader__wrapper {
  display: grid;
  gap: 24px;
}

@keyframes loaderAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .block-hidden {
    display: none !important;
  }
}

.button-group {
  display: grid;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

#banner-section .banner-image {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#banner-section .banner-title__section {
  display: grid;
  gap: 28px;
}
@media (max-width: 599px) {
  #banner-section .banner-title__section {
    gap: 16px;
  }
}

#find-ideal-carer .find-ideal-carer__content {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(5, minmax(150px, 180px));
  gap: 28px;
}
@media (max-width: 599px) {
  #find-ideal-carer .find-ideal-carer__content {
    grid-template-columns: repeat(2, minmax(150px, 180px));
    gap: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #find-ideal-carer .find-ideal-carer__content {
    grid-template-columns: repeat(2, minmax(180px, 294px));
    gap: 64px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #find-ideal-carer .find-ideal-carer__content {
    grid-template-columns: repeat(4, minmax(150px, 180px));
    gap: 28px;
  }
}
#find-ideal-carer .find-ideal-carer__content .ideal-carer__cell {
  display: grid;
  gap: 28px;
  justify-items: center;
}
@media (max-width: 599px) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell:nth-child(n+5) {
    display: none;
  }
}
#find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-image {
  aspect-ratio: 1/1;
  background: #ECEDF9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 599px) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-image {
    width: 120px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-image {
    max-width: 180px;
  }
}
@media (max-width: 599px) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-image img {
    width: 102px;
    height: auto;
  }
}
#find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-info-text {
  font-weight: 560;
  text-align: center;
  color: #212121;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0px;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #find-ideal-carer .find-ideal-carer__content .ideal-carer__cell .ideal-carer__cell-info-text br {
    display: none;
  }
}
#find-ideal-carer .button-group a.filled {
  white-space: nowrap;
}

#carerhelp-need-section .carerhelp-need__content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  #carerhelp-need-section .carerhelp-need__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  #carerhelp-need-section .carerhelp-need__content {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #carerhelp-need-section .carerhelp-need__content {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 44px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #carerhelp-need-section .carerhelp-need__content {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 64px;
  }
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content {
  display: grid;
  gap: 64px;
  padding: 34px 14px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  align-content: space-between;
}
@media (max-width: 599px) {
  #carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content {
    gap: 44px;
  }
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content .hoverstate {
  display: none;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content:hover {
  background: #ECEDF9;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content:focus {
  box-shadow: 0px 0px 0px 4px #A2A5E4;
  outline: 0;
  -webkit-appearance: none;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content:active, #carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-content:visited {
  background: #D7D8F3;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body {
  display: grid;
  gap: 32px;
}
@media (max-width: 599px) {
  #carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body {
    gap: 24px;
  }
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body .carerhelp-need__single-block-header {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr auto;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body .carerhelp-need__single-block-header h2 {
  color: #494FC9;
  font-size: 24px;
  font-weight: 760;
  line-height: 140%;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  #carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body .carerhelp-need__single-block-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  #carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body .carerhelp-need__single-block-header h2 br {
    display: none;
  }
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-body p {
  font-family: "Manrope";
  font-weight: 560;
  font-size: 15px;
  line-height: 140%;
}
#carerhelp-need-section .carerhelp-need__content .carerhelp-need__single-block-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope";
  font-weight: 640;
  font-size: 15px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #494FC9;
}

#faq-section .faq-item-content-inner {
  padding: 0px 0px 0px 14px;
  border-left: 2px solid #ffffff;
  font-weight: 560;
  font-size: 17px;
  line-height: 140%;
}
#faq-section .faq-item-content-inner a {
  font-weight: 560;
  font-size: 17px;
  line-height: 140%;
  text-decoration: underline;
  color: #ffffff;
}
#faq-section .faq-item-content-inner p {
  padding: 0px !important;
  border: none !important;
  margin: 0px;
}
#faq-section .faq-item-content-inner ul {
  margin: 0px;
}
@media (max-width: 599px) {
  #faq-section .faq-item-content-inner ul {
    padding-left: 14px;
  }
}

#conditional-care .conditional-care__symptoms-group.typeof-care__block .tags[data-state=inactive] {
  padding: 14px 18px;
  border: 1px solid #9E9E9E;
  border-radius: 50px;
  color: #616161;
}
#conditional-care .conditional-care__symptoms-group.typeof-care__block .tags[data-state=active] {
  background-color: #ECEDF9;
  color: #494FC9;
}

#testimonial-section #owl-carousel__single {
  position: relative;
  padding: 64px 108px;
}
@media (max-width: 599px) {
  #testimonial-section #owl-carousel__single {
    padding: 44px 16px;
  }
}
#testimonial-section #owl-carousel__single .testimonial.item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 760;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}
#testimonial-section #owl-carousel__single .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 599px) {
  #testimonial-section #owl-carousel__single .owl-nav {
    display: none;
  }
}
#testimonial-section #owl-carousel__single .owl-nav button {
  height: 100%;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
}
#testimonial-section #owl-carousel__single .owl-nav button span {
  font-size: 32px;
  color: #494FC9;
  font-weight: 560;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  float: left;
}
#testimonial-section #owl-carousel__single .owl-nav button.disabled {
  opacity: 1;
}
#testimonial-section #owl-carousel__single .owl-nav button:hover {
  background-color: #ECEDF9;
}
#testimonial-section #owl-carousel__single .owl-nav button:active {
  background-color: #D7D8F3;
}
@media (min-width: 599px) {
  #testimonial-section #owl-carousel__single .owl-dots {
    display: none;
  }
}
#testimonial-section .testimonial-section__content .testimonial {
  gap: 24px;
}

.user-logged-in .menu-header {
  padding: 0 0.8vw;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 0;
  bottom: auto;
  background-color: #ffffff;
  z-index: 99;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header {
    z-index: 99999999;
  }
}
.user-logged-in .menu-header a {
  text-decoration: none;
}
.user-logged-in .menu-header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  z-index: 1;
}
.user-logged-in .menu-header nav .btn, .user-logged-in .menu-header nav button {
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 690;
  font-family: "Manrope";
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border: 0px solid transparent;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
  cursor: default;
}
.user-logged-in .menu-header nav .btn:focus, .user-logged-in .menu-header nav button:focus {
  box-shadow: 0 0 0 4px #D7D8F3;
  outline: 0;
}
@media (min-width: 1600px) {
  .user-logged-in .menu-header nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 1536px;
  }
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
    height: 56px;
  }
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav .nav-logo {
    flex: 1;
    height: 28px;
  }
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav ul.navigation-links {
    display: none;
  }
}
.user-logged-in .menu-header nav button.navbar-toggler {
  background: transparent;
  border: 0px none;
  padding: 0;
  height: 24px;
}
.user-logged-in .menu-header nav > svg {
  width: 97px;
  height: 27px;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav > svg {
    width: auto;
    height: auto;
  }
}
.user-logged-in .menu-header nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  height: 100%;
}
.user-logged-in .menu-header nav ul li.navigation-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.user-logged-in .menu-header nav ul li.navigation-link[data-state=opening] {
  /*  svg path{
        fill: $primary-600;
    }*/
}
.user-logged-in .menu-header nav ul li.navigation-link[data-state=opening] > a {
  color: #494FC9;
  font-weight: 690;
}
@media (max-width: 992px) {
  .user-logged-in .menu-header nav ul li.navigation-link {
    display: none;
  }
}
.user-logged-in .menu-header nav ul li.navigation-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  color: #616161;
  font-weight: 630;
  gap: 8px;
}
.user-logged-in .menu-header nav ul li.has-child {
  position: relative;
}
.user-logged-in .menu-header nav ul li.has-child:hover .dropdown__detail {
  display: grid;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail {
  display: none;
  position: fixed;
  top: 80px;
  width: 760px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  grid-template-columns: 320px auto;
  background: #ffffff;
  border-right: 1px solid #E5E5E5;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  min-height: 476px;
  z-index: 9;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .tab-content .tab-pane {
  display: none;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .tab-content .tab-pane.active {
  display: block;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 20px;
  gap: 8px;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li {
  padding: 12px 24px;
  text-align: left;
  width: 100%;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li:hover {
  background: #EEEEEE;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li:hover span.hovervisible {
  display: block;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li .active {
  color: #494FC9;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li a {
  flex-direction: column;
  text-align: left !important;
  align-items: flex-start;
  will-change: height;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .condition-specific__links li a span.hovervisible {
  display: none;
  align-self: flex-start;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail p {
  font-weight: 690;
  color: #424242;
  text-align: left;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail span {
  font-weight: 520;
  font-size: 12px;
  line-height: 1.4;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .nav-submenu {
  padding: 20px 16px;
  gap: 32px;
  display: grid;
  grid-auto-rows: min-content;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .nav-submenu a {
  padding: 15px 20px;
  gap: 8px;
  border: 1px solid #A2A5E4;
  border-radius: 12px;
  color: #494FC9;
  width: 100%;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail .nav-submenu a span {
  font-size: 15px;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail button {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 12px 24px;
  gap: 4px;
  display: grid;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.user-logged-in .menu-header nav ul li.has-child .dropdown__detail button.active {
  background: #ECEDF9;
  border-radius: 12px;
  border: none;
}
.user-logged-in .menu-header nav .navigation-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  position: relative;
}
.user-logged-in .menu-header nav .navigation-buttons .nav-button {
  line-height: 5px;
}
.user-logged-in .menu-header nav .navigation-buttons .nav-button.lineheightfull {
  line-height: initial;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav .navigation-buttons {
    height: 100%;
  }
  .user-logged-in .menu-header nav .navigation-buttons .nav-button.filled.btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu-header nav ul.mobile__nav-links
  {
    flex-direction: column;
  }
}
@media (min-width: 599px) {
  /* .user-logged-in .menu-header nav div.mobile-menu, .user-logged-in .menu-header nav div.mobile-submenu {
    display: none;
  } */
}
@media (max-width: 599px) {
  .user-logged-in .menu-header nav .mobile-menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
  }
  .user-logged-in .menu-header nav .mobile-menu button {
    background: transparent;
    border: 0px none;
    padding: 0;
    height: 24px;
  }
  .user-logged-in .menu-header nav .mobile-submenu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
  }
  .user-logged-in .menu-header nav .mobile-submenu button.navbar-close-toggler {
    background: transparent;
    border: 0px none;
    padding: 0;
    height: 24px;
  }
  .user-logged-in .menu-header nav .mobile-submenu .login-button {
    font-family: Manrope;
    font-size: 15px;
    font-weight: 690;
    line-height: 22px;
    letter-spacing: 0px;
    color: #616161;
  }
  .user-logged-in .menu-header nav .mobile-submenu .back-btn {
    gap: 4px;
  }
  .user-logged-in .menu-header nav .top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 16px;
    height: 56px;
  }
  .user-logged-in .menu-header nav .login-btn {
    display: flex;
    gap: 16px;
  }
  .user-logged-in .menu-header nav a.login-button {
    font-size: 15px;
    font-weight: 690;
  }
  .user-logged-in .menu-header nav .mobile__main-content {
    height: calc(92vh - 56px);
    padding: 0px 0px 8px;
    gap: 8px;
  }
  .user-logged-in .menu-header nav ul.mobile__nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 24px 16px 16px 16px;
    gap: 16px;
    margin: 0;
  }
  .user-logged-in .menu-header nav li.mobile__nav-link {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
  }
  .user-logged-in .menu-header nav a.mobile__navigation-link, .user-logged-in .menu-header nav a.mobile__navigation-link-submenu, .user-logged-in .menu-header nav .mobile__navigation-link-submenu-none {
    display: flex;
    gap: 16px;
    position: relative;
  }
  .user-logged-in .menu-header nav .mobile__navigation-text {
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }
  .user-logged-in .menu-header nav .mobile__navigation-icon-wrapper {
    padding-top: 5px;
  }
  .user-logged-in .menu-header nav .mobile__nav-text {
    font-size: 17px;
    font-weight: 690;
    line-height: 1.4;
    color: #616161;
  }
  .user-logged-in .menu-header nav .mobile__nav-helper-text {
    font-size: 14px;
    font-weight: 630;
    line-height: 1.4;
    letter-spacing: 0.014em;
    color: #616161;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__navigation-link-submenu .mobile__navigation-text {
    justify-content: center;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__nav-links-inner {
    display: none;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list {
    display: grid;
    background: #F5F6FF;
    padding: 0;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 16px 16px 52px;
    gap: 16px;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item a {
    font-size: 15px;
    line-height: 1.4;
    color: #616161;
    font-weight: 630;
  }
  .user-logged-in .menu-header nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-links-inner {
    display: none;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link {
    background: #ECEDF9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu {
    background: #ECEDF9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__nav-text {
    color: #494FC9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-arrow {
    transform: rotate(180deg) translateY(20px);
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-arrow path {
    fill: #494FC9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-icon-wrapper path.hoverrule {
    fill: #494FC9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-icon-wrapper path.hoverstrokerule {
    stroke: #494FC9;
  }
  .user-logged-in .menu-header nav .mobile__nav-link.active .mobile__nav-links-inner {
    display: block;
  }
  .user-logged-in .menu-header nav .mobile__navigation-arrow {
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
  }
  .user-logged-in .menu-header nav .mobile__footer-content {
    padding: 16px 0;
    margin: 0 24px;
    border-top: 0.1px solid #E5E5E5;
  }
  .user-logged-in .menu-header nav ul.mobile__footer-links {
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: initial;
    padding: 0;
    width: 100%;
  }
  .user-logged-in .menu-header nav li.footer__navigation-link {
    display: flex;
    width: 50%;
    justify-content: center;
  }
  .user-logged-in .menu-header nav .footer__navigation-item {
    display: flex;
    gap: 10px;
  }
  .user-logged-in .menu-header nav .footer__helper-text {
    font-size: 14px;
    font-weight: 520;
    line-height: 18px;
    letter-spacing: 0.014em;
    color: #616161;
  }
  .user-logged-in .menu-header nav .submenu__header {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 8px 0;
  }
  .user-logged-in .menu-header nav .submenu__header p {
    font-size: 18px;
    font-weight: 690;
    line-height: 25px;
    color: #595959;
  }
  .user-logged-in .menu-header nav .submenu__content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 24px;
  }
  .user-logged-in .menu-header nav .submenu__content ul.mobile__nav-links {
    padding: 0px;
    gap: 8px;
  }
  .user-logged-in .menu-header nav .submenu__content ul.mobile__nav-links li.mobile__nav-link {
    padding: 0;
    overflow: hidden;
  }
  .user-logged-in .menu-header nav .submenu__content ul.mobile__nav-links li.mobile__nav-link a.mobile__navigation-link-submenu {
    padding: 16px;
    gap: 16px;
  }
  .user-logged-in .menu-header nav .submenu__content ul.mobile__nav-links li.mobile__nav-link a.mobile__navigation-link-submenu .mobile__navigation-arrow {
    position: absolute;
    left: 90%;
  }
  .user-logged-in .menu-header nav .submenu__content a.mobile__navigation-link-submenu-none {
    padding: 16px;
    gap: 16px;
  }
  .user-logged-in .menu-header nav .submenu__content a.mobile__navigation-link-submenu-none .mobile__navigation-arrow {
    display: none;
  }
  .user-logged-in .menu-header nav .submenu-btn {
    width: 100%;
  }
}
.user-logged-in .menu-header.new-usersignup-header {
  padding: 0px;
}
.user-logged-in .menu-header.new-usersignup-header .profile-btn {
  cursor: pointer;
}
.user-logged-in .menu-header.new-usersignup-header .profile-btn .up-arrow {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header .profile-btn.show .up-arrow {
  display: block;
}
.user-logged-in .menu-header.new-usersignup-header .profile-btn.show .down-arrow {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header .profile-btn svg {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.active a {
  color: #494FC9;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link a {
  font-size: 15px;
  font-weight: 690;
  outline: 0;
  letter-spacing: 0.014em;
  line-height: 1.4;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link a:hover {
  background: #F5F5FB;
  color: #585DCD;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link a:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #BEC0EC inset;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .up-arrow {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child svg {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu {
  display: none;
  position: absolute;
  top: 81px;
  width: 250px;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  padding: 8px 0px;
  background: #ffffff;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link {
  width: 100%;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a {
  padding: 16px;
  gap: 12px;
  width: 100%;
  color: #595959;
  display: grid;
  grid-template-columns: auto 1fr;
  outline: 0;
  font-weight: 520;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a[data-state=message-counter] {
  grid-template-columns: auto 1fr auto;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a svg {
  width: 20px;
  height: 20px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a:hover {
  background-color: #F5F5FB;
  color: #2B2F8F;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a:hover .primary-nav-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a:hover .primary-nav-active-link {
  display: block;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a:focus {
  background-color: #ffffff;
  color: #2B2F8F;
  border-radius: 12px;
  box-shadow: 0 0 0 4px #A2A5E4 inset;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link a:active {
  background-color: #D7D8F3;
  color: #2B2F8F;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-menu-link .primary__nav-text {
  white-space: nowrap;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child .primary__sub-menu .primary-nav-active-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child:hover .primary__sub-menu {
  display: flex;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child:hover .down-arrow {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.navigation-links li.navigation-link.has-child:hover .up-arrow {
  display: block;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header.new-usersignup-header .desktop-logo {
    display: none;
  }
}
.user-logged-in .menu-header.new-usersignup-header .mob-menu {
  display: none;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header.new-usersignup-header .mob-menu {
    display: block;
    font-weight: 690;
    font-size: 17px;
    line-height: 1.4;
    color: #212121;
    text-align: center;
    letter-spacing: 0.012em;
  }
}
@media (max-width: 599px) {
  .user-logged-in .menu-header.new-usersignup-header .navigation-buttons a {
    padding: 0px;
  }
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 8px 0px;
  width: 292px;
  right: 0;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu .active-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu.show {
  display: flex;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list {
  display: block;
  width: 100%;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a {
  display: grid;
  padding: 16px;
  gap: 12px;
  grid-template-columns: auto 1fr;
  font-weight: 520;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #595959;
  outline: 0;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a:hover {
  color: #494FC9;
  background-color: #F5F5FB;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a:hover .active-link {
  display: block;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a:hover .normal-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #BEC0EC inset;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a:active {
  background-color: #ECEDF9;
  color: #2B2F8F;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header ul.profile-menu li.profile-menu-list a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 599px) {
  .user-logged-in .menu-header.new-usersignup-header .navbar-close-toggler {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .user-logged-in .menu-header.new-usersignup-header .top-section {
    padding: 24px;
    height: auto;
    border-bottom: 1px solid #f4f4f4;
  }
}
.user-logged-in .menu-header.new-usersignup-header .mobile__main-content {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 24px 16px 16px;
  gap: 16px;
  height: calc(100vh - 75px);
}
.user-logged-in .menu-header.new-usersignup-header .mobile__main-content .submenu-btn {
  padding: 15px 20px;
  gap: 8px;
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__main-content .mobile-menu__footer-item-content {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__main-content .mobile-menu__footer-item-content span {
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #616161;
  display: flex;
  align-items: center;
}
.user-logged-in .menu-header.new-usersignup-header .mobile-menu,
.user-logged-in .menu-header.new-usersignup-header .mobile-submenu {
  z-index: 99;
}
.user-logged-in .menu-header.new-usersignup-header .mobile-submenu .login-btn.back-btn a {
  display: flex;
  align-items: center;
}
.user-logged-in .menu-header.new-usersignup-header .mobile-submenu h2.top-section__content-title {
  font-weight: 690;
  font-size: 17px;
  line-height: 1.4;
  color: #676779;
  letter-spacing: 0.012em;
}
.user-logged-in .menu-header.new-usersignup-header .mobile-submenu .submenu__content {
  padding: 24px 16px 16px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links {
  padding: 0px;
  gap: 8px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link {
  padding: 0px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link svg {
  width: 20px;
  height: 20px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a {
  padding: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  /* &:focus {
          background: rgba(255, 255, 255, 0.0001);
          box-shadow: 0px 0px 0px 4px $primary-200;
          border-radius: 12px;
      } */
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a p.mobile__nav-text {
  font-weight: 630;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #595959;
  gap: 16px;
  display: flex;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a p.mobile__nav-text span.badge {
  width: auto;
  display: inline-block;
  line-height: 1;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a span.mobile__nav-helper-text {
  font-weight: 630;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #595959;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a .mob-nav-active-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:hover {
  /* background-color: #585DCD; */
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:hover .mob-nav-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:hover .mob-nav-active-link {
  display: block;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:hover .mobile__navigation-text p {
  /* color: #494FC9; */
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:active {
  background-color: #ECEDF9;
  border-radius: 12px;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:active .mob-nav-link {
  display: none;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:active .mob-nav-active-link {
  display: block;
}
.user-logged-in .menu-header.new-usersignup-header .mobile__nav-links .mobile__nav-link a:active .mobile__navigation-text p {
  color: #494FC9;
}
.user-logged-in .notification-button {
  position: relative;
}
.user-logged-in .badge {
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: auto;
  left: 39px;
  background-color: #494FC9;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .user-logged-in .badge {
    display: none;
  }
}
.user-logged-in .profile-btn {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .user-logged-in .profile-btn {
    display: none;
  }
}
.user-logged-in .profile-btn img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.user-logged-in a[data-state=message-counter] span.badge {
  position: unset;
  height: 20px;
  background-color: #585DCD;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  gap: 4px;
  width: auto;
}

body * {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 599px) {
  body {
    position: relative;
  }
}

h1 {
  font-size: 32px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  h1 {
    font-size: 24px;
    line-height: 140%;
  }
}

h2 {
  font-size: 28px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  h2 {
    font-size: 22px;
    line-height: 140%;
  }
}

h3 {
  font-size: 24px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  h3 {
    font-size: 17px;
    line-height: 140%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 17px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0px;
  margin: 0;
}

.small-fontsize {
  font-size: 17px;
  font-weight: 560;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .small-fontsize {
    font-size: 16px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  font-weight: 560;
  line-height: 140%;
  margin: 0;
}

a {
  text-decoration: none;
}

.title-color {
  color: #212121;
}

.gap-extrasmall {
  gap: 8px;
}

.gap-small {
  gap: 14px;
}
@media (max-width: 599px) {
  .gap-small {
    gap: 12px;
  }
}

.gap-medium {
  gap: 24px;
}

.hidden-element {
  visibility: hidden;
}

.gap-large {
  gap: 64px;
}
@media (max-width: 599px) {
  .gap-large {
    gap: 44px;
  }
}

.section-padding-small {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 599px) {
  .section-padding-small {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

#banner-section .get-started-btn {
  display: none;
}

@media (max-width: 599px) {
  section#banner-section.condition-specific-page__banner {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

#banner-section.section-padding-medium {
  padding-top: 108px;
  padding-bottom: 108px;
}
@media (max-width: 599px) {
  #banner-section.section-padding-medium {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.section-padding-medium {
  padding-top: 108px;
  padding-bottom: 108px;
}
@media (max-width: 599px) {
  .section-padding-medium {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.section-padding-large {
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 599px) {
  .section-padding-large {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.d-grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 599px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.d-flex {
  display: flex;
}

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

.bg-color-primary {
  background-color: #ECEDF9;
}

/* header {
  padding: 0 0.8vw;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 0;
  bottom: auto;
  background-color: #ffffff;
  z-index: 999;
} */

/* nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  z-index: 1;
} */
@media (min-width: 599px) and (max-width: 992px) {
  /* nav {
    gap: 16px;
    padding: 8px 16px;
  } */
}
@media (min-width: 1600px) {
  /* nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 1536px;
  } */
}
@media (max-width: 599px) {
  nav {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
    height: 56px;
  }
}
@media (max-width: 599px) {
  /* nav .nav-logo {
    flex: 1;
    height: 28px;
  } */
}
@media (min-width: 599px) and (max-width: 992px) {
  /* nav .nav-logo a {
    height: 100%;
    display: flex;
    align-items: center;
  } */
}
@media (max-width: 599px) {
  /* nav ul.navigation-links {
    display: none;
  } */
}
@media (min-width: 599px) and (max-width: 992px) {
  /* nav ul.navigation-links {
    width: 100%;
  } */
}
nav button.navbar-toggler {
  /* background: transparent;
  border: 0px none;
  padding: 0;
  height: 24px; */
}
@media (min-width: 992px) {
  /* nav button.navbar-toggler {
    display: none;
  } */
}
nav > svg {
  /* width: 97px;
  height: 27px; */
}
/* @media (max-width: 599px) {
  nav > svg {
    width: auto;
    height: auto;
  }
}
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  height: 100%;
}
nav ul li.navigation-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
nav ul li.navigation-link[data-state=opening] > a {
  color: #494FC9;
  font-weight: 760;
}
nav ul li.navigation-link[data-state=opening] > a svg path {
  fill: #494FC9;
}
nav ul li.navigation-link.has-child .on-hover {
  display: none;
}
nav ul li.navigation-link.has-child :hover .on-hover {
  display: block;
}
nav ul li.navigation-link.has-child :hover .basic-icon {
  display: none;
}
@media (max-width: 992px) {
  nav ul li.navigation-link {
    display: none;
  }
}
nav ul li.navigation-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #616161;
  font-weight: 640;
  gap: 8px;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}
nav ul li.has-child.for-carer-submenu .dropdown__detail.single__column {
  max-width: 368px;
  grid-template-columns: 368px auto;
}
nav ul li.has-child {
  position: relative;
}
nav ul li.has-child .dropdown-open {
  display: none;
}
nav ul li.has-child:hover .dropdown__detail {
  display: grid;
}
nav ul li.has-child:hover .dropdown-open {
  display: block;
}
nav ul li.has-child:hover .dropdown-close {
  display: none;
}
nav ul li.has-child .dropdown__detail {
  display: none;
    position: absolute;
    top: 81px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    grid-template-columns: auto;
    background: #FCFCFC;
    border-right: 1px solid #E5E5E5;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    min-height: 400px;
    z-index: 9;
}
nav ul li.has-child .dropdown__detail.single__column2 {
  max-width: 320px;
  left: calc(50% - 320px);
  right: unset;
}
nav ul li.has-child .dropdown__detail .tab-content .tab-pane {
  display: none;
}
nav ul li.has-child .dropdown__detail .tab-content .tab-pane.active {
  display: block;
}
nav ul li.has-child .dropdown__detail .condition-specific__links {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px;
  gap: 0px;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li {
  padding: 16px;
  text-align: left;
  width: 100%;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li svg[onhover=true] {
  display: none;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover {
  background: #F5F5FB;
  border-radius: 12px;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover span.hovervisible {
  display: block;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover a {
  color: #585DCD;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover a p {
  color: #585DCD;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover a p span {
  color: #595959;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover svg[onhover=false] {
  display: none;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li:hover svg[onhover=true] {
  display: block;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li .active {
  color: #494FC9;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li a {
  display: flex;
  text-align: left !important;
  align-items: flex-start;
  will-change: height;
  justify-content: flex-start;
  padding: 0;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li a.with-icon {
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  justify-content: flex-start;
}
nav ul li.has-child .dropdown__detail .condition-specific__links li a span.hovervisible {
  display: none;
  align-self: flex-start;
}
nav ul li.has-child .dropdown__detail p {
  font-weight: 640;
  color: #595959;
  text-align: left;
}
nav ul li.has-child .dropdown__detail span {
  font-weight: 640;
  font-size: 14px;
  line-height: 140%;
  color: #595959;
}
nav ul li.has-child .dropdown__detail .nav-submenu {
  padding: 20px 24px;
  gap: 32px;
  display: grid;
  grid-auto-rows: min-content;
  align-content: space-between;
  border-right: 1px solid #E5E5E5;
  border-radius: 0px;
}
nav ul li.has-child .dropdown__detail .nav-submenu a {
  padding: 15px 20px;
  gap: 8px;
  border: 1px solid #A2A5E4;
  border-radius: 12px;
  color: #494FC9;
  width: 100%;
}
nav ul li.has-child .dropdown__detail .nav-submenu a span {
  font-size: 16px;
}
nav ul li.has-child .dropdown__detail .nav-submenu a.line-btn span {
  color: #494FC9;
  font-weight: 760;
}
nav ul li.has-child .dropdown__detail button {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 12px 24px;
  gap: 8px;
  display: grid;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 16px;
}
nav ul li.has-child .dropdown__detail button.with-icon {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
}
nav ul li.has-child .dropdown__detail button svg.menu-hovered {
  display: none;
}
nav ul li.has-child .dropdown__detail button svg {
  width: 20px;
  height: 20px;
}
nav ul li.has-child .dropdown__detail button.active {
  background: #F5F5FB;
  border-radius: 12px;
  border: none;
}
nav ul li.has-child .dropdown__detail button.active p {
  color: #585DCD;
}
nav ul li.has-child .dropdown__detail button.active svg.menu-hovered {
  display: block;
}
nav ul li.has-child .dropdown__detail button.active svg.menu-normal {
  display: none;
}
nav .navigation-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 599px) {
  nav .navigation-buttons {
    height: 100%;
  }
  nav .navigation-buttons .nav-button.filled.btn {
    display: none;
  }
}
nav .navigation-buttons .login-button.btn.line-btn {
  max-height: 52px;
}
@media (min-width: 599px) and (max-width: 992px) {
  nav .navigation-buttons .nav-button.filled {
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  nav div.mobile-menu, nav div.mobile-submenu {
    display: none;
  }
}

@media (max-width: 1024px) {
  nav .mobile-menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) {

  nav .mobile-menu button {
    background: transparent;
    border: 0px none;
    padding: 0;
    height: 24px;
  }
  nav #forCarers.mobile-submenu a.line-btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav #findCarer.mobile-submenu a.line-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .mobile-submenu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
  }
  nav .mobile-submenu button.navbar-close-toggler {
    background: transparent;
    border: 0px none;
    padding: 0;
    height: 24px;
  }
  nav .mobile-submenu .login-button {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 760;
    line-height: 22px;
    letter-spacing: 0px;
    color: #616161;
  }
  nav .mobile-submenu .back-btn {
    gap: 4px;
  }
  nav .top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 16px;
    height: 72px;
    border-bottom: 1px solid #EEEEEE;
  }
  nav .login-btn {
    display: flex;
    gap: 16px;
  }
  nav a.login-button {
    font-size: 16px;
    font-weight: 760;
  }
  nav .mobile__main-content {
    height: calc(92vh - 56px);
    padding: 0px 0px 8px;
    gap: 8px;
    overflow-y: auto;
  }
  nav ul.mobile__nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 24px 16px 16px 16px;
    gap: 8px;
    margin: 0;
  }
  nav li.mobile__nav-link {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
  }
  nav a.mobile__navigation-link, nav a.mobile__navigation-link-submenu, nav .mobile__navigation-link-submenu-none {
    display: flex;
    gap: 16px;
    position: relative;
  }
  nav .mobile__navigation-text {
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }
  nav .mobile__navigation-icon-wrapper {
    padding-top: 5px;
    visibility: visible !important;
  }
  nav .mobile__nav-text {
    font-size: 17px;
    font-weight: 640;
    line-height: 140%;
    color: #595959;
    display: flex;
    gap: 8px;
  }
  nav .mobile__nav-text span {
    font-weight: 640;
    font-size: 14px;
    line-height: 140%;
    color: #595959;
  }
  nav .mobile__nav-helper-text {
    font-size: 14px;
    font-weight: 640;
    line-height: 140%;
    letter-spacing: 0px;
    color: #595959;
  }
  nav .mobile__nav-link .mobile__navigation-link-submenu .mobile__navigation-text {
    justify-content: center;
  }
  nav .mobile__nav-link .mobile__nav-links-inner {
    display: none;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list {
    display: grid;
    background: #F5F6FF;
    padding: 0;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 16px 16px 52px;
    gap: 16px;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item svg {
    display: none;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item p span {
    display: none;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item a {
    font-size: 15px;
    line-height: 140%;
    color: #616161;
    font-weight: 640;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item a p {
    display: flex;
    flex-direction: column;
    font-weight: 640;
    color: #616161;
    text-align: left;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-link-list li.mobile__nav-link-item a p span {
    font-weight: 560;
    font-size: 12px;
    line-height: 140%;
  }
  nav .mobile__nav-link .mobile__nav-links-inner .mobile__nav-links-inner {
    display: none;
  }
  nav .mobile__nav-link.active .mobile__navigation-link {
    background: #ECEDF9;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu {
    background: #ECEDF9;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__nav-text {
    color: #494FC9;
    display: flex;
    flex-direction: column;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__nav-text span {
    font-weight: 640;
    font-size: 14px;
    line-height: 140%;
    color: #595959;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-arrow {
    transform: rotate(180deg) translateY(20px);
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-arrow path {
    fill: #494FC9;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-icon-wrapper path.hoverrule {
    fill: #494FC9;
  }
  nav .mobile__nav-link.active .mobile__navigation-link-submenu .mobile__navigation-icon-wrapper path.hoverstrokerule {
    stroke: #494FC9;
  }
  nav .mobile__nav-link.active .mobile__nav-links-inner {
    display: block;
  }
  nav .mobile__navigation-arrow {
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .mobile__footer-content {
    padding: 16px 0;
    margin: 0 24px;
    border-top: 0.1px solid #E5E5E5;
  }
  nav ul.mobile__footer-links {
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: initial;
    padding: 0;
    width: 100%;
  }
  nav li.footer__navigation-link {
    display: flex;
    width: 50%;
    justify-content: center;
  }
  nav .footer__navigation-item {
    display: flex;
    gap: 10px;
  }
  nav .footer__helper-text {
    font-size: 13px;
    font-weight: 560;
    line-height: 18px;
    letter-spacing: 0px;
    color: #707070;
  }
  nav .submenu__header {
    text-align: center;
    padding: 8px 0;
  }
  nav .submenu__header p {
    font-size: 17px;
    font-weight: 760;
    line-height: 140%;
    color: #616161;
  }
  nav .submenu__content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 24px;
    overflow: auto;
    max-height: calc(100vh - 100px);
  }
  nav .submenu__content ul.mobile__nav-links {
    padding: 0px;
    gap: 8px;
  }
  nav .submenu__content ul.mobile__nav-links li.mobile__nav-link {
    padding: 0;
    overflow: hidden;
  }
  nav .submenu__content ul.mobile__nav-links li.mobile__nav-link a.mobile__navigation-link-submenu {
    padding: 16px;
    gap: 16px;
  }
  nav .submenu__content ul.mobile__nav-links li.mobile__nav-link a.mobile__navigation-link-submenu .mobile__navigation-arrow {
    position: absolute;
    left: 90%;
  }
  nav .submenu__content a.mobile__navigation-link-submenu-none {
    padding: 16px;
    gap: 16px;
  }
  nav .submenu__content a.mobile__navigation-link-submenu-none .mobile__navigation-arrow {
    display: none;
  }
  nav .submenu-btn {
    width: 100%;
  }
} */

section.desktop {
  padding-top: 64px;
  padding-bottom: 64px;
}
section.desktop.bg-color {
  background-color: #ECEDF9;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1536px;
}
@media (max-width: 599px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
}
.container .cus-btn {
  width: -moz-fit-content;
  width: fit-content;
}

section#banner-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) and (max-width: 1600px) {
  section#banner-section {
    min-height: calc(90vh - 56px);
    min-height: calc(90lvh - 56px);
  }
}
section#banner-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 599px) {
  section#banner-section .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#banner-section .container {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
section#banner-section .banner-section__content-wrapper {
  display: flex;
  flex-direction: column;
}
section#banner-section .banner-section__content-wrapper > * + * {
  margin-top: 48px;
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper > * + * {
    margin-top: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#banner-section .banner-section__content-wrapper {
    order: 1;
  }
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper {
    order: 2;
  }
}
section#banner-section .banner-section__content-wrapper .banner-section__section-title {
  font-size: 56px;
  line-height: 120%;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#banner-section .banner-section__content-wrapper .banner-section__section-title.home-banner__title br {
    display: none;
  }
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper .banner-section__section-title {
    font-size: 32px;
    line-height: 140%;
  }
}
section#banner-section .banner-section__content-wrapper .banner-section__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper .banner-section__content {
    gap: 16px;
  }
}
section#banner-section .banner-section__content-wrapper .banner-section__content p {
  text-align: left;
  color: #616161;
  font-size: 18px;
}
@media (max-width: 415px) {
  section#banner-section .banner-section__content-wrapper .banner-section__content p {
    font-size: 16px;
  }
}
section#banner-section .banner-section__content-wrapper .button-group.curam-banner__button-grp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  max-width: 589px;
  width: 100%;
  position: relative;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#banner-section .banner-section__content-wrapper .button-group.curam-banner__button-grp {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper .button-group.curam-banner__button-grp .btn {
    width: 100%;
    text-align: center;
  }
    section.seo-page__banner-section .banner-section__content-wrapper .button-group.curam-banner__button-grp .btn {
    width: auto !important;
  }
}
@media (max-width: 599px) {
  section#banner-section .banner-section__content-wrapper .button-group.curam-banner__button-grp {
    flex-direction: column;
  }
}
section#banner-section img#banner-section__feature-video {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  section#banner-section {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
  }
  section#banner-section .container {
    height: 100%;
    grid-template-rows: minmax(30%, auto) 1fr;
  }
  section#banner-section .container img {
    align-self: stretch;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.field__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 16px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #616161;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
}
.field__wrapper:hover {
  border: 1px solid #A2A5E4;
  box-shadow: 0px 0px 0px 1px #D7D8F3;
  border-radius: 12px;
}
.field__wrapper:hover .normalstate {
  display: none;
}
.field__wrapper:hover .hoverstate {
  display: block;
}
.field__wrapper:focus, .field__wrapper:focus-within {
  border: 1px solid #A2A5E4;
  box-shadow: 0px 0px 0px 4px solid #D7D8F3;
  border-radius: 12px;
}
.field__wrapper:focus .normalstate, .field__wrapper:focus-within .normalstate {
  display: none;
}
.field__wrapper:focus .hoverstate, .field__wrapper:focus-within .hoverstate {
  display: block;
}
.field__wrapper .hoverstate {
  display: none;
}
.field__wrapper .prefix-img {
  display: flex;
}
.field__wrapper input[type=text] {
  font-weight: 560;
  font-size: 16px;
  line-height: 140%;
  color: #424242;
  padding: 0 !important;
  border: 0px none;
  font-family: "Manrope";
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.field__wrapper input[type=text]:focus {
  outline: 0;
  outline-offset: 0;
}
.field__wrapper input[type=text]::-moz-placeholder {
  color: #9E9E9E;
}
.field__wrapper input[type=text]::placeholder {
  color: #9E9E9E;
}
.field__wrapper .error-msg {
  display: none;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 560;
  font-size: 13px;
  line-height: 140%;
  color: #E90510;
  position: absolute;
  top: 58px;
}
.field__wrapper.error {
  border: 1px solid #FC7A81;
  box-shadow: 0px 0px 2px rgba(23, 25, 74, 0.05);
}
@media (max-width: 599px) {
  .field__wrapper.error {
    margin-bottom: 30px;
  }
}
.field__wrapper.error .error-msg {
  display: block;
}
.field__wrapper.error svg path {
  stroke: #FC7A81;
  /* fill: #FEC8CB; */
}
.field__wrapper.error:focus, .field__wrapper.error:focus-within {
  border: 1px solid #FC7A81;
  box-shadow: 0px 0px 0px 4px #FEC8CB;
}

section#statistics-section {
  background-color: #ECEDF9;
  padding: 0;
}
section#statistics-section .statistics-section-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#statistics-section .statistics-section-content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#statistics-section .statistics-section-content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 599px) {
  section#statistics-section .statistics-section-content-wrapper {
    gap: 24px;
    padding: 36px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
section#statistics-section .statistics-section-content-wrapper .kpi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 20px 24px 0px;
  flex-basis: 0;
  flex: 1 1 0;
}
@media (max-width: 599px) {
  section#statistics-section .statistics-section-content-wrapper .kpi {
    padding: 0px;
    flex-grow: 1;
    flex-basis: 33.3333333333%;
  }
}
section#statistics-section .statistics-section-content-wrapper .kpi h2, section#statistics-section .statistics-section-content-wrapper .kpi h1 {
  color: #2B2F8F;
  font-size: 32px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#statistics-section .statistics-section-content-wrapper .kpi h2, section#statistics-section .statistics-section-content-wrapper .kpi h1 {
    font-size: 28px;
  }
}
@media (max-width: 415px) {
  section#statistics-section .statistics-section-content-wrapper .kpi h2, section#statistics-section .statistics-section-content-wrapper .kpi h1 {
    font-size: 28px;
  }
}
section#statistics-section .statistics-section-content-wrapper .kpi p {
  color: #424242;
}
@media (max-width: 415px) {
  section#statistics-section .statistics-section-content-wrapper .kpi p {
    font-size: 15px;
  }
}

section#value-for-customers-section .container {
  flex-direction: column;
  gap: 40px;
}

Section#hire-experienced-carers-section .hire-experienced-carers-section__content-wrapper {
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .hire-experienced-carers-section__content-wrapper {
    gap: 44px;
  }
}
Section#hire-experienced-carers-section .hire-experienced-carers-section__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .hire-experienced-carers-section__content {
    gap: 24px;
  }
}
Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points {
    gap: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points {
    flex-direction: column;
  }
}
Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points .bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points .bullet p {
  color: #616161;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .hire-experienced-carers-section__content .hire-experienced-carers-section__bullet-points .bullet svg {
    width: 24px;
    height: 24px;
  }
}
Section#hire-experienced-carers-section .carer-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list {
    gap: 44px;
  }
}
Section#hire-experienced-carers-section .carer-list a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
@media (max-width: 1024px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content {
  width: 100%;
  align-items: center;
  padding: 24px;
  gap: 24px;
  background-color: #ECEDF9;
  border-radius: 12px;
  display: grid;
  border-radius: 12px;
  justify-content: start;
  grid-template-columns: auto auto;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content {
    gap: 14px;
    grid-template-columns: auto;
    padding: 16px 24px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element-group {
  border-left: 2px solid #BEC0EC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px 0px 24px;
  gap: 24px;
  height: 100%;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element-group {
    padding: 0px;
    border-left: 0px none;
    gap: 16px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element-group .carer-card__card-header-info-element-header {
  display: grid;
  gap: 16px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element-group .carer-card__card-header-info-element-header {
    gap: 12px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element-group .carer-card__card-header-info-element-header p.carer-card__card-header-info-element-txt {
  color: #616161;
  font-weight: 560;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content img {
    width: 64px;
    height: 64px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-wrapper-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 24px;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-wrapper-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-wrapper-details .carer-card__card-header-wrapper-details-title {
  color: #424242;
  font-size: 24px;
  line-height: 140%;
  font-weight: 760;
  margin: 0;
}
@media (max-width: 415px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-wrapper-details .carer-card__card-header-wrapper-details-title {
    font-size: 22px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0px 16px 24px;
    gap: 20px;
    border-left: 2px solid #BEC0EC;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content .carer-card__card-header-info-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content ul.carer-card__card-header-info-list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 24px;
  list-style: none;
  margin: 0;
}
@media (max-width: 599px) {
  Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content ul.carer-card__card-header-info-list {
    gap: 16px;
  }
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content ul.carer-card__card-header-info-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 0px;
  gap: 8px;
  border-radius: 20px;
}
Section#hire-experienced-carers-section .carer-list .carer-cell-group .carer-cell__carer-content ul.carer-card__card-header-info-list li span {
  font-weight: 640;
  font-size: 14px;
  line-height: 140%;
  color: #616161;
}

section#care-type-section h1 {
  color: #212121;
  font-weight: 760;
  line-height: 140%;
}
section#care-type-section .two-care-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section#care-type-section .care-type-group {
  display: grid;
  gap: 64px;
}
@media (max-width: 599px) {
  section#care-type-section .care-type-group {
    gap: 44px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#care-type-section .care-type-group {
    gap: 44px;
  }
}
section#care-type-section .care-type-group-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#care-type-section .care-type-group-inner {
    gap: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#care-type-section .care-type-group-inner {
    gap: 16px;
  }
}
section#care-type-section .care-type-group-inner.care-type-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#care-type-section .care-type-group-inner.care-type-2 {
    gap: 16px;
  }
}
@media (max-width: 599px) {
  section#care-type-section .care-type-group-inner.care-type-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 599px) {
  section#care-type-section .care-type-group-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
section#care-type-section .care-type-item {
  display: grid;
  gap: 38px;
  padding: 14px 0px;
}
@media (max-width: 599px) {
  section#care-type-section .care-type-item {
    gap: 24px !important;
  }
}
section#care-type-section .care-type-item svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 599px) {
  section#care-type-section .care-type-item svg {
    width: 32px;
    height: 32px;
  }
}
section#care-type-section .care-type-item .care-type-item__details {
  display: flex;
  flex-direction: column;
}
section#care-type-section .care-type-item .care-type-item__details h2 {
  color: #212121;
}
section#care-type-section .care-type-item .care-type-item__details p {
  color: #616161;
  font-size: 17px;
}
@media (max-width: 599px) {
  section#care-type-section .care-type-item .care-type-item__details p {
    font-size: 15px;
  }
}

section#conditional-care .conditional-care__symptoms-group {
  flex-wrap: wrap;
  gap: 12px;
}
section#conditional-care .conditional-care__symptoms-group .tags {
  padding: 14px 18px;
  border-radius: 50px;
  color: #494FC9;
  font-size: 17px;
  font-weight: 760;
  line-height: 140%;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
}
@media (max-width: 599px) {
  section#conditional-care .conditional-care__symptoms-group .tags:nth-child(n+7) {
    display: none;
  }
}
section#conditional-care .conditional-care__symptoms-group .tags:hover {
  background-color: #dcdef4;
}

section#testimonial-section .owl-carousel .owl-stage {
  display: flex;
}
section#testimonial-section .testimonial-section__content {
  padding: 64px 112px;
  gap: 152px;
  flex-direction: row;
}
@media (min-width: 1600px) {
  section#testimonial-section .testimonial-section__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  section#testimonial-section .testimonial-section__content {
    flex-direction: column;
    padding: 44px 32px;
    gap: 44px;
  }
}
section#testimonial-section .testimonial-section__content.newblock .owl-item {
  padding: 0;
  gap: 0;
  box-sizing: border-box;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  padding: 36px 24px 20px;
  gap: 16px;
  border-radius: 12px;
  background: transparent;
  box-sizing: border-box;
  margin: 0 !important;
  height: 100%;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
  position: relative;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__header img {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 1px 2px rgba(23, 25, 74, 0.05));
  border-radius: 8px;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__header svg {
  position: absolute;
  width: 36px;
  left: 0px;
  top: -19px;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__header h4 {
  font-weight: 690;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.012em;
  color: #595959;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__body {
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-items: flex-start;
  padding: 12px;
  gap: 12px;
  background: #F5F5FB;
  border-radius: 12px;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__body p {
  font-weight: 630;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #212121;
  margin: 0;
  padding: 0;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__body .reviewer-name {
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  letter-spacing: 0.014em;
  color: #212121;
}
section#testimonial-section .testimonial-section__content.newblock .testimonial-item .recommendation-cards-grid__body .review-date {
  font-weight: 520;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  letter-spacing: 0.014em;
  color: #212121;
}
section#testimonial-section .testimonial-section__content .testimonial {
  display: grid;
  justify-items: center;
  width: 100%;
  grid-auto-rows: auto 1fr auto auto auto;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  height: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 599px) {
  section#testimonial-section .testimonial-section__content .testimonial {
    height: auto;
  }
}
section#testimonial-section .testimonial-section__content .testimonial svg {
  width: 36px;
  height: 32px;
}
section#testimonial-section .testimonial-section__content .testimonial h2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 760;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}
section#testimonial-section .testimonial-section__content .testimonial h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 760;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}
section#testimonial-section .testimonial-section__content .testimonial p {
  text-align: center;
  font-weight: 560;
  color: #212121;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;
  height: 100%;
  justify-content: stretch;
}
section#testimonial-section .testimonial-section__content .testimonial p span:nth-child(1) {
  flex: 1;
}
section#testimonial-section .testimonial-section__content .testimonial p span:nth-child(2) {
  font-size: 14px;
  font-weight: 630;
}
section#testimonial-section .testimonial-section__content .testimonial p span:nth-child(3) {
  font-size: 14px;
  font-weight: 640;
}
section#testimonial-section .testimonial-section__content .testimonial img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

section#how-section .how-section-wrapper {
  gap: 64px;
}
@media (max-width: 599px) {
  section#how-section .how-section-wrapper {
    gap: 44px;
  }
}
section#how-section .how-section__content {
  display: grid;
}
section#how-section .how-section__content-content-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 24px;
}
@media (max-width: 599px) {
  section#how-section .how-section__content-content-item {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
section#how-section .how-it-works-element {
  display: grid;
  align-items: start;
  align-content: start;
}
section#how-section .how-it-works-element .how-it-works-element__step-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
section#how-section .how-it-works-element .how-it-works-element__step-title .number {
  padding: 10px 12px;
  gap: 10px;
  background: #494FC9;
  border-radius: 100px;
  font-weight: 760;
  font-size: 34px;
  line-height: 140%;
  color: #ffffff;
  width: 68px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#how-section .how-it-works-element .how-it-works-element__step-title .number {
    width: 42px;
    padding: 10px;
    gap: 10px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  section#how-section .how-it-works-element .how-it-works-element__step-title .number {
    width: 42px;
    padding: 10px;
    gap: 10px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  section#how-section .how-it-works-element .how-it-works-element__step-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#how-section .how-it-works-element .how-it-works-element__step-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  section#how-section .how-it-works-element .how-it-works-element__step-title {
    padding: 0px;
    gap: 12px;
  }
}
section#how-section .how-it-works-element .how-it-works-element__step-description {
  padding: 0px 0px 0px 84px;
  color: #616161;
  font-size: 17px;
  font-weight: 560;
  line-height: 140%;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#how-section .how-it-works-element .how-it-works-element__step-description {
    padding: 0px 0px 0px 60px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  section#how-section .how-it-works-element .how-it-works-element__step-description {
    padding: 0px 0px 0px 52px;
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  section#faq-section .container {
    padding: 0px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#faq-section .container {
    padding: 0px;
  }
}
section#faq-section .faq-section__contetnt {
  display: grid;
  background-color: #494FC9;
  color: #ffffff;
  padding: 64px;
  gap: 64px;
}
@media (min-width: 599px) {
  section#faq-section .faq-section__contetnt {
    border-radius: 12px;
  }
}
@media (max-width: 599px) {
  section#faq-section .faq-section__contetnt {
    padding: 44px 24px;
    gap: 44px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#faq-section .faq-section__contetnt {
    border-radius: 0px;
  }
}
section#faq-section .faq-section__contetnt a.btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
section#faq-section .faq-section__contetnt a.btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
section#faq-section .faq-item {
  display: grid;
  gap: 16px;
  padding: 24px 12px;
  border-bottom: 1px solid #585DCD;
}
@media (max-width: 599px) {
  section#faq-section .faq-item {
    padding: 24px 0px;
    gap: 12px;
  }
}
@media (max-width: 599px) {
  section#faq-section .faq-item svg {
    width: 24px;
  }
}
section#faq-section .faq-item .cell-title-collapsed {
  gap: 26px;
}
@media (max-width: 599px) {
  section#faq-section .faq-item .cell-title-collapsed {
    gap: 12px;
  }
}
section#faq-section .faq-item.active .faq-item-content.show {
  display: block;
}
section#faq-section .faq-item.active h2.faq-cell__header button svg.collpsed {
  display: none;
}
section#faq-section .faq-item.active h2.faq-cell__header button svg.open {
  display: block;
}
section#faq-section .faq-item h2.faq-cell__header {
  font-size: 24px;
  font-weight: 760;
  line-height: 140%;
}
section#faq-section .faq-item h2.faq-cell__header button {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 760;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  padding: 0;
}
section#faq-section .faq-item h2.faq-cell__header button svg {
  width: 32px;
}
@media (max-width: 599px) {
  section#faq-section .faq-item h2.faq-cell__header button svg {
    width: 24px;
  }
}
section#faq-section .faq-item h2.faq-cell__header button .faq-item__title {
  max-width: calc(100% - 48px);
}
@media (max-width: 599px) {
  section#faq-section .faq-item h2.faq-cell__header button .faq-item__title {
    max-width: calc(100% - 40px);
  }
}
section#faq-section .faq-item h2.faq-cell__header button svg.collpsed {
  display: block;
}
section#faq-section .faq-item h2.faq-cell__header button svg.open {
  display: none;
}
@media (max-width: 599px) {
  section#faq-section .faq-item h2.faq-cell__header button {
    font-size: 20px;
  }
}
section#faq-section .faq-item .faq-item-content {
  display: none;
  padding: 0px 0px 0px 50px;
}
@media (max-width: 415px) {
  section#faq-section .faq-item .faq-item-content {
    padding: 0 0 0 40px;
  }
}
section#faq-section .faq-item .faq-item-content p {
  font-weight: 640;
  font-size: 17px;
  line-height: 140%;
  padding: 0px 0px 0px 14px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 599px) {
  section#faq-section .faq-item .faq-item-content p {
    font-size: 16px;
  }
}

section#advantages-section .advantages-section-wrap {
  gap: 64px;
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section-wrap {
    gap: 44px;
  }
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__title br {
    display: none;
  }
}
section#advantages-section .advantages-section__content {
  display: grid;
  gap: 64px;
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content {
    gap: 44px;
  }
}
section#advantages-section .advantages-section__content-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#advantages-section .advantages-section__content-details {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 32px;
  align-items: start;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items {
    gap: 44px;
  }
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items {
    gap: 44px 0px;
  }
}
section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element {
  display: grid;
  padding: 16px 0px;
  gap: 12px;
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element:nth-child(even) {
    padding: 16px 0px;
  }
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element {
    padding: 16px 16px 16px 0px;
  }
}
section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element .why-curum-client__content {
  display: grid;
  gap: 12px;
}
section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element .why-curum-client__content h2 {
  color: #424242;
  font-size: 24px;
  font-weight: 760;
  line-height: 140%;
}
@media (max-width: 415px) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element .why-curum-client__content h2 {
    font-size: 17px;
  }
}
section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element .why-curum-client__content p {
  color: #616161;
  font-weight: 560;
  font-size: 17px;
  line-height: 140%;
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details .advantages-section__content-details-content-items .why-curam-element .why-curum-client__content p {
    font-size: 16px;
  }
}
section#advantages-section .advantages-section__content-details .dialogue-group {
  display: grid;
  gap: 24px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#advantages-section .advantages-section__content-details .dialogue-group {
    display: none;
  }
}
@media (max-width: 599px) {
  section#advantages-section .advantages-section__content-details .dialogue-group {
    display: none;
  }
}
section#advantages-section .advantages-section__content-details .dialogue-group .dialogue-tag {
  padding: 14px 18px;
  gap: 12px;
  background-color: #ECEDF9;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 3s ease-in;
}
section#advantages-section .advantages-section__content-details .dialogue-group .dialogue-tag:nth-child(2n+1) {
  margin-right: auto;
  margin-left: 0;
}
section#advantages-section .advantages-section__content-details .dialogue-group .dialogue-tag:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
section#advantages-section .advantages-section__content-details .dialogue-group .dialogue-tag .dialogue-tag-text {
  font-weight: 560;
  font-size: 17px;
  line-height: 140%;
}

section#sub-typecare-section .subtype-care__content-items .poster {
  display: grid;
  padding: 0px;
  grid-template-rows: 200px 1fr;
  gap: 0;
  overflow: hidden;
}
section#sub-typecare-section .subtype-care__content-items .poster img {
  width: 100%;
  max-height: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 599px) {
  section#sub-typecare-section .subtype-care__content-items .poster img {
    border-radius: 0;
  }
}
section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content {
  display: grid;
  padding: 24px 34px 44px;
  gap: 64px;
  grid-auto-rows: 1fr auto;
}
@media (max-width: 599px) {
  section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content {
    gap: 44px;
  }
}
@media (max-width: 599px) {
  section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content h1 {
    font-size: 22px;
  }
}
section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content .poster-body__content-details {
  display: grid;
  gap: 24px;
  align-content: flex-start;
}
section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content .poster-body__content-details h1 {
  color: #35353F;
}
section#sub-typecare-section .subtype-care__content-items .poster .poster-body__content .poster-body__content-details p {
  color: #676779;
}
section#sub-typecare-section .subtype-care__content-items .poster:nth-child(1) {
  background: #FFF4EF;
}
section#sub-typecare-section .subtype-care__content-items .poster:nth-child(2) {
  background: #ECF4F9;
}

section.subtype-care__content .subtype-care__content-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 599px) {
  section.subtype-care__content .subtype-care__content-items {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items {
    gap: 16px;
  }
}
section.subtype-care__content .subtype-care__content-items .poster {
  padding: 34px 34px 64px 34px;
  gap: 12px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster {
    padding: 24px 24px 44px;
  }
}
section.subtype-care__content .subtype-care__content-items .poster img {
  max-width: 100%;
  height: 233px;
  width: auto;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster img {
    height: 104px;
    width: auto;
  }
}
@media (max-width: 599px) {
  section.subtype-care__content .subtype-care__content-items .poster img {
    height: 143px;
    width: auto;
  }
}
@media (min-width: 599px) {
  section.subtype-care__content .subtype-care__content-items .poster {
    border-radius: 12px;
  }
}
section.subtype-care__content .subtype-care__content-items .poster:nth-child(1) {
  background: #FFF4EF;
}
section.subtype-care__content .subtype-care__content-items .poster:nth-child(1) .poster-tag {
  border: 1px solid #FA5200;
  font-weight: 640;
  font-size: 15px;
  line-height: 140%;
  color: #FA5200;
}
section.subtype-care__content .subtype-care__content-items .poster:nth-child(2) {
  background: #E4F8FF;
}
section.subtype-care__content .subtype-care__content-items .poster:nth-child(2) .poster-tag {
  border: 1px solid #0C7A61;
  font-weight: 640;
  font-size: 15px;
  line-height: 140%;
  color: #0C7A61;
}
section.subtype-care__content .subtype-care__content-items .poster .poster-tag {
  display: none;
  padding: 12px 14px;
  gap: 12px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
section.subtype-care__content .subtype-care__content-items .poster .poster-body {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}
section.subtype-care__content .subtype-care__content-items .poster .poster-body .poster-body__content {
  display: grid;
  grid-template-rows: 1fr auto;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body .poster-body__content {
    gap: 44px;
  }
}
@media (max-width: 599px) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body .poster-body__content {
    gap: 64px;
  }
}
section.subtype-care__content .subtype-care__content-items .poster .poster-body .poster-body__content-details {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 32px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body .poster-body__content-details h1 {
    font-size: 17px;
  }
}
@media (max-width: 599px) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body img {
    width: auto;
    height: 143px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body img {
    width: auto;
    height: 104px;
    max-height: 104px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 599px) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body h1 {
    font-size: 17px;
    font-weight: 760;
    line-height: 140%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body h1 {
    font-size: 16px;
  }
}
section.subtype-care__content .subtype-care__content-items .poster .poster-body p {
  color: #616161;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section.subtype-care__content .subtype-care__content-items .poster .poster-body p {
    font-size: 16px;
  }
}

section#blog-section {
  padding-bottom: 124px;
}
section#blog-section.care-type-blog-gap {
  padding-bottom: 0;
  padding-top: 100px;
}
@media (max-width: 599px) {
  section#blog-section {
    padding-bottom: 80px;
  }
  section#blog-section.care-type-blog-gap {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait){
  section#blog-section.care-type-blog-gap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section#blog-section.care-type-blog-space {
  padding-bottom: 0;
  padding-top: 100px;
}
@media (max-width: 599px) {
  section#blog-section.care-type-blog-space {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait){
  section#blog-section.care-type-blog-space {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

#blog-section .blog-section-wrapper .blog-section-title-font {
    font-size: 32px;
    font-weight: 760;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
}
section#blog-section .blog-section-wrapper {
  display: grid;
}
section#blog-section .blog-section__contents {
  display: grid;
  grid-template-rows: 1fr auto;
}
section#blog-section .blog-section__contents-items {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 599px) and (max-width: 992px) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  section#blog-section .blog-section__contents-items a:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  section#blog-section .blog-section__contents-items a:nth-child(n+3) {
    display: none;
  }
}
section#blog-section .blog-section__contents-items .blog {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}
section#blog-section .blog-section__contents-items .blog:active .blog-content, section#blog-section .blog-section__contents-items .blog:visited .blog-content {
  background-color: #D7D8F3;
}
section#blog-section .blog-section__contents-items .blog:hover .blog-content {
  background-color: #ECEDF9;
}
section#blog-section .blog-section__contents-items .blog:focus {
  box-shadow: 0px 0px 0px 4px #A2A5E4;
  outline: 0;
  -webkit-appearance: none;
}
section#blog-section .blog-section__contents-items .blog:focus .blog-content {
  background-color: #ffffff;
}
@media (max-width: 599px) {
  section#blog-section .blog-section__contents-items .blog:nth-child(n+3) {
    display: none;
  }
}
section#blog-section .blog-section__contents-items .blog img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
  height: 215.84px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section#blog-section .blog-section__contents-items .blog .blog-content {
  display: grid;
  padding: 24px;
  gap: 13px;
  flex: 1;
}
section#blog-section .blog-section__contents-items .blog .blog-content .blog-content__header {
  display: none;
  justify-content: space-between;
}
section#blog-section .blog-section__contents-items .blog .blog-content .blog-content__header .blog-content-tag {
  padding: 6px 14px;
  gap: 12px;
  border: 1px solid #494FC9;
  border-radius: 50px;
  color: #494FC9;
  display: flex;
}
section#blog-section .blog-section__contents-items .blog .blog-content .title-color {
  font-size: 20px;
  font-weight: 760;
  line-height: 140%;
}
@media (max-width: 599px) {
  section#blog-section .blog-section__contents-items .blog .blog-content .title-color {
    font-size: 17px;
  }
}
section#blog-section .blog-section__contents-items .blog .blog-content {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-radius: 0 0 12px 12px;
  grid-auto-rows: 1fr auto;
}
section#blog-section .blog-section__contents-items .blog .blog-content p {
  font-size: 14px;
  font-weight: 640;
  line-height: 140%;
}
section#blog-section .blog-section__contents-items .blog .blog-content__footer {
  display: flex;
  align-items: center;
  gap: 9px;
}
section#blog-section .blog-section__contents-items .blog .blog-content__footer p {
  color: #9E9E9E;
}
@media (min-width: 599px) and (max-width: 992px) {
  section#blog-section .blog-section__contents-items .blog .blog-content__footer {
    flex-wrap: wrap;
  }
}
section#blog-section .blog-section__contents-items .blog:hover {
  background-color: #ECEDF9;
}
section#blog-section .blog-section__contents-items .blog:focus {
  background-color: #ECEDF9;
}

section#stories-section .stories-section__content-items {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 599px) {
  section#stories-section .stories-section__content-items {
    grid-template-columns: 1fr;
  }
}
section#stories-section .stories-section__content-items img {
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 599px) {
  section#stories-section .stories-section__content-items img:nth-child(n+2) {
    display: none;
  }
}

section#download-app-section {
  margin-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 599px) {
  section#download-app-section {
    margin-top: 0px;
    padding: 0px 24px 44px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section {
    margin-top: 0px;
    padding: 0px 24px 44px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#download-app-section {
    margin-top: 25px;
    padding-top: 50px;
  }
}
section#download-app-section .download-app-section__main-container {
  width: 100%;
  background-color: #ECEDF9;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container {
    background-color: transparent;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container {
    background-color: transparent;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content {
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  position: relative;
  /* padding: 65px; */
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content {
    grid-template-columns: 1fr 1fr;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content p {
  color: #616161;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content p {
    font-size: 14px;
    font-weight: 640;
    text-align: center;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img {
  position: relative;
  display: flex;
  gap: 0;
  justify-content: flex-start;
  margin-top: -200px;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img {
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img {
    margin-top: 0px;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture {
  width: 100%;
  display: flex;
  max-height: 170%;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture {
    width: auto;
    justify-content: center;
    max-height: none;
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture {
    width: auto;
    justify-content: center;
    max-height: none;
    margin: auto;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture img {
  width: 100%;
  height: auto;
  max-width: 440px;
  -o-object-position: center 50px;
     object-position: center 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content .app-section__main-container-content-img picture img {
    -o-object-position: center;
       object-position: center;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content-details {
  display: grid;
  gap: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-items: center;
    gap: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-items: center;
    gap: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
section#download-app-section .download-app-section__main-container .app-section__main-container-content-details-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details-header {
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .app-section__main-container-content-details-header {
    align-items: center;
    gap: 24px;
  }
}
section#download-app-section .download-app-section__main-container .download-app__button {
  padding: 12px 0px;
  gap: 15px;
  display: flex;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .download-app__button {
    padding: 0px;
    flex-direction: row-reverse;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .download-app__button {
    padding: 0px;
    flex-direction: row-reverse;
  }
}
section#download-app-section .download-app-section__main-container .download-app__button a {
  height: 48px;
  width: auto;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .download-app__button a {
    height: 40px;
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .download-app__button a {
    height: 40px;
    width: auto;
  }
}
section#download-app-section .download-app-section__main-container .download-app__button img {
  height: 48px;
  width: auto;
}
@media (max-width: 599px) {
  section#download-app-section .download-app-section__main-container .download-app__button img {
    height: 40px;
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#download-app-section .download-app-section__main-container .download-app__button img {
    height: 40px;
    width: auto;
  }
}

/* footer {
  background: #2B2F8F;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
} */
/* @media (max-width: 599px) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
} */
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
footer .footer__details {
  gap: 64px;
  display: grid;
  position: relative;
}
footer .footer__details .footer__nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 32px 0px 0px;
  gap: 48px;
}
@media (max-width: 1024px) {
  footer .footer__details .footer__nav-links {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 599px) {
  footer .footer__details .footer__nav-links {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__nav-links {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  footer .footer__details .footer__nav-links {
    gap: 40px;
  }
}
footer .footer__details .footer__nav-links .footer__nav-links-col {
  display: grid;
  gap: 32px;
  align-items: start;
  grid-auto-rows: min-content;
}
@media (max-width: 599px) {
  footer .footer__details .footer__nav-links .footer__nav-links-col {
    gap: 0px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__nav-links .footer__nav-links-col {
    gap: 0px;
  }
}
@media (max-width: 599px) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer-nav-links__title {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #494FC9;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer-nav-links__title {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #494FC9;
  }
}
footer .footer__details .footer__nav-links .footer__nav-links-col .footer-nav-links__title svg {
  display: none;
}
@media (max-width: 599px) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer-nav-links__title svg {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer-nav-links__title svg {
    display: block;
  }
}
footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner {
  flex-direction: column;
  gap: 13px;
}
@media (min-width: 599px) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner {
    display: flex;
  }
}
@media (max-width: 599px) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner {
    display: none;
    padding: 16px 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner {
    display: none;
    padding: 16px 24px;
  }
}
footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner ul.footer-navlinks__link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner ul.footer-navlinks__link a {
  color: #ffffff;
  font-weight: 560;
  font-size: 14px;
  outline-color: #ECEDF9;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}
footer .footer__details .footer__nav-links .footer__nav-links-col .footer__nav-links-inner ul.footer-navlinks__link a:hover {
  font-weight: 760;
}
footer .footer__details p.footer-nav-links__title {
  color: #ffffff;
  font-weight: 640;
}
footer .footer__details p.footer-nav-links__title svg {
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}
@media (max-width: 599px) {
  footer .footer__details p.footer-nav-links__title {
    font-size: 15px;
  }
  footer .footer__details p.footer-nav-links__title.active svg {
    transform: rotate(-180deg);
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details p.footer-nav-links__title {
    font-size: 15px;
  }
  footer .footer__details p.footer-nav-links__title.active svg {
    transform: rotate(-180deg);
  }
}
footer .footer__details .footer__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  gap: 108px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer__details .footer__contacts {
    grid-template-columns: repeat(2, auto);
    gap: 64px;
  }
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
footer .footer__details .footer__contacts .footer-contact__logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
footer .footer__details .footer__contacts .footer-contact__logo .footer-contact__logo-item-detail {
  display: grid;
  gap: 4px;
}
footer .footer__details .footer__contacts .footer-contact__logo .footer-contact__logo-item-detail .review-text {
  font-size: 11px;
  font-weight: 400;
}
footer .footer__details .footer__contacts .footer-contact__logo .copyright-text {
  font-size: 13px;
  font-weight: 560;
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts .footer-contact__logo .copyright-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts .footer-contact__logo .copyright-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
}
footer .footer__details .footer__contacts .footer-contact__logo-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts .footer-contact__logo-item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts .footer-contact__logo-item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
footer .footer__details .footer__contacts .footer-contact__logo-item .trustpilot_widget {
  min-width: 115px;
}
footer .footer__details .footer__contacts .footer-contact__logo-item .footer-contact__logo-item-detail p {
  font-size: 13px;
}
footer .footer__details .footer__contacts .footer-contact-__download-links {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
footer .footer__details .footer__contacts .footer-contact-__download-links .download-app__button {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  footer .footer__details .footer__contacts .footer-contact-__download-links .download-app__button {
    flex-wrap: wrap;
  }
}
footer .footer__details .footer__contacts .footer-contact-__download-links .download-app__button a {
  gap: 10px;
}
footer .footer__details .footer__contacts .footer-contact-__download-links .download-app__button a img {
  height: 48px;
  width: auto;
}
@media (max-width: 415px) {
  footer .footer__details .footer__contacts .footer-contact-__download-links .download-app__button a img {
    height: 40px;
  }
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts .footer-contact-__download-links {
    gap: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts .footer-contact-__download-links {
    gap: 8px;
  }
}
footer .footer__details .footer__contacts .footer-contact__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts .footer-contact__links {
    padding-bottom: 64px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts .footer-contact__links {
    padding-bottom: 64px;
  }
}
footer .footer__details .footer__contacts .footer-contact__links .footer-contact__links-contact-us {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer__details .footer__contacts .footer-contact__links .footer-contact__links-social-media {
  gap: 16px;
}
@media (max-width: 599px) {
  footer .footer__details .footer__contacts .footer-contact__links .footer-contact__links-social-media {
    padding-top: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer__details .footer__contacts .footer-contact__links .footer-contact__links-social-media {
    padding-top: 16px;
  }
}
footer .footer__details .footer__contacts .footer-contact__links .links-contact-us__details {
  display: flex;
  gap: 12px;
  align-items: center;
}
footer .footer__details .footer__contacts .footer-contact__links .links-contact-us__details a {
  font-size: 14px;
  font-weight: 560;
  line-height: 140%;
  color: #ffffff;
}

/*** CSS Override After OWL Slider added ***/
body .owl-carousel .owl-item img {
  width: auto;
}

body .owl-nav {
  display: none;
}

body .owl-dots {
  margin-top: 44px;
}

body .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  margin: 5px;
}

body .owl-theme .owl-dots .owl-dot.active span {
  width: 24px;
  background: #FF732E;
}

body a:focus, body button:focus, body input[type=text]:focus, body input[type=submit]:focus, body textarea:focus, body *:focus {
  outline: 2px dotted #2F349D;
  outline-offset: 2px;
}
.toggle-archive-applicant-list:focus-within {
  outline: 2px dotted #2F349D;
  outline-offset: 2px;
}
.toggle-archive-applicant-list input:focus {
  outline: none;
  outline-offset: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.15);
  align-items: flex-end;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}

.modal .modal-content {
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  width: 100%;
  /*height: 30vh;*/
  min-height: 246px;
  bottom: 0;
  top: auto !important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.modal .modal-content.large-modal {
  height: 90vh;
  height: 90dvh;
}
.modal .modal-content .input__field-wrapper.reducepadding.other__input {
  width: 100%;
}
.modal .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  gap: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.modal .modal-content .modal-header h2 {
  font-style: normal;
  font-weight: 760;
  font-size: 24px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  color: #2B2F8F;
}
.modal .modal-content .modal-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 16px;
  align-self: stretch;
  flex-grow: 0;
}
.modal .modal-content .modal-body .field__wrapper {
  position: relative;
}
.modal .modal-content .modal-body #othertime {
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 15px 16px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 2px rgba(23, 25, 74, 0.05);
  border-radius: 12px;
  text-align: center;
  line-height: 140%;
  font-weight: 560;
  font-size: 16px;
  color: #212121;
}
.modal .modal-content .modal-body button.addhour {
  background: #494FC9;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 8px;
  border: 0px none;
}
.modal .modal-content .modal-body button.addhour path {
  fill: #ffffff;
}
.modal .modal-content .modal-body button.minushour {
  border: 1px solid #A2A5E4;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 8px;
}
.modal .modal-content .modal-body button.minushour path {
  fill: #A2A5E4;
}
.modal .modal-content .modal-footer {
  /*  display: flex; */
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 16px;
  gap: 16px;
  background: #ffffff;
  align-self: stretch;
}
.modal .modal-content .modal-footer #confirmBtn {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 760;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal .close {
  color: #9E9E9E;
  float: right;
  font-size: 14px;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

input.dropdown {
  border-radius: 12px;
}

/*.dropdown:focus ~ .dropdown-menu,*/
.dropdown-menu:hover,
.dropdown-menu:focus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

.form__input-group:focus .dropdown-menu,
.form__input-group:focus-within .dropdown-menu {
  /* display: flex;*/
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

.dropdown-menu {
  display: none;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

ul.dropdown-menu {
  position: absolute;
  transform: translate3d(0px, 62px, 0px);
  top: -10px;
  left: 0px;
  will-change: transform;
  height: auto;
  overflow: auto;
  min-height: 48px;
  max-height: 250px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #f4f4f4;
  margin: 0;
  border-radius: 12px;
}
ul.dropdown-menu li.dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 10px;
  border-radius: 0px;
  font-weight: 520;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #616161;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 8px 16px;
  align-items: flex-start;
}
ul.dropdown-menu li.dropdown-item[data-selected=true] {
  background-color: #ECEDF9;
  color: #2B2F8F;
  font-weight: 690;
}
ul.dropdown-menu li.dropdown-item[data-selected=true] span {
  color: #2B2F8F !important;
  font-weight: 690;
}
ul.dropdown-menu li.dropdown-item:hover {
  background-color: #F5F5FB;
}
ul.dropdown-menu li.dropdown-item:hover span.highlight-text {
  color: #2B2F8F;
}
ul.dropdown-menu li.dropdown-item span {
  padding: 0px !important;
}
ul.dropdown-menu li.dropdown-item span.help-text {
  font-size: 14px;
  font-weight: 520;
  color: #616161;
  letter-spacing: 0.014em;
}
ul.dropdown-menu li.dropdown-item span.highlight-text {
  color: #212121;
}

@media (min-width: 599px) {
  .center-content-area.medium-center-sec-padding.no-footer {
    grid-template-rows: 120px 1fr;
  }
  .center-content-area.medium-center-sec-padding.no-footer .action-buttons {
    display: none;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#curamcare-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 12px 24px;
  gap: 24px;
  background-color: #595959;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  z-index: 10;
  animation: showCookiePopup 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#curamcare-cookie-banner[aria-hidden=true] {
  display: none;
}
@media (max-width: 599px) {
  #curamcare-cookie-banner {
    padding: 12px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    row-gap: 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#curamcare-cookie-banner h2 {
  color: #ffffff;
  font-weight: 560;
  font-size: 17px;
}
@media (max-width: 599px) {
  #curamcare-cookie-banner h2 {
    font-size: 14px;
  }
}
#curamcare-cookie-banner h2 a#curamcare-cookie__link {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 560;
  text-decoration-line: underline;
  display: inline;
}
@media (max-width: 599px) {
  #curamcare-cookie-banner h2 a#curamcare-cookie__link {
    font-size: 14px;
  }
}
#curamcare-cookie-banner a#curamcare-cookie__button {
  background-color: #ffffff;
  color: #494FC9;
}
#curamcare-cookie-banner a#curamcare-cookie__button:hover {
  background-color: #EEEEEE;
}
@media (max-width: 599px) {
  #curamcare-cookie-banner a#curamcare-cookie__button {
    grid-column: 3/4;
    padding: 0 8px;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes showCookiePopup {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.faq-section__contetnt-content-items .faq-item-content p a {
  color: #ffffff;
}

@media (max-width: 599px) {
  section#hire-experienced-carers-section .carer-cell-group .carer-cell__carer-content:nth-child(n+4) {
    display: none;
  }
}

.new-carer-card__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .new-carer-card__group {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .new-carer-card__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.new-carer-card__cell-element {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 24px;
  gap: 24px;
  background-color: #F5F5FB;
  border-radius: 12px;
}
@media (max-width: 599px) {
  .new-carer-card__cell-element {
    padding: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .new-carer-card__cell-element:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .new-carer-card__cell-element:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 599px) {
  .new-carer-card__cell-element:nth-child(n+3) {
    display: none;
  }
}
.new-carer-card__cell-element:hover {
  background-color: #ECEDF9;
}
.new-carer-card__cell-element:active, .new-carer-card__cell-element:visited {
  background-color: #BEC0EC;
}
.new-carer-card__cell-element:focus {
  background-color: #F5F5FB;
  box-shadow: 0px 0px 0px 4px #A2A5E4;
  outline: 0;
  -webkit-appearance: none;
}
.new-carer-card__cell-element .new-carer-card-cell__header {
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.new-carer-card__cell-element .new-carer-card-cell__header img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 599px) {
  .new-carer-card__cell-element .new-carer-card-cell__header img {
    width: 64px;
    height: 64px;
  }
}
.new-carer-card__cell-element .new-carer-card-cell__header .new-carer-card-cell__header-details {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 12px;
}
.new-carer-card__cell-element .new-carer-card-cell__header .new-carer-card-cell__header-details .new-carer-card-cell__name {
  color: #424242;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0;
}
@media (max-width: 599px) {
  .new-carer-card__cell-element .new-carer-card-cell__header .new-carer-card-cell__header-details .new-carer-card-cell__name {
    font-size: 20px;
  }
}
.new-carer-card__cell-element .new-carer-card-cell__header .new-carer-card-cell__header-details .new-carer-card-cell__details-experiance-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new-carer-card__cell-element .new-carer-card-cell__header .new-carer-card-cell__header-details .new-carer-card-cell__details-experiance-icon p.new-carer-card-cell__details-experiance-text {
  color: #616161;
}
.new-carer-card__cell-element .new-carer-card-cell-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.new-carer-card__cell-element .new-carer-card-cell-tags .small-tag {
  pointer-events: none;
}
.new-carer-card__cell-element .new-carer-card-cell-content {
  padding: 0px 0px 0px 12px;
  border-left: 2px solid #FF732E;
  display: flex;
}
.new-carer-card__cell-element .new-carer-card-cell-content p.new-carer-card-cell-content-text {
  font-size: 16px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 599px) {
  .new-carer-card__cell-element .new-carer-card-cell-content p.new-carer-card-cell-content-text {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .new-carer-card__cell-element .new-carer-card-cell-content p.new-carer-card-cell-content-text {
    font-size: 15px;
  }
}
.new-carer-card__cell-element .new-carer-card-cell-content p.new-carer-card-cell-content-text a.new-carer-card-cell-content__link {
  color: #494FC9;
  text-decoration: underline;
  display: inline-block !important;
}

.new-care-type-card-element {
  padding: 16px 24px 24px !important;
  gap: 44px !important;
  border-radius: 12px;
  outline-offset: 0px !important;
}
.new-care-type-card-element.new-care-type-card-1 {
  background-color: #FBBFB6;
}
.new-care-type-card-element.new-care-type-card-1:hover {
  background-color: #FEA79A;
}
.new-care-type-card-element.new-care-type-card-1:focus {
  background-color: #FFC1B8;
  box-shadow: 0px 0px 0px 4px #A2A5E4;
  outline: 0;
  -webkit-appearance: none;
}
.new-care-type-card-element.new-care-type-card-1:active, .new-care-type-card-element.new-care-type-card-1:visited {
  background-color: #FC8D7C;
}
.new-care-type-card-element.new-care-type-card-2 {
  background-color: #FAE5BC;
}
.new-care-type-card-element.new-care-type-card-2:hover {
  background-color: #FBD296;
}
.new-care-type-card-element.new-care-type-card-2:active, .new-care-type-card-element.new-care-type-card-2:visited {
  background-color: #FFC167;
}
.new-care-type-card-element.new-care-type-card-2:focus {
  background-color: #FFE4BD;
  box-shadow: 0px 0px 0px 4px #A2A5E4;
}
.new-care-type-card-element.new-care-type-card-3 {
  background-color: #BCE4E7;
}
.new-care-type-card-element.new-care-type-card-3:hover {
  background-color: #98D1D5;
}
.new-care-type-card-element.new-care-type-card-3:active, .new-care-type-card-element.new-care-type-card-3:visited {
  background-color: #5DB5BD;
}
.new-care-type-card-element.new-care-type-card-3:focus {
  background-color: #B4D9DC;
  box-shadow: 0px 0px 0px 4px #A2A5E4;
}
.new-care-type-card-element .new-care-type-card-element-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-care-type-card-element .new-care-type-card-element-icon svg {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}
.new-care-type-card-element .care-type-item__details {
  gap: 16px !important;
}
.new-care-type-card-element .care-type-item__details p.care-type-item-content {
  font-size: 16px !important;
  font-weight: 560;
  line-height: 1.4;
  letter-spacing: 0;
  color: #424242;
}

.small-tag {
  padding: 4px 14px;
  gap: 8px;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  outline: 0 !important;
}
.small-tag svg {
  width: 16px;
  height: 16px;
}
.small-tag span {
  font-size: 14px;
  font-weight: 630;
  line-height: 1.4;
  letter-spacing: 0;
  color: #424242;
}
.small-tag:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(23, 25, 74, 0.05);
}
.small-tag:focus {
  box-shadow: 0px 0px 0px 4px #EEEEEE !important;
}
.small-tag:disabled {
  background-color: #E5E5E5;
}
.small-tag:disabled span {
  color: #9E9E9E;
}
.small-tag:active {
  background-color: #E5E5E5;
  box-shadow: 0px 0px 0px 4px #EEEEEE;
}

.morecontent span {
  display: none;
}
.morecontent span.viewfull {
  display: inline;
}

a.morelink {
  display: inline-block;
  color: #494FC9;
  text-decoration: underline;
}

#cost-calculator .cost-calculator__wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__wrapper {
    padding: 48px 0px;
  }
}
#cost-calculator .cost-calculator__main {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main {
    flex-direction: column;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__left-content {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  gap: 32px;
  background: #ffffff;
  border-radius: 12px 0px 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-height: 5000px;
  overflow: hidden;
  left: 0%;
  padding: 0px;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__left-content {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    border-radius: 0px;
    gap: 24px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__left-content {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    border-radius: 12px 12px 0px 0px;
    gap: 24px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__left-content.hideDiv {
  max-height: 0;
}
#cost-calculator .cost-calculator__main .cost-calculator__left-content .cost-calculator__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__left-content .cost-calculator__image {
    height: 314px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__left-content .cost-calculator__image {
    height: 317px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right {
  flex: 0 0 50%;
  position: relative;
  max-width: 50%;
  display: flex;
  padding: 72px;
  gap: 64px;
  flex-direction: column;
  background: #ffffff;
  border-radius: 0px 12px 12px 0px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    border-radius: 0px;
    gap: 24px;
    padding: 24px 24px 36px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    border-radius: 0px 0px 12px 12px;
    padding: 36px 64px 48px;
    gap: 36px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right {
    padding: 64px;
    gap: 36px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content {
    gap: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content {
    gap: 32px;
  }
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content {
    gap: 24px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content-header {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content-header svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content-header svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content-header svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input-content-header svg {
    width: 32px;
    height: 32px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-title {
  font-weight: 690;
  color: #424242;
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input {
    gap: 16px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input span.cost-calculator__right-input-title {
  font-weight: 520;
  line-height: 1.4;
  color: #424242;
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input .cost-calculator__input-content {
  display: flex;
  gap: 8px;
  position: relative;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input .cost-calculator__input-content {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input .cost-calculator__input-content .calculate__cost {
    width: 100%;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input .field__wrapper {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 2px rgba(23, 25, 74, 0.05);
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-input .field__wrapper {
    height: 53px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right p.cost-calculator__input-info-text {
  font-weight: 520;
  font-size: 15px;
  color: #616161;
  line-height: 1.4;
  letter-spacing: 0.014em;
}
#cost-calculator .cost-calculator__main .cost-calculator__right .cost-calculator__right-button button {
  width: 100%;
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  padding: 13px 20px;
}
#cost-calculator .cost-calculator__main .cost-calculator__right.change-active {
  border-radius: 12px 0px 0px 12px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right.change-active {
    border-radius: 12px 12px 0px 0px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content {
  position: relative;
  left: 0;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 72px;
  gap: 40px;
  background: #494FC9;
  border-radius: 0px 12px 12px 0px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    left: 0%;
    padding: 0px;
  }
  #cost-calculator .cost-calculator__main .cost-calculator__right-content.showDiv {
    max-height: 5000px;
    transition: max-height 1s ease-in-out;
    border-radius: 0px;
    padding: 24px 24px 36px;
    gap: 28px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    left: 0%;
    padding: 0px;
  }
  #cost-calculator .cost-calculator__main .cost-calculator__right-content.showDiv {
    max-height: 5000px;
    transition: max-height 1s ease-in-out;
    border-radius: 0px 0px 12px 12px;
    padding: 36px 64px 64px;
    gap: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content {
    padding: 64px 36px;
    gap: 32px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content h4.cost-calculator__search-result-title {
  color: #ffffff;
  font-weight: 690;
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card {
  padding: 16px 12px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 20px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card {
    padding: 20px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card span.cost-calculator-search-result__price-card-type {
  color: #212121;
  font-weight: 630;
  font-size: 14px;
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card .cost-calculator-search-result__price-card-cost {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card .cost-calculator-search-result__price-card-cost {
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost {
    flex-direction: row;
    display: flex;
    gap: 4px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-amount {
  color: #494FC9;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-amount {
    font-size: 17px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-amount {
    font-size: 17px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-rate {
  color: #616161;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-rate {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator-search-result__prices .cost-calculator-search-result__price-card-cost .cost-calculator-search-result__price-card-rate {
    font-size: 14px;
  }
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator__search-result-info {
  color: #ffffff;
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator__search-result-terms-n-conditions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator__search-result-terms-n-conditions .cost-calculator__search-result-terms-n-condition-element {
  display: flex;
  gap: 8px;
  align-items: center;
}
#cost-calculator .cost-calculator__main .cost-calculator__right-content .cost-calculator__search-result-terms-n-conditions .cost-calculator__search-result-terms-n-condition-element p.search-result-terms-n-condition-element__text {
  color: #ECEDF9;
}

.horizontal-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  gap: 8px;
  background: #F5F5FB;
  border: 1px solid #ECEDF9;
  border-radius: 8px;
}
.horizontal-tabs .tab {
  padding: 16px 20px;
  gap: 8px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .horizontal-tabs .tab {
    padding: 12px;
  }
}
.horizontal-tabs .tab[selected=true] {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  border: 1px solid #ECEDF9;
  animation: slideDateIndicator 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 normal;
}
.horizontal-tabs .tab[selected=true].first-tab {
  animation: reversebar 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 normal;
}
.horizontal-tabs .tab[selected=true] .tab-title {
  font-weight: 630;
  color: #2B2F8F;
}
.horizontal-tabs .tab[selected=true] .tab__count {
  background: #D7D8F3;
}
.horizontal-tabs .tab[selected=true] .tab__count .count__number {
  color: #2B2F8F;
}
.horizontal-tabs .tab[selected=true]:hover {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  border: 1px solid #ECEDF9;
}
.horizontal-tabs .tab[selected=true]:hover .tab-title {
  font-weight: 630;
  color: #2B2F8F;
}
.horizontal-tabs .tab[selected=true]:hover .tab__count {
  background: #D7D8F3;
}
.horizontal-tabs .tab[selected=true]:hover .tab__count .count__number {
  color: #2B2F8F;
}
.horizontal-tabs .tab[selected=true]:hover:focus {
  background: #ffffff;
  box-shadow: 0px 0px 0px 4px rgba(23, 25, 74, 0.05);
  border: 1px solid #ECEDF9;
}
.horizontal-tabs .tab[selected=true]:hover:focus .tab-title {
  font-weight: 630;
  color: #2B2F8F;
}
.horizontal-tabs .tab[selected=true]:hover:focus .tab__count {
  background: #D7D8F3;
}
.horizontal-tabs .tab[selected=true]:hover:focus .tab__count .count__number {
  color: #2B2F8F;
}
.horizontal-tabs .tab .tab-title {
  font-weight: 630;
  color: #616161;
}
.horizontal-tabs .tab .tab__count {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
  background-color: #bfbfbf;
}
.horizontal-tabs .tab .tab__count span.count__number {
  color: #ffffff;
}
.horizontal-tabs .tab:hover {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  border: 1px solid #ECEDF9;
}

section#testimonial-section.updated-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  gap: 64px;
}
section#testimonial-section.updated-box .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#testimonial-section.updated-box .container {
    gap: 48px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#testimonial-section.updated-box .container {
    gap: 48px;
  }
}
@media (max-width: 599px) {
  section#testimonial-section.updated-box .container {
    gap: 24px;
  }
}
@media (max-width: 599px) {
  section#testimonial-section.updated-box {
    padding: 44px 0px;
    gap: 44px;
  }
}
section#testimonial-section.updated-box .testimonial-section__content {
  padding: 0;
  gap: 0;
}
section#testimonial-section.updated-box a.btn {
  font-weight: 690;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#testimonial-section.updated-box .owl-dots {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  section#testimonial-section.updated-box .owl-dots {
    display: none;
  }
}
section#testimonial-section.updated-box .owl-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 24px;
  gap: 36px;
  background: #ffffff;
  border-radius: 12px;
}
section#testimonial-section.updated-box .owl-item .testimonial {
  align-items: flex-start;
  justify-items: start;
}
section#testimonial-section.updated-box .owl-item .testimonial p {
  align-items: flex-start;
  justify-items: start;
  text-align: left;
}

.statistics__section .progress:after {
  width: 200px;
  height: 200px;
  border-width: 17px;
  border-color: #A2A5E4;
}
@media (max-width: 599px) {
  .statistics__section .progress:after {
    width: 127px;
    height: 127px;
    border-width: 10px;
  }
}
@media (max-width: 599px) {
  .statistics__section .progress {
    width: 148px;
    height: 148px;
    line-height: 148px;
  }
}
.statistics__section .progress .progress-value-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.statistics__section .progress .progress-value-text .rate-digit-title {
  font-weight: 690;
  font-size: 17px;
  color: #A28888;
  line-height: 1.4;
  height: auto;
}
@media (max-width: 599px) {
  .statistics__section .progress .progress-value-text .rate-digit-title {
    font-weight: 630;
    font-size: 14px;
  }
}
.statistics__section .progress .progress-value-text .rate-digit-text {
  font-weight: 690;
  font-size: 32px;
  line-height: 1.4;
  height: auto;
  color: #494FC9;
}
@media (max-width: 599px) {
  .statistics__section .progress .progress-value-text .rate-digit-text {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .statistics__section .progress .progress-value-text .rate-digit-text {
    font-size: 28px;
  }
}

.navigation-buttons .mob-menu-btn {
  display: none;
}
@media (max-width: 599px) {
  .navigation-buttons .mob-menu-btn {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .navigation-buttons .mob-menu-btn {
    display: block;
  }
}
@media (max-width: 599px) {
  .navigation-buttons .desk-menu-btn {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .navigation-buttons .desk-menu-btn {
    display: none;
  }
}

/**** footer live fixes css ***/
@media (max-width: 599px) {
  .footer-contact__logo-item .trustpilot-widget {
    max-width: 113px;
    max-height: 85px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-contact__logo-item .trustpilot-widget {
    width: 100%;
    max-height: 85px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .footer-contact__logo-item .trustpilot-widget {
    max-width: 113px;
    max-height: 85px;
  }
}

#orientation-overlay-warning {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 36px;
  background: #ECEDF9;
}
#orientation-overlay-warning div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
}
#orientation-overlay-warning div svg {
  width: 32px;
  height: 32px;
}
#orientation-overlay-warning div h2 {
  font-weight: 520;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.014em;
  color: #424242;
}
@media only screen and (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  #orientation-overlay-warning {
    display: flex;
    z-index: 99999;
  }
}

input:-webkit-autofill {
  border-radius: 12px;
}

input:autofill {
  border-radius: 12px;
}

.recommendations-page__content {
  background-color: #F5F5FB;
  display: grid;
  grid-template-rows: repeat(4, auto);
  gap: 124px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content {
    gap: 104px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content {
    gap: 104px;
  }
}
@media (max-width: 599px) {
  .recommendations-page__content {
    gap: 48px;
  }
}
.recommendations-page__content #banner-section {
  background-color: #ffffff;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .container {
    grid-template-rows: auto minmax(30%, 180px) 1fr;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section .container {
    gap: 84px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section {
    gap: 84px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content #banner-section {
    gap: 68px;
  }
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section {
    gap: 24px;
  }
}
.recommendations-page__content #banner-section .tablet-portrait-mobile {
  display: none;
  font-size: 56px;
  font-weight: 760;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section .tablet-portrait-mobile {
    display: block;
  }
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .tablet-portrait-mobile {
    font-size: 32px;
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section .desktop-tablet-landscape {
    display: none;
  }
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .desktop-tablet-landscape {
    display: none;
  }
}
.recommendations-page__content #banner-section #banner-section__feature-video {
  max-width: 425px;
  max-height: 425px;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section #banner-section__feature-video {
    margin: auto;
    max-height: 300px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content #banner-section #banner-section__feature-video {
    margin: auto;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial {
  max-width: 605px;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section .recommendationtestimonial {
    max-width: 900px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content #banner-section .recommendationtestimonial {
    max-width: 400px;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-dots {
  display: block;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-dots {
    margin-top: 32px;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-dots {
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-dots {
    margin-top: 24px;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 24px;
  gap: 36px;
  background: #ffffff;
  border-radius: 12px;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-item {
    padding: 40px 0 0;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 68px 48px 48px;
  gap: 32px;
  background: #F5F5FB;
  box-shadow: 2px 2px 2px #ECEDF9;
  border-radius: 12px;
  align-items: flex-start;
  justify-items: start;
  position: relative;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial {
    padding: 48px 32px 32px;
    gap: 24px;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial svg {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0.5px;
  top: -44.22px;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial svg {
    width: 70px;
    height: 70px;
    left: 1px;
    top: -43.89px;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial h6 {
  font-weight: 690;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #494FC9;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial h6 {
    font-size: 10px;
  }
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial p {
  display: flex;
  justify-items: start;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial p span {
  font-weight: 630;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #595959;
}
.recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial p span.headingcontent {
  font-weight: 690;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #424242;
}
@media (max-width: 599px) {
  .recommendations-page__content #banner-section .recommendationtestimonial .owl-item .testimonial p span.headingcontent {
    font-size: 15px;
  }
}
.recommendations-page__content #testimonial-section.testimonial-grid {
  background-color: transparent;
  padding: 0px;
}
.recommendations-page__content #testimonial-section.testimonial-grid .testimonial-section__content {
  align-items: start;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 36px;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .recommendations-page__content #testimonial-section.testimonial-grid .testimonial-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  .recommendations-page__content #testimonial-section.testimonial-grid .testimonial-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .recommendations-page__content #testimonial-section.testimonial-grid .testimonial-section__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

#testimonial-section2 {
  background-color: transparent;
  padding: 0px;
}
#testimonial-section2 .testimonial-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 36px 24px 20px;
  gap: 16px;
  height: auto;
  display: grid;
  grid-template-rows: repeat(2, auto);
  float: left;
  width: calc(33.333% - 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 36px !important;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #testimonial-section2 .testimonial-item {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px !important;
  }
  #testimonial-section2 .testimonial-item:nth-child(n+11) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1194px) and (orientation: landscape) {
  #testimonial-section2 .testimonial-item {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px !important;
  }
  #testimonial-section2 .testimonial-item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 599px) {
  #testimonial-section2 .testimonial-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 16px !important;
  }
  #testimonial-section2 .testimonial-item:nth-child(n+6) {
    display: none;
  }
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 12px;
  position: relative;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__header img {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 1px 2px rgba(23, 25, 74, 0.05));
  border-radius: 8px;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__header svg {
  position: absolute;
  width: 36px;
  left: 0px;
  top: -19px;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__header h4 {
  font-weight: 690;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.012em;
  color: #595959;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  gap: 12px;
  background: #F5F5FB;
  border-radius: 12px;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__body p {
  font-weight: 630;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #212121;
  margin: 0;
  padding: 0;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__body .reviewer-name {
  font-weight: 520;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  letter-spacing: 0.014em;
  color: #212121;
}
#testimonial-section2 .testimonial-item .recommendation-cards-grid__body .review-date {
  font-weight: 520;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  letter-spacing: 0.014em;
  color: #212121;
}

/**
Logo and menu for client dashboard page start
 */

@media (max-width: 919px) {
  .client_dashboard.user-logged-in header.menu-header nav ul.navigation-links{
    width: 1px;
  }
  .client_dashboard.user-logged-in header.menu-header nav button.navbar-toggler{
    display: block;
  }
  .client_dashboard.user-logged-in header.menu-header nav .nav-logo .desktop-logo{
    display: block;
  }
}

/**
Logo and menu for client dashboard page end
 */
 #findCarer .top-section p{
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  color: #616161;
}
/* Make Logo visible in responsive devices in Guest User Dashboard -- START */
@media (max-width: 919px) {
  .client_dashboard header.guest-user-header nav .nav-logo .desktop-logo {
      display: block;
  }
  .user-logged-in .menu-header.new-usersignup-header .mobile__main-content {
padding-bottom: 50px !important;
  }
}
/* Make Logo visible in responsive devices in Guest User Dashboard -- END */