/*----------------------------------------------- NAVBAR --------------------------------------------------------------*/
.navbar {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.navbar-brand {
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}

.bg-darkblue {
  background-color: #004cb1;
}
/*----------------------------------------------- NAVBAR (END) --------------------------------------------------------------*/



/*----------------- button-cta -----------------*/
.button-wrapper {
  display: flex;
  justify-content: left;
  margin-top: 25px;
  margin-bottom: 15px;
}

.button-wrapper .button-cta-go {
  background-color: #E10A0A;
  text-decoration: none;
}

.button-wrapper .button-cta-go div:last-of-type {
  background-color: white;
  border-radius: 22px;
}

a:hover {
  text-decoration: none;
}

/* Toggle Switch for Locale */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-slider {
  background-color: #3C1053;
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #3C1053;
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded toggle-sliders */
.toggle-slider.round {
  border-radius: 22px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

.locale-toggle {
  display: flex;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  align-items: center;
  margin-left: 20px;
}

.locale-toggle .active {
  color: #3C1053;
}

@media screen and (max-width:  1162px) {
  .button-wrapper {
    flex-direction: column;
  }
  .locale-toggle {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*----------------- button-cta (END) -----------------*/



nav.navbar.navbar-light.bg-darkblue.static-top,
.no-cost {
  background-color: #3C1053;
}

.no-cost .button-wrapper .button-cta-go {
  background-color: #E10A0A;
}

.no-cost .button-cta-go > div:first-of-type {
  color: white;
}



/*----------------------------------------------- HERO SECTION ----------------------------------------------------------*/
#app-marketing {
  display: flex;
  align-items: center;
  padding: 50px 100px 100px;
  background-color: #e9f0ff;
  justify-content: center;
}

#app-marketing .h1-3tandai {
  font-weight: 700;
  margin-bottom: 8px;
  max-width: 410px;
}

#app-marketing .h3-3tandai {
  max-width: 470px;
}

.app-store-video {
  width: 100%;
  max-width: 530px;
  height: 298px;
}

.app-store-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

@media screen and (max-width:  620px) {
  .app-store-video {
    aspect-ratio: 4 / 3;
  }
}

.app-store-image {
  display: none;
  flex: 0 0 35%;
  justify-content: flex-end;
  position: relative;
}

.app-store-image>img {
  display: flex;
  width: 440px;
  height: 540px;
}

.app-text {
  flex: 1;
  padding-right: 30px;
  max-width: 480px;
  width: 100%;
}

.app-text .h2-3tandai {
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
}

.app-text .h4-3tandai span {
  color: #3C1053;
  font-weight: 700;
}

.app-text .h5-3tandai {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.app-text h5 br {
  display: none
}

@media screen and (min-width:1024px) {
  .app-store-image>img {
    margin-left: 40px
  }
}

@media screen and (max-width:768px) {
  #app-marketing {
    flex-direction: column
  }
  .app-store-image {
    flex: 1;
    justify-content: center
  }
  .app-text {
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .app-text h5 br {
    display: block
  }
}

@media screen and (max-width:474px) {
  h2 {
    font-size: 1.5rem
  }
  p {
    font-size: .85rem
  }
  .app-text {
    padding: 0 20px
  }
  .app-text h3 br {
    display: none
  }
}

#app-marketing > div {
  display: flex;
  align-items: center;
  max-width: 1086px;
  justify-content: space-between;
  width: 100%;
}
.app-store-image > div {
  position: absolute;
  padding: 8px 12px;
  background-color: white;
  box-shadow: 0px 3px 50px #0F1C3D1F;
  border-radius: 4px;
}
.app-store-image > span {
  position: absolute;
}
.app-store-image > span img {
  width: 70px;
  height: 70px;
}
.app-store-image > div .h5-3tandai {
  font-weight: bold;
}
.float-1 {
  top: 145px;
  left: 25px;
}
.float-2 {
  top: 190px;
  right: -65px;
}
.float-3 {
  bottom: 120px;
  left: -15px;
}
.float-4 {
  bottom: 70px;
  right: -45px;
}
.float-5 {
  top: 50%;
  left: 0%;
}
.float-6 {
  top: 58%;
  right: -7%;
}

@media screen and (max-width: 1162px) {
  #app-marketing > div {
    flex-direction: column;
  }
  .app-text {
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .button-wrapper {
    justify-content: center;
  }
  .app-btn-container {
    justify-content: center;
  }
  .float-5 {
    left: -7%;
  }
}
@media screen and (max-width: 768px) {
  #app-marketing {
    padding: 50px 35px;
  }
  .app-text {
    max-width: 440px;
    padding: 0;
  }
}
@media screen and (min-width: 581px) {
  .app-store-image {
    top: -30px;
  }
}
@media screen and (max-width: 580px) {
  .app-store-image > img {
    width: 80%;
    height: 100%;
  }
  .app-store-image > span img {
    width: 45px;
    height: 45px;
  }
  .float-1 {
    top: 25%;
    left: 1%;
  }
  .float-2 {
    top: 34%;
    right: -10%;
  }
  .float-3 {
    bottom: 17%;
    left: -8%;
  }
  .float-4 {
    bottom: 9%;
    right: -4%;
  }
  .float-5 {
    left: 5%;
  }
  .float-6 {
    right: 5%;
  }
}
@media screen and (max-width: 420px) {
  #app-marketing {
    padding: 50px 30px;
  }
  #app-marketing .h1-3tandai {
    line-height: 40px;
  }
  .float-1 {
    top: 21%;
    left: -2%;
  }
  .float-2 {
    top: 34%;
    right: -8%;
  }
  .float-3 {
    bottom: 18%;
    left: -7%;
  }
  .float-4 {
    bottom: 5%;
    right: -2%;
  }
  .app-store-image > div .h5-3tandai {
    font-weight: 600;
    font-size: 12px;
  }
}
/*----------------------------------------------- HERO SECTION (END) ----------------------------------------------------------*/






/*----------------------------------------------- PROGRAM-COVER SECTION ----------------------------------------------------------*/
#program-cover {
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
  background-color: #F3F2F2;
}

#program-cover .h3-3tandai {
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}

@media screen and (max-width: 430px) {
  #program-cover .h3-3tandai {
    max-width: 320px;
  }
  #program-cover .h3-3tandai br {
    display: none;
  }
}
/*----------------------------------------------- PROGRAM-COVER SECTION (END) ----------------------------------------------------------*/



/*----------------- privacy -----------------*/
#privacy {
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
  background-color: #e9f0ff;
}

#privacy .h1-3tandai {
  font-weight: 600;
  margin: 10px 0;
}

#privacy .h4-3tandai {
  width: 100%;
  max-width: 540px;
  text-align: center;
}

#privacy a {
  color: #007bff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #privacy .h1-3tandai {
    text-align: center;
  }
}
/*----------------- privacy(END) -----------------*/



#kits-sample .text h4 {
  width: 250px;
}

#kits-sample .image {
  display: none;
}

#kits-sample .image .kit-wrapper.last, #kits-sample .image .kit-wrapper.last > img {
  max-width: 203px;
}

#kits-sample .image .kit-wrapper.last .kit-icons .kit-icon {
  width: 135px;
  height: 48px;
  background-color: #E5EDFF;
  border-radius: 11px;
}

#kits-sample .image .kit-wrapper.last .kit-icons .kit-icon h5 {
  color: #4F85FF;
  font-weight: 600;
}

#kits-sample .image .kit-wrapper.last .kit-icons {
  position: relative;
  top: 4px;
}

#kits-sample .image .kit-wrapper.last > h5 {
  position: relative;
  top: 16px;
}

@media screen and (min-width: 881px) and (max-width: 1122px) {
  #kits-sample .image .kit-wrapper.last {
    margin-top: 75px;
  }
}

.journey-1 {
  width: 246px !important;
  height: auto !important;
  margin-bottom: -6px;
}

.journey-2 {
  object-position: -15px;
  width: 270px !important;
  height: auto !important;
}

.journey-3 {
  width: 210px !important;
  height: auto !important;
}

.journey-1, .journey-2, .journey-3 {
  margin-top: 20px;
}

#get-started {
  background-color: #3C1053;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 25px;
}

#cobesity h4 {
  width: 280px;
}

#payments .phase-item-header-left,
#payments .phase-item-header-left h5 {
  flex: 1;
}

#payments .phases .timeline {
  bottom: 52px;
}

#payments .phase-lower .phase-lower-text h4 {
  margin-top: 10px;
}




#digbi-cares-reports .wrapper {
  align-items: center;
}

@media screen and (min-width: 641px) {
  #digbi-cares-reports .wrapper .non-mobile {
    height: auto;
    display: flex;
    justify-content: center;
  }
}

#digbi-cares-reports .wrapper .non-mobile .non-mobile-image,
#digbi-cares-reports .wrapper .container .features .feature .mobile-image {
  height: auto;
}

@media screen and (max-width: 640px) {
  #digbi-cares-reports .wrapper .container .features .feature .card {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#digbi-cares-reports .wrapper .non-mobile .non-static {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.ccc-logo {
  height: 46px;
}