@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.nva-page *,
.nva-page *::before,
.nva-page *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* elements */
button::after {
  display: none;
}

button.nva-btn,
button[type=input].nva-btn,
.nva-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 52px;
  height: 56px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  padding: 0 24px;
}
button.nva-btn:hover,
button[type=input].nva-btn:hover,
.nva-btn:hover {
  color: #B03E22;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 3.5em #fff inset;
          box-shadow: 0px 0px 0px 3.5em #fff inset;
}

.nva-heading {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 39px;
  line-height: 44px;
  text-align: center;
  color: #1C7290;
}

.nva-featured-subheading {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #001417;
}

/* end elements */
.nva-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nva-banner-inner {
  padding: 258px 30px 223px;
  max-width: 1038px;
  margin: 0 auto;
}
.nva-banner-inner h2 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.nva-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.nva-banner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
.nva-banner-links .nva-btn {
  margin: 0 12px;
}

.nva-inner-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.nva-counter {
  width: 50%;
  padding: 21px 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nva-counter strong {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
.nva-counter span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}

.nva-inner-counter {
  max-width: 688px;
  width: 100%;
}

.nva-counter-1 {
  background: #1C7290;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nva-counter-2 {
  background: #B03E22;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.nva-featured-video {
  padding: 82px 30px 20px;
}
.nva-featured-video .nva-heading {
  margin-bottom: 7px;
}
.nva-featured-video .nva-featured-subheading {
  max-width: 778px;
  display: block;
  margin: 0 auto;
  margin-bottom: 62px;
  text-align: center;
}

.video-featured {
  max-width: 976px;
  margin: 0 auto;
}
.video-featured .thumbnail {
  height: 552px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}
.video-featured .thumbnail::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/home-2022/play-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.video-featured .thumbnail:hover {
  cursor: pointer;
}
.video-featured .thumbnail:hover::before {
  opacity: 0.95;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.embed-container {
  position: relative;
  padding-bottom: 552px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.embed-container {
  display: none;
}

.nva-section-form {
  padding-left: 30px;
  padding-right: 30px;
  background: #1C7290;
}
.nva-section-form .nva-heading {
  color: #fff;
  margin-bottom: 8px;
}
.nva-section-form .nva-featured-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.nva-section-form button.nva-btn:hover {
  background: #fff !important;
  color: #B03E22 !important;
  border-color: #fff;
}

.nva-thankyou .nva-featured-subheading {
  font-size: 18px;
  line-height: 35px;
}

.frm-label-group {
  position: relative;
}

select.frm-select,
textarea.frm-textarea,
input.frm-text {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 56px;
  border: 0 none;
  -webkit-appearance: none;
  outline: 0 none;
  border-radius: 6px;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000;
  padding: 16px 16px 5px;
}

.frm-label-group textarea::-webkit-input-placeholder, .frm-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.frm-label-group textarea::-moz-placeholder, .frm-label-group input::-moz-placeholder {
  color: transparent;
}

.frm-label-group textarea:-ms-input-placeholder, .frm-label-group input:-ms-input-placeholder {
  color: transparent;
}

.frm-label-group textarea::-ms-input-placeholder, .frm-label-group input::-ms-input-placeholder {
  color: transparent;
}

.frm-label-group textarea::placeholder,
.frm-label-group input::placeholder {
  color: transparent;
}

.frm-label-group textarea:not(:-moz-placeholder-shown), .frm-label-group input:not(:-moz-placeholder-shown) {
  line-height: 56px;
}

.frm-label-group textarea:not(:-ms-input-placeholder), .frm-label-group input:not(:-ms-input-placeholder) {
  line-height: 56px;
}

.frm-label-group textarea:not(:placeholder-shown),
.frm-label-group input:not(:placeholder-shown) {
  line-height: 56px;
}

.frm-label-group textarea:not(:-moz-placeholder-shown) ~ label, .frm-label-group input:not(:-moz-placeholder-shown) ~ label {
  font-size: 13px;
  color: #99a1a2;
  line-height: 1;
  top: 5px;
}

.frm-label-group textarea:not(:-ms-input-placeholder) ~ label, .frm-label-group input:not(:-ms-input-placeholder) ~ label {
  font-size: 13px;
  color: #99a1a2;
  line-height: 1;
  top: 5px;
}

.frm-label-group select option:checked ~ label,
.frm-label-group select.change ~ label,
.frm-label-group textarea:not(:placeholder-shown) ~ label,
.frm-label-group input:not(:placeholder-shown) ~ label {
  font-size: 13px;
  color: #99a1a2;
  line-height: 1;
  top: 5px;
}

.frm-label-group > select,
.frm-label-group > textarea,
.frm-label-group > input,
.frm-label-group > label {
  margin: 0;
}

.frm-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 56px;
  line-height: 56px;
  color: #99a1a2;
  pointer-events: none;
  cursor: text;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: normal;
  padding: 0 16px;
}

.nva-section-form-inner {
  padding-top: 47px;
  padding-bottom: 72px;
  max-width: 830px;
  margin: 0 auto;
}

.frm-row-input {
  text-align: center;
}

.frm-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 40px;
}

.frm-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.frm-text.frm-select,
.frm-text.parsley-error {
  border: 1px solid rgba(255, 0, 0, 0.9);
}

.nva-faq {
  background: rgba(223, 218, 203, 0.15);
  padding: 48px 32px 35px;
}
.nva-faq .nva-heading {
  margin-bottom: 35px;
}

.nva-inner-faq {
  max-width: 777px;
  margin: 0 auto;
}

.style-simple .faq .question.active::after {
  display: none !important;
}

.style-simple .faq .question {
  border: 0 none !important;
  border-bottom: 1px solid #ccd0d1 !important;
  margin-bottom: 20px;
}

.faq .question:last-child {
  border-bottom: 0 none !important;
}

.faq .question.active .title,
.faq .question .title {
  padding: 0px 50px 11px 0 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0f8093;
  position: relative;
}

.faq .question .answer {
  padding: 0 0 17px 0 !important;
}
.faq .question .answer li,
.faq .question .answer p {
  font-size: 18px;
  line-height: 28px;
  color: #334345;
  max-width: 650px;
  letter-spacing: 0.01em;
}
.faq .question .answer li {
  margin-bottom: 10px;
}

.faq .question .title > .acc-icon-plus,
.faq .question .title > .acc-icon-minus {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  right: -5px;
  top: -3px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #B03E22;
}

.nva-store {
  background: rgba(223, 218, 203, 0.15);
}

.nva-store-inner {
  max-width: 1376px;
  margin: 0 auto;
  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;
  text-align: center;
  overflow: hidden;
}

.nva-store-item-desktop {
  position: relative;
  left: -44px;
  max-width: 800px;
  top: 80px;
}

.nva-store-desc {
  max-width: 418px;
  position: relative;
  right: 70px;
  top: 6px;
}
.nva-store-desc .nva-heading {
  margin-bottom: 8px;
}

.nva-link-store {
  display: block;
  width: 141px;
  height: 56px;
  background: #B03E22;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
  border: 2px solid #B03E22;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.nva-link-store:hover {
  -webkit-box-shadow: 0px 0px 0px 3.5em #fff inset;
          box-shadow: 0px 0px 0px 3.5em #fff inset;
  color: #B03E22;
  text-decoration: none;
}

.nva-quotes {
  background: #B03E22;
  padding: 51px 30px 50px;
}

.nva-quotes-inner {
  max-width: 778px;
  margin: 0 auto;
}

.nva-quotes-text-1 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.nva-quotes-text-2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  color: #F1EED7;
}

.parsley-errors-list {
  bottom: -13px;
}

.nva-donate {
  padding: 40px 20px;
}
@media (min-width: 48em) {
  .nva-donate {
    padding: 145px 20px 96px;
  }
}

.nva-donate-inner {
  max-width: 900px;
  margin: 0 auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
.nva-donate-inner .nva-heading {
  color: #1C7290;
  text-align: left;
}
@media (min-width: 48em) {
  .nva-donate-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nva-donation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nva-donate-left p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #001417;
}

.nva-donate-right {
  min-width: 400px;
}
@media (max-width: 40em) {
  .nva-donate-right {
    min-width: 0;
  }
}

.nva-donate-disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #001417;
  max-width: 400px;
  margin: 0 auto;
}

.nva-sharing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.nva-sharing-list a {
  display: block;
  width: 56px;
  height: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -9000px;
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
  -webkit-filter: grayscale(100%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(100%); /* Current draft standard */
}
.nva-sharing-list a:hover {
  opacity: 1;
}

.nva-facebook {
  background-image: url(../images/novena/Facebook.svg);
  opacity: 0.6;
}

.nva-twitter {
  background-image: url(../images/novena/Twitter.svg);
}

.nva-email {
  background-image: url(../images/novena/Email.svg);
}

.nva-whatsapp {
  background-image: url(../images/novena/WhatsApp.svg);
}

.nva-sharing {
  padding: 48px 35px 73px;
}
.nva-sharing .nva-heading {
  margin-bottom: 25px;
}

.nva-thankyou .nva-sharing-list a {
  opacity: 0.7;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nva-thankyou .nva-sharing-list a:hover {
  opacity: 1;
}

.nva-error .nva-featured-subheading,
.nva-error .nva-heading {
  color: red;
}

#mktoForm_1230 {
  width: 100% !important;
  max-width: 778px;
  margin: 0 auto;
}

.mktoForm label,
.mktoForm .mktoClear,
.mktoForm .mktoGutter,
.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoOffset {
  display: none !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
  float: none;
  position: static;
  width: 100%;
}

.mktoForm .mktoFieldWrap {
  position: relative;
}

.mktoForm select.mktoField,
.mktoForm input[type=email],
.mktoForm textarea.mktoField,
.mktoForm input[type=text] {
  width: 100% !important;
  border: 0 none;
  -webkit-box-shadow: 0px 0px 0px 0px;
          box-shadow: 0px 0px 0px 0px;
  height: 56px;
  float: none;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 56px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
}

.mktoForm .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 53em) {
  .mktoForm .mktoFormRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}

.mktoForm .mktoFormRow {
  margin-bottom: 0 !important;
}

.mktoButtonRow {
  display: block;
}

.mktoButtonWrap.mktoGlow {
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 0 !important;
  font-size: 1em !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  background: #1C7290 !important;
  width: 161px !important;
  height: 56px !important;
  line-height: 56px !important;
  border-radius: 6px !important;
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.36px;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  background: #1C7290 !important;
  -webkit-box-shadow: 0px 0px 0px 3.5em #fff inset !important;
          box-shadow: 0px 0px 0px 3.5em #fff inset !important;
  color: #1C7290 !important;
}

.nva-featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 53em) {
  .nva-featured-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nva-featured-list h4 {
  color: #001417;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 1px;
}
.nva-featured-list p {
  margin: 0 0 35px 0;
}
.nva-featured-list .nva-item-link {
  color: #0f8093;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  line-height: 1.4;
  background: transparent;
}
.nva-featured-list button.nva-item-link {
  padding: 0;
  max-width: 226px;
  min-height: 58px;
}
.nva-featured-list a {
  display: block;
}
.nva-featured-list textarea.nva-download-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.12px;
  display: block;
  width: 220px;
  margin: 0 auto;
  border: 0 none;
  height: 242px;
  background: transparent;
  color: #001417;
  padding: 0;
  text-align: center;
  overflow: hidden;
  resize: none;
}
.nva-featured-list textarea.nva-download-text:hover {
  color: #0f8093;
  text-decoration: none;
}
.nva-featured-list img {
  display: block;
  margin: 0 auto;
}

.nva-featured-item {
  background: rgba(223, 218, 203, 0.15);
  padding: 29px 20px;
  width: 328px;
  text-align: center;
  display: block;
  width: 328px;
}
@media (max-width: 53em) {
  .nva-featured-item {
    display: none;
  }
}

.nva-featured-items-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 53em) {
  .nva-featured-items-mobile {
    display: block;
  }
}

#nva-featured-bulleting {
  padding-top: 105px;
}
#nva-featured-bulleting .nva-heading {
  margin-bottom: 16px;
}

.offscreen {
  position: absolute;
  left: -999em;
  opacity: 0;
}

.nva-section_slider {
  background: rgba(241, 238, 215, 0.8);
  padding: 15px;
  position: relative;
  max-height: 60px;
  overflow: hidden;
}

.nva-section_slider_inner {
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
}

.nva-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(241, 238, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 238, 215)), color-stop(17%, rgba(241, 238, 215, 0)), color-stop(83%, rgba(241, 238, 215, 0)), to(rgb(241, 238, 215)));
  background: linear-gradient(90deg, rgb(241, 238, 215) 0%, rgba(241, 238, 215, 0) 17%, rgba(241, 238, 215, 0) 83%, rgb(241, 238, 215) 100%);
  z-index: 2;
}

.nva-slider {
  position: relative;
  z-index: 1;
}

.nva-slider-text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 0 0 0 14px;
  color: #334345;
}
.nva-slider-text::before {
  content: "•";
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .nva-store-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 37px;
  }
  .nva-store-desc,
  .nva-store-item-desktop {
    position: static;
  }
}
@media (max-width: 900px) {
  .embed-container,
  .video-featured .thumbnail {
    height: 51vw;
  }
}
@media (max-width: 700px) {
  .nva-inner-counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nva-counter {
    width: 100%;
  }
  .nva-store-item-desktop {
    display: none;
  }
  .nva-store-item-mobile {
    display: block !important;
    max-width: 100%;
    display: block;
  }
  .nva-store-desc {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 600px) {
  .frm-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nva-link-store {
    width: 100%;
  }
  .nva-banner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nva-banner-links .nva-btn {
    margin: 0 0 16px 0;
  }
  .nva-btn,
  button.nva-btn,
  button[type=input].nva-btn {
    margin: 0;
    width: 100%;
  }
  .nva-banner-inner {
    padding: 60px 30px 50px;
  }
  .nva-inner-counter strong {
    font-size: 11vw;
  }
  .nva-inner-counter span {
    font-size: 5vw;
  }
  .nva-quotes-text-2 i {
    display: block;
  }
}
@media (max-width: 500px) {
  .nva-banner-inner h2 {
    font-size: 12vw;
    line-height: 1.1;
  }
  .nva-heading {
    font-size: 8vw;
  }
  .video-featured .thumbnail {
    height: 200px;
  }
  .embed-container {
    padding-bottom: 200px;
  }
  .nva-quotes-text-1 {
    font-size: 8vw;
  }
  .nva-quotes-text-2 {
    display: block;
  }
  .nva-sharing-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}