body {
  height: 100%;
  background-color: #424549;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

blockquote {
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  margin-top: 44px;
  margin-bottom: 6px;
}

.container:hover {
  text-shadow: 0 0 0 #000;
}

.container.bottom-footer {
  padding: 21px 21px 18px;
  border-radius: 4px;
  background-color: #313438;
}

.container.footer-container {
  margin-bottom: 20px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}

.button {
  display: inline-block;
  margin-right: 7px;
  padding: 6px 20px;
  border-radius: 15px;
  background-color: #1aac04;
  background-image: none;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 4px 16px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 0 0 #000;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button.download.green {
  margin: 9px 6px -3px 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button.download.green {
  margin: 9px 6px -3px 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button.download.green-copy {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button.download.green-copy-copy {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #5ec045;
  line-height: 31px;
  text-align: center;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  background-color: #fff;
  color: #000;
}

.button.icon-button-copy {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button-copy.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button-copy.download.green {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button-copy.download.green {
  margin: 9px 6px -3px 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button-copy.download.green {
  margin: 9px 6px -3px 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button-copy.download.green-copy {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.button.icon-button-copy.download.green-copy-copy {
  margin-right: 6px;
  margin-bottom: -3px;
  margin-left: 0px;
  padding: 4px 13px 7px;
  background-image: none;
  -webkit-transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  transition-duration: 200ms, 200ms, 200ms, 100ms, 125ms;
  font-size: 18px;
  text-transform: capitalize;
}

.section {
  position: relative;
  overflow: visible;
  margin-top: 77px;
  padding-top: 0px;
  padding-bottom: 44px;
  float: none;
}

.section.tint {
  position: relative;
  overflow: visible;
  margin-top: 153px;
  margin-bottom: 0px;
  margin-left: 27px;
  padding-bottom: 111px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 247, 253, 0.76)), to(#fff));
  background-image: linear-gradient(0deg, rgba(242, 247, 253, 0.76), #fff);
}

.section.tint.overflow-none {
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: -67px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(8deg, rgba(225, 237, 247, 0.63), #fff);
}

.section.overflow-none {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 37px;
  padding-top: 2px;
  padding-bottom: 68px;
  background-color: #fff;
  background-image: linear-gradient(8deg, rgba(228, 237, 252, 0.82), #fff);
  opacity: 1;
}

.section.cta-section {
  background-color: #2a323f;
  color: #fff;
}

.section.blue-cta-section {
  background-color: #1f6fff;
  color: #fff;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-3 {
  margin: -175px 46px 12px 0px;
  padding-top: 0px;
  border: 1px none #000;
  font-family: 'PT Sans', sans-serif;
  color: #e58105;
  font-size: 27px;
  line-height: 39px;
  font-weight: 400;
  text-shadow: none;
}

.section-title-3.two {
  margin: -12px 92px 31px 17px;
  background-color: #fff;
  font-size: 26px;
}

.section-description {
  margin-top: 30px;
  padding-top: 17px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.portfolio-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(44, 45, 49, 0.8);
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.testimonial-slider {
  height: 200px;
  background-color: transparent;
}

.testimonial-slide {
  position: relative;
  margin-top: 175px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.testimonial-block {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: visible;
  margin-top: 7px;
  padding-right: 40px;
  padding-left: 200px;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
  margin-top: 0px;
  border-radius: 4px;
}

.testimonial-quote {
  margin-bottom: -13px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #1f6fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  margin-top: 5px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.testimonial-name.green {
  color: #5ec045;
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-row {
  margin-top: 19px;
  margin-bottom: -69px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.footer-column {
  padding-right: 30px;
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.devices-mockup-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: block;
  height: 380px;
  max-width: none;
  margin: 35px 1px 1px 0px;
  padding-left: 33px;
}

.info-block-left {
  width: 56%;
}

.info-row {
  margin-top: 20px;
}

.info-block {
  width: 97%;
  margin-bottom: -15px;
  float: left;
}

.info-icon {
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
}

.info-title {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}

.newsletter-form {
  position: relative;
  height: 175px;
  margin-top: -73px;
  margin-bottom: 1px;
  padding: 46px 40px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2d6ecf;
  color: #fff;
}

.newsletter-column-left {
  padding-right: 20px;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  padding-left: 34px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5ec045;
  font-size: 18px;
  text-transform: uppercase;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #949494;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook_1.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter_1.png');
}

.simple-footer {
  display: block;
  margin-top: -2px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2a2d30;
}

.simple-bottom-footer {
  margin-top: 58px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: -2px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 25px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 0px;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  margin-top: 24px;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  margin-top: 5px;
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  margin-top: 28px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.bottom-footer-paragraph {
  margin-top: 10px;
  margin-bottom: 54px;
  margin-left: -39px;
  float: left;
  color: #c4c3c3;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  margin-top: 12px;
  margin-bottom: -17px;
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.footer-logo-column-left {
  padding-left: 0px;
}

.footer-menu-column {
  margin-top: 15px;
}

.long-feature-block {
  position: relative;
  margin-top: 22px;
  padding-right: 20px;
  padding-left: 0px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 38px;
  margin-top: -7px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.long-feature-title {
  margin-top: -4px;
  margin-bottom: 0px;
  margin-left: 47px;
  color: #1d1d1d;
  font-size: 19px;
  font-weight: 600;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  margin-top: 234px;
  padding: 0px 0px 0px 43px;
  font-weight: 400;
}

.text-row {
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
  opacity: 1;
}

.text-column {
  margin-bottom: 27px;
  padding-right: 27px;
  padding-left: 27px;
}

.text-column-title {
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-line-block {
  margin: 1px -1px 5px;
  padding-top: 31px;
  padding-left: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.small-paragraph {
  margin-top: 9px;
  margin-bottom: -1px;
  color: #4e4d4d;
  font-size: 16px;
  line-height: 20px;
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  font-size: 16px;
}

.dark-footer-title {
  margin-bottom: 21px;
  color: #1f6fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #94979e;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  color: #94979e;
  font-size: 14px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-footer-block.white-footer-block {
  margin-top: 40px;
  color: #e1e1e4;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 620px;
  margin-top: 12px;
  margin-left: 280px;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
  margin-top: -7px;
  margin-left: -12px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 160px;
  margin-top: -51px;
  margin-left: -22px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.ui {
  padding-top: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: -265px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.page-subtitle {
  display: block;
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: #d6bfbf;
  font-size: 26px;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #e0d7d7;
  font-size: 16px;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.home-mockup-column {
  padding-right: 0px;
  padding-left: 0px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #6d7077;
  text-decoration: none;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0px;
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.fields-column-left {
  padding-left: 0px;
}

.fields-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.sign-up-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0px;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(13, 25, 46, 0.7);
}

.mynsvlibk {
  padding: 17px 0px;
  font-size: 17px;
  font-weight: 400;
}

.mynsvlibk.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding: 17px 20px;
  color: #1a1a1b;
}

.mynsvlibk.w--current:hover {
  padding-right: 0px;
  padding-left: 0px;
  color: #e73a1f;
  font-size: 17px;
  font-weight: 400;
}

.nav-menu-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  width: 140px;
  margin-top: 4px;
  margin-left: 23px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-right: 0px;
  padding-right: 55px;
  border-bottom: 1px solid #cfcbcb;
  background-color: #fff;
}

.section-title-2 {
  display: block;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 7px;
  margin-left: 0px;
  color: #ca2e07;
  font-size: 27px;
  line-height: 39px;
  font-weight: 400;
  text-shadow: 0 0 0 #b9b2b2;
}

.section-title-2.large {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  padding-top: 15px;
  color: #5d769b;
  font-size: 28px;
  line-height: 47px;
}

.section-title-2.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  color: #dbddeb;
  font-size: 35px;
  text-shadow: none;
}

.section-title-2.large {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  padding-top: 15px;
  color: #5d769b;
  font-size: 28px;
  line-height: 47px;
}

.container-2 {
  margin-top: 0px;
}

.container-2.testimonial-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: -170px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-description-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 37px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.section-description-2.faded {
  margin-top: -10px;
  opacity: 0.6;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 0 #000;
}

.columns {
  padding-bottom: 0px;
}

.paragraph-6 {
  margin-right: 1px;
  margin-bottom: 28px;
  padding-top: 0px;
  font-size: 20px;
}

.body {
  clear: none;
  background-color: #fff;
  font-weight: 600;
}

.body:hover {
  font-size: 15px;
}

.button-3 {
  margin-top: 14px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  font-size: 16px;
}

.button-3:hover {
  background-color: #5a95c9;
  color: #fff;
  font-weight: 600;
}

.button-4 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.container-5 {
  position: relative;
  margin-top: 72px;
  margin-bottom: 274px;
}

.simple-footer-2 {
  margin-top: -55px;
  margin-bottom: 107px;
  padding-top: 45px;
  background-color: #2a2d30;
}

.footer-menu-column-2 {
  text-align: center;
  text-transform: capitalize;
}

.footer-social-col-right-2 {
  text-align: right;
}

.footer-row-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.footer-logo-2 {
  margin-left: -45px;
  color: #f7e669;
  font-size: 23px;
  line-height: 17px;
  font-weight: 400;
  text-transform: none;
}

.footer-logo-2.subtitle {
  margin-top: 7px;
  opacity: 0.74;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.footer-inline-link-2 {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-inline-link-2:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.mask {
  margin-top: 5px;
  margin-bottom: 12px;
}

.text-block {
  margin-left: 1px;
  font-size: 18px;
}

.text-block.instructor {
  margin-top: -12px;
  margin-left: -22px;
  color: #ec1919;
  font-weight: 400;
}

.paragraph-7 {
  margin-bottom: -14px;
  margin-left: -21px;
  font-size: 17px;
}

.paragraph-8 {
  margin-bottom: -12px;
  margin-left: -21px;
  font-size: 17px;
}

.paragraph-9 {
  margin-top: 0px;
  margin-bottom: 42px;
  margin-left: -21px;
  font-size: 17px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link-2 {
  margin-right: 28px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 17px;
  text-shadow: 0 0 8px #cfc8c8;
}

.nav-link-2:hover {
  color: #ec1818;
}

.navbar-7 {
  position: -webkit-sticky;
  position: sticky;
  border-bottom: 1px solid #c0bcbc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 230, 230, 0.65)), color-stop(16%, hsla(0, 0%, 96.7%, 0.51)));
  background-image: linear-gradient(0deg, rgba(231, 230, 230, 0.65), hsla(0, 0%, 96.7%, 0.51) 16%);
}

.image-5 {
  margin-top: 17px;
  margin-bottom: 7px;
  margin-left: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-10 {
  margin-top: 48px;
  margin-bottom: 188px;
  font-size: 18px;
}

.heading-2 {
  margin-top: 130px;
  margin-bottom: -18px;
}

.container-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: ;
  grid-template-rows: repeat(auto-fit, 0px);
}

.fire-section {
  margin: 71px 13px 13px;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-6 {
  max-width: 60%;
}

.column-2 {
  padding-top: 25px;
  text-align: center;
}

.column-3 {
  margin-bottom: 0px;
}

.image-11 {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 22px;
}

.navbar-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 666666666;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #b1acac;
  background-color: #f5f5f5;
}

.nav-link-3 {
  margin-top: 20px;
  margin-right: 7px;
  margin-bottom: 20px;
  padding: 4px 12px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7979;
  border-radius: 7px;
  background-color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.nav-link-3:focus {
  font-size: 18px;
}

.nav-link-3.w--current {
  font-size: 19px;
  font-weight: 400;
}

.div-block {
  height: 1px;
  background-color: #a8a4a4;
}

.div-block.divider {
  height: 1px;
}

.div-block-2 {
  height: 1px;
  background-color: #8a8888;
}

.heading-4 {
  margin-top: 118px;
}

.column-4 {
  margin-top: 78px;
}

.column-5 {
  padding-left: 24px;
}

.div-block-3 {
  height: 40px;
  max-width: 20%;
  margin-top: 36px;
}

.columns-3 {
  margin-top: 30px;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.bullet {
  margin-top: 8px;
  padding-left: 8px;
  color: #5661b4;
  font-size: 19px;
  font-weight: 600;
}

.paragraph-11 {
  margin-bottom: 21px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}

.paragraph-11.booksintro {
  font-family: Exo, sans-serif;
  color: #606060;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.heading-5 {
  margin-bottom: -1px;
  font-family: 'Droid Sans', sans-serif;
  color: #e2750e;
  font-size: 25px;
  font-weight: 400;
}

.columns-4 {
  font-size: 12px;
}

.tick {
  margin-bottom: -4px;
}

.section-3 {
  margin-top: auto;
  padding-bottom: 0px;
}

.heading-6 {
  color: #e2750e;
}

.paragraph-12 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.section-4 {
  margin-top: 39px;
  margin-bottom: -10px;
}

.image-12 {
  padding-left: 14px;
}

.column-6 {
  margin-top: 30px;
  padding-right: 28px;
  padding-left: 28px;
}

.html-embed {
  margin-top: 32px;
  margin-bottom: 72px;
  text-align: center;
}

.html-embed-2 {
  margin-top: 36px;
  margin-bottom: 104px;
  text-align: center;
}

.bold-text {
  color: #df960f;
}

.column-7 {
  font-size: 18px;
}

.link {
  font-size: 19px;
  font-style: normal;
  text-decoration: none;
}

.columns-5 {
  margin-bottom: 6px;
}

.brand {
  line-height: 18px;
}

.div-block-4 {
  height: 66px;
  margin-bottom: 178px;
}

.social-section {
  margin-top: 32px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.text-block-6 {
  margin-top: -12px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 27px;
  text-align: center;
}

.text-block-7 {
  margin-top: 28px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 400;
}

.html-embed-3 {
  margin-bottom: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-2 {
  color: #df960f;
}

.html-embed-4 {
  height: 100%;
}

.div-block-8 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.grid-2 {
  margin-top: 60px;
  margin-right: 40px;
  margin-left: 25px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 51px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #151516;
  font-size: 113%;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 130%;
}

.bold-text-3.red {
  display: block;
  color: #e00a0a;
  font-size: 178%;
}

.bold-text-4 {
  font-size: 130%;
  font-weight: 700;
}

.bold-text-4.title {
  font-family: Lato, sans-serif;
  color: #414141;
  font-size: 24px;
  font-weight: 700;
}

.bold-text-4.title.heading {
  color: #dc2f0c;
  font-size: 24px;
  font-weight: 400;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.columns-6 {
  margin: 10px 20px 35px;
}

.columns-6.bestseller {
  margin-left: 60px;
}

.column-8 {
  text-align: center;
}

.div-block-10 {
  display: inline-block;
}

.div-block-11 {
  display: block;
}

.div-block-12 {
  display: block;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  color: #fcfcfc;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.paragraph-13 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}

.button-5 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 16px;
  padding: 9px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #666565;
  border-radius: 5px;
  background-color: #fff;
  color: #040404;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
}

.button-5:hover {
  border-color: #e00909;
  color: #eb2f09;
  font-weight: 600;
}

.button-5:focus {
  border-color: #e70f0f;
  color: #434242;
}

.column-9 {
  padding-left: 0px;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-9 {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 10px;
  color: #fb6000;
  font-size: 18px;
  font-weight: 600;
}

.text-block-10 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-14 {
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.div-block-13 {
  height: 30px;
  margin-top: 74px;
}

.column-10 {
  margin-top: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-11 {
  margin-top: 28px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
}

.section-description-3 {
  margin: 26px 36px 0px 0px;
  padding-top: 0px;
  padding-bottom: 37px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.column-11 {
  margin-bottom: 0px;
}

.column-12 {
  padding-top: 25px;
  text-align: center;
}

.div-block-16 {
  margin-top: 23px;
}

.columns-7 {
  margin-left: 44px;
  padding-right: 33px;
}

.image-14 {
  margin-top: 28px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.html-embed-6 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 23px;
  text-align: center;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-lightbox"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #292c31;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container {
    margin-top: -82px;
    padding-top: 29px;
    padding-left: 0px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .button {
    font-size: 16px;
  }

  .button.icon-button.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button.download.green-copy {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button.download.green-copy-copy {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .button.icon-button-copy.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button-copy.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button-copy.download.green {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button-copy.download.green-copy {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .button.icon-button-copy.download.green-copy-copy {
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .section {
    width: 100%;
    margin-top: 131px;
    padding: 23px 22px 25px 45px;
  }

  .section.tint {
    margin-top: 40px;
    margin-left: -18px;
    padding-top: 0px;
  }

  .section.tint.overflow-none {
    margin-top: 2px;
  }

  .section.overflow-none {
    margin-top: 0px;
    margin-bottom: -41px;
    margin-left: 0px;
    padding: 83px 0px 51px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-top: -3px;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-3 {
    margin-top: -115px;
    margin-right: 1px;
    margin-bottom: -3px;
    color: #d16806;
    font-size: 25px;
    line-height: 30px;
  }

  .section-title-3.two {
    margin-top: -71px;
    margin-bottom: -29px;
    margin-left: 25px;
    font-size: 25px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .testimonial-slide {
    margin-bottom: 0px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    margin-top: -7px;
    padding-right: 0px;
  }

  .testimonial-quote {
    margin-top: 177px;
    margin-bottom: -75px;
    font-size: 16px;
  }

  .testimonial-name {
    margin-top: 82px;
  }

  .testimonial-name.subtitle {
    margin-top: 1px;
    margin-bottom: 35px;
  }

  .footer {
    padding: 45px;
  }

  .footer-row {
    margin-top: 42px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .devices-mockup-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 300px;
    margin-top: 84px;
    margin-right: -144px;
    margin-left: 10px;
  }

  .info-icon {
    height: 50px;
    margin-right: 4px;
  }

  .info-title {
    font-size: 16px;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -13px;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .newsletter-column-right {
    padding-top: 13px;
  }

  .newsletter-field {
    width: 75%;
    font-size: 17px;
  }

  .newsletter-submit {
    width: 25%;
    font-size: 17px;
  }

  .simple-footer {
    margin-top: 36px;
  }

  .simple-bottom-footer {
    margin-top: -45px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .footer-social-icon {
    padding-left: 0px;
  }

  .bottom-footer-paragraph.right {
    margin-bottom: 34px;
  }

  .footer-logo-column-left {
    padding-left: 28px;
  }

  .long-feature-block {
    margin-top: 22px;
    padding-right: 0px;
    padding-left: 48px;
  }

  .left-feature-icon {
    height: 40px;
    margin-top: -7px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding-bottom: 5px;
  }

  .long-feature-title {
    margin-top: -15px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
  }

  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    margin-top: 92px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 39px;
  }

  .text-row {
    margin-top: 65px;
    margin-right: 8px;
  }

  .text-column {
    margin-bottom: -72px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .text-column-title {
    margin-left: 5px;
    font-size: 16px;
  }

  .top-line-block {
    margin-top: -2px;
    margin-bottom: 67px;
    margin-left: 1px;
    padding-bottom: 94px;
  }

  .small-paragraph {
    margin-top: 12px;
    margin-bottom: -7px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .home-mockup {
    position: relative;
    left: -350px;
    top: -27px;
    width: 410px;
    margin-top: 1px;
    margin-left: 365px;
  }

  .home-mockup.ipad {
    left: 25px;
    top: 19px;
    width: 107px;
    margin-top: 72px;
    margin-left: 130px;
  }

  .home-mockup.iphone {
    left: 170px;
    top: 140px;
    width: 70px;
    margin-top: -17px;
    margin-left: 63px;
  }

  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .dark-cta-title {
    width: 60%;
  }

  .mynsvlibk {
    font-size: 14px;
  }

  .mynsvlibk.w--current {
    font-size: 14px;
  }

  .mynsvlibk.w--current:hover {
    font-size: 14px;
  }

  .nav-menu-3 {
    margin-right: 10px;
  }

  .image-3 {
    width: 123px;
    margin-left: 16px;
  }

  .navbar-3 {
    border-bottom-color: #d1cbcb;
    opacity: 1;
  }

  .section-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-title-2.large {
    margin-top: 2px;
    margin-bottom: -22px;
    margin-left: -1px;
    font-size: 24px;
    line-height: 37px;
  }

  .section-title-2.newsletter-title {
    font-size: 28px;
  }

  .section-title-2.large {
    margin-top: 2px;
    margin-left: -1px;
    font-size: 24px;
    line-height: 37px;
  }

  .container-2 {
    margin-top: -71px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 35px;
  }

  .container-2.testimonial-container {
    margin-top: -217px;
  }

  .section-description-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-description-2.faded {
    margin-top: 7px;
    font-size: 14px;
  }

  .columns {
    position: relative;
    left: -44px;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .column {
    margin-top: 31px;
  }

  .paragraph-6 {
    margin-top: 10px;
    margin-right: 1px;
    margin-bottom: 0px;
    padding-bottom: 23px;
    font-size: 18px;
  }

  .container-3 {
    margin-top: 70px;
  }

  .button-3 {
    margin-top: 16px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .footer-logo-2 {
    margin-left: 4px;
    font-size: 17px;
  }

  .footer-logo-2.subtitle {
    font-size: 14px;
  }

  .footer-inline-link-2 {
    margin-right: 9px;
    font-size: 14px;
  }

  .text-block.instructor {
    margin-left: -65px;
  }

  .paragraph-7 {
    margin-left: -62px;
  }

  .paragraph-8 {
    margin-left: -63px;
  }

  .paragraph-9 {
    margin-top: -1px;
    margin-bottom: -43px;
    margin-left: -63px;
  }

  .nav-menu-4 {
    margin-right: 23px;
  }

  .nav-link-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-12 {
    margin-top: -52px;
  }

  .fire-section {
    margin-right: 10px;
    margin-left: -15px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-11 {
    margin-top: 13px;
    margin-bottom: 17px;
  }

  .nav-link-3 {
    margin-top: 23px;
    font-size: 18px;
  }

  .heading-4 {
    margin-top: 7px;
  }

  .column-4 {
    margin-top: 36px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    margin-top: 113px;
  }

  .columns-2 {
    margin-right: -1px;
  }

  .div-block-3 {
    margin-top: 64px;
  }

  .heading-5 {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .section-3 {
    margin-top: 17px;
  }

  .paragraph-12 {
    font-size: 17px;
    line-height: 20px;
  }

  .section-4 {
    margin-top: -45px;
  }

  .image-12 {
    margin-top: 27px;
  }

  .div-block-4 {
    height: 10px;
  }

  .social-section {
    margin-top: -7px;
  }

  .grid-2 {
    padding-right: 11px;
    padding-left: 10px;
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 6px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .link-2 {
    color: #121212;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
  }

  .button-5 {
    margin-right: 10px;
  }

  .column-9 {
    padding-left: 10px;
  }

  .text-block-9 {
    padding-left: 10px;
  }

  .paragraph-14 {
    text-align: justify;
  }

  .column-10 {
    margin-top: auto;
  }

  .section-description-3 {
    margin: 12px -7px 0px 1px;
    font-size: 16px;
    line-height: 22px;
  }

  .columns-7 {
    margin-left: 16px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container {
    margin-top: -38px;
    padding-top: 22px;
  }

  .container.bottom-footer {
    border-radius: 0px;
  }

  .container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }

  .button {
    font-size: 15px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.icon-button.download.green-copy {
    margin-top: 20px;
  }

  .button.icon-button.download.green-copy-copy {
    margin-top: 20px;
  }

  .button.cta-button {
    width: 50%;
    float: none;
  }

  .button.icon-button-copy.download.green {
    margin-top: 20px;
  }

  .button.icon-button-copy.download.green {
    margin-top: 20px;
  }

  .button.icon-button-copy.download.green {
    margin-top: 20px;
  }

  .button.icon-button-copy.download.green-copy {
    margin-top: 20px;
  }

  .button.icon-button-copy.download.green-copy-copy {
    margin-top: 20px;
  }

  .section {
    margin-top: 250px;
    padding: 0px 25px;
  }

  .section.tint.overflow-none {
    margin-left: -1px;
    padding-top: 54px;
    padding-bottom: 23px;
  }

  .section.overflow-none {
    margin-top: 48px;
    margin-bottom: -63px;
    padding-top: 56px;
    padding-bottom: 69px;
    padding-left: 22px;
  }

  .section.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-3 {
    margin-top: -152px;
    margin-bottom: -1px;
    margin-left: 13px;
    padding-top: 0px;
    padding-bottom: 13px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .section-title-3.two {
    margin-top: -47px;
    margin-left: 15px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #fff;
    font-size: 22px;
    text-align: left;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-block {
    position: relative;
    margin-top: 155px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .testimonial-image {
    position: static;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto 10px;
  }

  .testimonial-quote {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-name.subtitle {
    margin-bottom: 12px;
  }

  .footer {
    padding: 0px;
  }

  .footer-row {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer-column.last {
    padding-bottom: 0px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 93%;
    height: auto;
    margin-top: -2px;
    margin-right: 34px;
    margin-left: 10px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-row {
    margin-top: 0px;
  }

  .info-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-icon {
    margin-top: 10px;
  }

  .newsletter-form {
    height: auto;
    margin-top: -20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    text-align: center;
  }

  .newsletter-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-field {
    margin-bottom: 23px;
    font-size: 18px;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .footer-social-col-right {
    margin-top: 7px;
    margin-bottom: 47px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .bottom-footer-paragraph {
    margin-top: 53px;
    margin-bottom: 34px;
    float: none;
    text-align: center;
  }

  .bottom-footer-paragraph.right {
    margin-top: -27px;
    margin-bottom: 5px;
    float: none;
  }

  .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .left-feature-icon {
    margin-left: 15px;
  }

  .long-feature-title {
    margin-bottom: 7px;
    margin-left: 20px;
    font-size: 18px;
  }

  .info-column-right {
    padding-left: 0px;
  }

  .info-column-right.responsive {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .text-column {
    margin-top: -9px;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
  }

  .text-column-title {
    font-size: 16px;
  }

  .top-line-block {
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding-top: 1px;
    padding-left: 14px;
    border: 1px none #000;
  }

  .small-paragraph {
    margin-top: -12px;
    margin-bottom: -2px;
    margin-left: 0px;
    padding-top: 26px;
    padding-bottom: 0px;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }

  .home-mockup {
    position: relative;
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin: -38px auto 0px;
  }

  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
    margin-top: -31px;
    margin-left: 255px;
  }

  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
    margin-top: -17px;
    margin-left: 218px;
    padding-left: 0px;
  }

  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

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

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    padding-top: 0px;
    text-align: center;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .dark-cta-title {
    width: 100%;
    float: none;
  }

  .fields-column-left {
    padding-right: 0px;
  }

  .mynsvlibk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding: 6px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d1ddf3;
    font-size: 16px;
  }

  .mynsvlibk.w--current {
    color: #e9edf5;
  }

  .nav-menu-3 {
    margin-top: 0px;
    margin-right: 0px;
    background-color: #3a3636;
    color: #d3bfbf;
  }

  .image-3 {
    width: 120px;
    margin-left: 5px;
  }

  .menu-button-2 {
    margin-right: -2px;
  }

  .menu-button-2.w--open {
    margin-right: 0px;
  }

  .icon {
    display: block;
    color: #ee3030;
    font-size: 34px;
  }

  .section-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title-2.large {
    margin-top: 7px;
    margin-bottom: -6px;
    margin-left: 11px;
    line-height: 37px;
    text-align: center;
  }

  .section-title-2.large {
    margin-top: 7px;
    line-height: 37px;
    text-align: left;
  }

  .container-2 {
    margin-top: -42px;
    padding-left: 0px;
  }

  .container-2.testimonial-container {
    position: relative;
    top: 0%;
    margin-top: -233px;
    padding-bottom: 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-description-2 {
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 20px;
    text-align: justify;
  }

  .columns {
    margin-left: 0px;
  }

  .paragraph-6 {
    margin-top: -8px;
    margin-bottom: 17px;
    margin-left: 13px;
    font-size: 16px;
  }

  .container-3 {
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-3 {
    margin-top: 13px;
  }

  .footer-menu-column-2 {
    margin-top: 24px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .footer-social-col-right-2 {
    margin-top: 16px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-logo-column-left-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-logo-2 {
    margin-left: 3px;
    text-align: center;
  }

  .text-block.instructor {
    margin-left: -37px;
  }

  .paragraph-7 {
    margin-left: -34px;
  }

  .paragraph-8 {
    margin-left: -34px;
  }

  .paragraph-9 {
    margin-left: -34px;
  }

  .nav-menu-4 {
    margin-right: 16px;
    margin-left: -1px;
    padding-left: 0px;
  }

  .nav-link-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-5 {
    margin-left: 0px;
  }

  .container-7 {
    margin-top: 40px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .container-8 {
    margin-top: 40px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-9 {
    margin-top: 40px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .grid {
    grid-template-areas: ". . . Area-2"
      "Area . . .";
  }

  .container-11 {
    overflow: visible;
    padding-right: 21px;
    padding-left: 21px;
  }

  .container-12 {
    margin-top: -72px;
  }

  .image-6 {
    max-width: 40%;
  }

  .column-2 {
    text-align: center;
  }

  .column-3 {
    text-align: center;
  }

  .image-11 {
    margin-left: 4px;
  }

  .nav-link-3 {
    margin-top: 19px;
    margin-bottom: 13px;
  }

  .div-block-3 {
    margin-top: 97px;
  }

  .bullet {
    margin-top: 3px;
  }

  .paragraph-11 {
    text-align: left;
  }

  .heading-5 {
    text-align: left;
  }

  .section-3 {
    margin-top: 66px;
  }

  .image-12 {
    margin-top: 35px;
  }

  .column-6 {
    margin-top: 0px;
  }

  .social-section {
    margin-top: -3px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-12 {
    text-align: center;
  }

  .text-block-8 {
    margin-top: 20px;
    text-align: center;
  }

  .text-block-9 {
    margin-bottom: 20px;
  }

  .paragraph-14 {
    text-align: justify;
  }

  .div-block-14 {
    margin-bottom: 10px;
  }

  .div-block-15 {
    text-align: center;
  }

  .image-13 {
    margin-bottom: 61px;
  }

  .section-description-3 {
    padding-left: 7px;
  }

  .column-12 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 15px;
    border-left-width: 3px;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .button.icon-button.download.green {
    margin-top: auto;
    margin-right: 14px;
    margin-bottom: auto;
    text-align: center;
  }

  .button.icon-button.download.green.free {
    margin-top: 20px;
  }

  .button.icon-button.download.green {
    margin-top: -19px;
    margin-right: 14px;
    margin-bottom: auto;
    text-align: center;
  }

  .button.icon-button.download.green-copy {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .button.icon-button.download.green-copy-copy {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .button.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.icon-button-copy.download.green {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .button.icon-button-copy.download.green {
    margin-top: auto;
    margin-right: 14px;
    margin-bottom: auto;
    text-align: center;
  }

  .button.icon-button-copy.download.green.free {
    margin-top: 20px;
  }

  .button.icon-button-copy.download.green {
    margin-top: -19px;
    margin-right: 14px;
    margin-bottom: auto;
    text-align: center;
  }

  .button.icon-button-copy.download.green-copy {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .button.icon-button-copy.download.green-copy-copy {
    margin-top: -19px;
    margin-right: 6px;
    text-align: center;
  }

  .section {
    margin-top: 215px;
    padding: 0px 25px;
  }

  .section.tint {
    margin-top: 0px;
  }

  .section.tint.overflow-none {
    margin-top: -3px;
    margin-left: 0px;
    padding: 11px 20px 20px 27px;
  }

  .section.overflow-none {
    margin-top: 15px;
    padding-bottom: 59px;
    padding-left: 23px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .section-title-3 {
    margin-top: -110px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
  }

  .section-title-3.two {
    margin: 4px 10px -24px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    text-shadow: 1px 1px 0 #bdbdbd;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }

  .testimonial-block {
    margin-top: 101px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
    margin-top: -20px;
    margin-bottom: -15px;
  }

  .testimonial-quote {
    margin-top: 32px;
    font-size: 17px;
    line-height: 20px;
  }

  .testimonial-name.subtitle {
    font-size: 15px;
  }

  .footer-row {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .devices-mockup-right {
    margin-top: -3px;
    margin-left: 0px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-row {
    margin-top: 0px;
  }

  .info-column {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .info-icon {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .newsletter-form {
    margin-top: 1px;
    margin-bottom: 19px;
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
  }

  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 17px;
  }

  .simple-footer {
    padding-top: 0px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
    padding-left: 18px;
  }

  .footer-social-icon {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-social-col-right {
    margin-top: -15px;
    text-align: center;
  }

  .bottom-footer-paragraph {
    margin-right: 18px;
    margin-left: 18px;
    font-size: 13px;
    text-align: center;
  }

  .bottom-footer-paragraph.right {
    margin-top: -23px;
    margin-bottom: 17px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 0px;
  }

  .footer-menu-column {
    text-align: center;
  }

  .long-feature-block {
    margin-top: 32px;
    padding-right: 10px;
    padding-left: 55px;
  }

  .left-feature-icon {
    height: 47px;
    margin-left: 3px;
  }

  .long-feature-title {
    margin-top: -20px;
    margin-bottom: 7px;
    margin-left: 4px;
    font-size: 15px;
  }

  .text-row {
    margin-top: 35px;
  }

  .text-column {
    display: block;
    margin-top: -11px;
    padding-right: 13px;
    padding-bottom: 31px;
    padding-left: 13px;
  }

  .text-column-title {
    margin-bottom: -13px;
  }

  .top-line-block {
    margin-top: -9px;
    margin-left: -1px;
    padding-top: 42px;
  }

  .small-paragraph {
    margin-top: 18px;
    margin-right: 13px;
    margin-bottom: 0px;
    padding-top: 2px;
  }

  .home-mockup {
    position: relative;
    height: 194px;
    margin-top: -1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
    margin-top: 14px;
    margin-left: 188px;
  }

  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
    margin-top: 21px;
    margin-left: 102px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .white-contact-form.centered {
    margin-top: 1px;
    margin-bottom: -225px;
    padding-top: 0px;
  }

  .form-title {
    padding-top: 15px;
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-title {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .home-mockup-column {
    height: 180px;
    padding-left: 0px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .mynsvlibk {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #d4d7db;
  }

  .nav-menu-3 {
    background-color: #5c5858;
    color: #e7e3e3;
  }

  .image-3 {
    width: 105px;
    margin-left: 12px;
  }

  .icon {
    font-size: 30px;
  }

  .section-title-2 {
    padding-left: 0px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .section-title-2.large {
    margin-top: 3px;
    margin-bottom: 18px;
    padding-top: 3px;
    line-height: 30px;
    text-align: center;
  }

  .section-title-2.newsletter-title {
    color: #c9cbdf;
    text-align: center;
  }

  .section-title-2.large {
    margin-top: 21px;
    margin-bottom: 23px;
    padding-top: 3px;
    line-height: 30px;
    text-align: center;
  }

  .container-2 {
    margin-top: 46px;
    margin-bottom: -12px;
    padding-bottom: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2.testimonial-container {
    margin-top: -216px;
    margin-bottom: 0px;
  }

  .section-description-2 {
    margin-top: 25px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }

  .section-description-2.faded {
    color: #f7f1f1;
    font-size: 17px;
  }

  .columns {
    margin-right: 1px;
  }

  .paragraph-6 {
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 6px;
    font-size: 16px;
    text-align: left;
  }

  .container-3 {
    margin-top: -42px;
  }

  .button-3 {
    display: block;
    margin-top: 16px;
    margin-right: 70px;
    margin-left: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    text-align: center;
  }

  .button-4 {
    display: block;
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
  }

  .container-5 {
    margin-top: 18px;
  }

  .simple-footer-2 {
    padding-top: 35px;
  }

  .footer-social-col-right-2 {
    text-align: center;
  }

  .footer-logo-column-left-2 {
    padding-bottom: 10px;
  }

  .footer-row-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-logo-2 {
    text-align: center;
  }

  .footer-inline-link-2 {
    margin-top: -1px;
    margin-right: 7px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .nav-menu-4 {
    margin-top: 67px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #000;
    border-radius: 11px 0px 11px 11px;
    background-color: #f9fcfd;
    opacity: 1;
    color: #f7e4e4;
  }

  .nav-link-2 {
    padding: 8px 25px;
    color: #f2f4f8;
  }

  .nav-link-2:hover {
    color: #ece10b;
  }

  .menu-button-3 {
    background-color: #fff;
    color: #313131;
  }

  .menu-button-3.w--open {
    color: #000;
  }

  .icon-3 {
    color: #1950cf;
    font-size: 37px;
  }

  .image-5 {
    margin-top: 11px;
    margin-bottom: 3px;
    margin-left: 0px;
  }

  .paragraph-10 {
    margin-top: 27px;
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 35px;
    font-size: 25px;
  }

  .container-7 {
    margin-top: 100px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-8 {
    margin-top: 100px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .container-9 {
    margin-top: 100px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .link-block {
    display: block;
  }

  .fire-section {
    margin-top: 18px;
    margin-left: 10px;
  }

  .column-2 {
    text-align: center;
  }

  .column-3 {
    text-align: center;
  }

  .image-11 {
    display: block;
    margin-left: 0px;
  }

  .navbar-8 {
    padding-bottom: 0px;
  }

  .nav-link-3 {
    left: auto;
    margin-top: auto;
    margin-right: 4px;
    margin-bottom: 9px;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  .nav-link-3:focus {
    font-size: 15px;
  }

  .nav-link-3.w--current {
    font-size: 16px;
  }

  .div-block-3 {
    margin-top: 70px;
  }

  .paragraph-11.booksintro {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-5 {
    margin-top: 40px;
    font-size: 18px;
  }

  .section-3 {
    display: none;
    margin-top: 0px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .image-12 {
    margin-bottom: 57px;
  }

  .html-embed-2 {
    margin-top: 9px;
  }

  .social-section {
    margin-top: -14px;
  }

  .text-block-7 {
    font-size: 19px;
    line-height: 23px;
  }

  .div-block-6 {
    margin-top: 27px;
  }

  .grid-2 {
    display: block;
    margin-top: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  }

  .container-13 {
    margin-top: -24px;
  }

  .bold-text-3.red {
    font-size: 30px;
  }

  .bold-text-4.title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    text-align: center;
  }

  .html-embed-5 {
    padding-bottom: 0px;
    text-align: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-6 {
    margin: auto 10px 60px;
  }

  .column-8 {
    margin-top: 23px;
  }

  .nav-menu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-10 {
    text-align: center;
  }

  .div-block-12 {
    text-align: center;
  }

  .column-9 {
    padding-right: 10px;
  }

  .text-block-9 {
    padding-left: 10px;
    text-align: center;
  }

  .text-block-10 {
    text-align: center;
  }

  .paragraph-14 {
    display: none;
    margin-top: 10px;
    text-align: center;
  }

  .div-block-13 {
    margin-top: 126px;
  }

  .section-description-3 {
    margin: 25px -6px -10px 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
  }

  .column-11 {
    text-align: center;
  }

  .column-12 {
    text-align: center;
  }

  .columns-7 {
    margin-top: 22px;
    margin-left: 0px;
  }
}

