:root {
  --peru: var(--light-sea-green);
  --yellow: var(--light-sea-green);
  --black: #262c46;
  --dark-slate-gray-2: #312b3de3;
  --silver: #c2beb396;
  --light-sea-green: #1abc9c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #8a6d2f;
  letter-spacing: 0;
  text-shadow: none;
  margin: 10px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: #8a6d2f;
  text-shadow: none;
  margin: 0 0 27px;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #0006;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #a8863d;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px 0;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button:hover {
  background-color: #18c7aa;
}

.field {
  float: left;
  color: #806732;
  background-color: #fff;
  border: 0 solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 70%;
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px #0000;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #b59143;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.container {
  color: #fff;
  margin-top: -5px;
  padding: 0 70px;
}

.social-section {
  text-align: center;
  background-color: #fac960;
  margin-bottom: -160px;
  padding-top: 0;
  padding-bottom: 0;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  opacity: .15;
  -webkit-text-stroke-color: #030000;
  margin-left: 17px;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .25s;
}

.social-btn:hover {
  opacity: .7;
}

.social-btn.footer {
  margin-left: 9px;
  margin-right: 9px;
}

.navbar {
  color: #000;
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.right-nav {
  text-align: right;
  padding-top: 2px;
  padding-left: 35px;
  padding-right: 0;
}

.brand {
  color: #000;
  margin-right: 13px;
  padding-left: 25px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.logo {
  max-width: 40%;
  margin-top: -10px;
  margin-right: 13px;
}

.logo.footer {
  margin: 0 auto 21px;
  display: block;
}

.section {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 41px;
  padding-bottom: 0;
}

.section.hero {
  text-align: center;
  background-color: gray;
  margin-top: 2px;
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  background-color: #fff;
  margin-top: -25px;
  margin-bottom: 62px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}

.grey-heading {
  color: var(--black);
  text-shadow: none;
  background-color: #0000;
  margin-top: 50px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.image-crop {
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
  overflow: hidden;
}

.phone-image {
  width: 381px;
  max-width: 90%;
  margin-top: 25px;
  margin-bottom: 8px;
}

.infinite {
  opacity: .15;
  margin-top: 52px;
}

.heading {
  color: var(--black);
  min-width: 10px;
  margin-top: 3px;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.heading-2 {
  color: var(--dark-slate-gray-2);
  font-size: 32px;
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  margin-top: -113px;
  margin-bottom: -28px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-2 {
  color: var(--dark-slate-gray-2);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.paragraph-3 {
  color: var(--black);
}

.button-2 {
  color: var(--black);
  background-color: #eccb38;
  margin-top: -26px;
  margin-bottom: 28px;
  margin-left: -1px;
  padding-top: 11px;
  padding-left: 6px;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-3 {
  color: var(--black);
  margin-top: 7px;
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 400;
}

.bold-text {
  font-size: 28px;
}

.grid {
  place-items: center stretch;
  padding-left: 50px;
}

.youtube {
  margin-bottom: -66px;
  padding-bottom: 0;
}

.container-2 {
  margin-top: -104px;
  margin-bottom: -149px;
  padding-top: 0;
  padding-left: 0;
}

.image {
  margin-left: 24px;
  margin-right: 99px;
  padding-left: 23px;
  padding-right: 0;
}

.image-2 {
  margin-right: 28px;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  margin-left: 13px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  margin-left: 1px;
  padding-right: 0;
}

.div-block {
  margin-top: 39px;
}

.image-5 {
  margin-top: 42px;
}

.image-6 {
  padding-bottom: 21px;
}

.image-7 {
  margin-top: 18px;
  margin-bottom: -29px;
}

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

.bold-text-3 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-4 {
  font-size: 28px;
}

.bold-text-5 {
  margin-left: 9px;
  padding-left: 0;
  padding-right: 14px;
}

.bold-text-6 {
  padding-left: 0;
  padding-right: 5px;
}

.text-span {
  font-family: Roboto, sans-serif;
}

.bold-text-8 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image-8 {
  border-radius: 20px;
  max-width: 18%;
  overflow: visible;
}

.bold-text-9 {
  -webkit-text-stroke-color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.italic-text {
  font-family: Lato, sans-serif;
}

.bold-text-10 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  border-radius: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-5 {
  text-align: center;
  border-radius: 18px;
}

.paragraph-6 {
  color: #000;
  margin-bottom: 24px;
  padding-top: 27px;
  font-size: 20px;
  font-weight: 300;
}

.image-9 {
  padding-top: 25px;
}

.container-3 {
  margin-top: 5px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-10 {
  border-radius: 20px;
  margin-top: 25px;
  padding-top: 3px;
}

.button-3 {
  margin-top: -18px;
  padding-top: 0;
  padding-bottom: 2px;
}

.button-4 {
  background-color: var(--black);
  border-radius: 20px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 29px;
  padding-top: 12px;
  font-size: 20px;
}

.image-11 {
  border-top: 1px #000;
  border-radius: 20px;
  padding-top: 76px;
}

.button-5 {
  background-color: var(--yellow);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-12 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #000;
  margin-top: 43px;
  margin-bottom: 21px;
  padding-top: 65px;
  padding-bottom: 0;
  font-weight: 300;
}

.paragraph-8 {
  float: right;
  color: #000;
  margin-top: -71px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.text-block {
  padding-left: 0;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-13 {
  border-radius: 70px;
  padding-left: 43px;
}

.image-14 {
  border-radius: 20px;
  margin-left: 23px;
  padding-left: 2px;
}

.link-block {
  margin-left: -1px;
  padding-left: 0;
}

.button-6 {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 80px;
  padding-top: 5px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-7 {
  background-color: purple;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.bold-text-14 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.button-8 {
  margin-top: 20px;
  padding-top: 8px;
}

.button-9 {
  background-color: var(--black);
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.button-10 {
  background-color: green;
  border-radius: 20px;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-11 {
  background-color: #ff0004;
  border-radius: 16px;
  margin-left: 21px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-12 {
  background-color: orange;
  border-radius: 20px;
  margin-left: 17px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.image-15 {
  color: #5e3036;
  padding-left: 0;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.container-4 {
  -webkit-text-stroke-color: #8b3333;
}

.columns {
  color: #7c2a55;
  margin-top: -11px;
  margin-bottom: -148px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2 {
  padding-top: 0;
}

.link-block-2.w--current {
  margin-top: -11px;
  padding-top: 5px;
  padding-bottom: 0;
}

.paragraph-9 {
  color: #000;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-2 {
  color: #68191a;
  -webkit-text-stroke-color: #496819;
  background-color: #fac960;
  border-radius: 60px;
  margin-bottom: 45px;
  padding-top: 0;
  position: relative;
}

.heading-4 {
  color: #000;
  margin-top: 114px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-16 {
  color: var(--black);
  vertical-align: middle;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.image-17 {
  border-radius: 20px;
  margin-top: 22px;
  margin-bottom: 26px;
  padding-left: 39px;
}

.image-18 {
  border-radius: 20px;
}

.image-19 {
  border-radius: 15px;
  margin-bottom: 0;
  margin-left: -4px;
  padding-left: 0;
}

.section-3 {
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 31px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-10 {
  color: #000;
  border-radius: 20px;
  margin-top: -29px;
  margin-bottom: -29px;
  padding-top: 7px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.bold-text-19 {
  color: #000;
  -webkit-text-stroke-color: black;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading-5 {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 180px;
  margin-bottom: 48px;
  padding-top: 132px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.image-20 {
  margin-top: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-13 {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 63px;
  margin-bottom: -31px;
  padding-top: 6px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-4 {
  margin-top: -24px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-5 {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-top: 48px;
  padding-top: 0;
}

.heading-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-11 {
  color: #000;
  padding-top: 14px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-2 {
  margin-top: 53px;
  margin-bottom: -64px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-5-copy {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 0;
  margin-top: 48px;
  margin-bottom: -76px;
  padding-top: 3px;
  padding-bottom: 14px;
}

.image-21 {
  font-size: 20px;
  line-height: 30px;
}

.image-22 {
  border-radius: 20px;
}

.container-5 {
  border-radius: 0;
  padding-bottom: 95px;
}

.image-23 {
  border-radius: 20px;
  margin-top: 39px;
  margin-bottom: 12px;
  padding-top: 3px;
}

.image-24 {
  border-radius: 20px;
  margin-top: 84px;
  padding-top: 0;
}

.block-quote {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.link {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: var(--black);
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-20 {
  -webkit-text-stroke-color: #000;
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  margin-top: -29px;
  margin-bottom: 124px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.image-25 {
  padding-bottom: 34px;
}

.container-6 {
  margin-top: -74px;
  padding-top: 0;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 60px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 20px;
}

.clients-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 68px;
  padding: 38px 30px 60px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.features-metrics-2 {
  background-color: #cdda4500;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 30px;
  padding: 60px 30px 1px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: -2px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  text-align: center;
  align-self: flex-end;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-5, .text-block-6 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.hero-stack {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 55px;
  padding: 84px 30px 0;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  border-radius: 0;
  margin-top: -25px;
  margin-bottom: -36px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.button-primary {
  color: var(--yellow);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  margin-top: -52px;
  margin-bottom: 53px;
  padding: 12px 25px 18px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-8 {
  color: #fff;
  border-radius: 20px;
  margin-top: -37px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.image-26 {
  border-radius: 20px;
  margin-top: 7px;
  margin-bottom: 19px;
}

.hero-stack-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -70px;
  margin-bottom: 193px;
  padding: 79px 30px 0;
  font-size: 20px;
  position: relative;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003, 20px 2px 20px #0003;
}

.margin-bottom-24px-2 {
  color: #000;
  margin-top: -52px;
  margin-bottom: -122px;
  padding-top: 54px;
  padding-bottom: 0;
  font-size: 19px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 33px;
  margin-bottom: -43px;
  padding: 8px 25px 9px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-9 {
  color: #000;
  border-radius: 20px;
  margin-top: 19px;
  margin-bottom: -3px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.text-span-2 {
  color: var(--yellow);
  -webkit-text-stroke-color: var(--yellow);
}

.image-27 {
  border-radius: 20px;
  margin-top: -26px;
  padding-top: 3px;
}

.hero-without-image {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 55px;
  padding: 47px 30px 44px;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #fff;
  text-align: center;
  flex: 1;
  margin-top: -118px;
  margin-bottom: 27px;
  padding-top: 0;
  font-size: 19px;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.italic-text-2 {
  font-family: Lato, sans-serif;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -11px;
  margin-bottom: 36px;
  padding: 18px 30px 127px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #000;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #000;
  text-align: left;
  border-radius: 9px;
  margin-bottom: 24px;
  font-size: 20px;
  text-decoration: none;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 27px;
  padding: 11px 25px 14px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-3 {
  margin-top: -85px;
  padding-bottom: 18px;
}

.hero-without-image-2 {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-top: 83px;
  margin-bottom: 22px;
  padding: 59px 30px 8px;
  font-family: Lato, sans-serif;
  position: relative;
}

.margin-bottom-24px-5 {
  color: #fff;
  margin-top: -11px;
  margin-bottom: 43px;
  padding-top: 0;
  font-size: 19px;
  font-weight: 300;
}

.button-primary-5 {
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: -36px;
  margin-bottom: 39px;
  padding: 11px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-28 {
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 39px;
  padding-bottom: 0;
}

.heading-10 {
  color: #000;
  margin-top: -10px;
  font-size: 30px;
  font-weight: 700;
}

.image-29 {
  border-radius: 20px;
  margin-top: 46px;
}

.image-30 {
  border-radius: 20px;
  margin-top: 14px;
  padding-top: 1px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 106px;
  padding: 130px 30px 80px;
  position: relative;
}

.margin-bottom-24px-6 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  padding-left: 50px;
  padding-right: 42px;
  font-size: 20px;
  font-weight: 300;
}

.button-primary-6 {
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.div-block-4 {
  margin-top: -5px;
  margin-bottom: 83px;
  padding-bottom: 0;
  font-weight: 300;
}

.heading-11 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.container-9 {
  margin-top: -34px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 81px;
  padding: 19px 30px 80px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-7 {
  color: #000;
  text-align: center;
  flex: 1;
  align-self: baseline;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  align-self: center;
  margin-top: 9px;
  margin-bottom: -45px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.heading-12 {
  color: #000;
  margin-top: 21px;
  margin-bottom: 7px;
}

.heading-13 {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-14 {
  color: #000;
  margin-top: -20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 1px 30px 12px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: yellow;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.button-primary-8.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  text-align: center;
  order: 0;
  align-self: center;
  margin-top: -7px;
  padding-top: 16px;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.hero-without-image-3 {
  color: #000;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 155px;
  margin-bottom: -13px;
  padding: 54px 30px 38px;
  font-size: 18px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
  padding-top: 45px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: -24px;
  margin-bottom: -54px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  padding: 60px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-title-small-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag-2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three-3 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-3 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 47px;
  padding: 61px 30px 80px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-5 {
  font-weight: 300;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 15px;
  margin-top: 61px;
  padding: 14px 30px 26px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin: -16px auto -29px;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.image-31 {
  border-radius: 20px;
  margin-top: 31px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  color: #0e0d0d;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 75px;
  padding: 12px 24px 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-3 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.button-14 {
  margin-left: 278px;
  padding-top: 11px;
  padding-left: 14px;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 45px;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 42px;
  margin-bottom: 37px;
  margin-left: 0;
  padding: 11px 23px 10px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.hero-heading-right-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-12 {
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 11px;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.heading-16 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.hero-without-image-5 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 174px;
  margin-bottom: -2px;
  padding: 252px 30px 52px;
  position: relative;
  box-shadow: 0 2px 5px 17px #0003;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-top: -264px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-13 {
  color: #fff;
  margin-top: 23px;
  margin-bottom: -40px;
  padding-top: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: -17px;
  margin-bottom: -13px;
  padding: 12px 25px 14px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.heading-17 {
  color: #000;
  margin-top: -51px;
  margin-bottom: -5px;
  padding-top: 16px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.image-32 {
  border-radius: 20px;
  margin-top: -31px;
  margin-bottom: -106px;
}

.text-block-7 {
  margin-bottom: 11px;
  padding-top: 45px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.italic-text-4 {
  font-style: normal;
}

.bold-text-23 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-24 {
  color: #000;
}

.container-15 {
  padding-top: 4px;
}

.button-15 {
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 7px;
}

.button-16 {
  margin-bottom: 11px;
  padding-top: 7px;
}

.button-17 {
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.button-18 {
  padding-top: 6px;
  padding-bottom: 5px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-stroke-color: white;
  margin-top: -104px;
  margin-bottom: -30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.button-19 {
  color: #000;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-20 {
  color: #000;
  text-transform: none;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.button-21 {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-22 {
  color: #000;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-23, .button-24 {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-25 {
  background-color: gray;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-26 {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-27 {
  background-color: purple;
}

.button-28 {
  color: #000;
  -webkit-text-stroke-color: red;
  background-color: #fff;
  border-radius: 0;
  margin-top: -1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-25 {
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: -7px;
  margin-bottom: 45px;
  margin-right: -17px;
  padding-right: 19px;
  font-weight: 700;
}

.image-33 {
  text-align: right;
  vertical-align: middle;
  margin-top: -247px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 78px;
  display: inline-block;
}

.youtube-2 {
  opacity: 1;
  outline-offset: 0px;
  outline: 1px solid #ceb31b;
  margin-top: 48px;
  padding-bottom: 0;
  box-shadow: 20px 2px 5px #0003;
}

.heading-18 {
  margin-bottom: 35px;
}

.heading-19 {
  color: #000;
  margin-top: -231px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-34 {
  margin-top: -87px;
}

.image-35 {
  mix-blend-mode: normal;
  max-width: 80%;
  margin-top: 3px;
  margin-bottom: -12px;
  padding-bottom: 0;
  font-size: 20px;
  transition: opacity .2s;
  overflow: visible;
}

.text-block-9 {
  color: #000;
  text-align: center;
  margin-top: -19px;
  margin-bottom: -133px;
  padding-top: 21px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

.superscript-2 {
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.superscript-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  transform: scale3d(2, 2, 2);
}

.italic-text-5, .italic-text-6 {
  font-weight: 400;
}

.button-29 {
  background-color: #000;
  margin-top: 9px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-20 {
  color: #000;
  margin-top: 46px;
}

.paragraph-12 {
  color: #fff;
  font-size: 20px;
}

.paragraph-13 {
  color: #000;
  font-weight: 400;
}

.image-36 {
  border-radius: 20px;
}

.code-embed {
  margin-left: 251px;
  padding-right: 0;
}

.button-30 {
  color: #000;
  background-color: #ff0;
  margin-top: -93px;
  padding-left: 34px;
  padding-right: 32px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-37 {
  margin-right: 11px;
  padding-left: 0;
}

.youtube-3 {
  border: 1px solid #ff0;
  margin-top: 7px;
  padding-bottom: 19px;
  transform: translate(0)translate(0);
  box-shadow: 0 2px 5px #0003;
}

.image-38 {
  border-radius: 20px;
}

.image-39 {
  margin: 2px -1px 39px 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 20px 9px 1px #0003;
}

.image-40 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  vertical-align: super;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  display: inline-flex;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-15 {
  margin-bottom: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-41 {
  -webkit-backdrop-filter: blur(11px) blur(5px);
  backdrop-filter: blur(11px) blur(5px);
  border-radius: 0;
  margin-top: -52px;
  margin-bottom: 17px;
  transform: translate(-11px);
  box-shadow: 20px 3px 5px 7px #0003;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 1px;
  margin-bottom: -186px;
  padding: 99px 30px 0;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: -149px;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-family: Lato, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-42 {
  border-radius: 7px;
  margin-left: -5px;
  margin-right: 18px;
  padding-left: 0;
  padding-right: 1px;
}

.image-43 {
  border-radius: 20px;
  margin-left: -5px;
}

.image-44 {
  border-radius: 10px;
  margin-left: -9px;
}

.image-45 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#000 73%, #fff);
  border-radius: 20px;
  margin-top: -62px;
  margin-bottom: 11px;
  transition: opacity .2s;
  box-shadow: 17px 11px 5px #0003;
}

.image-46 {
  border-radius: 0;
  padding-left: 48px;
  box-shadow: inset 20px 2px 20px -6px #0003;
}

.text-span-3 {
  color: var(--yellow);
  -webkit-text-stroke-color: var(--yellow);
}

.link-5 {
  font-family: Lato, sans-serif;
}

.text-span-5 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.bold-text-26 {
  color: #fff;
}

.heading-21 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.body {
  color: #000;
}

.image-48 {
  opacity: 1;
  border-radius: 0;
  margin-top: -55px;
  padding-top: 0;
}

.heading-22 {
  color: #000;
  text-decoration: none;
}

.bold-text-27 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.superscript-4, .superscript-5 {
  font-size: 30px;
}

.bold-text-28 {
  color: #fff;
}

.heading-23 {
  color: #fff;
  text-align: center;
  margin-top: -140px;
  margin-bottom: -147px;
  padding-top: 48px;
  padding-bottom: 75px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 15px;
}

.heading-24 {
  outline-offset: 0px;
  text-transform: uppercase;
  outline: 3px #555;
  text-decoration: none;
}

.bold-text-29 {
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.heading-25 {
  color: #000;
  -webkit-text-stroke-color: black;
  margin-top: -119px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.image-49 {
  margin-top: -124px;
}

.image-50 {
  border-radius: 20px;
  margin-top: 45px;
}

.image-51 {
  border-radius: 0;
  margin-top: 73px;
}

.button-31 {
  color: #000;
  background-color: #ff0;
  font-size: 18px;
  font-weight: 400;
}

.heading-26 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.button-30-copy {
  color: #000;
  background-color: #fff;
  margin-top: -212px;
  margin-bottom: 25px;
  padding: 8px 32px 9px 34px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.heading-27 {
  color: #fff;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 39px;
}

.button-34 {
  color: #000;
  background-color: #fff;
  margin-top: -66px;
  padding-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-35 {
  color: #fff;
  background-color: #000;
  margin-top: 18px;
  padding-top: 11px;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-53 {
  margin-top: 11px;
  margin-bottom: -93px;
  padding-top: 0;
}

.button-36 {
  color: #000;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.quick-stack {
  margin-top: -41px;
  padding-top: 0;
  padding-bottom: 2px;
}

.heading-28 {
  color: #000;
  margin-top: 43px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.button-37, .button-38 {
  color: #000;
  background-color: #fff;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-11 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-14 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-15 {
  color: #fff;
}

.bold-text-32 {
  font-size: 32px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-top: -189px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: -88px;
  margin-bottom: 49px;
  padding-top: 0;
  font-size: 14px;
  line-height: 16px;
}

.section-7 {
  margin-top: -136px;
  margin-bottom: -26px;
  padding-top: 9px;
  padding-bottom: 67px;
}

.button-39 {
  color: #000;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: -12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 30%;
  }

  .field {
    width: 70%;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .right-nav {
    padding-left: 0;
  }

  .brand {
    font-weight: 300;
  }

  .section.hero {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 79px;
    padding-top: 9px;
  }

  .image-15 {
    color: #000;
    background-color: #662ace;
  }

  .heading-7 {
    margin-top: -18px;
    padding-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-tag {
    margin-top: -5px;
  }

  .clients-wrapper-three {
    margin-bottom: -41px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-metrics-2 {
    margin-top: 25px;
    padding-top: 60px;
  }

  .container-8 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .margin-bottom-24px {
    font-size: 18px;
  }

  .button-primary {
    color: #fff;
  }

  .heading-8 {
    font-size: 35px;
  }

  .image-26 {
    margin-top: 7px;
    margin-bottom: 45px;
  }

  .hero-stack-2 {
    margin: -78px -7px 210px -8px;
    padding-top: 99px;
    padding-bottom: 0;
    padding-right: 42px;
    line-height: 1px;
  }

  .text-span-2 {
    color: var(--yellow);
  }

  .hero-without-image {
    margin-bottom: 15px;
    padding-top: 47px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-3 {
    margin-top: -142px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    flex: none;
    align-self: center;
    margin-top: -78px;
    padding-top: 0;
    font-style: italic;
  }

  .div-block-3 {
    margin-top: -79px;
    padding-bottom: 61px;
  }

  .button-primary-5 {
    color: var(--yellow);
  }

  .hero-heading-right {
    padding-bottom: 47px;
  }

  .margin-bottom-24px-6 {
    align-self: stretch;
  }

  .button-primary-6 {
    color: var(--yellow);
    margin-top: 9px;
    margin-right: -12px;
    padding-top: 12px;
    padding-right: 10px;
  }

  .heading-11 {
    align-self: center;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    align-self: center;
  }

  .heading-12 {
    text-align: center;
    align-self: center;
  }

  .container-11 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-copyright {
    align-self: flex-end;
  }

  .margin-bottom-24px-8 {
    color: #fff;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 22px;
  }

  .container-12 {
    max-width: 728px;
  }

  .clients-image-three-2, .clients-image-three-3 {
    margin-bottom: 30px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .bold-text-22 {
    text-align: center;
    font-size: 42px;
  }

  .container-13, .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-without-image-5 {
    margin-top: 173px;
    margin-bottom: -67px;
    padding-top: 257px;
  }

  .margin-bottom-24px-13 {
    margin-top: 30px;
    margin-bottom: -43px;
    font-size: 19px;
  }

  .grid-2 {
    margin-top: -90px;
    margin-bottom: -13px;
  }

  .button-19 {
    font-size: 16px;
  }

  .button-20 {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .button-21, .button-22 {
    font-size: 16px;
    line-height: 18px;
  }

  .container-16 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .bold-text-25 {
    font-weight: 400;
  }

  .text-block-8 {
    color: #000;
    margin-top: -15px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .grid-3 {
    margin-top: 17px;
    margin-bottom: 24px;
  }

  .youtube-2 {
    opacity: 50;
    outline-width: 2px;
  }

  .image-35 {
    margin-top: 1px;
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .superscript {
    font-size: 30px;
  }

  .text-block-9 {
    color: #000;
    margin-top: -81px;
    font-size: 32px;
  }

  .youtube-3 {
    margin-top: 6px;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-light {
    margin-top: -2px;
    margin-bottom: -143px;
    padding-top: 76px;
  }

  .container-18 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-divider-two-2 {
    margin-bottom: 69px;
  }

  .footer-copyright-2 {
    font-family: Lato, sans-serif;
  }

  .image-42 {
    margin-left: -6px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    margin-left: 12px;
  }

  .link-5 {
    color: #030303;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .text-span-5 {
    line-height: 45px;
  }

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

  .heading-23 {
    margin-top: -122px;
    margin-bottom: -66px;
    padding-top: 22px;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 10px;
  }

  .bold-text-29 {
    font-weight: 400;
  }

  .heading-25 {
    margin-top: -138px;
    padding-top: 0;
  }

  .image-51 {
    margin-top: 45px;
    margin-bottom: 63px;
    padding-bottom: 0;
  }

  .button-31 {
    background-color: var(--yellow);
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-26 {
    color: #fff;
    margin-top: -29px;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
  }

  .button-30-copy {
    font-weight: 400;
  }

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

  .heading-27 {
    margin-top: 48px;
    margin-bottom: 27px;
    font-size: 25px;
    line-height: 38px;
  }

  .button-35 {
    color: #fff;
    background-color: #000;
    padding-bottom: 9px;
  }

  .image-53 {
    margin-top: 19px;
    margin-bottom: -95px;
  }

  .container-19 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

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

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .left-nav {
    margin-top: -10px;
    padding-top: 0;
  }

  .right-nav {
    margin-top: -59px;
    margin-bottom: -4px;
    padding-top: 0;
    padding-bottom: 18px;
    padding-left: 0;
  }

  .brand {
    font-family: Lato, sans-serif;
  }

  .logo {
    margin-top: -12px;
    margin-bottom: 6px;
  }

  .section.hero {
    outline-offset: 0px;
    color: var(--peru);
    border-style: none;
    outline: 3px #333;
    margin-top: -14px;
    margin-bottom: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-bottom: 1px;
    font-family: Lato, sans-serif;
  }

  .heading-7 {
    color: #fff;
    margin-top: 27px;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
  }

  .section-6 {
    color: #6e2424;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-small {
    margin-top: 3px;
    padding: 55px 15px 71px;
  }

  .clients-tag {
    margin-top: 21px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-metrics-2 {
    padding: 60px 15px 14px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .text-block-4 {
    align-self: center;
  }

  .hero-stack {
    border-radius: 0;
    margin-top: 62px;
    padding: 93px 15px 0;
  }

  .margin-bottom-24px {
    font-family: Lato, sans-serif;
  }

  .heading-8 {
    margin-top: -51px;
    font-size: 35px;
  }

  .image-26 {
    margin-top: -2px;
  }

  .hero-stack-2 {
    margin-top: -66px;
    margin-bottom: 215px;
    padding: 88px 15px 0;
    line-height: 10px;
  }

  .margin-bottom-24px-2 {
    margin-top: -32px;
    margin-bottom: -158px;
    font-family: Lato, sans-serif;
  }

  .hero-without-image {
    border-radius: 0;
    margin-top: 68px;
    padding: 60px 15px 68px;
  }

  .margin-bottom-24px-3 {
    margin-top: -141px;
    margin-bottom: -12px;
  }

  .hero-heading-center, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-5 {
    font-family: Lato, sans-serif;
  }

  .hero-heading-right, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .shadow-two-2 {
    align-self: center;
  }

  .heading-13 {
    margin-top: 1px;
    margin-bottom: -6px;
    line-height: 38px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    color: #000;
    text-align: center;
    align-self: center;
    margin-top: -9px;
    padding-top: 22px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-without-image-3 {
    margin-top: 139px;
    padding: 60px 15px 29px;
  }

  .hero-wrapper-two-2 {
    margin-top: -88px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .margin-bottom-24px-8 {
    padding-top: 40px;
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

  .heading-15 {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-small-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-3 {
    margin-bottom: -30px;
  }

  .clients-image-three-3 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-without-image-4, .hero-heading-center-2, .hero-heading-right-3, .hero-heading-right-4, .hero-without-image-5 {
    padding: 60px 15px;
  }

  .hero-wrapper-two-4 {
    margin-top: -112px;
  }

  .image-32 {
    margin-top: 26px;
  }

  .container-15 {
    margin-bottom: 8px;
    padding-top: 19px;
    padding-bottom: 0;
  }

  .grid-2 {
    margin-bottom: -50px;
  }

  .button-19, .button-20, .button-21, .button-22 {
    font-weight: 400;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .bold-text-25 {
    font-weight: 400;
  }

  .grid-3 {
    margin-top: 35px;
    margin-bottom: 16px;
    font-weight: 400;
  }

  .youtube-2 {
    width: 80%;
  }

  .image-35 {
    margin-top: 71px;
    margin-bottom: 0;
  }

  .text-block-9 {
    margin-top: -61px;
    margin-bottom: -113px;
    padding-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .button-30 {
    margin-top: -128px;
    font-weight: 400;
  }

  .youtube-3 {
    outline-offset: 0px;
    border-color: #000;
    outline: 1px solid #ff0;
    width: 80%;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -170px;
    padding-top: 1px;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .image-45 {
    border-radius: 14px;
    margin-top: -20px;
    box-shadow: 16px 16px 5px #0003, 0 2px 5px #0003;
  }

  .link-5 {
    margin-top: 22px;
  }

  .text-span-5 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
  }

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

  .heading-23 {
    margin-top: -158px;
    margin-bottom: -201px;
    padding-top: 43px;
    padding-bottom: 18px;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }

  .bold-text-29 {
    font-weight: 400;
  }

  .heading-25 {
    margin-top: -121px;
  }

  .image-49 {
    margin-top: -102px;
  }

  .image-51 {
    margin-left: 45px;
  }

  .button-31 {
    background-color: gray;
  }

  .heading-26 {
    font-size: 25px;
  }

  .button-30-copy {
    margin-top: -211px;
    font-weight: 400;
  }

  .heading-27 {
    margin-top: 43px;
    font-size: 30px;
    line-height: 40px;
  }

  .button-35 {
    color: #fff;
    background-color: #000;
    margin-bottom: -33px;
    padding-top: 8px;
    padding-bottom: 11px;
  }

  .button-36 {
    margin-top: 24px;
    padding-top: 6px;
    font-weight: 400;
  }

  .quick-stack {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: -29px;
    padding-bottom: 0;
  }

  .heading-28 {
    color: #000;
    -webkit-text-stroke-color: black;
    margin-top: 11px;
    font-size: 27px;
  }

  .button-37 {
    padding-left: 16px;
  }

  .text-block-11 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .footer-dark {
    margin-bottom: -6px;
    padding: 70px 15px 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    margin-top: -87px;
    margin-bottom: 33px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    margin-bottom: -140px;
    padding: 7px 14px 42px;
  }

  .right-nav {
    text-align: center;
    margin-top: -4px;
    margin-bottom: -59px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    color: #020202cc;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .logo {
    text-align: right;
    margin-top: 62px;
    margin-bottom: -23px;
    margin-right: 15px;
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .section.hero {
    color: var(--peru);
    -webkit-text-stroke-color: var(--yellow);
    background-color: #0000;
    margin-top: 9px;
    margin-bottom: 5px;
    padding-top: 23px;
    padding-bottom: 0;
    box-shadow: -20px -20px 0 -20px #0003;
  }

  .section.grey {
    margin-top: -39px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .grey-heading {
    text-shadow: none;
  }

  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }

  .phone-image {
    width: 80%;
  }

  .heading {
    color: var(--black);
    margin-top: 4px;
    margin-bottom: 5px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .paragraph-2 {
    color: var(--black);
  }

  .button-2 {
    margin-bottom: 38px;
    margin-left: 3px;
    padding-top: 6px;
    padding-left: 0;
  }

  .grid {
    grid-template-rows: 38px 14px;
    grid-template-columns: 1.25fr 1.5fr;
  }

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

  .image-6 {
    padding-top: 5px;
    padding-bottom: 42px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .bold-text-6 {
    padding-left: 7px;
  }

  .bold-text-7 {
    font-size: 27px;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 30px;
  }

  .bold-text-11 {
    color: var(--yellow);
    text-align: center;
    font-weight: 700;
  }

  .bold-text-12, .bold-text-13 {
    color: var(--yellow);
  }

  .paragraph-4 {
    color: #f0e0e0d4;
    font-family: Lato, sans-serif;
  }

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

  .link-block-2.w--current {
    margin-top: -104px;
    margin-bottom: -12px;
    padding-top: 0;
  }

  .section-2 {
    border-radius: 20px;
  }

  .image-19 {
    margin-bottom: 30px;
    margin-left: -2px;
    padding-bottom: 5px;
  }

  .bold-text-19 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 25px;
  }

  .text-block-2 {
    margin-top: 39px;
    font-size: 15px;
    font-weight: 400;
  }

  .image-22 {
    font-size: 10px;
  }

  .heading-7 {
    color: #fff;
    margin-top: 42px;
    margin-bottom: -36px;
    padding-top: 26px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .link-4 {
    color: var(--black);
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
  }

  .bold-text-21 {
    font-size: 25px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clients-tag {
    margin-top: -29px;
    font-family: Lato, sans-serif;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: -17px;
    margin-bottom: 0;
    padding: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .features-metrics-2 {
    margin-top: 30px;
    padding-bottom: 118px;
  }

  .container-8 {
    max-width: none;
  }

  .features-wrapper-2 {
    margin-top: -19px;
    margin-bottom: -173px;
    padding-top: 0;
    font-size: 12px;
  }

  .features-title-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-weight: 400;
  }

  .hero-stack {
    border-radius: 0;
    margin-top: 50px;
    margin-bottom: 34px;
    padding-bottom: 8px;
  }

  .hero-wrapper-two {
    margin-top: -33px;
  }

  .margin-bottom-24px {
    color: #fff;
    margin-top: -20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .button-primary {
    color: var(--yellow);
    padding: 6px 9px 6px 8px;
    font-size: 12px;
    font-weight: 400;
  }

  .heading-8 {
    margin-top: -34px;
    font-size: 30px;
  }

  .hero-stack-2 {
    margin-top: -58px;
    margin-bottom: 225px;
    padding-top: 95px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-2 {
    margin-top: -48px;
    margin-bottom: -117px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .text-span-2 {
    color: var(--yellow);
  }

  .image-27 {
    margin-top: 0;
  }

  .hero-without-image {
    border-radius: 0;
    margin-top: 25px;
    margin-bottom: 68px;
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .margin-bottom-24px-3 {
    margin-top: -95px;
    margin-bottom: -117px;
    padding-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .shadow-two {
    margin-top: -34px;
  }

  .div-block-3 {
    margin-top: -92px;
    padding-bottom: 57px;
  }

  .hero-without-image-2 {
    margin-top: 12px;
    margin-bottom: 13px;
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .margin-bottom-24px-5 {
    font-size: 20px;
  }

  .button-primary-5 {
    color: var(--yellow);
  }

  .heading-10 {
    margin-top: -34px;
  }

  .image-30 {
    border-radius: 0;
    margin-top: 9px;
    margin-bottom: 8px;
    padding-top: 20px;
  }

  .margin-bottom-24px-6 {
    text-align: left;
  }

  .button-primary-6 {
    color: var(--yellow);
  }

  .div-block-4 {
    margin-bottom: 98px;
  }

  .italic-text-3 {
    font-size: 20px;
  }

  .heading-11 {
    font-weight: 400;
  }

  .hero-heading-right-2 {
    margin-top: 34px;
    padding-top: 35px;
  }

  .container-10 {
    max-width: none;
  }

  .shadow-two-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-12 {
    margin-top: -2px;
    margin-bottom: 15px;
    padding-top: 33px;
    padding-bottom: 0;
  }

  .heading-13 {
    margin-top: -3px;
    padding-top: 18px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .container-11 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-8.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
    align-self: center;
  }

  .hero-without-image-3 {
    margin-top: 74px;
    padding-top: 8px;
    padding-bottom: 26px;
  }

  .margin-bottom-24px-8 {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 26px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 97px;
    margin-bottom: -66px;
    font-size: 22px;
    line-height: 20px;
  }

  .container-12 {
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: 0 auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-wrapper-three-3 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .hero-without-image-4 {
    margin-top: 28px;
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .container-13 {
    max-width: none;
  }

  .button-primary-9 {
    font-weight: 400;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .hero-without-image-5 {
    margin-top: 36px;
    margin-bottom: -19px;
    padding-top: 27px;
    padding-bottom: 0;
    transform: translate(0);
    box-shadow: 20px -20px 0 -19px #0003, 0 2px 5px 17px #0003;
  }

  .hero-wrapper-two-4 {
    margin-top: -226px;
    margin-bottom: 164px;
    padding-top: 91px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-13 {
    margin-top: 18px;
    margin-bottom: -160px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .image-32 {
    margin-top: 4px;
    margin-bottom: -31px;
  }

  .grid-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 57px;
    margin-bottom: -66px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .button-19 {
    color: #000;
    border: 1px solid #fff;
    margin-top: 1px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
  }

  .button-20 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
  }

  .button-21 {
    color: #000;
    -webkit-text-stroke-color: white;
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: -4px;
    margin-bottom: 33px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
  }

  .button-22 {
    margin-top: 0;
    margin-bottom: 34px;
    padding-top: 11px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
  }

  .button-23 {
    margin-top: 11px;
    padding-top: 10px;
    font-size: 16px;
  }

  .button-26 {
    font-size: 16px;
  }

  .button-28 {
    margin-top: 11px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
  }

  .container-16 {
    max-width: none;
  }

  .bold-text-25 {
    font-weight: 400;
  }

  .grid-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    align-self: center;
    margin-top: -14px;
    margin-bottom: 18px;
    margin-right: -23px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 25px;
    font-weight: 400;
  }

  .image-33 {
    padding-left: 0;
    padding-right: 29px;
  }

  .youtube-2 {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 13px;
    padding-bottom: 0;
  }

  .heading-19, .subscript {
    font-weight: 400;
  }

  .image-35 {
    opacity: 1;
    border-radius: 20px;
    max-width: 70%;
    margin-top: 19px;
    margin-bottom: -83px;
  }

  .text-block-9 {
    margin-top: -45px;
    margin-bottom: 3px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .superscript-2 {
    font-size: 21px;
  }

  .superscript-3 {
    transform: scale3d(1none, 1none, 1none) scale3d(2, 2, 2);
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 25px;
  }

  .button-29 {
    margin-top: 41px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

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

  .paragraph-13 {
    color: #fff;
    margin-top: -13px;
    margin-bottom: 29px;
  }

  .button-30 {
    color: #000;
    background-color: #fff;
    margin-top: -119px;
    padding-left: 16px;
    padding-right: 21px;
  }

  .image-37 {
    margin-left: 0;
    margin-right: 11px;
    padding-right: 0;
  }

  .youtube-3 {
    width: 100%;
  }

  .container-17 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .image-41 {
    margin-top: -17px;
    margin-bottom: 58px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-18 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -198px;
    padding-bottom: 0;
  }

  .footer-copyright-2 {
    color: #000;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-42 {
    margin-left: 0;
    margin-right: -1px;
    padding-right: 0;
  }

  .image-45 {
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 13px;
    margin-top: -11px;
    margin-bottom: 8px;
    transform: translate(0);
  }

  .text-span-3 {
    font-weight: 300;
  }

  .text-block-10 {
    margin-top: -34px;
    margin-bottom: 12px;
    padding-top: 56px;
    padding-bottom: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .link-5 {
    margin-bottom: 13px;
    padding-top: 16px;
  }

  .text-span-4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .image-47 {
    transform: translate(0);
    box-shadow: 6px 7px 5px #0003;
  }

  .text-span-5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .heading-21 {
    text-align: center;
  }

  .image-48 {
    margin-top: -5px;
  }

  .bold-text-27 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    line-height: 20px;
  }

  .superscript-5 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .bold-text-28 {
    font-weight: 400;
  }

  .heading-23 {
    margin-top: -121px;
    margin-bottom: 2px;
    padding-top: 6px;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
  }

  .bold-text-29 {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .heading-25 {
    margin-top: 69px;
    margin-bottom: -101px;
    padding-bottom: 18px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
  }

  .image-49 {
    margin-top: 39px;
    margin-bottom: 36px;
  }

  .image-51 {
    margin: 24px 16px 28px 8px;
    padding-left: 0;
  }

  .heading-26 {
    font-size: 22px;
  }

  .button-30-copy {
    color: #000;
    background-color: #fff;
    margin-top: -158px;
    margin-bottom: 21px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 21px;
    font-size: 17px;
    font-weight: 400;
  }

  .bold-text-30 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-27 {
    color: #fff;
    margin-top: 23px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    line-height: 30px;
  }

  .button-32 {
    margin-top: -52px;
    margin-bottom: 47px;
  }

  .button-33 {
    margin-bottom: 69px;
  }

  .button-34 {
    color: #000;
    background-color: #fff;
    margin-top: -35px;
    margin-bottom: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Lato, sans-serif;
  }

  .button-35 {
    color: #fff;
    background-color: #000;
    margin-top: 28px;
    margin-bottom: 13px;
    margin-left: -3px;
    padding-bottom: 11px;
    padding-left: 9px;
    padding-right: 11px;
    font-family: Lato, sans-serif;
  }

  .image-52 {
    margin-bottom: -58px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-53 {
    margin-top: -58px;
    margin-bottom: -49px;
    padding-left: 0;
    padding-right: 24px;
  }

  .button-36 {
    margin-top: 0;
    padding-top: 8px;
    font-weight: 400;
  }

  .bold-text-31 {
    font-size: 25px;
  }

  .quick-stack {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: -24px;
    padding-top: 0;
  }

  .heading-28 {
    margin-top: -29px;
    font-size: 25px;
  }

  .button-37 {
    padding-left: 13px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-32 {
    font-size: 25px;
  }

  .footer-dark {
    margin-top: -16px;
    margin-bottom: 25px;
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .container-19 {
    max-width: none;
  }

  .footer-copyright-center {
    margin-top: -75px;
    margin-bottom: -16px;
    padding-top: 7px;
    padding-bottom: 25px;
  }

  .bold-text-33 {
    line-height: 55px;
  }
}

#w-node-_80fb7aed-fb41-5c13-0149-03e26e655f47-4f4aeb9a {
  align-self: center;
}

#w-node-_8dfd5865-5305-515d-db34-b7ba62a2ae80-4f4aeb9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_8dd45da9-4ae4-3714-51c5-c2740186234e-4f4aeb9a, #w-node-e0b7f59b-8d8a-90d9-d0a1-6ddf6e796877-4f4aeb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


