html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
footer,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}
button {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-md-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.collapse {
  display: none;
  visibility: hidden;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 78px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
body {
  overflow-x: hidden;
  margin-top: 0px;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-image: none;
  border-radius: 0;
  border: none;
  background: #ffffff;
}

.navbar-brand {
  padding: 2px 10px;
}

.navbar-brand img {
  width: 100%;
  /* max-width: 150px; */
  padding: 20px;
}

.navbar-nav {
  float: left;
}

.navbar-nav > li {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  font-family: Arial;
  text-shadow: none;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  text-shadow: 0px 2px 2px #777;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    display: block;
    width: auto;
    float: none;
  }

  .navbar-nav > li {
    display: block;
  }

  .navbar-default .navbar-toggle {
    border-color: #000;
    background: transparent;
    color: #000;
    float: right;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }

  .navbar-header {
    text-align: center;
  }

  .navbar-brand {
    padding: 5px 10px;
    margin: auto;
    display: block;
    float: left;
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 10px;
  }

  .content h1 {
    margin: 0 0 16px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 8px;
  }
}

.content-box {
  background: #fff;
}

.content h1 {
  font-family: OpenSans-Bold;
  margin: 30px 0 16px 0;
  color: #222;
  font-size: 46px;
  line-height: 44px;
}

.content .img-responsive {
  margin-bottom: 5px;
}

.content p {
  font-family: Arial;
  margin: 0 0 20px 0;
  line-height: 26px;
  font-size: 17px;
  color: #222;
}

.content h5 {
  font-family: OpenSans-Regular;
  color: #222;
  margin: 8px 0 20px 0;
  font-size: 21px;
  line-height: 28px;
}

.content h5.pink-border-bottom {
  color: #666;
  border-bottom: 2px solid #0198bd;
  margin-bottom: 15px;
}

.content h4 {
  font-family: OpenSans-Bold;
  font-size: 21px;
  line-height: 28px;
  color: #222;
  margin: 0 0 20px 0;
}

.content p a {
  color: #0198bd;
}

.content p a:hover,
.content p a:focus {
  color: #0198bd;
}

.content h3 {
  font-family: OpenSans-Bold;
  color: #222;
  margin: 26px 0;
  font-size: 26px;
}

.content .top-bottom-border {
  width: 100%;
  height: 13px;
  background: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}

.content .revival-box {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .content .revival-text {
    text-align: center;
  }

  .content h1 {
    font-size: 30px;
  }
}

h1 {
  margin: 50px 0;
  color: #fff;
  font-family: "Indie Flower", cursive;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100% !important;
}

img {
  height: auto !important;
}

.modal-image-link {
  display: block;
  width: 100%;
}

.modal-image-link img {
  display: block;
}

.container,
.content,
.row,
[class*="col-"] {
  min-width: 0;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
a {
  overflow-wrap: anywhere;
}

.navbar-brand {
  max-width: calc(100% - 56px);
  height: auto;
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .content-box .col-md-8,
  .content-box .col-md-4 {
    width: 100%;
    float: none;
  }

  .content-box .col-md-4 {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100% !important;
    padding-inline: 14px !important;
  }

  .navbar-toggle {
    display: none !important;
  }

  .navbar,
  .navbar-default {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .navbar-header {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
    overflow: hidden;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-brand {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
  }

  .navbar-brand img {
    display: block;
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .content-box,
  .content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  h1 {
    font-size: clamp(27px, 8vw, 38px) !important;
    line-height: 1.12 !important;
  }

  h2 {
    font-size: clamp(23px, 6.5vw, 31px) !important;
    line-height: 1.18 !important;
  }

  h3 {
    font-size: clamp(20px, 5.5vw, 27px) !important;
  }

  p,
  li,
  h4,
  h5 {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .revival-box,
  .revival-text {
    width: 100%;
    padding-inline: 10px !important;
  }

  .lead-card {
    width: 100% !important;
    max-height: none !important;
    margin: 8px 0;
    padding: 44px 16px 20px !important;
  }
}

@media (max-width: 380px) {
  .container {
    padding-inline: 9px !important;
  }

  .lead-card {
    padding-inline: 12px !important;
  }
}

.lead-card {
  position: relative;
  box-sizing: border-box;
  width: min(460px, 100%);
  max-height: 95vh;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 34px 28px 28px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
}
.lead-title {
  margin: 0 0 8px;
  text-align: center;
  color: #16834b;
  font: 700 25px/1.2 Arial;
}
.lead-subtitle {
  margin: 0 0 22px;
  text-align: center;
  color: #555;
  font: 400 15px/1.4 Arial;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 100px auto;
}
.footer {
  padding-inline: 16px;
  background-color: #fff;
  font-size: 12px;
  overflow: hidden;
}

.footer li {
  font-size: 12px !important;
  line-height: 12px !important;
}
.footer > * {
  margin-inline: auto;
  max-width: 1170px;
}

.footer__head {
  align-items: center;
  border-top: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding: 24px 0;
}

.footer-brand {
  color: inherit;
  display: inline-flex;
  height: auto;
}

.footer-brand:hover,
.footer-brand:active,
.footer-brand:focus {
  color: currentColor;
}

.footer-brand__logo {
  height: 22px !important;
  width: auto !important;
  object-fit: contain;
}
.footer__button {
  color: #252525;
}
.z-button {
  background-color: #eee;
  border: none;
  border-radius: 4px;
  color: #252525;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 10px 16px;
  text-align: center;
  transition: background-color 200ms ease-out;
  white-space: nowrap;
}
.z-button:hover {
  background-color: #dfdfe1;
}

@media screen and (min-width: 768px) {
  .footer-brand__logo {
    height: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer__button-text {
    border: 0;
    clip-path: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.footer__button-arrow {
  color: #69696c;
  display: block;
  padding: 4px;
}

@media screen and (min-width: 48em) {
  .footer__button-arrow {
    display: none;
  }
}

.footer__button-icon {
  display: block;
  height: 14px;
  width: 14px;
}

.publisher-links {
  line-height: 1;
  margin-top: -1.44px;
  padding-bottom: 8px;
}

.publisher-links__section {
  list-style: none;
  margin: 0;
  padding: 0;
}

.publisher-links__list-item {
  display: inline-block;
  margin-bottom: 16px;
}

.publisher-links__list-item:hover,
.publisher-links__list-item:active,
.publisher-links__list-item:focus {
  color: #252525;
}

.publisher-links__list-item:not(:last-of-type) {
  padding-right: 14px;
}

@media screen and (min-width: 48em) {
  .publisher-links__list-item--mobile {
    display: none;
  }
}

.publisher-links__item {
  color: #69696c;
  cursor: pointer;
}

.publisher-links__item:hover,
.publisher-links__item:active,
.publisher-links__item:focus {
  color: #252525;
}

button.publisher-links__item {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: #69696c;
}
.footer__button-icon {
  display: block;
  height: 14px;
  width: 14px;
}
.z-icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}
