/* Components */
.hero-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.hero-container .back-target {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-container .top-container {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-position: top left;
  background-repeat: no-repeat;
  transition: width 5s linear;
  overflow: hidden;
}
.hero-container .top-container.start {
  width: 100%;
}
.hero-container .top-container .top-target {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  transition: width 5s linear;
}
.hero-container .sweeper-target {
  opacity: 1;
  position: absolute;
  left: -87%;
  top: 21.5%;
  height: 81%;
  width: 102%;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  transition: left 4s linear, top 4s linear;
}
.hero-container .sweeper-target.start {
  left: 0%;
  top: -1%;
}
.hero-container .logo-container {
  width: 48px;
  margin-top: -30px;
  position: absolute;
  left: 32px;
}
@media (min-width: 576px) {
  .hero-container .logo-container {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .hero-container .logo-container {
    width: 100px;
    left: 60px;
  }
}
@media (min-width: 992px) {
  .hero-container .logo-container {
    width: 110px;
    left: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-container .logo-container {
    width: 126px;
    left: 100px;
  }
}
body section.form {
  background-color: #454F57;
  padding: 30px;
}
body section.form .container {
  position: relative;
  top: -20px;
}
body section.form .container .row .col-xs-12 .jump-tab {
  position: relative;
  padding: 20px 10px;
  background-color: #008db7;
  background: linear-gradient(229.79deg, #007EA6 0%, #009AC7 100%);
  border-radius: 25px 25px 0 0;
  text-align: center;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.31);
  top: -2px;
}
@media (min-width: 325px) {
  body section.form .container .row .col-xs-12 .jump-tab {
    top: -6px;
  }
}
@media (min-width: 576px) {
  body section.form .container .row .col-xs-12 .jump-tab {
    font-size: 18px;
    padding: 25px 35px;
    top: -13px;
  }
}
@media (min-width: 768px) {
  body section.form .container .row .col-xs-12 .jump-tab {
    top: -12px;
  }
}
body section.form .container .row .col-xs-12 .jump-tab:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #008db7 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 44%;
}
@media (min-width: 576px) {
  body section.form .container .row .col-xs-12 .jump-tab:after {
    left: 46%;
  }
}
@media (min-width: 768px) {
  body section.form .container .row .col-xs-12 .jump-tab:after {
    left: 48%;
  }
}
body section.form .container .row .col-xs-12 .jump-tab:focus,
body section.form .container .row .col-xs-12 .jump-tab:hover {
  text-decoration: none;
  outline: none;
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form {
  background-color: white;
  padding: 30px;
  border-radius: 6px;
  max-width: 809px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form {
    padding: 50px;
  }
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-note {
  margin: 0 0 30px;
  color: black;
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field {
  margin: 25px auto;
  text-align: center;
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #979797;
  text-align: center;
  text-transform: uppercase;
  color: #A8A8AA;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.7px;
  font-family: "Open Sans", sans-serif !important;
  padding: 0 0 5px 0;
}
@media (min-width: 992px) {
  body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field #tnt_zcode,
  body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field #tnt_zcode-error {
    left: 54%;
    position: relative;
  }
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field .placeholder:focus,
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form .form-field .placeholder:blur {
  color: black;
  text-transform: none;
}
body section.form .container .row .col-xs-12 #NA_SA_IND_GodfreyProject-web-form label.error {
  color: red;
  padding-top: 2px;
  letter-spacing: 0.7px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
body section.form.scroll-fix {
  position: fixed !important;
  left: 0;
  bottom: auto !important;
  width: 100%;
  background: rgba(34, 34, 34, 0.99) !important;
  z-index: 9;
  top: -200px !important;
  transition: top 0.5s ease;
  padding: 0 0 5px 0 !important;
}
body .copy {
  padding: 30px 0 50px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  body .copy {
    margin-top: -140px;
  }
}
@media (min-width: 992px) {
  body .copy {
    margin-top: -170px;
    padding: 30px 0 90px;
  }
}
@media (min-width: 1200px) {
  body .copy {
    margin-top: -200px;
  }
}
@media (min-width: 1600px) {
  body .copy {
    margin-top: -220px;
  }
}
body .copy .container,
body .copy-with-video .container {
  padding: 0 35px;
}
@media (min-width: 768px) {
  body .copy .container,
  body .copy-with-video .container {
    padding: 0 120px;
  }
}
body .copy-with-icons {
  margin: 0 auto;
  padding: 30px 0;
}
body .copy-with-icons .container {
  padding: 0 35px;
}
@media (min-width: 768px) {
  body .copy-with-icons .container {
    padding: 0 120px;
  }
}
body .copy-with-icons .container .icon-group {
  padding: 15px 0;
  position: relative;
}
body .copy-with-icons .container .icon-group img {
  margin: 0 auto;
}
body .copy-with-icons .container .icon-group p {
  padding: 0 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #009AC7;
  margin-top: -15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  body .copy-with-icons .container .icon-group p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    color: #009AC7;
  }
}
body .copy-with-video {
  padding: 30px 0 60px;
}
body .copy-with-video .video-copy p {
  padding: 0 0 15px 0;
}
@media (min-width: 992px) {
  body .copy-with-video .video-copy p {
    padding: 30px 0;
  }
}
body .copy-with-video .video-container {
  margin: 0 -35px;
}
@media (min-width: 992px) {
  body .copy-with-video .video-container {
    padding: 30px 0;
    margin: 0;
  }
}
body .copy-with-video .video-container img {
  padding: 30px 0;
  width: 100%;
}
body .copy-with-video .video-container p {
  margin: 0 30px;
  padding: 15px 0;
}
@media (min-width: 992px) {
  body .copy-with-video .video-container p {
    padding: 30px 0;
    margin: 0;
  }
}
body .testimonials {
  background: #008db7;
  background: linear-gradient(225deg, #007EA6 0%, #009AC7 100%);
  padding: 30px;
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  body .testimonials {
    padding: 54px 120px;
  }
}
body .testimonials .copy-container p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: white;
  padding: 0 30px;
}
@media (min-width: 768px) {
  body .testimonials .copy-container p {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }
}
body .testimonials .copy-container p:last-child {
  font-weight: bold;
  font-style: italic;
}
body .testimonials .quote-container {
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 992px) {
  body .testimonials .quote-container {
    padding: 60px 0 30px 0;
  }
}
@media (min-width: 1200px) {
  body .testimonials .quote-container {
    padding: 50px 0 30px 0;
  }
}
body .testimonials .quote-container .quote {
  width: 27px;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  body .testimonials .quote-container .quote {
    width: 60px;
  }
}
@media (min-width: 768px) {
  body .testimonials .copy-container {
    padding-top: 30px;
  }
}
body .benefits {
  background-color: #F0F2F2;
  margin: 50px 0 0 0;
}
@media (min-width: 992px) {
  body .benefits {
    padding: 30px 0 40px;
  }
}
body .benefits .container {
  padding: 0 35px;
}
@media (min-width: 768px) {
  body .benefits .container {
    padding: 0 120px;
  }
}
body .benefits .container .panel-group {
  margin: 30px 0;
}
body .benefits .container .panel-group .panel {
  background-color: transparent;
}
body .benefits .container .panel-group .panel .panel-body {
  background-color: #454F57 !important;
  color: white;
  border-radius: 0 0 6px 6px;
}
body .benefits .container .panel-group .panel .panel-heading {
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
  border-radius: 6px;
}
body .benefits .container .panel-group .panel .panel-heading .panel-title {
  padding: 15px 0;
  color: #F47B29 !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body .benefits .container .panel-group .panel .panel-heading .panel-title #target-open-3 .fa-plus {
    margin: 20px 20px 0 0;
  }
}
body .benefits .container .panel-group .panel .panel-heading .panel-title a:focus,
body .benefits .container .panel-group .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
}
body .benefits .container .panel-group .panel .panel-heading .panel-title span {
  color: #979797;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 480px) {
  body .benefits .container .panel-group .panel .panel-heading .panel-title span {
    margin-top: 10px;
  }
}
body .benefits .container .panel-group .panel .panel-heading .panel-title .fas,
body .benefits .container .panel-group .panel .panel-heading .panel-title .far {
  display: none;
}
@media (min-width: 480px) {
  body .benefits .container .panel-group .panel .panel-heading .panel-title .fas,
  body .benefits .container .panel-group .panel .panel-heading .panel-title .far {
    display: inline-block;
    font-size: 20px;
    color: white;
    font-family: "FontAwesome";
    padding: 10px;
    background-color: #007EA6;
    border-radius: 100%;
    margin-right: 10px;
    font-style: normal;
  }
}
@media (min-width: 992px) {
  body .benefits .container .panel-group .panel.panel-1 {
    float: right;
  }
}
@media (min-width: 992px) {
  body .benefits .container .panel-group .panel.panel-3 {
    float: right;
  }
}
body .benefits .container .visible-md-block .panel-group {
  height: 208px;
  z-index: 4;
  position: relative;
  overflow: hidden;
}
body .benefits .container .visible-md-block .panel-group #front-face-4 {
  top: 104px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back {
  display: none;
}
body .benefits .container .visible-md-block .panel-group .col-3 {
  top: 104px;
}
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-1,
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-2,
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-3,
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-4 {
  position: absolute;
  width: 200%;
}
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-3,
body .benefits .container .visible-md-block .panel-group .col-3 #back-face-4 {
  margin-top: -104px;
}
body .benefits .container .visible-md-block .panel-group #back-face-2,
body .benefits .container .visible-md-block .panel-group #back-face-4 {
  margin-left: -100%;
}
@media (min-width: 1200px) {
  body .benefits .container .visible-md-block .panel-group #back-face-2,
  body .benefits .container .visible-md-block .panel-group #back-face-4 {
    margin-left: -480px;
  }
}
body .benefits .container .visible-md-block .panel-group .panel-face-front {
  /*height: 160px;*/
  height: 104px;
  z-index: 4;
  position: absolute;
  width: 100%;
}
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading {
  height: 100%;
}
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 {
  position: relative;
  font-size: 17px;
}
@media (min-width: 1200px) {
  body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 {
    font-size: 18px;
  }
}
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 a .fa-plus {
  float: right;
  background-color: transparent;
  color: #979797 !important;
  font-weight: 100;
  font-size: 18px;
  margin-top: 7px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 a .fa-tag,
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 a .fa-thumbs-up,
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 a .fa-star,
body .benefits .container .visible-md-block .panel-group .panel-face-front .panel-heading h4 a .fa-book {
  font-size: 28px;
  padding: 17px 15px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back {
  margin-top: 0;
  position: absolute;
  height: 209px;
  width: 200%;
  left: -200%;
  display: block;
  opacity: 0;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back.show-back {
  display: block;
  z-index: 99;
  transition: left 0.5s ease;
  left: 0;
  /*transition: opacity 0.5s ease;*/
  opacity: 1;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back.remove-back {
  left: -200%;
  opacity: 1;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading {
  background-color: #454F57;
  padding: 0 5px;
  height: 100%;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body {
  padding: 24px 20px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body h4 {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 24px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body h4 .fa-tag,
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body h4 .fa-thumbs-up,
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body h4 .fa-star,
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body h4 .fa-book {
  height: 56px;
  width: 56px;
  font-size: 32px;
  border-radius: 100%;
  padding: 15px 14px;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body p {
  padding: 0 60px 0 75px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  color: white;
}
body .benefits .container .visible-md-block .panel-group .panel-face-back .panel-heading .panel-body a .fa-minus {
  display: inline-block;
  font-size: 18px;
  color: #979797 !important;
  font-family: "FontAwesome";
  padding: 0 10px 5px;
  border-radius: 100%;
  margin-right: 10px;
  font-style: normal;
  float: right;
  position: relative;
  bottom: 115px;
  /*@media(min-width: 1200px) {
                                            bottom: 0;
                                        }*/
}
body .benefits .clear {
  clear: right !important;
}
body .footer {
  background-color: #454F57;
  color: white;
  padding: 40px 30px 30px 30px;
}
body .footer .container {
  width: 100% !important;
}
body .footer .fab {
  font-family: "FontAwesome";
  font-size: 28px;
  color: white;
  font-weight: 300;
  font-style: normal;
}
body .footer .fa-youtube-square {
  height: 20px;
  width: auto;
  margin-bottom: 7px;
}
body .footer .col-md-9 p {
  font-size: 10px;
}
@media (min-width: 576px) {
  body .footer .col-md-9 p {
    font-size: 14px;
  }
}
body .footer .copyright {
  color: white;
  float: left;
}
body .footer .rr {
  color: white;
}
body .footer .col-md-3 {
  text-align: center;
}
body .footer .col-md-3 img {
  height: 31px;
  width: auto;
}
@media (min-width: 992px) {
  body .footer .col-md-3 img {
    height: 68px;
    width: auto;
  }
}
body .innovations {
  background-color: #F0F2F2;
  padding-bottom: 60px;
}
body .innovations .container {
  padding: 0 35px;
}
@media (min-width: 768px) {
  body .innovations .container {
    padding: 0 120px;
  }
}
@media (min-width: 768px) {
  body .innovations .container .copy-col {
    padding-left: 30px;
  }
}
body .innovations .container .slide-container .text-center {
  margin: 0 -36px;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .text-center {
    margin: 0 15px;
  }
}
body .innovations .container .slide-container .text-center img.product-video {
  width: 100%;
}
body .innovations .container .slide-container img.product {
  margin: 0 auto;
  position: relative;
  top: -40px;
  width: 155px;
  height: auto;
}
@media (min-width: 576px) {
  body .innovations .container .slide-container img.product {
    width: 200px;
  }
}
@media (min-width: 768px) {
  body .innovations .container .slide-container img.product {
    margin-right: 35px;
    top: -80px;
  }
}
@media (min-width: 992px) {
  body .innovations .container .slide-container img.product {
    margin-right: 40px;
    width: 252px;
  }
}
@media (min-width: 1200px) {
  body .innovations .container .slide-container img.product {
    margin-right: 80px;
  }
}
body .innovations .container .slide-container .container {
  padding: 0;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .container {
    padding: 0 15px;
  }
}
body .innovations .container .slide-container .container.carousel-text {
  margin-top: -30px;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .container.carousel-text {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  body .innovations .container .slide-container .container.carousel-text {
    margin-top: -100px;
  }
}
body .innovations .container .slide-container .container.carousel-text h4 {
  color: #F47B29;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .container.carousel-text h4 {
    padding: 0 120px 0 0;
  }
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .container.carousel-text h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 22px;
  }
}
body .innovations .container .slide-container .container.carousel-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container .container.carousel-text p {
    font-size: 16px;
    padding: 0 240px 0 0;
  }
}
body .innovations .container .slide-container ul.slick-dots {
  position: absolute;
  text-align: center;
  display: block;
  list-style: none;
  width: 100%;
  background-color: transparent;
}
body .innovations .container .slide-container ul.slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
body .innovations .container .slide-container ul.slick-dots li:before {
  content: '';
}
body .innovations .container .slide-container ul.slick-dots li button {
  border: 0;
  border-radius: 100%;
  background: #D8D8D8;
  height: 3px;
  width: 3px;
  display: block;
  cursor: pointer;
  outline: none;
  font-size: 0;
  padding: 4px;
}
body .innovations .container .slide-container ul.slick-dots li.slick-active button {
  background: #454F57;
}
body .innovations .container .slide-container button.slick-prev,
body .innovations .container .slide-container button.slick-next {
  position: absolute;
  top: 2px;
  padding: 0;
  margin: 0;
  border: none !important;
  z-index: 999;
  width: 32px;
  display: block !important;
  font-size: 0;
  background-color: #454F57;
  background-color: #454F5785;
}
body .innovations .container .slide-container button.slick-prev:focus,
body .innovations .container .slide-container button.slick-next:focus {
  outline: none;
}
body .innovations .container .slide-container button.slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container button.slick-prev {
    left: 16px;
  }
}
body .innovations .container .slide-container button.slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 18px;
  color: white;
}
body .innovations .container .slide-container button.slick-next {
  right: 0;
}
@media (min-width: 768px) {
  body .innovations .container .slide-container button.slick-next {
    right: 16px;
  }
}
body .innovations .container .slide-container button.slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 18px;
  color: white;
}
body .innovations .container .spotlight {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.35px;
  line-height: 19px;
  font-family: "Open Sans" sans-serif;
  color: #454F57;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body .innovations .container .spotlight {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 22px;
  }
}
body {
  /* Animation on Scroll - Reveal */
  /* Scroll Fix - Form tab at top of page */
  /*Icon Donut Animation*/
}
body .has-animation {
  position: relative;
}
body .has-animation h2,
body .has-animation p {
  opacity: 0;
}
body .has-animation.animate-in h2,
body .has-animation.animate-in p {
  animation: textHidden 0.1s 1.1s forwards;
}
body .has-animation.animate-in:before,
body .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
body .has-animation.animate-in:before {
  background-color: #F0F2F2;
}
body .has-animation.animate-in:after {
  background-color: #F47B29;
  animation-delay: 0.5s;
}
body .has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
body .has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}
body .has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
body .has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .scroll-fix {
  left: 50%;
  z-index: 999;
  position: fixed !important;
  top: 0 !important;
  margin-left: -115px;
}
@media (min-width: 480px) {
  body .scroll-fix {
    margin-left: -115px;
  }
}
@media (min-width: 576px) {
  body .scroll-fix {
    margin-left: -189px;
  }
}
@media (min-width: 768px) {
  body .scroll-fix {
    margin-left: -192px;
  }
}
@media (min-width: 992px) {
  body .scroll-fix {
    margin-left: -187px;
  }
}
body .icon-group {
  text-align: center;
  padding: 10px;
}
@media (min-width: 992px) {
  body .icon-group .svg-wrapper-1,
  body .icon-group .svg-wrapper-2,
  body .icon-group .svg-wrapper-3,
  body .icon-group .svg-wrapper-4 {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  body .icon-group .svg-wrapper-1,
  body .icon-group .svg-wrapper-2,
  body .icon-group .svg-wrapper-3,
  body .icon-group .svg-wrapper-4 {
    margin-left: 0;
  }
}
body .icon-group .svg-wrapper-1 h2,
body .icon-group .svg-wrapper-2 h2,
body .icon-group .svg-wrapper-3 h2,
body .icon-group .svg-wrapper-4 h2 {
  position: absolute;
  text-align: center !important;
  width: 100%;
  top: 70px;
  z-index: 99;
  font-size: 30px;
}
@media (min-width: 768px) {
  body .icon-group .svg-wrapper-1 h2,
  body .icon-group .svg-wrapper-2 h2,
  body .icon-group .svg-wrapper-3 h2,
  body .icon-group .svg-wrapper-4 h2 {
    top: 65px;
  }
}
@media (min-width: 992px) {
  body .icon-group .svg-wrapper-1 h2,
  body .icon-group .svg-wrapper-2 h2,
  body .icon-group .svg-wrapper-3 h2,
  body .icon-group .svg-wrapper-4 h2 {
    left: 0;
  }
}
body .icon-group .svg-wrapper-1 .donut-1 {
  animation: donut-1 1s;
}
body .icon-group .svg-wrapper-1 .donut-2 {
  animation: donut-2 1.5s;
}
body .icon-group .svg-wrapper-2 .donut-1 {
  animation: donut-1 1.5s;
}
body .icon-group .svg-wrapper-2 .donut-2 {
  animation: donut-2 2s;
}
body .icon-group .svg-wrapper-3 .donut-1 {
  animation: donut-1 2s;
}
body .icon-group .svg-wrapper-3 .donut-2 {
  animation: donut-2 2.5s;
}
body .icon-group .svg-wrapper-4 .donut-1 {
  animation: donut-1 2.5s;
}
body .icon-group .svg-wrapper-4 .donut-2 {
  animation: donut-2 3s;
}
body .icon-group .svg-donut {
  transform: scaleX(-1) rotate(-90deg);
}
@keyframes donut-1 {
  0% {
    stroke-dasharray: 0, 900;
  }
  100% {
    stroke-dasharray: 450, 900;
  }
}
@keyframes donut-2 {
  0% {
    stroke-dasharray: 0, 700;
  }
  100% {
    stroke-dasharray: 550, 900;
  }
}
/* Fonts */
/* Page Styles */
body section {
  padding: 30px 0;
}
body h2 {
  color: #009AC7;
  font-size: 24px;
  text-align: left;
  line-height: 28px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  body h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
  }
}
body p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: black;
}
@media (min-width: 768px) {
  body p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Variables */
/* Colors */
/* Animation Scroll Colors */
/* Primary buttons */
.button-primary {
  border: none;
  border-radius: 6px;
  background-color: #F47B29;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin-top: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 0.7px;
}
@media (min-width: 576px) {
  .button-primary {
    font-size: 16px;
    padding: 15px 30px;
  }
}
.button-primary:hover {
  opacity: 0.75;
  color: white;
  text-decoration: none;
}
.button-primary:focus {
  color: white;
  text-decoration: none;
}
@media (min-width: 480px) {
  .col-fix-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-fix-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-fix-6 {
    width: 24%;
  }
}