@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap);/*=====gradient-bg=======*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: Work Sans;
}

footer#footercontent {
  background: #00b7a2;
}
footer#footercontent .footer-container {
  padding: 2.5rem 0 3.125rem 0;
}
@media screen and (min-width: 768px) {
  footer#footercontent .footer-container {
    padding: 2.5rem 0 5rem 0;
  }
}
footer#footercontent h5, footer#footercontent h6 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  footer#footercontent h5, footer#footercontent h6 {
    margin: 0 0 1.875rem 0;
  }
}
footer#footercontent .payment-bar {
  margin: 0;
}
footer#footercontent h5 {
  font-size: 0.875rem;
}
footer#footercontent ul {
  margin: 0 0 3.125rem 0;
}
footer#footercontent ul li {
  padding: 0;
  margin-bottom: 1.5625rem;
}
footer#footercontent ul li a {
  color: #fff !important;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  text-transform: capitalize;
}
footer#footercontent .bottom-bar {
  margin: 2.5rem 0 0 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  footer#footercontent .bottom-bar {
    padding: 3.125rem 0;
  }
}
footer#footercontent .bottom-bar ul {
  margin: 0;
}
footer#footercontent .bottom-bar ul li {
  margin: 0 0.125rem 0 0;
}
footer#footercontent .bottom-bar ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  footer#footercontent .bottom-bar ul li {
    margin: 0 3.125rem 0 0;
  }
}
footer#footercontent .accordion-item .accordion-header h6.accordion-button:not(.collapsed) {
  color: #FFF !important;
}

.gradient-bg {
  background: #c3e8a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#c3e8a7), to(#9fdef0));
  background: linear-gradient(-180deg, #c3e8a7, #9fdef0);
}
.gradient-bg h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .gradient-bg h2 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    margin: 1.875rem 0 4.375rem 0;
  }
}
.gradient-bg .leadership-card {
  background: #FFF;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  margin: 0 0 2.5rem 0;
  -webkit-box-shadow: 0 0.625rem 2.125rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.625rem 2.125rem rgba(0, 0, 0, 0.16);
}
.gradient-bg .leadership-card img {
  height: 21.875rem;
  border-radius: 2.5rem;
}
.gradient-bg .leadership-card .info {
  background: #fff;
  padding: 1.25rem;
}
.gradient-bg .leadership-card .info h3 {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .gradient-bg .leadership-card .info h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}
.gradient-bg .leadership-card .info p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 0.625rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .gradient-bg .leadership-card .info p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.gradient-bg .leadership-card .info span {
  color: #00B7A2;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.5rem 0 0 0;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}
.gradient-bg .leadership-card .overlay {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  top: 0;
  -webkit-box-shadow: 0.25rem 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0.25rem 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
.gradient-bg .leadership-card .overlay h4 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.25rem 0 0 0;
}
.gradient-bg .leadership-card .overlay span {
  color: #4B4B4B;
  font-size: 1rem;
  line-height: 1.5rem;
}
.gradient-bg .leadership-card .overlay p {
  color: #646464;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1.25rem 0 0 0;
  font-family: "Work Sans", sans-serif;
}
.gradient-bg .leadership-card .overlay .read-more {
  background: #fff;
  color: #00645b !important;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  position: absolute;
  left: 2.5rem;
  bottom: 1.5rem;
  text-decoration: underline;
  border-radius: 1.4375rem;
  border: 0.0625rem solid transparent;
  padding: 0.625rem 1.875rem 0.625rem 0;
  font-family: "Work Sans", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gradient-bg .leadership-card .overlay .read-more:hover {
  padding-left: 1.875rem;
  border: 0.0625rem solid #00645b;
}
.gradient-bg .leadership-card:hover .overlay {
  display: block;
}

.leadership-info .back {
  color: #078D73 !important;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Tiempos Headline";
}
.leadership-info .pic {
  border-radius: 0.75rem;
}
.leadership-info h1 {
  color: #333333;
  font-size: 3.125rem;
  line-height: 3.5rem;
  font-weight: 900;
  font-style: italic;
  margin: 3.125rem 0 0 0;
  font-family: "Tiempos Headline";
}
.leadership-info h2 {
  color: #333333;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 0 0 1.25rem 0;
  font-weight: 400;
  text-align: left;
}
.leadership-info p {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0 1rem 0;
}

.vision-mission-values h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .vision-mission-values h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    margin: 1.875rem 0 4.375rem 0;
  }
}
.vision-mission-values .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg {
    padding-bottom: 6.25rem;
  }
}
.vision-mission-values .gradient-bg .vision-section {
  margin: 0 0 5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg .vision-section {
    margin: 0 0 6.875rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vision-mission-values .gradient-bg .vision-section:last-child {
  margin: 0;
}
.vision-mission-values .gradient-bg .vision-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg .vision-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.vision-mission-values .gradient-bg .vision-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg .vision-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .vision-mission-values .gradient-bg .vision-section .white-card {
    min-height: 36.25rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vision-mission-values .gradient-bg .vision-section .white-card {
    width: 78%;
  }
}
.vision-mission-values .gradient-bg .vision-section .white-card h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  margin: 0 0 2.125rem 0;
  text-align: left;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg .vision-section .white-card h2 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.vision-mission-values .gradient-bg .vision-section .white-card h2 img {
  height: 2.6875rem;
}
.vision-mission-values .gradient-bg .vision-section .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 1.875rem 0;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .vision-mission-values .gradient-bg .vision-section .white-card p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.vision-mission-values .gradient-bg .vision-section .white-card .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .vision-mission-values .gradient-bg .vision-section .white-card .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.compliance-section .contract-info {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 15rem;
  margin: 1.5rem 0 0 0;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  -webkit-box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
}
.compliance-section .contract-info .numeric {
  background: #00B7A2;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.625rem 0;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compliance-section .contract-info label {
  color: #606060;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.125rem 0;
}
.compliance-section .contract-info span {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  display: block;
}
.compliance-section .contract-info a {
  color: #00B7A2 !important;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}
.compliance-section .contract-info .shape {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
}
.compliance-section .compliance-info {
  background: #00B7A2;
  padding: 2.25rem 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .compliance-section .compliance-info {
    padding: 3.5rem 0;
  }
}
.compliance-section .compliance-info label {
  font-weight: 700;
  margin: 0;
}
.compliance-section .table-responsive {
  margin: 5rem 0 7.5rem 0;
  border: 0.0625rem solid #ADADAD;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
}
.compliance-section .table-responsive .table thead tr th {
  background: #00B7A2;
  padding: 1.25rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  vertical-align: top;
}
.compliance-section .table-responsive .table tbody tr td {
  background: #fff;
  padding: 2.25rem 1rem;
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  vertical-align: top;
}
.compliance-section .table-responsive .table tbody tr:nth-child(even) td {
  background: #F1F1F1;
}

.find-us {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 100%);
  padding: 1.875rem 0;
}
.find-us h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .find-us h4 {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }
}
.find-us .branch-info {
  width: 100%;
  min-height: 12.5rem;
  padding: 1.25rem;
  position: relative;
  border-radius: 5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .find-us .branch-info {
    padding: 3.75rem 1.875rem;
  }
}
.find-us .branch-info:hover {
  background: #FFF;
  -webkit-box-shadow: 0 2.5rem 3.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.5rem 3.75rem rgba(0, 0, 0, 0.07);
}
.find-us .branch-info h3 {
  color: #333;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
  padding: 0 0 2rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .find-us .branch-info h3 {
    font-size: 1.625rem;
  }
}
.find-us .branch-info p {
  color: #333;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .find-us .branch-info p {
    font-size: 1rem;
  }
}
.find-us .branch-info .email {
  color: #078D73 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  margin: 1.875rem 0 1.25rem 0;
  display: inline-block;
}
.find-us .branch-info .email img {
  width: 1rem;
  margin-right: 1rem;
}
.find-us .branch-info .call {
  color: #333333 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.find-us .branch-info .call img {
  margin-right: 1rem;
}

.spreading-promise-goodness {
  background: #EDF6F4;
  padding: 1.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .spreading-promise-goodness {
    padding: 1.875rem 0 3.125rem 0;
  }
}
.spreading-promise-goodness h5 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .spreading-promise-goodness h5 {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }
}
.spreading-promise-goodness p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 1.875rem 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .spreading-promise-goodness p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.spreading-promise-goodness a {
  color: #00645b !important;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.625rem 1.875rem 0.625rem 0;
  font-weight: 700;
  text-decoration: underline;
  border-radius: 1.4375rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .spreading-promise-goodness a {
    font-size: 1.125rem;
  }
}
.spreading-promise-goodness a:hover {
  background: #FFF;
  color: #333 !important;
  padding-left: 1.875rem;
  border: 0.0625rem solid #00645b;
  text-decoration: underline;
}

.dark-gradient {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), color-stop(40%, rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 40%);
  padding: 0 0 2.5rem 0;
}
@media only screen and (min-width: 992px) {
  .dark-gradient {
    padding: 0 0 4.5rem 0;
  }
}
.dark-gradient h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 1rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .dark-gradient h2 {
    font-size: 3.125rem;
    line-height: 3.25rem;
    margin: 0 0 2.5rem 0;
  }
}
.dark-gradient .white-block {
  background: #fff;
  padding: 2.5rem 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .dark-gradient .white-block {
    padding: 3.75rem 3.75rem 5rem 3.75rem;
    border-radius: 5rem;
  }
}
.dark-gradient .white-block h3 {
  color: #1A1A1A;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  margin: 0 0 1.875rem 0;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .dark-gradient .white-block h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.dark-gradient .white-block .form-control, .dark-gradient .white-block textarea {
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #D9D9D9;
}
.dark-gradient .white-block .form-control::-webkit-input-placeholder, .dark-gradient .white-block textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.dark-gradient .white-block .form-control::-moz-placeholder, .dark-gradient .white-block textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.dark-gradient .white-block .form-control:-ms-input-placeholder, .dark-gradient .white-block textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.dark-gradient .white-block .form-control:-moz-placeholder, .dark-gradient .white-block textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.dark-gradient .white-block select {
  font-weight: 500;
}
.dark-gradient .white-block textarea {
  width: 100%;
  height: auto;
  padding: 0.625rem;
}
.dark-gradient .white-block .custom-checkbox-green {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .dark-gradient .white-block .custom-checkbox-green {
    font-size: 1rem;
  }
}
.dark-gradient .white-block .custom-checkbox-green input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dark-gradient .white-block .custom-checkbox-green .checkmark {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.25rem;
}
.dark-gradient .white-block .custom-checkbox-green:hover input ~ .checkmark {
  background-color: transparent;
}
.dark-gradient .white-block .custom-checkbox-green input:checked ~ .checkmark {
  background-color: #00B7A2;
  border: 0.0625rem solid transparent;
}
.dark-gradient .white-block .custom-checkbox-green .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.dark-gradient .white-block .custom-checkbox-green input:checked ~ .checkmark:after {
  display: block;
}
.dark-gradient .white-block .custom-checkbox-green .checkmark:after {
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.4rem;
  height: 0.65rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dark-gradient .white-block .note {
  color: #1A1A1A;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .dark-gradient .white-block .note {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.dark-gradient .white-block .note span {
  color: #E62C46;
}
.dark-gradient .white-block .submit-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 1.875rem 0 0 0;
  padding: 0.6875rem 1.9375rem;
  font-weight: 700;
  border: none;
  border-radius: 1.4375rem;
}
@media only screen and (min-width: 992px) {
  .dark-gradient .white-block .submit-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.dark-gradient .powered-by {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  font-weight: 700;
  margin: 1.5rem 0 0 0;
  gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dark-gradient .powered-by img {
  width: auto;
}

.dark-gradient.cookies-policy {
  background-color: #f7f7f7;
  background: linear-gradient(45deg, #f7f7f7, #f7f7f7);
}
.dark-gradient.cookies-policy .white-block {
  height: auto;
  margin: 0 auto;
  display: table;
  background-color: #fff;
  padding: 20px;
}
.dark-gradient.cookies-policy .white-block label {
  color: #787878;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: block;
}
.dark-gradient.cookies-policy .white-block h2 {
  color: #00AE9C;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.dark-gradient.cookies-policy .white-block h2 span {
  color: #00AE9C;
  border-bottom: 3px solid #00AE9C;
}

.career-at-bisleri h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 1.875rem 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    margin: 2.125rem 0 4.625rem 0;
  }
}
.career-at-bisleri .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .gradient-bg {
    padding-bottom: 6.25rem;
  }
}
.career-at-bisleri .gradient-bg .career-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .gradient-bg .career-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.career-at-bisleri .gradient-bg .career-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .gradient-bg .career-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.career-at-bisleri .gradient-bg .career-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .gradient-bg .career-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .gradient-bg .career-section .white-card {
    min-height: 36.25rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .career-at-bisleri .gradient-bg .career-section .white-card {
    width: 60%;
  }
}
.career-at-bisleri .gradient-bg .career-section .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 1.875rem 0;
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .gradient-bg .career-section .white-card p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.career-at-bisleri .gradient-bg .career-section .white-card .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .gradient-bg .career-section .white-card .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.career-at-bisleri .gradient-bg .career-section .white-card .primary-btn:hover {
  background: transparent;
  color: #000;
  border: 0.0625rem solid #00645B;
}
.career-at-bisleri .why-bisleri {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 100%);
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .why-bisleri {
    padding: 1.875rem 0 0 0;
  }
}
.career-at-bisleri .why-bisleri h1 {
  margin: 0 0 3.125rem 0;
}
.career-at-bisleri .why-bisleri .connector {
  background: #FFF;
  width: 0.625rem;
  height: 100%;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .why-bisleri .connector {
    display: block;
  }
}
.career-at-bisleri .why-bisleri .row-space {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .why-bisleri .row-space {
    margin-bottom: 3.75rem;
  }
}
.career-at-bisleri .why-bisleri .title {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-align: center;
  padding: 2.125rem 0 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .why-bisleri .title {
    padding: 2.125rem 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .why-bisleri .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    text-align: end;
  }
}
.career-at-bisleri .why-bisleri .ico-circle {
  background: #FFF;
  width: 6.8125rem;
  height: 6.8125rem;
  margin: 0 auto 1.25rem auto;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .why-bisleri .ico-circle {
    margin: auto;
  }
}
.career-at-bisleri .why-bisleri .ico-circle img {
  width: 3.4375rem;
}
.career-at-bisleri .why-bisleri .white-section {
  background: #FFF;
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.125rem;
  padding: 1.25rem;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .why-bisleri .white-section {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 3.125rem;
  }
}
.career-at-bisleri .why-bisleri .white-section h3 {
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .why-bisleri .white-section h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.career-at-bisleri .join-our-team {
  padding: 1.25rem 0 4.6875rem 0;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .join-our-team {
    padding: 1.875rem 0 6.25rem 0;
  }
}
.career-at-bisleri .join-our-team h1 {
  margin: 0 0 3.375rem 0;
}
.career-at-bisleri .join-our-team .white-section {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .join-our-team .white-section {
    padding: 3.75rem;
    border-radius: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .career-at-bisleri .join-our-team .white-section {
    width: 72%;
  }
}
.career-at-bisleri .join-our-team .white-section .form-control, .career-at-bisleri .join-our-team .white-section .custom-select {
  border-radius: 0.5rem;
  border-color: #AEAEAE;
}
.career-at-bisleri .join-our-team .white-section .form-control::-webkit-input-placeholder, .career-at-bisleri .join-our-team .white-section .custom-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.career-at-bisleri .join-our-team .white-section .form-control::-moz-placeholder, .career-at-bisleri .join-our-team .white-section .custom-select::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.career-at-bisleri .join-our-team .white-section .form-control:-ms-input-placeholder, .career-at-bisleri .join-our-team .white-section .custom-select:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.career-at-bisleri .join-our-team .white-section .form-control:-moz-placeholder, .career-at-bisleri .join-our-team .white-section .custom-select:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.career-at-bisleri .file-upload {
  background: #F9FEFF;
  gap: 0.75rem;
  position: relative;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  border: 0.0625rem dashed #C1EAF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.career-at-bisleri .file-upload img {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(2%) saturate(11%) hue-rotate(317deg) brightness(93%) contrast(81%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(2%) saturate(11%) hue-rotate(317deg) brightness(93%) contrast(81%);
}
.career-at-bisleri .file-upload h5 {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
}
.career-at-bisleri .file-upload p {
  color: #333333;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 600;
}
.career-at-bisleri .file-upload #upload-flie {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.career-at-bisleri .primary-btn-lg {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  border: none;
  border: 0.0625rem solid transparent;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.career-at-bisleri .primary-btn-lg:hover {
  background: transparent;
  color: #000 !important;
  border: 0.0625rem solid #00645B;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .primary-btn-lg {
    width: auto;
  }
}
.career-at-bisleri .disclaimer {
  background: #EDF6F4;
  padding: 1.5625rem 1.25rem;
}
.career-at-bisleri .disclaimer p {
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.0625rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .career-at-bisleri .disclaimer p {
    width: auto;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.875rem 0 3.125rem 0;
  }
}
.career-at-bisleri #caution {
  background: #FFF;
  width: 53.125rem;
  padding: 2.5rem;
  position: fixed;
  top: 12.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(7, 141, 115, 0.2);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(7, 141, 115, 0.2);
}
.career-at-bisleri #caution h5 {
  color: #FF0000;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  font-weight: 700;
}
.career-at-bisleri #caution p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  padding: 1.375rem 0 0 0;
  font-weight: 400;
}
.career-at-bisleri #caution .dismiss {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
}

.uae {
  padding: 0 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .uae {
    padding: 0 0 5.25rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .uae {
    padding: 0 0 6.25rem 0;
  }
}
.uae .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uae .gradient-bg {
    height: 9.75rem;
  }
}
.uae .banner {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .uae .banner {
    margin-top: -5rem;
    border-radius: 3.125rem;
  }
}
.uae h1 {
  color: #333333;
  font-size: 1.03125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  text-align: center;
  padding: 1.875rem 0 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .uae h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
.uae p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  padding: 0 0 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .uae p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.uae h3 {
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .uae h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.uae h3 a {
  color: #078D73 !important;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .uae h3 a {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.referral-program {
  padding: 0 0 4.5rem 0;
}
@media only screen and (min-width: 768px) {
  .referral-program {
    padding: 0 0 5.625rem 0;
  }
}
.referral-program .gradient-bg {
  background: #91DCD3;
  width: 100%;
  height: 17rem;
}
.referral-program .white-section {
  background: #FFF;
  margin: -13.5rem 0 0 0;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .referral-program .white-section {
    padding: 2.1875rem 2.1875rem 4.0625rem 2.1875rem;
  }
}
.referral-program .white-section h1 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .referral-program .white-section h1 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }
}
.referral-program .white-section p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 0.9375rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .referral-program .white-section p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.referral-program .white-section p a {
  color: #0000EE !important;
}
.referral-program .white-section ul li {
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 0 0 1.25rem 0;
  list-style: disc;
}
@media only screen and (min-width: 768px) {
  .referral-program .white-section ul li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.referral-program .white-section ul li a {
  color: #0000EE !important;
}

.breadcrumb {
  margin: 0;
  padding: 1.25rem 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ":";
}
.breadcrumb .breadcrumb-item {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item a {
  color: #00645B !important;
  font-size: 0.75rem;
}

.bisleri-soda-banner {
  background: rgb(243, 255, 254);
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 255, 254)), to(rgb(62, 195, 155)));
  background: linear-gradient(90deg, rgb(243, 255, 254) 0%, rgb(62, 195, 155) 100%);
  width: 100%;
  text-align: center;
}
.bisleri-soda-banner h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin: 0 0 1.25rem 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .bisleri-soda-banner h1 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.bisleri-soda-banner p {
  color: #4D4C4C;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .bisleri-soda-banner p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bisleri-soda-banner .soda {
  margin: 1.875rem 0;
}

.product-description {
  background: #FFF;
  padding: 2rem 0 0 0;
}
.product-description h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.25rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .product-description h2 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.product-description .white-card {
  margin: 1rem 0 5rem 0;
  padding: 1.5625rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .product-description .white-card {
    margin: 0;
    padding: 3rem;
    border-radius: 4.375rem;
  }
}
.product-description .white-card h3 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .product-description .white-card h3 {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
.product-description .white-card p {
  color: #4D4C4C;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media only screen and (min-width: 992px) {
  .product-description .white-card p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.product-description .white-card h4 {
  color: #4d4c4c;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .product-description .white-card h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.product-description .white-card .price {
  color: #191616;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 500;
  padding: 1.25rem 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  .product-description .white-card .price {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.product-description .white-card .price strong {
  font-weight: 500;
}
.product-description .white-card .price span {
  color: #191616;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.product-description .white-card .btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 700;
  margin: 0.625rem 0 0 0;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .product-description .white-card .btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.product-description .white-card .btn:hover {
  background: transparent;
  color: #333333 !important;
  border: 0.0625rem solid #00645B;
}
.product-description.limondata h2, .product-description.pop h2 {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .product-description.limondata h2, .product-description.pop h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.product-description.limondata p, .product-description.pop p {
  color: #4d4c4c;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .product-description.limondata p, .product-description.pop p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}
.product-description.limondata .white-card, .product-description.pop .white-card {
  margin: 1.25rem 0 3.125rem 0;
}
.product-description.limondata .white-card h4, .product-description.pop .white-card h4 {
  background: #9FDEF0;
  color: #4D4C4C;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  display: inline-block;
}

.quantity-switch {
  background: #EAF9F5;
  height: 2.875rem;
  border: 0.0625rem solid #BBBBBB;
  padding: 0.375rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.quantity-switch li {
  color: #393838;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 0.375rem;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .quantity-switch li {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.quantity-switch li.active {
  background: #FFF;
  border: 0.0625rem solid #BBBBBB;
}

.vedica-positive-points {
  background: #FFF;
  width: 100%;
  padding: 1.875rem 0 4.375rem 0;
}
.vedica-positive-points h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  padding: 0 0 1.5rem 0;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .vedica-positive-points h3 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.vedica-positive-points .white-card {
  background: #FFF;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin: -5.625rem 0 0 0;
  padding: 1.875rem 1.875rem 3.125rem 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .vedica-positive-points .white-card {
    height: 18rem;
    margin: 0 0 0 -2.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .vedica-positive-points .white-card {
    height: 30rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0 -4.375rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}

.vedica-blue-gradient {
  background: rgb(116, 178, 208);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(116, 178, 208)), color-stop(40%, rgb(136, 185, 215)), color-stop(70%, rgb(230, 233, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(116, 178, 208) 0%, rgb(136, 185, 215) 40%, rgb(230, 233, 245) 70%, rgb(255, 255, 255) 100%);
  padding: 4.375rem 0;
}
.vedica-blue-gradient h5 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  padding: 0 0 1.5rem 0;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .vedica-blue-gradient h5 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.vedica-blue-gradient p {
  color: #4D4C4C;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  padding: 1.25rem 0 1.875rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .vedica-blue-gradient p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.vedica-blue-gradient .table-responsive {
  background: #FFF;
  width: 100%;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
.vedica-blue-gradient .table-responsive table {
  width: 100%;
}
.vedica-blue-gradient .table-responsive table thead th {
  padding: 1.875rem;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  border-right: 0.0625rem solid #9A9A9A;
}
.vedica-blue-gradient .table-responsive table thead th:last-child {
  border-right: none;
}
.vedica-blue-gradient .table-responsive table tbody td {
  padding: 1.5rem 1.875rem;
  color: #333333;
  font-weight: 400;
  border-right: 0.0625rem solid #9A9A9A;
  border-top: 0.0625rem solid #9A9A9A;
}
.vedica-blue-gradient .table-responsive table tbody td:last-child {
  border-right: none;
}

.spotlight-section {
  background: #EDF6F4;
  padding: 5.3125rem 0;
}
.spotlight-section h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1.25rem;
  padding: 0 0 1.5rem 0;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .spotlight-section h3 {
    font-size: 3.125rem;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
}
.spotlight-section p {
  color: #4D4C4C;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 0 0 4.375rem 0;
}
@media only screen and (min-width: 992px) {
  .spotlight-section p {
    font-size: 0.875rem;
    padding: 0 0 5.3125rem 0;
  }
}
.spotlight-section .carousel {
  overflow: visible;
}
.spotlight-section .slide-container {
  width: 100%;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.spotlight-section .slide-container li {
  display: block;
}
.spotlight-section .slide-container__wrap {
  overflow: hidden;
}
.spotlight-section .slide-container {
  scroll-padding: 0%;
}
.spotlight-section .slide-container li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  position: relative;
  scroll-snap-align: start;
}
.spotlight-section .slide-container img {
  width: 100%;
  border-radius: 1.875rem;
  display: block;
}
@media only screen and (min-width: 992px) {
  .spotlight-section .slide-container img {
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
.spotlight-section .slide-container p {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.spotlight-section .thumb-container__wrap {
  background: #FFF;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.625rem 0.625rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.625rem 0.625rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .spotlight-section .thumb-container__wrap {
    padding: 9.5rem 2.875rem;
    border-radius: 3.75rem;
  }
}
.spotlight-section .thumb-container__wrap h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .spotlight-section .thumb-container__wrap h4 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    text-align: left;
  }
}
.spotlight-section .thumb-container__wrap .thumb-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spotlight-section .thumb-container__wrap .thumb-container li {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  scroll-snap-align: center;
}
.spotlight-section .thumb-container__wrap .thumb-container li img {
  width: 100%;
  height: 16.875rem;
  border-radius: 1.875rem;
}

.cover-story {
  background: #EDF6F4;
  width: 100%;
  padding: 1.25rem 0 2.5rem 0;
}
.cover-story h5 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  padding: 0 0 1.5rem 0;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .cover-story h5 {
    font-size: 3.125rem;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
}
.cover-story .cover-slider .cover-slide {
  padding: 0 1rem;
}
.cover-story .cover-slider .cover-slide .cover-image {
  overflow: hidden;
  border-radius: 0.625rem;
}
.cover-story .cover-slider .cover-slide .cover-image img {
  width: 100%;
}
.cover-story .cover-slider .cover-slide .cover-content {
  background: #fff;
  padding: 1.875rem 1.25rem 2.5rem 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.cover-story .cover-slider .cover-slide .cover-content .cover-title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 1.25rem;
  min-height: 5.25rem;
}
.cover-story .cover-slider .cover-slide .cover-content .cover-link {
  color: #008476 !important;
  font-size: 1rem;
  text-decoration: underline;
  font-family: "Work Sans", sans-serif;
}
.cover-story .cover-slider .slick-prev, .cover-story .cover-slider .slick-next {
  background: url(../../images/back-icon.svg) no-repeat 0.6875rem center #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  left: -2.8125rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem #e4e4e4;
          box-shadow: 0 0.1875rem 0.375rem #e4e4e4;
}
.cover-story .cover-slider .slick-prev:before, .cover-story .cover-slider .slick-next:before {
  display: none;
}
.cover-story .cover-slider .slick-next {
  left: auto;
  right: -2.8125rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.vedica-breadcrumb {
  background: #99CAD6;
  padding: 1.25rem 0;
}

.limondata-banner {
  background: url(../images/limondataBanner.jpg) no-repeat;
  background-size: 100%;
  text-align: center;
  overflow: hidden;
}
.limondata-banner .limondata-thumb {
  height: 3.25rem;
}
@media only screen and (min-width: 992px) {
  .limondata-banner .limondata-thumb {
    height: auto;
  }
}
.limondata-banner .text-img {
  height: 1.6875rem;
}
@media only screen and (min-width: 992px) {
  .limondata-banner .text-img {
    height: 1.9375rem;
  }
}
.limondata-banner p {
  color: #08573F;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 992px) {
  .limondata-banner p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: "Work Sans", sans-serif;
  }
}
.limondata-banner .bottle {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .limondata-banner .bottle {
    width: 16rem;
    margin-bottom: -0.25rem;
  }
}

.pop-banner {
  background: #f5831f;
  text-align: center;
}
.pop-banner .pop-thumb {
  height: 3.25rem;
}
@media only screen and (min-width: 992px) {
  .pop-banner .pop-thumb {
    height: auto;
  }
}
.pop-banner .text-img {
  height: 1.6875rem;
}
@media only screen and (min-width: 992px) {
  .pop-banner .text-img {
    height: auto;
  }
}
.pop-banner p {
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .pop-banner p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.bisleri-brand {
  background: #FFF;
}

.brand-page {
  background: #FFF;
  padding: 1.5rem 0 5rem 0;
}
@media only screen and (min-width: 992px) {
  .brand-page {
    padding: 4.25rem 0 2.5rem 0;
  }
}
.brand-page h1 {
  color: #242424;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .brand-page h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .brand-page h1 {
    font-size: 2.5rem;
  }
}
.brand-page h1 span {
  color: #00B7A2;
}
.brand-page .bisleri-content-section {
  background: #fff;
}
.brand-page .bisleri-content-section h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .brand-page .bisleri-content-section h3 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
.brand-page .bisleri-content-section p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 1.25rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .brand-page .bisleri-content-section p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.brand-page .positive-points {
  padding: 2.8125rem 0 4.0625rem 0;
}
.brand-page .positive-points .green-patch {
  background: #01b39e;
  width: 28rem;
  height: 26.875rem;
  border-radius: 2rem 0 0 2rem;
}
.brand-page .positive-points .white-card {
  background: #FFF;
  margin-top: -2.5rem;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .brand-page .positive-points .white-card {
    min-height: 37.1875rem;
    margin-top: 0;
    padding: 5rem;
  }
}
.brand-page .positive-points .white-card h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  font-style: italic;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .brand-page .positive-points .white-card h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .brand-page .positive-points .white-card h4 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.brand-page .positive-points .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .brand-page .positive-points .white-card p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.875rem 0 2.5rem 0;
  }
}
.brand-page .positive-points .white-card .btn {
  background: #00645b;
  color: #D0D0D0 !important;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.25rem;
  font-weight: 700;
}
.brand-page .positive-points .white-card .btn:hover {
  background: transparent;
  color: #333333 !important;
  border: 0.0625rem solid #00645B;
}
.brand-page .multiple-size {
  width: 100%;
  padding: 8rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .brand-page .multiple-size {
    padding: 10rem 0 0 0;
  }
}
.brand-page .multiple-size h5 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  padding: 0 0 1rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .brand-page .multiple-size h5 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
.brand-page .multiple-size .view-all {
  color: #00645B !important;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}
.brand-page .content-section {
  background: rgb(185, 231, 180);
  background: linear-gradient(148deg, rgb(185, 231, 180) 0%, rgb(202, 241, 255) 100%);
  margin: 5rem 0 0 0;
  padding: 3.5rem 0;
}
@media only screen and (min-width: 768px) {
  .brand-page .content-section {
    padding: 3.5rem 0 4.5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .brand-page .content-section {
    margin: 6.5rem 0 0 0;
  }
}
.brand-page .content-section h2 {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .brand-page .content-section h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .brand-page .content-section h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.brand-page .content-section p {
  color: #1A1A1A;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .brand-page .content-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 2.5rem 0 0 0;
  }
}
.brand-page .table-responsive {
  background: #fff;
  border-radius: 0.75rem;
  margin: 2.5rem 0 0 0;
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.4);
}
.brand-page .table-responsive thead th {
  background: #00B7A2;
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  border-right: 0.0625rem solid #fff;
}
.brand-page .table-responsive thead th:last-child {
  border-right: none;
}
.brand-page .table-responsive tbody tr td {
  border: none;
  padding: 1.5rem 2rem;
}
.brand-page .table-responsive tbody tr:nth-child(even) td {
  background: #F1F1F1;
}
.brand-page .mix-match {
  width: 100%;
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .brand-page .mix-match {
    padding: 6.5rem 0 0 0;
  }
}
.brand-page .mix-match p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 1.5rem 0 0 0;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .brand-page .mix-match p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 2.5rem 0 0 0;
  }
}

#qualityCheckeModal .modal-dialog .modal-content {
  border: none;
  -webkit-box-shadow: 0 1.25rem 1.875rem rgba(7, 141, 115, 0.16);
          box-shadow: 0 1.25rem 1.875rem rgba(7, 141, 115, 0.16);
}
#qualityCheckeModal .btn-close {
  background: transparent;
  padding: 0;
  border: none;
  float: right;
  margin-bottom: 1rem;
}

.legal-pages {
  width: 100%;
  position: relative;
  padding: 1rem 0 7.5rem 0;
  font-family: "Work Sans", sans-serif;
}
.legal-pages .annual-return-gradient-section {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .legal-pages .annual-return-gradient-section {
    height: 18rem;
  }
}
.legal-pages .breadcrumb {
  position: relative;
  z-index: 3;
}
.legal-pages h1 {
  color: #333;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 900;
  padding: 1rem 0 1.5rem 0;
  font-style: italic;
  position: relative;
  z-index: 3;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .legal-pages h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    padding: 1.875rem 0 2.5rem 0;
  }
}
.legal-pages .white-section {
  background: #fff;
  padding: 1.25rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section {
    padding: 3.75rem;
  }
}
.legal-pages .white-section h1 {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  padding: 0;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section h1 {
    padding: 0;
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.legal-pages .white-section p {
  color: #333;
  font-size: 0.84375rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.legal-pages .white-section p a {
  color: #1A1A1A !important;
  text-decoration: underline;
}
.legal-pages .white-section p:last-child {
  margin-bottom: 0;
}
.legal-pages .white-section h2 {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section h2 {
    margin-bottom: 2.5rem;
  }
}
.legal-pages .white-section ul.list, .legal-pages .white-section ol.list {
  margin-left: 1.25rem;
}
.legal-pages .white-section ul.list li, .legal-pages .white-section ol.list li {
  color: #333;
  font-size: 0.84375rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  list-style-type: disc;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section ul.list li, .legal-pages .white-section ol.list li {
    font-size: 1rem;
  }
}
.legal-pages .white-section ul.list a, .legal-pages .white-section ol.list a {
  color: #1A1A1A !important;
  text-decoration: underline;
}
.legal-pages .white-section ol.list.roman {
  margin: 0;
  list-style: lower-roman;
}
.legal-pages .white-section ol.list.roman li {
  list-style-type: unset;
}
.legal-pages .white-section .nav-tabs {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section .nav-tabs {
    width: 70%;
  }
}
.legal-pages .white-section .nav-tabs .nav-item .nav-link {
  color: #080707 !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 768px) {
  .legal-pages .white-section .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.legal-pages .white-section .nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  border-bottom: 0.188em solid #009E8C;
}
.legal-pages .white-section .accordion .accordion-item {
  border-bottom: 0.0625rem solid #E7E7E7;
}
.legal-pages .white-section .accordion .accordion-item .accordion-header .accordion-button {
  background: url(../images/chevron-down.png) no-repeat 98% center;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  padding: 1.5rem 0;
  outline: none;
  border: none;
  text-align: left;
}
.legal-pages .white-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: url(../images/chevron-up.png) no-repeat 98% center;
  color: #fff !important;
  text-transform: none;
}
.legal-pages .white-section .custom-selectnews {
  width: 100%;
}
.legal-pages .white-section .custom-selectnews .form-control {
  height: 2.8125rem;
  color: #000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  border: 0.0625rem solid #BBBBBB;
}
.legal-pages .annual-return {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 0 2.5rem 0;
  border-radius: 2rem;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .legal-pages .annual-return {
    margin: 0;
  }
}
.legal-pages .annual-return .gradient {
  background: #f0f0f0;
  position: relative;
  border-radius: 30px;
  text-align: center;
}
.legal-pages .annual-return .gradient .pdf {
  width: 100%;
  border-radius: 30px;
}
.legal-pages .annual-return .gradient .worker {
  width: 10.625rem;
  position: absolute;
  right: 2rem;
  bottom: 0;
}
.legal-pages .annual-return .content {
  width: 100%;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .legal-pages .annual-return .content {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}
.legal-pages .annual-return .content h4 {
  color: #333;
  font: 700 1.125em Work Sans;
  line-height: 1.4;
  min-height: 66px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .legal-pages .annual-return .content h4 {
    font: 700 1.125em Work Sans;
    line-height: 1.4;
  }
}
.legal-pages .annual-return .content .outline-btn {
  padding: 0.45rem 1.5rem;
}
.legal-pages .annual-return a.annual_return_btn {
  color: #008476 !important;
  font: normal 1em Work Sans;
  text-decoration: underline;
}

ol.list {
  list-style-type: lower-roman;
  padding-left: 15px;
}
ol.list li {
  list-style-type: lower-roman;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
  margin-bottom: 30px;
  list-style-position: inside;
}

.nayi-umeed .banner {
  position: relative;
}
.nayi-umeed .banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.nayi-umeed .rainwater-harvesting {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  margin: -0.3125rem 0 0 0;
  padding: 3.125rem 0;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .rainwater-harvesting {
    padding: 6.25rem 0;
  }
}
.nayi-umeed .rainwater-harvesting h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
.nayi-umeed .rainwater-harvesting h1 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .rainwater-harvesting h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    padding: 0 0 4.375rem 0;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section .thumb {
  height: 85%;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section .white-card {
    min-height: 40rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section .white-card p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card p strong {
  font-weight: 700;
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card p strong a {
  color: #333333 !important;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .rainwater-harvesting .harvesting-section .white-card p strong a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card h5 {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  padding: 5rem 0 1.25rem 0;
}
.nayi-umeed .rainwater-harvesting .harvesting-section .white-card a {
  color: #1D5C49;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-decoration: underline;
}
.nayi-umeed .project-nayi-ummed {
  background: #FFF;
  padding: 6.5rem 0 0 0;
}
.nayi-umeed .project-nayi-ummed h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
.nayi-umeed .project-nayi-ummed h3 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .project-nayi-ummed h3 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.nayi-umeed .project-nayi-ummed p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .project-nayi-ummed p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0 1.875rem 0;
  }
}
.nayi-umeed .project-nayi-ummed .primary-btn-lg {
  background: #00645B !important;
  color: #D0D0D0;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 0.6875rem 1.875rem;
  text-align: center;
  border-radius: 1.4375rem;
  text-transform: capitalize;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nayi-umeed .project-nayi-ummed .primary-btn-lg:hover {
  background: #FFF !important;
  color: #333 !important;
  border: 0.0625rem solid #00645B !important;
}
.nayi-umeed .harvest-water-carousel {
  width: 100%;
  padding: 3.125rem 0;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .harvest-water-carousel {
    padding: 6.25rem 0;
  }
}
.nayi-umeed .harvest-water-carousel .carousel {
  overflow: visible;
}
.nayi-umeed .harvest-water-carousel .slide-container {
  width: 100%;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.nayi-umeed .harvest-water-carousel .slide-container li {
  display: block;
}
.nayi-umeed .harvest-water-carousel .slide-container__wrap {
  overflow: hidden;
}
.nayi-umeed .harvest-water-carousel .slide-container {
  scroll-padding: 0%;
}
.nayi-umeed .harvest-water-carousel .slide-container li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  position: relative;
  scroll-snap-align: start;
}
.nayi-umeed .harvest-water-carousel .slide-container img {
  width: 100%;
  border-radius: 1.875rem;
  display: block;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .harvest-water-carousel .slide-container img {
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
.nayi-umeed .harvest-water-carousel .slide-container p {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.nayi-umeed .harvest-water-carousel .thumb-container__wrap {
  background: #FFF;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.625rem 0.625rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.625rem 0.625rem 3.75rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .harvest-water-carousel .thumb-container__wrap {
    padding: 9.5rem 2.875rem;
    border-radius: 3.75rem;
  }
}
.nayi-umeed .harvest-water-carousel .thumb-container__wrap h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .harvest-water-carousel .thumb-container__wrap h4 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: left;
  }
}
.nayi-umeed .harvest-water-carousel .thumb-container__wrap .thumb-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nayi-umeed .harvest-water-carousel .thumb-container__wrap .thumb-container li {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  scroll-snap-align: center;
}
.nayi-umeed .harvest-water-carousel .thumb-container__wrap .thumb-container li img {
  width: 100%;
  height: 16.875rem;
  border-radius: 1.875rem;
}
.nayi-umeed .impact-result {
  width: 100%;
  padding: 1.875rem 0 0 0;
}
.nayi-umeed .impact-result h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
.nayi-umeed .impact-result h1 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .impact-result h1 {
    font-size: 2.6875rem;
    line-height: 3.125rem;
    padding: 0 0 3.75rem 0;
  }
}
.nayi-umeed .impact-result .blue-section {
  background: #9FDEF0;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .impact-result .blue-section {
    padding: 0;
  }
}
.nayi-umeed .impact-result .blue-section .thumb {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .impact-result .blue-section .thumb {
    margin-bottom: 0;
    border-radius: 0 6.25rem 6.25rem 0;
  }
}
.nayi-umeed .impact-result .blue-section h6 {
  color: #4D4C4C;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 700;
}
.nayi-umeed .impact-result .blue-section h6 span {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0.625rem 0 0 0;
  display: block;
}
.nayi-umeed .reservoir-hope {
  background: #FFF;
  width: 100%;
  padding: 4.375rem 0;
}
.nayi-umeed .reservoir-hope h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
.nayi-umeed .reservoir-hope h4 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .reservoir-hope h4 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.nayi-umeed .reservoir-hope p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .reservoir-hope p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0 1.875rem 0;
  }
}
.nayi-umeed .reservoir-hope .video {
  cursor: pointer;
}
.nayi-umeed .water-footprint {
  background: #FFF;
  width: 100%;
  padding: 4.375rem 0;
}
.nayi-umeed .water-footprint h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 0 2.5rem 0;
  font-family: "Tiempos Headline";
}
.nayi-umeed .water-footprint h4 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nayi-umeed .water-footprint h4 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.nayi-umeed .water-footprint p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .nayi-umeed .water-footprint p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0 1.875rem 0;
  }
}
.nayi-umeed .water-footprint .primary-btn-lg {
  background: #00645B !important;
  color: #D0D0D0;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 0.6875rem 1.875rem;
  text-align: center;
  border-radius: 1.4375rem;
  text-transform: capitalize;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nayi-umeed .water-footprint .primary-btn-lg:hover {
  background: #FFF !important;
  color: #333 !important;
  border: 0.0625rem solid #00645B !important;
}

#rainwaterHarvestingModal .modal-dialog .modal-content, #reservoirHope1Modal .modal-dialog .modal-content, #reservoirHope2Modal .modal-dialog .modal-content {
  border: none;
  -webkit-box-shadow: 0 1.25rem 1.875rem rgba(7, 141, 115, 0.16);
          box-shadow: 0 1.25rem 1.875rem rgba(7, 141, 115, 0.16);
}
#rainwaterHarvestingModal .modal-dialog .modal-content .modal-header, #reservoirHope1Modal .modal-dialog .modal-content .modal-header, #reservoirHope2Modal .modal-dialog .modal-content .modal-header {
  border: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#rainwaterHarvestingModal .modal-dialog .modal-content .modal-header .btn-close, #reservoirHope1Modal .modal-dialog .modal-content .modal-header .btn-close, #reservoirHope2Modal .modal-dialog .modal-content .modal-header .btn-close {
  margin: 0;
}
#rainwaterHarvestingModal .modal-dialog .modal-content .modal-body, #reservoirHope1Modal .modal-dialog .modal-content .modal-body, #reservoirHope2Modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
#rainwaterHarvestingModal .btn-close, #reservoirHope1Modal .btn-close, #reservoirHope2Modal .btn-close {
  background: transparent;
  padding: 0;
  border: none;
  float: right;
  margin-bottom: 1rem;
}

.footer-wrapper h1 {
  color: #1A1A1A;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer-wrapper h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.footer-wrapper h1 span {
  color: #00B7A2;
}
.footer-wrapper p {
  color: #353535;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.footer-wrapper .thumb {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .thumb {
    width: 100%;
  }
}
.footer-wrapper ul li {
  color: #353535;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0 0 1rem 1.75rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper ul li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.footer-wrapper ul li img {
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.footer-wrapper a.text-link {
  color: #00B7A2 !important;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper a.text-link {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.what-make-apart h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .what-make-apart h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.what-make-apart .banner {
  background: url(../images/what-make-apart-banner.png) no-repeat;
  position: relative;
  padding-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .banner {
    padding-bottom: 6.25rem;
  }
}
.what-make-apart .banner .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(192, 237, 250)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(192, 237, 250) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0.5;
}
.what-make-apart .banner .container {
  position: relative;
  z-index: 3;
}
.what-make-apart .banner h1 {
  margin: 0.875rem 0 4.625rem 0;
  font-family: "Tiempos Headline";
}
.what-make-apart .banner .stands-apart-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .banner .stands-apart-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.what-make-apart .banner .stands-apart-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .banner .stands-apart-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.what-make-apart .banner .stands-apart-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .banner .stands-apart-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .what-make-apart .banner .stands-apart-section .white-card {
    min-height: 36.25rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
.what-make-apart .banner .stands-apart-section .white-card p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
  font-family: "Work Sans", sans-serif;
}
.what-make-apart .bisleri-products {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 100%);
  padding: 2.5rem 0 7.75rem 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products {
    padding: 1.875rem 0 3.125rem 0;
  }
}
.what-make-apart .bisleri-products .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-make-apart .bisleri-products .nav-tabs .nav-item {
  padding: 0 0.625rem;
}
.what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link {
  width: 5.625rem;
  color: #000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 1.25rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link {
    width: 8.75rem;
  }
}
.what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link img {
  width: 7.5rem;
  margin-bottom: 0.625rem;
}
.what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link.active {
  background: #FFF !important;
  border-radius: 0.625rem;
  border: none;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link.active {
    border-radius: 1.875rem;
  }
}
.what-make-apart .bisleri-products .nav-tabs .nav-item .nav-link.active:hover {
  background: #FFF !important;
}
.what-make-apart .bisleri-products .tab-content .tab-pane .white-block {
  background: #FFF;
  width: 100%;
  padding: 1.5625rem 1.5625rem 2.8125rem 1.5625rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products .tab-content .tab-pane .white-block {
    padding: 3.125rem 3.125rem 4.375rem 3.125rem;
    border-radius: 4.375rem;
  }
}
.what-make-apart .bisleri-products .tab-content .tab-pane .white-block h2 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products .tab-content .tab-pane .white-block h2 {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }
}
.what-make-apart .bisleri-products .tab-content .tab-pane .white-block p {
  color: #4D4C4C;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 500;
  padding: 1.125rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .bisleri-products .tab-content .tab-pane .white-block p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.what-make-apart .positive-impact {
  background: #FFF;
  width: 100%;
  padding: 1.875rem 0 3.125rem 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .positive-impact {
    padding: 5rem 0;
  }
}
.what-make-apart .positive-impact h1 {
  margin: 0 0 4.375rem 0;
}
.what-make-apart .positive-impact .white-block {
  background: #FFF;
  width: 100%;
  padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .what-make-apart .positive-impact .white-block {
    border-radius: 4.375rem;
    padding: 3.125rem 3.125rem 4.375rem 3.125rem;
  }
}
.what-make-apart .positive-impact .white-block p {
  color: #4D4C4C;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 1.125rem 0 0 0;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .positive-impact .white-block p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.what-make-apart .infrastructure-section {
  padding: 2.125rem 0 3.125rem 0;
}
.what-make-apart .infrastructure-section h1 {
  margin: 0 0 4.625rem 0;
}
.what-make-apart .infrastructure-section .infrastructure-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .what-make-apart .infrastructure-section .infrastructure-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .what-make-apart .infrastructure-section .infrastructure-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .thumb {
  position: relative;
  z-index: 1;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .thumb {
    border-radius: 5rem;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .blue-section {
  background: #9FDEF0;
  width: 100%;
  margin: -4rem 0 0 0;
  position: relative;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section {
    margin: -10rem 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section {
    width: 80%;
    margin: 0 0 0 -5rem;
    padding: 2.5rem 2.5rem 2.5rem 6.875rem;
    border-radius: 0 5rem 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section {
    padding: 2.5rem 2.5rem 3.75rem 6.875rem;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .blue-section h5 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.125rem 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section h5 {
    margin: 0 0 1.875rem 0;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .blue-section h6 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin: 0.75rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section h6 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin: 0;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .blue-section h6 span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section h6 span {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.what-make-apart .infrastructure-section .infrastructure-info .blue-section p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .what-make-apart .infrastructure-section .infrastructure-info .blue-section p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.quality-test h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 2.125rem 0 4.625rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .quality-test h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.quality-test .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg {
    padding-bottom: 6.25rem;
  }
}
.quality-test .gradient-bg .quality-test-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg .quality-test-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.quality-test .gradient-bg .quality-test-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg .quality-test-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.quality-test .gradient-bg .quality-test-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg .quality-test-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .quality-test .gradient-bg .quality-test-section .white-card {
    min-height: 36.25rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .quality-test .gradient-bg .quality-test-section .white-card {
    width: 60%;
  }
}
.quality-test .gradient-bg .quality-test-section .white-card h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  margin: 0 0 2.125rem 0;
  text-align: left;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg .quality-test-section .white-card h2 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.quality-test .gradient-bg .quality-test-section .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 1.875rem 0;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .quality-test .gradient-bg .quality-test-section .white-card p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.quality-test .gradient-bg .quality-test-section .white-card .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .quality-test .gradient-bg .quality-test-section .white-card .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.quality-test .finished-products {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
  padding: 1.5rem 0 3.125rem 0;
}
@media only screen and (min-width: 768px) {
  .quality-test .finished-products {
    padding: 1.875rem 0 3.125rem 0;
  }
}
.quality-test .finished-products h1 {
  margin: 0;
}
.quality-test .finished-products h3 {
  color: #333333;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  font-weight: 700;
  text-align: center;
  margin: 3.125rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .quality-test .finished-products h3 {
    padding: 1.875rem 0 3.125rem 0;
  }
}
.quality-test .finished-products .test-list {
  gap: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-test .finished-products .test-list .white-box {
  background: #FFF;
  width: calc(100% - 1.875rem);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 1.875rem 0 0 0;
  padding: 3.125rem 3.25rem;
  position: relative;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .quality-test .finished-products .test-list .white-box {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 992px) {
  .quality-test .finished-products .test-list .white-box {
    width: calc(33.33% - 2.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .quality-test .finished-products .test-list .white-box {
    min-height: 24rem;
  }
}
.quality-test .finished-products .test-list .white-box strong {
  font-weight: 700;
}
.quality-test .finished-products .test-list .white-box img {
  height: 3.75rem;
  position: absolute;
  top: -1.875rem;
  left: 3.125rem;
}
.quality-test .finished-products.white-bg {
  background: #FFF;
}
.quality-test .finished-products.white-bg .test-list .white-box {
  width: calc(100% - 1.875rem);
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  .quality-test .finished-products.white-bg .test-list .white-box {
    width: 100%;
  }
}

.the-promise-10 h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 2.125rem 0 4.625rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .the-promise-10 h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.the-promise-10 .gradient-bg {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg {
    padding-bottom: 6.25rem;
  }
}
.the-promise-10 .gradient-bg .promise-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg .promise-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.the-promise-10 .gradient-bg .promise-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg .promise-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.the-promise-10 .gradient-bg .promise-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg .promise-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .the-promise-10 .gradient-bg .promise-section .white-card {
    min-height: 36.25rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .the-promise-10 .gradient-bg .promise-section .white-card {
    width: 60%;
  }
}
.the-promise-10 .gradient-bg .promise-section .white-card h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  margin: 0 0 2.125rem 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg .promise-section .white-card h2 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.the-promise-10 .gradient-bg .promise-section .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 1.875rem 0;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 992px) {
  .the-promise-10 .gradient-bg .promise-section .white-card p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.the-promise-10 .gradient-bg .promise-section .white-card .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .gradient-bg .promise-section .white-card .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.the-promise-10 .purification-process {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), color-stop(30%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  width: 100%;
  padding: 1.875rem 0 0 0;
}
.the-promise-10 .purification-process .row-gap {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 992px) {
  .the-promise-10 .purification-process .row-gap {
    margin-bottom: 3.125rem;
  }
}
.the-promise-10 .purification-process .white-box {
  background: #FFF;
  width: 100%;
  border-radius: 1.875rem;
  padding: 4.125rem 3.125rem 2.8125rem 6.25rem;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .purification-process .white-box {
    border-radius: 3.75rem;
  }
}
.the-promise-10 .purification-process .white-box .points {
  color: #9FDEF0;
  font-size: 5.5rem;
  line-height: 6.5625rem;
  font-weight: 900;
  font-style: italic;
  position: absolute;
  top: -2.875rem;
  left: 3.125rem;
  font-family: "Tiempos Headline";
}
.the-promise-10 .purification-process .white-box .points img {
  height: 3.75rem;
}
.the-promise-10 .purification-process .white-box h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .purification-process .white-box h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.the-promise-10 .purification-process .white-box p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding: 0.9375rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .the-promise-10 .purification-process .white-box p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.my-8,
.mb-8 {
  margin-bottom: 5rem;
}

.my-8,
.mt-8 {
  margin-top: 5rem;
}

.dotted-line-bg {
  margin-top: 0rem;
}
@media only screen and (min-width: 768px) {
  .dotted-line-bg {
    margin-top: 6rem;
  }
}

.pressrelease {
  padding-bottom: 3.75rem;
}
.pressrelease .pressReleaseCustSendBtn {
  background: #fff;
  color: #00B7A2;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 0.5625rem 2.5rem;
  border: 0.0625rem solid #00B7A2;
  border-radius: 0.5rem;
}
.pressrelease .bg-gradient {
  background: rgb(181, 217, 236);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .pressrelease .bg-gradient {
    height: 25rem;
  }
}
.pressrelease .bg-gradient h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .pressrelease .bg-gradient h1 {
    font-size: 3.125rem;
    line-height: 3.25rem;
  }
}
.pressrelease .bg-gradient h5 {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.375rem 0;
  font-family: "Work Sans", sans-serif;
}
.pressrelease .bg-gradient .custom-selectnews {
  width: 18.75rem;
}
.pressrelease .bg-gradient .custom-selectnews #inputState {
  background: url(../../images/downarrow.png) no-repeat 96% center #fff;
  width: 300px;
  height: 2.875rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  border: 0.0625rem solid #bbb;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.pressrelease .press-releasebox {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pressrelease .press-releasebox {
    margin-top: -18rem;
  }
}
.pressrelease .press-releasebox .card {
  background: #FFF;
}
.pressrelease .press-releasebox .card .card-body {
  padding: 1.875rem 1.25rem 2.5rem 1.25rem;
}
.pressrelease .press-releasebox .card .card-body h5 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  min-height: 5.5rem;
  text-transform: uppercase;
}
.pressrelease .press-releasebox .card .card-body p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 1.25rem 0 4.125rem 0;
  min-height: 4.125rem;
}
.pressrelease .press-releasebox .card .card-body .ReadMoreText {
  color: #008476 !important;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: underline;
}
.pressrelease .press-releasebox .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pressrelease .press-releasebox .pagination ul li {
  display: inline-block;
}
.pressrelease .press-releasebox .pagination ul li a {
  width: 2.5rem;
  height: 2.125rem;
  color: #00645B !important;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pressrelease .press-releasebox .pagination ul li a:hover, .pressrelease .press-releasebox .pagination ul li a.active {
  background: #00645B;
  color: #FFF !important;
}

.news-room {
  position: relative;
  padding-bottom: 6rem;
}
.news-room .breadcrumb {
  position: relative;
  z-index: 1;
}
.news-room .custom-selectnews #newsYearsort {
  background: url(../../images/downarrow.png) no-repeat 96% center #fff;
  width: 300px;
  height: 2.875rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  border: 0.0625rem solid #bbb;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.news-room .pressReleaseCustSendBtn {
  border: 0.0625rem solid #00B7A2;
  width: 170px;
  height: 45px;
  border-radius: 8px;
  background: #fff;
  color: #00a990;
}
.news-room .bg-gradient {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  height: 17.5rem;
  position: absolute;
  top: 0;
}
.news-room .bg-gradient .headerTitel form select.selectinputstate {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-weight: 600;
  height: 48px;
  width: 12.4rem;
  width: 200px;
}
.news-room .bg-gradient .headerTitel form .custom-selectnews {
  min-width: auto;
  position: relative;
  background-color: transparent;
  border: none;
}
.news-room .bg-gradient .headerTitel form .custom-selectnews select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
.news-room .bg-gradient .headerTitel form .custom-selectnews::before,
.news-room .bg-gradient .headerTitel form .custom-selectnews::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}
.news-room .bg-gradient .headerTitel form .custom-selectnews::before {
  /* border-left: var(--size) solid transparent; 
     border-right: var(--size) solid transparent; */
  /* border-bottom: var(--size) solid black; */
  background-image: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  /* top: 40%; */
  width: 17px;
  height: 46px;
  background-position: center;
}
.news-room h1 {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .news-room h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
.news-room .form-group h5 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .news-room .form-group h5 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }
}
.news-room .news-roomboxes {
  position: relative;
}
.news-room .card {
  background-color: #fff;
  width: 100%;
  padding: 2.5rem;
  margin: 1.875rem 0 0.625rem 0;
  -webkit-box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2.5rem 3.75rem 0 rgba(0, 0, 0, 0.07);
  border-radius: 2.5rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .news-room .card {
    padding: 3.75rem;
    border-radius: 5rem;
  }
}
.news-room .card .card-body {
  padding: 0;
}
.news-room .card .cardFooter .text-muted {
  color: #333;
  font-size: 0.84375rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin: 1.25rem 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .news-room .card .cardFooter .text-muted {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.news-room .card .cardTitle {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-family: "Work Sans";
}
@media only screen and (min-width: 768px) {
  .news-room .card .cardTitle {
    font-size: 1.5rem;
  }
}
.news-room .card .cardSubText {
  color: #333;
  font-size: 0.84375rem;
  line-height: 1.0625rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .news-room .card .cardSubText {
    font-size: 1.125rem;
    line-height: 1.4rem;
  }
}
.news-room .card a.newsReadMoreText {
  color: #00645b !important;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 1.875rem 0.625rem 0;
  text-decoration: underline;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1.4375rem;
  font-family: "Work Sans", sans-serif;
}
.news-room .card a.newsReadMoreText:hover {
  color: #333 !important;
  padding-left: 1.875rem;
  border: 0.0625rem solid #00645b;
}

.margin--bottom-20 {
  margin-bottom: 20px;
}

.color--opacity-5 {
  opacity: 0.5;
}

.margin--bottom-20 {
  margin-bottom: 20px;
}

.font--size-18 {
  font-size: 1.125em;
}

.font--medium {
  font-weight: 500;
}

.font--size-24 {
  font-size: 1.5em;
}

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

.text--line-height-20 {
  line-height: 1.25em;
}

.newsblogs {
  padding-bottom: 3rem;
}
.newsblogs .pressReleaseCustSendBtn {
  background: #fff;
  color: #00B7A2;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 0.5625rem 2.5rem;
  border: 0.0625rem solid #00B7A2;
  border-radius: 0.5rem;
}
.newsblogs .bg-gradient {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  z-index: -1;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .newsblogs .bg-gradient {
    height: 25rem;
    padding-bottom: 0;
  }
}
.newsblogs .press-releasebox {
  position: relative;
}
.newsblogs .press-releasebox .card .card-body h5 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: capitalize;
}
.newsblogs .card {
  -webkit-box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.newsblogs .card .cardFooter {
  padding: 1.25rem;
  margin-top: auto;
  font-weight: 500;
}
.newsblogs .card .cardFooter .text-muted {
  color: #5E5E5E !important;
  font-size: 0.625rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.newsblogs .card .newsCardTitle {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 1.25rem 0;
  font: 700 1.125em Work Sans;
  line-height: 1.4rem;
  min-height: 66px;
}
.newsblogs .card .newsCardText {
  font: normal 1.125em Work Sans;
  line-height: 1.4;
  margin-bottom: 50px;
  min-height: 80px;
}
.newsblogs .card a.blogsReadMoreText {
  font: normal 1em Work Sans;
  text-decoration: underline;
  color: #008476 !important;
}
.newsblogs .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsblogs .pagination ul li {
  display: inline-block;
}
.newsblogs .pagination ul li a {
  width: 2.5rem;
  height: 2.125rem;
  color: #00645B !important;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsblogs .pagination ul li a:hover, .newsblogs .pagination ul li a.active {
  background: #00645B;
  color: #FFF !important;
}

.blog-detail {
  background: #FFF;
  padding: 0 0 6.25rem 0;
}
.blog-detail .gradient-bar {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-detail .gradient-bar {
    height: 10rem;
  }
}
.blog-detail .banner {
  margin: 1.875rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail .banner {
    margin: -5rem 0 0 0;
  }
}
.blog-detail .banner img {
  border-radius: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail .banner img {
    border-radius: 3.125rem;
  }
}
.blog-detail h1 {
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
  margin: 1.875rem 0 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail h1 {
    font-size: 2.5rem;
  }
}
.blog-detail .establish-social-section {
  width: 100%;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1.25rem 0;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #9a9a9a;
  border-bottom: 0.0625rem solid #9a9a9a;
}
@media only screen and (min-width: 768px) {
  .blog-detail .establish-social-section {
    font-size: 1.125rem;
  }
}
.blog-detail .establish-social-section .social-icon {
  display: inline-block;
}
.blog-detail .establish-social-section .social-icon li {
  margin: 0 0 0 0.625rem;
  display: inline-block;
}
.blog-detail .establish-social-section .social-icon li img {
  height: 1.5rem;
}
.blog-detail p {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .blog-detail p {
    font-size: 1rem;
  }
}
.blog-detail p a {
  color: #078d73 !important;
}
.blog-detail h2 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  margin: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail h2 {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
}
.blog-detail ul.benefit li {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0.625rem 1.25rem;
  list-style: disc inside;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail ul.benefit li {
    font-size: 1.125rem;
  }
}
.blog-detail h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail h3 {
    font-size: 1.125rem;
  }
}
.blog-detail h4 {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin: 3.375rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail h4 {
    font-size: 1.125rem;
  }
}
.blog-detail ul.popular-searches {
  margin-top: 1.25rem;
}
.blog-detail ul.popular-searches li {
  margin: 0 0 1.25rem 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .blog-detail ul.popular-searches li {
    margin: 0 0 1.25rem 1.25rem;
  }
}
.blog-detail ul.popular-searches li a {
  background: rgba(187, 187, 187, 0.5);
  color: #333 !important;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 3.125rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .blog-detail ul.popular-searches li a {
    font-size: 1rem;
  }
}
.blog-detail h5 {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.625rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail h5 {
    font-size: 1.125rem;
  }
}
.blog-detail .also-read {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail .also-read {
    font-size: 1rem;
  }
}
.blog-detail .also-read a {
  color: #078d73 !important;
  text-decoration: underline;
}
.blog-detail .slider-autoplay .slick-slide {
  background: #F4F4F4;
  padding: 0.625rem 1.875rem 1.875rem 1.875rem;
  border-radius: 1.875rem;
  text-align: center;
}
.blog-detail .slider-autoplay .slick-slide p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail .slider-autoplay .slick-slide p {
    font-size: 1.25rem;
  }
}
.blog-detail .slider-autoplay .slick-slide .buy-now {
  background: #00645b;
  color: #d0d0d0;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.625rem 1.875rem;
  border-radius: 1.4375rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.blog-detail .slider-autoplay .slick-slide .buy-now:hover {
  background: #FFF;
  color: #333;
  border: 0.0625rem solid #00645b;
}
.blog-detail .slider-autoplay .slick-dots {
  bottom: -2.25rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail .slider-autoplay .slick-dots {
    bottom: -1.25rem;
  }
}
.blog-detail .slider-autoplay .slick-dots li button {
  background: #e4e4e4;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
}
.blog-detail .slider-autoplay .slick-dots li button:before {
  display: none;
}
.blog-detail .slider-autoplay .slick-dots li.slick-active button {
  background: #00b2a2;
}
.blog-detail .recent-post {
  padding: 4rem 0 0 0;
}
.blog-detail .recent-post ul li {
  margin: 1.25rem 0 0 0;
}
.blog-detail .recent-post ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-detail .recent-post ul li a img {
  width: 9.375rem;
  height: 5rem;
  border-radius: 1.25rem;
  margin-right: 0.625rem;
}
.blog-detail .recent-post ul li a h6 {
  color: #333;
  font-size: 0.875em;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .blog-detail .recent-post ul li a h6 {
    font-size: 1rem;
  }
}
.blog-detail .recent-post ul li a span {
  color: rgba(51, 51, 51, 0.9);
  font-size: 0.75em;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 768px) {
  .blog-detail .recent-post ul li a span {
    font-size: 0.875em;
  }
}
.blog-detail ul.undordered-list li {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 500;
  list-style: disc inside;
  padding: 0 0 0.625rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail ul.undordered-list li {
    font-size: 1rem;
  }
}
.blog-detail ul.undordered-list li a {
  color: #078d73 !important;
}
.blog-detail .table thead th, .blog-detail .table thead td, .blog-detail .table tbody th, .blog-detail .table tbody td {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0.625rem;
  line-height: 1.5rem;
  text-align: center;
  border: 0.0625rem solid #333;
}
@media only screen and (min-width: 768px) {
  .blog-detail .table thead th, .blog-detail .table thead td, .blog-detail .table tbody th, .blog-detail .table tbody td {
    font-size: 1rem;
  }
}

.blog-info .bg-gradient {
  background: rgb(181, 217, 236);
  background: -webkit-gradient(linear, left top, right top, from(rgb(181, 217, 236)), to(rgb(178, 230, 224)));
  background: linear-gradient(90deg, rgb(181, 217, 236) 0%, rgb(178, 230, 224) 100%);
  height: 11.5625rem;
}
.blog-info .banner {
  margin: -6.25rem 0 0 0;
  border-radius: 0.75rem;
}
.blog-info h1 {
  color: #1A1A1A;
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem 0;
}
.blog-info .info {
  padding: 1rem 0;
  border-top: 0.0625rem solid #F4F4F4;
  border-bottom: 0.0625rem solid #F4F4F4;
}
.blog-info .Published-date {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.blog-info p {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 1rem 0 0.5rem 0;
}

.row .card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headerTitel h1 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .headerTitel h1 {
    line-height: 3.8rem;
    font: italic 900 3.125em Tiempos Headline;
  }
}
.headerTitel .custom-selectnews {
  width: 60%;
}
.headerTitel .custom-selectnews .selectinputstate {
  border: 2px solid #bbb;
  border-radius: 0.5rem;
  height: calc(2em + 0.75rem + 1px);
  font-weight: 600;
}
.headerTitel h5.text-nowrap {
  font-weight: 700;
}

.row .card-box .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  margin-bottom: 30px;
}
.row .card-box .card .card-img-top {
  border-radius: 40px;
}

.btn-success {
  color: white !important;
}

/* Ensure the card body and footer expand to fill available space */
.row .card-box .card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Optional: Add margin to the cards for spacing */
.row .card-box {
  margin-bottom: 15px;
}

.apply-dealership {
  position: relative;
}
.apply-dealership .distributorship-program h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin: 2rem 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .apply-dealership .distributorship-program h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
    margin: 0 0 4.375rem 0;
  }
}
.apply-dealership .distributorship-program .apply-distributorship {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .distributorship-program .apply-distributorship {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.apply-dealership .distributorship-program .apply-distributorship .person-thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .distributorship-program .apply-distributorship .person-thumb {
    border-radius: 0;
  }
}
.apply-dealership .distributorship-program .apply-distributorship .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .distributorship-program .apply-distributorship .white-card {
    width: 53%;
    margin: 0 0 0 -5rem;
    padding: 5rem;
    border-radius: 5rem;
  }
}
.apply-dealership .distributorship-program .apply-distributorship .white-card p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0 0 0.875rem 0;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .distributorship-program .apply-distributorship .white-card p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.apply-dealership .distributorship-program .apply-distributorship .white-card .points {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply-dealership .apply-distributorship-btn {
  background: #00645B;
  color: #D0D0D0;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin: 1.875rem 0 0 0;
  padding: 0.6875rem 1.875rem;
  border-radius: 1.4375rem;
  border: none;
  border: 0.0625rem solid #00645B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.apply-dealership .apply-distributorship-btn:hover {
  background: transparent;
  color: #333333;
  border: 0.0625rem solid #00645B;
}
.apply-dealership .spreading-promise {
  background: rgb(159, 222, 240);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 222, 240)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(159, 222, 240) 0%, rgb(255, 255, 255) 100%);
  padding: 1.875rem 0 1.25rem 0;
}
.apply-dealership .spreading-promise h2 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .apply-dealership .spreading-promise h2 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.apply-dealership .spreading-promise h2 span {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: normal;
  padding: 0.4375rem 0 0 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .spreading-promise h2 span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0;
  }
}
.apply-dealership .spreading-promise .card img {
  border-radius: 0.25rem;
}
.apply-dealership .spreading-promise .card .card-img-overlay {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
}
.apply-dealership .spreading-promise .card .card-img-overlay h1 {
  color: #FFF;
  font-size: 2.6875rem;
  line-height: 3.25rem;
  font-weight: 700;
}
.apply-dealership .spreading-promise .card .card-img-overlay span {
  color: #E0D559;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.apply-dealership .spreading-promise p {
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .spreading-promise p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 2rem 1.875rem 1.6875rem 1.875rem;
  }
}
.apply-dealership .bisleri-supports {
  background: #FFF;
  padding: 2.75rem 0 3.75rem 0;
  position: relative;
}
.apply-dealership .bisleri-supports h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .apply-dealership .bisleri-supports h3 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.apply-dealership .bisleri-supports .connector {
  background: #FFF;
  width: 0.625rem;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 768px) {
  .apply-dealership .bisleri-supports .connector {
    display: block;
  }
}
.apply-dealership .bisleri-supports .row-space {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports .row-space {
    margin-bottom: 3.75rem;
  }
}
.apply-dealership .bisleri-supports .title {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 2.125rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .apply-dealership .bisleri-supports .title {
    padding: 1.125rem 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    text-align: end;
    padding: 2.125rem 0 0 0;
  }
}
.apply-dealership .bisleri-supports .ico-circle {
  background: #FFF;
  width: 5rem;
  height: 5rem;
  margin: 2rem auto;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .apply-dealership .bisleri-supports .ico-circle {
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports .ico-circle {
    width: 6.8125rem;
    height: 6.8125rem;
  }
}
@media only screen and (min-width: 768px) {
  .apply-dealership .bisleri-supports .ico-circle img {
    width: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports .ico-circle img {
    width: auto;
  }
}
.apply-dealership .bisleri-supports .white-section {
  background: #FFF;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1.5rem;
  border-radius: 0 5rem 5rem 5rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .apply-dealership .bisleri-supports .white-section {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 2.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .apply-dealership .bisleri-supports .white-section {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 3.75rem;
  }
}
.apply-dealership .dealership-form h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 992px) {
  .apply-dealership .dealership-form h4 {
    margin-bottom: 3.375rem;
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.apply-dealership .dealership-form .white-section {
  background: #FFF;
  color: #333333;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 3rem;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 2.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .apply-dealership .dealership-form .white-section {
    border-radius: 5rem;
    padding: 3.75rem 3.75rem 5.625rem 3.75rem;
  }
}
.apply-dealership .dealership-form .white-section .form-control {
  height: 2.6875rem;
  padding: 0.6875rem 0.875rem;
  border: 0.0625rem solid #BBBBBB;
  border-radius: 0.5rem;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .dealership-form .white-section .custom-checkbox-green {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green input:checked ~ .checkmark {
  background-color: #00B7A2;
  border: 0.0625rem solid transparent;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green input:checked ~ .checkmark:after {
  display: block;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green .checkmark {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.25rem;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green .checkmark:after {
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.4rem;
  height: 0.65rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.apply-dealership .dealership-form .white-section .custom-checkbox-green a {
  color: #078D73 !important;
  text-decoration: underline;
}
.apply-dealership .dealership-form .white-section #submitBtn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  margin: 1.75rem 0 0 0;
  padding: 0.6875rem 1.9375rem;
  border: none;
  border-radius: 1.4375rem;
}
@media only screen and (min-width: 992px) {
  .apply-dealership .dealership-form .white-section #submitBtn {
    width: auto;
  }
}
.apply-dealership #caution {
  background: #FFF;
  width: 53.125rem;
  padding: 2.5rem;
  position: fixed;
  top: 12.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(7, 141, 115, 0.2);
  box-shadow: 0 1.25rem 1.875rem 0 rgba(7, 141, 115, 0.2);
}
.apply-dealership #caution h5 {
  color: #FF0000;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  font-weight: 700;
}
.apply-dealership #caution p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  padding: 1.375rem 0 0 0;
  font-weight: 400;
}
.apply-dealership #caution .dismiss {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 3;
}

.plan-visit .headInfo .Qualitytitel {
  font-size: 2.5rem;
  line-height: 3.1rem;
  letter-spacing: 0.1rem;
}
.plan-visit .headInfo .custom-breadcrumb {
  border-bottom: none;
}
.plan-visit .headInfo .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}
.plan-visit .headInfo .breadcrumb-item a {
  text-decoration: underline;
}
.plan-visit .headInfo .image {
  height: auto;
  width: 100%;
}
.plan-visit .headInfo .promiTitle {
  color: #00B7A2;
}
.plan-visit .headInfo .desCardText {
  line-height: 1.6rem;
  font-size: 1.1rem;
}
.plan-visit .headInfo .lh-1 {
  line-height: 1.8rem;
}
.plan-visit .headInfo .list-txt {
  font-size: 1.5rem;
}
.plan-visit .headInfo .watchBtn {
  background-color: #00B7A2;
  color: white;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 47.125rem) {
  .plan-visit .headInfo .list-txt {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 33.875rem) {
  .plan-visit .headInfo .list-txt {
    font-size: 1.1rem;
  }
}
.plan-visit .bgSupportColor {
  background: rgb(41, 177, 151);
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 177, 151)), color-stop(92%, rgb(27, 93, 108)));
  background: linear-gradient(90deg, rgb(41, 177, 151) 0%, rgb(27, 93, 108) 92%);
}
.plan-visit .applyInputs .applyDealerShipCustomCard {
  border-radius: 2rem;
}
.plan-visit .applyInputs .custom_inputs {
  border-radius: 0.5rem;
}
.plan-visit .applyInputs .theme-font-color {
  color: #00B7A2;
}
.plan-visit .applyInputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #eee;
  border-radius: 0.1875rem;
}
.plan-visit .applyInputs .checkBox:hover + .checkmark {
  background-color: #ccc;
}
.plan-visit .applyInputs .checkBox:checked + .checkmark {
  background-color: #00B7A2;
}
.plan-visit .applyInputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.plan-visit .applyInputs .checkBox:checked + .checkmark:after {
  display: block;
}
.plan-visit .applyInputs .checkmark:after {
  left: 0.4375rem;
  top: 0.25rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.plan-visit .applyInputs .submit-btn {
  background-color: #00B7A2;
  font-weight: 500;
  font-size: 0.9375rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 0.5rem;
}
.plan-visit .applyInputs .head-font {
  font-size: 3rem;
  letter-spacing: 0.1875rem;
}
.plan-visit .applyInputs .theme-font-color2 {
  color: #FEED42;
}
.plan-visit .applyInputs .input-group {
  border-radius: 0.5rem;
  border-color: lightgrey;
  color: #838383;
  padding: 0.8125rem 0;
}
.plan-visit .img-slider .plantHeading {
  font-size: 3rem;
  letter-spacing: 0.1875rem;
}
.plan-visit .img-slider .theme-font-color {
  color: #00B7A2;
}
.plan-visit .img-slider .act {
  width: 60%;
}
.plan-visit .img-slider .dft {
  width: 20%;
}
.plan-visit .img-slider .custom-indicators {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.plan-visit .img-slider .custom-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #00B7A2;
  background-clip: padding-box;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .plan-visit .img-slider .custom-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.plan-visit .img-slider .custom-indicators .active {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 1;
}
.plan-visit .bgArticleColor {
  background-color: #E2F8FF;
}
.plan-visit .article-section .head-txt {
  font-size: 3rem;
  letter-spacing: 0.1875rem;
}
.plan-visit .article-section .newsText {
  font-size: 0.8125rem;
  line-height: 1.2rem;
}
.plan-visit .article-section .theme-color-text {
  color: #00B7A2;
}
.plan-visit .article-section .blogsReadMoreText {
  font-size: 0.8125rem;
}
.plan-visit .article-section .custom-control {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-visit .article-section .carousel-control-prev.custom-control {
  left: -6.25rem;
}
.plan-visit .article-section .carousel-control-next.custom-control {
  right: -6.25rem;
}
.plan-visit .article-section .custom-icon {
  font-size: 1.5rem;
  color: white;
  display: inline-block;
}
.plan-visit .article-section .custom-control:hover {
  background-color: #00B7A2;
}
.plan-visit .article-section .card {
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-visit .article-section .card-img-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plan-visit .article-section .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-visit .article-section .newsText {
  position: relative;
}
.plan-visit .article-section .short-text,
.plan-visit .article-section .full-text {
  display: inline;
}
.plan-visit .article-section .d-none {
  display: none;
}
.plan-visit .article-section .cardFooter {
  background-color: white;
  padding: 0.625rem;
  text-align: right;
}
.plan-visit .article-section .custom-indicators {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.plan-visit .article-section .custom-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #00B7A2;
  background-clip: padding-box;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.plan-visit .article-section .submit-btn {
  background-color: #00B7A2;
  font-weight: 500;
  font-size: 0.9375rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 0.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .plan-visit .article-section .custom-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.plan-visit .article-section .custom-indicators .active {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 1;
}

.call-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call-link img {
  margin-right: 5px;
  /* Adjust space between image and phone number */
  width: 16px;
  height: 16px;
  display: none;
}

.breadcrum.bg-gradient {
  background: rgb(181, 217, 236);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-top: 10px;
  padding-bottom: 50px;
  max-height: 400px;
  height: 210px;
  margin-bottom: 50px;
}
.breadcrum.bg-gradient ol.breadcrumb li.breadcrumb-item a {
  color: #00645B !important;
}
.breadcrum.bg-gradient ol.breadcrumb .breadcrumb-item.active {
  color: #333;
}

.border-pressrelease {
  border-bottom: 1.5px solid #9a9a9a;
  border-top: 1.5px solid #9a9a9a;
}

.water-worth-weight .breadcrum.bg-gradient {
  background: rgb(181, 217, 236);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  padding-top: 10px;
  padding-bottom: 50px;
  max-height: 400px;
  height: 210px;
  margin-bottom: 0px;
}

.image-hero {
  border-radius: 2rem;
  overflow: hidden;
}

.compliance-block .unit-contractor-details {
  background: #FFF;
  width: 100%;
  margin: 1.875rem 0 5.875rem 0;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.4);
}
.compliance-block .unit-contractor-details h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 1.875rem 0;
}
.compliance-block .table {
  margin: 0;
}
.compliance-block .table th {
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  padding: 1.875rem;
  border: none;
  border-top: 0.0625rem solid #9A9A9A;
  border-left: 0.0625rem solid #9A9A9A;
  vertical-align: top;
}
.compliance-block .table th:first-child {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  .compliance-block .table th {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.compliance-block .table td {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding: 1.875rem;
  border: none;
  border-top: 0.0625rem solid #9A9A9A;
  border-left: 0.0625rem solid #9A9A9A;
}
.compliance-block .table td:first-child {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  .compliance-block .table td {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.compliance-block .table td a {
  color: #333333 !important;
}
.compliance-block .white-section {
  background: #FFF;
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.compliance-block .list li {
  width: 100%;
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
  list-style: disc;
  float: left;
}
@media only screen and (min-width: 768px) {
  .compliance-block .list li {
    width: 50%;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-bottom: 1.6875rem;
  }
}
.compliance-block .list li:nth-child(odd) {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .compliance-block .list li:nth-child(odd) {
    list-style: disc;
  }
}
.compliance-block .list li:nth-child(even) {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .compliance-block .list li:nth-child(even) {
    font-weight: 700;
  }
}

.online-payment {
  background: #F7F7F7;
  padding: 1.25rem 0 3.125rem 0;
}
.online-payment .white-block {
  background: #FFF;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .online-payment .white-block {
    padding: 1.25rem 0 3.125rem 0;
  }
}
.online-payment .white-block h1 {
  color: #00AE9C;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.online-payment .white-block h1::after {
  background: #00AE9C;
  content: "";
  width: 4.875rem;
  height: 0.1875rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.online-payment .white-block #contactForm .form-group {
  margin-bottom: 2.5rem;
}
.online-payment .white-block #contactForm label {
  color: #787878;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.online-payment .white-block #contactForm .primary-btn-lg {
  background: #00AF9C;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1rem 4.5rem;
  font-weight: 700;
  border-radius: 0.375rem;
  text-transform: uppercase;
}
.online-payment .white-block #contactForm .primary-btn-lg:hover {
  background: #00645b;
  text-decoration: underline;
}

.bisleri-brand .container {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
}

.press-release-detail {
  padding-bottom: 4rem;
}
.press-release-detail .breadcrum.bg-gradient {
  padding: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .press-release-detail .breadcrum.bg-gradient {
    height: 10rem;
  }
}
.press-release-detail h1 {
  color: #333;
  font-size: 1.375em;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .press-release-detail h1 {
    font-size: 2.5rem;
  }
}
.press-release-detail .article-section {
  margin: 1.25rem 0;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #9a9a9a;
  border-top: 0.0625rem solid #9a9a9a;
}
.press-release-detail .article-section p {
  padding: 0;
}
.press-release-detail p {
  color: #333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0 0 1.5rem 0;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .press-release-detail p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.press-release-detail p a {
  color: #078d73 !important;
  text-decoration: underline;
}
.press-release-detail ol li {
  color: #333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0.5rem 0 0 0;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .press-release-detail ol li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.plant-info .table thead tr {
  background: #00645B;
  color: white;
}
.plant-info .table thead tr th {
  color: white;
  font-size: 1.375rem;
  padding: 1.25rem 3rem;
  font-weight: 600;
  border: none;
  white-space: nowrap;
}
.plant-info .table thead tr th:nth-child(3) {
  min-width: 50rem;
}
.plant-info .table tbody tr:nth-child(odd) {
  background: #eaf9f5;
}
.plant-info .table tbody tr td {
  color: #000;
  font-size: 1.375rem;
  padding: 1.25rem 3rem;
  font-weight: 500;
  border: none;
}
.plant-info .table tbody tr td:nth-child(3) {
  min-width: 50rem;
}

.bottles-for-change {
  width: 100%;
}
.bottles-for-change .waste-process {
  width: 100%;
  padding: 6.25rem 0 0 0;
}
.bottles-for-change .waste-process h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .waste-process h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .waste-process h1 span {
  display: block;
}
.bottles-for-change .waste-process .waste-process-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .waste-process .waste-process-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bottles-for-change .waste-process .waste-process-section .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .waste-process .waste-process-section .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .waste-process .waste-process-section .thumb {
    height: 85%;
  }
}
.bottles-for-change .waste-process .waste-process-section .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .waste-process .waste-process-section .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .waste-process .waste-process-section .white-card {
    min-height: auto;
    padding: 5rem;
    border-radius: 5rem;
  }
}
.bottles-for-change .waste-process .waste-process-section .white-card p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0 0 1.5rem 0;
  font-family: "Work Sans", sans-serif;
}
.bottles-for-change .waste-process .waste-process-section .white-card h6 {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 0 0 1rem 0;
  font-family: "Work Sans", sans-serif;
}
.bottles-for-change .waste-process .waste-process-section .white-card .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .waste-process .waste-process-section .white-card .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.bottles-for-change .waste-process .waste-process-section .white-card .primary-btn:hover {
  background: #FFF;
  border: 0.0625rem solid #00645B;
  color: #333 !important;
}
.bottles-for-change .reasons-plastic {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  margin: 6rem 0 0 0;
  padding: 5rem 0 0 0;
}
.bottles-for-change .reasons-plastic h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .reasons-plastic h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .reasons-plastic ul li {
  background-color: #fff;
  color: #333;
  font-size: 1.875em;
  font-weight: 700;
  padding: 1.5rem;
  border-radius: 3rem;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  font-family: "Tiempos Headline";
}
.bottles-for-change .what-does {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  margin: 5rem 0 0 0;
  padding: 5rem 0;
}
.bottles-for-change .what-does h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .what-does h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .what-does .connector {
  background: #FFF;
  width: 0.625rem;
  height: 100%;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .what-does .connector {
    display: block;
  }
}
.bottles-for-change .what-does .row-space {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .what-does .row-space {
    margin-bottom: 3.75rem;
  }
}
.bottles-for-change .what-does .title {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 2.125rem 0 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .what-does .title {
    padding: 2.125rem 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .what-does .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    text-align: end;
  }
}
.bottles-for-change .what-does .ico-circle {
  background: #FFF;
  width: 6.8125rem;
  height: 6.8125rem;
  margin: 0 auto 1.25rem auto;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .what-does .ico-circle {
    margin: auto;
  }
}
.bottles-for-change .what-does .ico-circle img {
  width: 3.4375rem;
}
.bottles-for-change .what-does .white-section {
  background: #FFF;
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.125rem;
  padding: 1.25rem;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .what-does .white-section {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 3.125rem;
  }
}
.bottles-for-change .what-does .white-section h3 {
  color: #333333;
  font-size: 0.84375rem;
  line-height: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .what-does .white-section h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.bottles-for-change .change-program {
  width: 100%;
  padding: 6.25rem 0;
}
.bottles-for-change .change-program h1 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 3.375rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .change-program h1 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .change-program .timeline-number {
  background: #FFF;
  color: #333;
  font-size: 1.875em;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 3rem 0;
  padding: 1.25rem 3rem 1.25rem 4rem;
  position: relative;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-family: "Tiempos Headline";
}
.bottles-for-change .change-program .timeline-number .number {
  color: #9fdef0;
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  position: absolute;
  left: 1.25rem;
  top: -2.5rem;
  font-family: "Tiempos Headline";
}
.bottles-for-change .change-program .point-info {
  margin: 0 0 3rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .change-program .point-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bottles-for-change .change-program .point-info .thumb {
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .change-program .point-info .thumb {
    border-radius: 5rem 0 0 5rem;
  }
}
.bottles-for-change .change-program .point-info .white-card {
  background: #FFF;
  width: 100%;
  margin: -3.75rem 0 0 0;
  padding: 1.875rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .change-program .point-info .white-card {
    width: 80%;
    margin: 0 0 0 -5rem;
    border-radius: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .change-program .point-info .white-card {
    min-height: auto;
    padding: 5rem;
    border-radius: 5rem;
  }
}
.bottles-for-change .change-program .point-info .white-card p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0 0 1.5rem 0;
  font-family: "Work Sans", sans-serif;
}
.bottles-for-change .change-program .point-info .white-card h6 {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 0 0 1rem 0;
  font-family: "Work Sans", sans-serif;
}
.bottles-for-change .change-program .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .change-program .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.bottles-for-change .change-program .primary-btn:hover {
  background: #FFF;
  border: 0.0625rem solid #00645B;
  color: #333 !important;
}
.bottles-for-change .milestones-initiatives {
  background: rgb(195, 232, 167);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 232, 167)), to(rgb(159, 222, 240)));
  background: linear-gradient(180deg, rgb(195, 232, 167) 0%, rgb(159, 222, 240) 100%);
  width: 100%;
  padding: 1.875rem 0;
  text-align: center;
}
.bottles-for-change .milestones-initiatives h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .milestones-initiatives h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .milestones-initiatives p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.bottles-for-change .guinness-world-records {
  background: #FFF;
  width: 100%;
  padding: 1.875rem 0 3rem 0;
}
.bottles-for-change .guinness-world-records h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .guinness-world-records h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .guinness-world-records .nav-tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 0.0625rem solid #DDDBDA;
}
.bottles-for-change .guinness-world-records .nav-tabs .nav-link {
  color: #5E5E5E;
  font-size: 1.875rem;
}
.bottles-for-change .guinness-world-records .nav-tabs .nav-link.active {
  color: #1A1A1A;
  font-weight: 600;
  border-bottom: 0.188rem solid #009E8C;
}
.bottles-for-change .guinness-world-records .tab-content {
  margin: 3rem 0 0 0;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper {
  background: #3ec39b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .image-section {
  width: 45%;
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
  overflow: hidden;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info {
  width: 55%;
  padding: 3rem;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .guinness-certificate {
  width: 25%;
  border: 0.625rem solid #fff;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content {
  width: 65%;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content h4 {
  color: #FFF;
  font-size: 1.875em;
  margin-bottom: 1.875rem;
  font-family: "Tiempos Headline";
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content p {
  color: #FFF;
  font-size: 1.125em;
  line-height: 1.5rem;
  margin: 0 0 1.25rem 0;
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content .primary-btn {
  background: #00645b;
  width: auto;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content .primary-btn {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.bottles-for-change .guinness-world-records .tab-content .tab-pane .wrapper .leading-info .content .primary-btn:hover {
  background: #FFF;
  border: 0.0625rem solid #00645B;
  color: #333 !important;
}
.bottles-for-change .bottles-for-change-milestones {
  background: #FFF;
  width: 100%;
  padding: 4.375rem 0 6.25rem 0;
}
.bottles-for-change .bottles-for-change-milestones h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .bottles-for-change-milestones h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .bottles-for-change-milestones .leading-numbers-light {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .bottles-for-change-milestones .leading-numbers-light li {
  width: 25%;
  padding: 2.1875rem 1.25rem 1rem;
  border: 0.0625rem solid #3ec39b;
  border-radius: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .bottles-for-change-milestones .leading-numbers-light li .counts {
  color: #3ec39b;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.625rem 0;
  display: block;
}
.bottles-for-change .bottles-for-change-milestones .leading-numbers-light li .city {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
.bottles-for-change .benches-of-dreams {
  background: #FFF;
  width: 100%;
}
.bottles-for-change .benches-of-dreams h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .benches-of-dreams h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .benches-of-dreams p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.bottles-for-change .benches-of-dreams .multiple-items {
  padding-left: 3.75rem;
  padding-top: 5rem;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-slide {
  margin-right: 1.25rem;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-slide img {
  height: 15.9375rem;
  border-radius: 3.75rem;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-slide p {
  color: #333;
  font-size: 1.25rem;
  margin-top: 1.25em;
  font-weight: 600;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-dots {
  bottom: -3em;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-dots li button:before {
  color: #9fdef0;
}
.bottles-for-change .benches-of-dreams .multiple-items .slick-dots li.slick-active button:before {
  color: #B7E6F4;
}
.bottles-for-change .parks-hills {
  width: 100%;
  padding: 5rem 0;
}
.bottles-for-change .parks-hills h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .parks-hills h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .parks-hills p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.56255rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 1.875rem 0;
}
.bottles-for-change .parks-hills h4 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.25rem 0 0 0;
  text-align: center;
}
.bottles-for-change .catching-young-minds {
  width: 100%;
  padding: 5rem 0;
}
.bottles-for-change .catching-young-minds h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .catching-young-minds h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .catching-young-minds p {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.56255rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 1.875rem 0;
}
.bottles-for-change .catching-young-minds .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .catching-young-minds .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.bottles-for-change .catching-young-minds .primary-btn:hover {
  background: #FFF;
  border: 0.0625rem solid #00645B;
  color: #333 !important;
}
.bottles-for-change .ambasaador-section {
  background: #FFF;
  width: 100%;
  padding: 1.875rem 0 6rem 0;
}
.bottles-for-change .ambasaador-section h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .ambasaador-section h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .ambasaador-section .nav-tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 0.0625rem solid #DDDBDA;
}
.bottles-for-change .ambasaador-section .nav-tabs .nav-link {
  color: #5E5E5E;
}
.bottles-for-change .ambasaador-section .nav-tabs .nav-link.active {
  color: #1A1A1A;
  font-weight: 600;
  border-bottom: 0.188rem solid #009E8C;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section {
  background-color: #fff;
  margin-top: 3rem;
  padding: 3rem 4.6875rem;
  border-radius: 5rem;
  -webkit-box-shadow: 0 2.5rem 3.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 2.5rem 3.75rem rgba(0, 0, 0, 0.07);
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section h4 {
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 1.25rem 0;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .form-control {
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #D9D9D9;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green {
    font-size: 1rem;
  }
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green input:checked ~ .checkmark {
  background-color: #00B7A2;
  border: 0.0625rem solid transparent;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green input:checked ~ .checkmark:after {
  display: block;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green .checkmark {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.25rem;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green .checkmark:after {
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.4rem;
  height: 0.65rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .custom-checkbox-green a {
  color: #078d73 !important;
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .primary-btn {
  background: #00645B;
  width: 100%;
  color: #D0D0D0 !important;
  font-size: 0.8125rem;
  line-height: 1rem;
  border: none;
  font-weight: 700;
  margin: 3rem 0 0 0;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .primary-btn {
    width: auto;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.bottles-for-change .ambasaador-section .tab-content .tab-pane .white-section .primary-btn:hover {
  background: #FFF;
  border: 0.0625rem solid #00645B;
  color: #333 !important;
}
.bottles-for-change .download-app {
  background: #FFF;
  padding: 1.875rem 0 3rem 0;
}
.bottles-for-change .download-app h3 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .download-app h3 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .download-app .download-app-info {
  background: #e4e4e4;
  width: 100%;
  border-radius: 5rem;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .download-app .download-app-info .thumb {
  width: 50%;
  border-radius: 0 5rem 5rem 0;
}
.bottles-for-change .download-app .download-app-info .content {
  width: 50%;
  padding: 0 3rem;
}
.bottles-for-change .download-app .download-app-info .content p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1.875rem 0;
}
.bottles-for-change .our-partners {
  width: 100%;
  padding: 1.875rem 0 3.125rem 0;
}
.bottles-for-change .our-partners h4 {
  color: #333333;
  font-size: 1.3125rem;
  line-height: 1.56255rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 1.875rem 0;
  font-family: "Tiempos Headline";
}
@media only screen and (min-width: 768px) {
  .bottles-for-change .our-partners h4 {
    font-size: 2.6875rem;
    line-height: 3.25rem;
  }
}
.bottles-for-change .our-partners .multiple-items .slick-slide {
  background: #FFF;
  margin: 1rem 1.5rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.16);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottles-for-change .our-partners .multiple-items .slick-dots {
  display: none !important;
}
.bottles-for-change .our-partners .multiple-items .slick-arrow {
  background: #FFF;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(30, 30, 30, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(30, 30, 30, 0.15);
}
.bottles-for-change .our-partners .multiple-items .slick-arrow.slick-prev {
  background: url(../../images/chevron-left.png) no-repeat center center;
  left: -3.25rem;
}
.bottles-for-change .our-partners .multiple-items .slick-arrow.slick-prev:before {
  opacity: 0;
}
.bottles-for-change .our-partners .multiple-items .slick-arrow.slick-next {
  background: url(../../images/chevron-right.png) no-repeat center center;
  right: -3.25rem;
}
.bottles-for-change .our-partners .multiple-items .slick-arrow.slick-next:before {
  opacity: 0;
}
.bottles-for-change .save-planet {
  background: #edf6f4;
  width: 100%;
  padding: 1.875rem 0 3.125rem 0;
}
.bottles-for-change .save-planet h5 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0 0 0.625rem 0;
  font-family: "Tiempos Headline";
}
.bottles-for-change .save-planet p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.625rem 0 0 0;
}