@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #6f7278;
  --ddd: white;
  --black-2: #333;
  --black: #3a3a3a;
  --primary-1: #346ae6;
  --neutral-100: white;
  --neutral-700: #494a4d;
  --neutral-500: #a0a2a7;
  --primary-2: #e0e9f8;
  --neutral-800-2: #292c32;
  --neutral-400: #caccd1;
  --neutral-300: #e7e9ee;
  --neutral-200: #fafafc;
  --neutral-800: #292c32;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.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;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  color: var(--neutral-600);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.63em;
}

a {
  text-decoration: none;
}

li {
  font-size: 16px;
  line-height: 28px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mm-nav-bar {
  background-color: #fff;
  margin-bottom: 9px;
  padding-top: 34px;
  padding-bottom: 0;
  top: 15px;
  bottom: 3px;
}

.herosection {
  background-color: #346ae6;
  border-top: 6px solid #747474;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.clouds-bg {
  background-color: #346ae6;
  background-image: url('../images/cloud.png');
  background-position: 0 19px;
  background-repeat: repeat-x;
  background-size: 527px;
  background-attachment: scroll;
  margin-top: -2px;
  padding-top: 22px;
  padding-bottom: 52px;
}

.section-2 {
  background-color: #f4f4f5;
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 56px;
}

.trust-logo {
  background-color: #ccc;
  padding-top: 57px;
  padding-bottom: 34px;
}

.hero-heading {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000, 0 -1px #ffffff40;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}

.btn-container {
  text-align: center;
  padding-top: 32px;
}

.top-home-btn {
  color: #fff;
  background-color: #00000026;
  border-radius: 30px;
  margin-left: 8px;
  margin-right: 7px;
  padding: 14px 25px;
}

.top-home-btn:hover {
  background-color: #0000005e;
}

.top-home-btn.darker-btn {
  background-color: #95b2f2;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.top-home-btn.darker-btn:hover {
  background-color: #00000026;
}

.hero-sub-heading {
  color: #010b4499;
  text-align: center;
  padding-bottom: 23px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.menu-style {
  color: #fff;
  font-size: 16px;
  transition: color .2s;
}

.menu-style:hover {
  color: #346ae6;
}

.menu-style.w--current {
  color: #95b2f2;
}

.footer {
  color: #bdb3b3;
  background-color: #3a3a3a;
  margin-top: 0;
  padding-top: 29px;
  padding-bottom: 25px;
}

.footer-tc {
  text-align: center;
  background-color: #ccc;
  margin-bottom: 2px;
  padding-bottom: 51px;
}

.privacypolicytext {
  float: left;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  display: block;
}

.bottom-logo {
  float: right;
  text-align: left;
  padding-left: 0;
  padding-right: 21px;
}

.container {
  text-align: center;
}

.footer-row {
  border-color: #646464 #fff #fff;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 29px;
}

.footerheading {
  color: #2cb3d1;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.footer-li {
  color: #bdb3b3;
  font-size: 12px;
}

.social-icon {
  width: 60%;
  padding: 6px;
}

.social-icon:hover {
  background-color: #346ae6;
  border-radius: 10px;
  padding: 6px;
}

.fotter-text {
  color: #f0e3e3;
  padding-bottom: 20px;
  font-size: 12px;
}

.fotter-blog-link-box {
  color: #ad9768;
}

.text-block {
  color: #f0e3e3;
  padding-bottom: 16px;
}

.text-block:hover {
  color: #95b2f2;
}

.blog-top {
  background-color: #346ae6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading {
  text-align: left;
  padding-bottom: 17px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.7em;
}

.date {
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
}

.blog-post-content-div {
  padding-top: 21px;
  padding-bottom: 48px;
}

.bio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100px;
  min-width: 50px;
  padding-bottom: 0;
}

.author-title {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.author-bio {
  font-family: Roboto, sans-serif;
}

.related-post-img {
  padding-top: 14px;
  padding-bottom: 13px;
}

.blog-section {
  padding-top: 105px;
  padding-bottom: 105px;
  line-height: 1.5em;
}

.single-blog-box {
  text-align: left;
  background-color: #ffffffde;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
  height: 100%;
  min-height: 380px;
  margin: -3px 0 78px;
  padding: 20px 47px 20px 0;
}

.blog-title-link {
  color: #757575;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.blog-title-link:hover {
  color: #000;
}

.blog-link-blog {
  color: #0f6ba0;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: Roboto, sans-serif;
}

.blog-snipet {
  color: #857c7c;
  padding-top: 0;
  padding-bottom: 18px;
  padding-right: 66px;
  font-size: 16.8px;
  line-height: 26px;
}

.blog-details {
  color: #aaa9a8;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.blog-catorgry-type {
  color: #aaa9a8;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.blog-info-row {
  background-color: #0000;
  padding: 11px 0 0;
}

.orange-under-nav {
  background-color: #346ae6;
  margin-bottom: -3px;
  padding-top: 26px;
  padding-bottom: 32px;
}

.related-blog-text {
  color: #da6517;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.contact-section-1 {
  background-color: #262626;
  padding: 129px 250px 121px;
}

.text-field-contact-page {
  color: #fff;
  background-color: #424242;
  border: 1px solid #857676;
  margin-bottom: 14px;
  padding-bottom: 6px;
}

.text-field-contact-page:focus {
  color: #fff;
}

.contact-us-heading {
  color: #9b9b9b;
  text-align: center;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.contact-us-heading.sent {
  color: #9fb431;
}

.contact-us-btn {
  background-color: #1bcba3;
  border-radius: 10px;
  margin-top: 9px;
  margin-bottom: -2px;
  padding-bottom: 9px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 16px;
}

.contact-us-h2 {
  color: #fff;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 43px;
  font-size: 22px;
  font-weight: 400;
}

.contact-us-info-area {
  text-transform: none;
  padding-top: 60px;
  padding-bottom: 62px;
  font-family: Roboto, sans-serif;
}

.contact-img {
  width: 20%;
  padding-bottom: 14px;
}

.contact-img-colmn {
  text-align: center;
}

.contact-text-1 {
  text-transform: uppercase;
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
}

.contact-text-2 {
  padding-bottom: 17px;
  font-size: 18px;
}

.mp-header-text {
  float: none;
  text-align: center;
  font-size: 16px;
}

.home-section-heading {
  color: #95b2f2;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.home-section-heading.invert-text {
  text-shadow: none;
}

.bottom-form {
  background-color: #ef612e;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bottom-form-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000;
  padding-bottom: 27px;
  font-size: 25px;
  font-weight: 700;
}

.bottom-frm-btn {
  background-color: #3a3a3a;
  border-radius: 15px;
  margin-top: 5px;
  padding-top: 9px;
}

.bottom-frm-btn:hover {
  color: #000;
  background-color: #db9f89;
}

.row {
  padding-top: 0;
}

.why-chose-us-text {
  margin-left: 84px;
  padding-bottom: 17px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.testimonial {
  background-color: #3d4252;
  padding-top: 32px;
  padding-left: 55px;
  padding-right: 55px;
}

.testimonial-section {
  padding-top: 82px;
  padding-bottom: 71px;
}

.testimonial-name {
  color: #80a8be;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-business {
  color: #000;
  text-align: left;
  font-weight: 700;
}

.testimonial-content {
  color: #908b8b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.testimonial-image2 {
  text-align: left;
  background-image: url('../images/dan2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  min-height: 100px;
  margin-left: 5px;
}

.testimonial-img-div {
  text-align: center;
  padding-bottom: 11px;
}

.qualified-img {
  width: 50%;
  box-shadow: 0 0 47px -10px #fff;
}

.qualified-colmn-2 {
  text-align: center;
}

.qualification-sub-title {
  color: #000;
  text-align: center;
  padding-bottom: 49px;
  font-size: 23px;
}

.service-text {
  color: #6b6b6b;
}

.service-img {
  clear: none;
  width: 20%;
}

.service-img-col {
  text-align: center;
}

.main-service-column-1 {
  padding-bottom: 70px;
}

.side-slide-form {
  z-index: 2000;
  background-color: #333;
  width: 300px;
  height: 600px;
  margin-top: 39px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
}

.x-close-img {
  clear: right;
  text-align: left;
  background-color: #000;
  border-radius: 60px;
  width: 15%;
  margin-bottom: 25px;
  padding: 10px;
  transition: opacity .2s;
}

.x-close-img:hover {
  background-color: #bd3c00;
}

.x-img-div {
  text-align: right;
  padding-right: 0;
}

.side-bar-btn {
  background-color: #ef612e;
  border-radius: 15px;
  margin-top: 14px;
  padding: 10px 71px;
}

.side-bar-btn:hover {
  background-color: #bd3708;
}

.side-bar-sub-text {
  color: #df7f5c;
  padding-bottom: 26px;
  font-size: 16px;
}

.home-slider-sub-heading {
  text-align: center;
}

.top-hero-slider {
  height: 400px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider {
  background-color: #ddd;
  padding-top: 59px;
  padding-bottom: 59px;
  position: static;
  overflow: visible;
}

.dropdown-bg {
  background-color: #ef612e;
  border-radius: 5px;
}

.dropdown-bg.w--open {
  background-color: #333;
}

.drop-down-li {
  color: #b3adab;
  border-bottom: 1px solid #000;
}

.drop-down-li:hover {
  color: #eeece6;
}

.drop-down-li.w--current {
  color: #ef612e;
}

.drop-down-li.w--current:hover {
  color: #f5eae6;
}

.about-us-top {
  background-image: url('../images/Digital-Marketing-Office-1.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  padding-top: 150px;
  padding-bottom: 271px;
}

.about-us-hero-section {
  background-color: #346ae6;
  padding-top: 59px;
  padding-bottom: 59px;
}

.bottom-about-us-container {
  border-top: 0 solid #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top-about-us-container {
  padding-top: 0;
  padding-bottom: 0;
}

.about-us-text {
  font-family: Roboto, sans-serif;
  font-size: 28px;
}

.under-google-pic-text {
  color: #bebcbc;
  padding-top: 18px;
  padding-bottom: 3px;
  font-weight: 400;
}

.service-h2 {
  padding-bottom: 11px;
  font-size: 25px;
}

.service-section {
  padding: 63px 0 104px;
}

.s-img {
  width: 60%;
  margin-left: 89px;
  padding-left: 0;
}

.s-list {
  margin-left: 89px;
}

.seo {
  background-color: #ddd;
  padding-bottom: 65px;
}

.product-box {
  padding-top: 62px;
  padding-bottom: 50px;
}

.email-img {
  padding-top: 97px;
  padding-bottom: 39px;
  padding-left: 26px;
}

.email-bottom-section {
  background-color: #d7d5d0;
  padding-top: 81px;
  padding-bottom: 98px;
}

.textarea {
  position: static;
}

.image-4 {
  padding-top: 30px;
}

.about-bullet {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.sticky-nav {
  z-index: 2000;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 2px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 17px -4px #000;
}

.modal-wrapper {
  z-index: 4000;
  backface-visibility: visible;
  text-align: center;
  background-color: #000000b0;
  height: 100%;
  padding-top: 90px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.modal-form-block {
  z-index: 5000;
  background-color: #e6e6e6;
  border-radius: 20px;
  width: 400px;
  height: 600px;
  margin: 90px auto 132px;
  padding: 18px 36px 17px;
  display: block;
  position: fixed;
  inset: 0;
  box-shadow: 1px 1px 3px #000;
}

.modal-heading {
  color: #ef612e;
  padding: 21px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.pop-up-form-text {
  padding-bottom: 2px;
  font-size: 16px;
}

.image-6 {
  background-color: #000;
  border-style: solid;
  border-color: #000;
  border-radius: 40px;
  width: 10%;
  margin-top: 1px;
  margin-bottom: 43px;
  margin-left: 321px;
  padding: 5px 5px 6px;
  display: block;
}

.image-6:hover {
  background-color: #8f8787;
}

.footer-link-style {
  color: #f0e3e3;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-style:hover {
  color: #95b2f2;
}

.section-3 {
  text-align: center;
  background-color: #f4f4f5;
  padding-top: 118px;
  padding-bottom: 24px;
}

.heading-2 {
  text-align: center;
  background-color: #ddd;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 135px;
}

.why-us-section {
  background-color: #ddd;
}

.webdesign-h2 {
  color: #b4461e;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.benefits-section-2 {
  background-color: #ddd;
  padding-bottom: 86px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.web-example-slider {
  text-align: center;
  background-color: #3d424a;
}

.website-example-section {
  background-color: #3d424a;
  padding-top: 50px;
  padding-bottom: 0;
}

.web-example-img {
  width: 60%;
}

.website-slider-heading {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px #000;
  padding-top: 2px;
  padding-bottom: 17px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.privacy-policy-link {
  color: #fff;
  text-align: left;
}

.privacy-policy-link:hover {
  color: #ad5e28;
}

.tandctext {
  padding-bottom: 79px;
}

.tsandcs-section {
  background-color: #3d3d3d;
  padding-top: 45px;
  padding-bottom: 11px;
}

.tandccontainer {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 46px;
}

.subtext {
  padding-top: 15px;
  padding-bottom: 46px;
  font-size: 18px;
}

.blog-number-ct {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.blog-btn-num {
  background-color: #ce6f25;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 8px;
}

.blog-btn-num:hover {
  background-color: #ff6803;
}

.blog-btn-num.w--current {
  background-color: #333;
}

.blog-num-section {
  color: #c7c4c4;
  background-color: #c7c4c4;
  padding-bottom: 83px;
}

.section-4 {
  padding-top: 37px;
  padding-bottom: 2px;
}

.heading-5 {
  color: #1c49ab;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 25px;
}

.rich-text-block {
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.section-5 {
  margin-left: 249px;
  margin-right: 249px;
  padding: 35px 0 109px;
}

.heading-6, .small-blog-img {
  text-align: center;
}

.phone-number-top {
  float: left;
  clear: none;
  color: #1bcba3;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.phone-number-top:hover {
  color: #353231;
}

.phone-top-colmn {
  margin-top: 0;
  margin-bottom: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.row-3 {
  text-align: right;
}

.link {
  margin-top: 0;
  padding-top: 0;
  line-height: 19px;
}

.section-6 {
  margin-bottom: 26px;
}

.btn30-min {
  color: #fff;
  background-color: #2cb3d1;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 14px 25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: background-color .3s;
}

.btn30-min:hover {
  color: #fff;
  background-color: #3b47a3;
}

.container-5 {
  text-align: center;
}

.text-block-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
}

.top-home-page-text-1 {
  padding-bottom: 23px;
  font-size: 33px;
  font-weight: 700;
  line-height: 35px;
}

.top-text-section-2 {
  text-align: center;
  background-image: url('../images/lights-new1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 855px;
  margin: 0;
  padding: 176px 76px 151px;
}

.typer {
  color: #346ae6;
}

.top-home-page-text-2 {
  color: #346ae6;
  font-size: 30px;
}

.social-heading-text {
  color: #ce5a0c;
  font-size: 25px;
}

.column-6, .column-7 {
  padding-left: 10px;
}

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

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5px;
}

.cloud-bg-white {
  background-color: #ddd;
  background-image: url('../images/nodes.png');
  background-position: 50% 100%;
  background-size: auto;
  border: 1px solid #252525;
  border-bottom: 6px solid #747474;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 51px;
  padding-bottom: 51px;
}

.custom-container {
  text-align: left;
  width: 1170px;
  min-height: 100px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.share-colmn {
  text-align: center;
  padding: 32px 30px 0;
}

.blog-col-1 {
  padding-top: 51px;
  padding-left: 15px;
  padding-right: 30px;
}

.blog-col-2 {
  min-height: 100px;
  padding-top: 27px;
  padding-bottom: 78px;
}

.text-block-3 {
  border-top: 1px solid #d4cdcd;
  margin-top: 38px;
  padding-top: 22px;
  padding-bottom: 24px;
  font-weight: 700;
}

.search-button {
  background-color: #cfcfcf;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search {
  margin-bottom: 36px;
}

.text-block-4 {
  color: #a1a1a1;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 29px;
  font-size: 14px;
}

.author-top {
  border-right: 0 solid #a3a0a0;
  padding-top: 16px;
  padding-bottom: 26px;
}

.stick-magnet {
  border-top: 1px solid #bdb5b5;
  min-height: 100px;
  margin-top: 27px;
  padding-top: 42px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.author-img-holder {
  text-align: center;
  border-right: 1px solid #838383;
  padding-top: 24px;
}

.author-div {
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 70%;
  margin-bottom: 50px;
  padding: 10px 15px 36px;
}

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

.collection-item {
  text-align: center;
}

.blog-post-style {
  font-family: Roboto, sans-serif;
  line-height: 1.2em;
}

.blog-post-style h2 {
  font-size: 30px;
}

.lp {
  margin-top: 40px;
  margin-bottom: 32px;
}

.column-11 {
  text-align: right;
  padding-top: 15px;
}

.top-lp {
  background-color: #346ae6;
  min-height: 90px;
}

.lp-footer {
  background-color: #3a3a3a;
  min-height: 100px;
}

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

.lp-h1 {
  color: #111;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

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

.lp-h2 {
  color: #8a8787;
  margin-bottom: 33px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-7 {
  margin-bottom: 135px;
  padding-top: 80px;
}

.div-block {
  width: 100%;
}

.image-7 {
  clear: none;
}

.lpbtn {
  color: #fff;
  background-color: #346ae6;
  border-radius: 15px;
  margin-top: 31px;
  padding: 13px 68px;
  font-size: 20px;
}

.lpbtn:hover {
  background-color: #0009;
}

.section-8 {
  background-color: #346ae6;
  padding-top: 79px;
  padding-bottom: 79px;
}

.container-6 {
  border-top: 1px solid #bebebe;
  padding-top: 57px;
}

.paragraph-6 {
  padding-left: 54px;
  padding-right: 54px;
  font-size: 19px;
}

.lp-li-font {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 400;
}

.lp-li {
  color: #5088b3;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.thank-you-text {
  color: #296b0b;
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 400;
}

.sell {
  background-color: #262626;
  padding-top: 79px;
  padding-bottom: 21px;
}

.heading-7 {
  color: #8aaaee;
  text-align: center;
  padding-bottom: 3px;
  font-weight: 400;
}

.section-9 {
  background-color: #e0f0d9;
  padding: 6px 11px 0;
  font-size: 10px;
}

.container-7 {
  text-align: center;
}

.section-10 {
  background-color: #262626;
  padding-top: 42px;
  padding-bottom: 85px;
}

.link-3 {
  color: #fff;
  background-color: #f64d10;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 51px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-3:hover {
  color: #000;
  background-color: #f64d10;
  box-shadow: 0 0 50px -4px #fff;
}

.lm-text {
  color: #b8acac;
  text-align: center;
  padding-bottom: 44px;
  font-size: 22px;
  font-weight: 100;
  line-height: 25px;
}

.heading-9 {
  text-align: center;
  margin-bottom: 1px;
  font-family: Bitter, serif;
  font-size: 28px;
}

.tw-t {
  color: #afaaaa;
  font-size: 16px;
  font-weight: 400;
}

.text55 {
  color: #bd4811;
  font-size: 17px;
}

.tr-s-heading {
  text-align: center;
}

.row-4 {
  padding-bottom: 55px;
}

.lm-li {
  color: #b17c63;
  font-size: 19px;
  font-weight: 400;
}

.lm-lix {
  color: #fff;
}

.mini-heading {
  color: #e6dfdf;
  padding-bottom: 13px;
  font-size: 20px;
}

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

.link-4 {
  background-color: #4d4a4a;
  border-radius: 10px;
  margin: 13px 0;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: 0 0 41px #fff;
}

.link-4:hover {
  color: #ecb119;
  box-shadow: 2px 0 46px 9px #ecb119;
}

.text-block-5 {
  font-size: 22px;
  line-height: 30px;
}

.section-11 {
  padding-bottom: 84px;
}

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

.image-9 {
  padding-bottom: 42px;
}

.link-5 {
  color: #f37c0e;
  background-color: #fff;
  border-radius: 15px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
}

.link-5:hover {
  box-shadow: 0 0 50px 11px #fff;
}

.column-16 {
  text-align: left;
  padding-top: 7px;
  padding-left: 0;
}

.row-5 {
  padding-top: 17px;
}

.image-10 {
  float: left;
  padding-right: 0;
}

.column-17 {
  padding-right: 0;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
}

.section-12 {
  background-color: #3d4252;
}

.text-span {
  color: #346ae6;
}

.html-embed {
  text-align: center;
  padding-top: 0;
}

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

.testimonial-boarder-box {
  border: 1px solid #b6b4b4;
  border-radius: 10px;
  min-height: 320px;
  margin: 11px 5px;
  padding: 26px 10px 5px;
}

.column-19 {
  padding-top: 35px;
}

.proof-testimonial {
  background-color: var(--ddd);
  background-image: url('../images/pat.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  margin-bottom: 0;
  padding: 200px 92px;
}

.bold-text-2 {
  color: #67a3b3;
}

.testimonial-small-tex {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.menu-style-light-bg {
  color: #000;
  font-size: 16px;
  transition: color .2s;
}

.menu-style-light-bg:hover {
  color: #346ae6;
}

.menu-style-light-bg.w--current {
  color: #95b2f2;
}

.tsandcs-section2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 11px;
}

.section-14 {
  min-height: 50px;
}

.bottom-link {
  color: #cecbcb;
}

.social-link-box {
  background-color: #4c4d4d;
  border-style: none;
  border-radius: 50px;
  padding: 8px;
  text-decoration: none;
  transition: background-color .2s;
}

.social-link-box:hover {
  background-color: #0d8be0;
  overflow: hidden;
}

.social-link-box:visited {
  border-color: #4c4d4d;
}

.footer-links {
  color: #cecbcb;
  text-decoration: none;
}

.footer-list-m {
  color: #cecbcb;
  list-style-type: none;
}

.unordered-list-4 {
  list-style-type: none;
}

.social-div {
  float: left;
  clear: none;
  width: 45px;
  min-height: 45px;
  margin: 5px;
  padding: 0;
}

.footer-h4 {
  color: #b4adad;
  text-align: left;
  padding-top: 29px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 400;
}

.pagination {
  padding-top: 26px;
  padding-bottom: 26px;
}

.heading-10 {
  text-align: center;
}

.paragraph-7 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-8 {
  color: #4ca9c6;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 25px;
}

.accordion-item-content {
  overflow: hidden;
}

.column-32 {
  clear: none;
  text-align: center;
  padding: 3px 18px 3px 0;
  position: relative;
}

.accordion-h4 {
  color: #1c1c1d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-7 {
  color: #8d8b8b;
}

.faq-heading-4 {
  margin-top: 14px;
  margin-bottom: 22px;
}

.circle {
  float: right;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  border-radius: 50px;
  width: 20px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 17px;
  display: block;
  box-shadow: inset 0 0 10px -5px #000;
}

.accordion-item-trigger {
  cursor: pointer;
  background-color: #e0e9f8;
  border: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 4px 8px;
}

.top-page-text {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000, 0 -1px #ffffff40;
  padding-top: 46px;
  padding-bottom: 17px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}

.director-text {
  color: #878585;
  padding-top: 15px;
  padding-left: 12px;
  font-family: Lato, sans-serif;
}

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

.nav-link {
  border-radius: 0;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.nav-link:hover {
  color: #fff;
  background-color: #346ae6;
  border-radius: 12px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.nav-link.w--current {
  margin-top: 20px;
  padding-top: 10px;
}

.navbar {
  padding-top: 6px;
  padding-bottom: 21px;
}

.container-10 {
  text-align: center;
  padding-top: 24px;
}

.what-we-do {
  background-color: #f5f5f6;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-11 {
  color: #5c5a5a;
  text-align: center;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}

.column-33 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.section-16 {
  background-color: #ccc;
  border: 1px solid #747474;
  border-top-width: 6px;
  border-bottom-color: #3b3b3b;
  margin-top: -1px;
  padding-top: 64px;
  padding-bottom: 20px;
}

.brand {
  padding-left: 45px;
}

.brand-footer {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.brand-div {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.colmn-fotter {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-6 {
  color: #454546;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-6:hover {
  color: #2f81a7;
}

.column-34 {
  padding-top: 35px;
}

.column-35, .column-36 {
  text-align: left;
}

.column-37 {
  text-align: center;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  color: var(--black-2);
  font-size: 15px;
}

.footer--link-new {
  color: var(--black-2);
}

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

.lead-mag {
  background-color: #e0e9f8;
  min-height: 100px;
  padding-top: 163px;
  padding-bottom: 163px;
}

.giving-back {
  background-color: var(--ddd);
  background-image: url('../images/pat.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  min-height: 200px;
  padding-top: 170px;
  padding-bottom: 180px;
}

.text-block-9 {
  text-align: center;
  padding-bottom: 47px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-9 {
  font-size: 16.8px;
}

.container-11 {
  padding-left: 76px;
  padding-right: 76px;
}

.image-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.columns {
  padding-bottom: 56px;
}

.text-block-10 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.testimonial-image1 {
  text-align: left;
  background-image: url('../images/Screen-Shot-2018-11-03-at-8.47.18-am.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  min-height: 100px;
  margin-left: 5px;
}

.testimonial-bio {
  padding-top: 13px;
}

.heading-12 {
  color: #5c5a5a;
  text-align: center;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

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

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

.shape2 {
  text-align: center;
  background-image: url('../images/triangle-white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 65px;
  min-height: 50px;
  position: relative;
  top: 196px;
  bottom: 0;
}

.grey-cloud-bg {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 0;
}

.blog-top2 {
  background-color: #346ae6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.read-more-btn:hover {
  background-color: #244058;
}

.free-resources-side-div {
  text-align: center;
  background-color: #346ae6;
  background-image: url('../images/triangle-white.png');
  background-position: 50% -1%;
  background-repeat: no-repeat;
  background-size: 65px;
  min-height: 240px;
  padding-top: 17px;
}

.heading-13 {
  color: var(--ddd);
  text-align: center;
  margin-top: 48px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button {
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #084275;
}

.div-block-3 {
  text-align: center;
  border: 1px solid #346ae6;
  height: 100%;
  min-height: 0%;
  padding-top: 36px;
  padding-bottom: 88px;
}

.div-block-4 {
  text-align: center;
  background-color: #6e6e6e;
  min-height: 100px;
  padding-top: 51px;
  padding-bottom: 48px;
}

.link-7 {
  color: #285d8b;
  font-family: Lato, sans-serif;
  font-size: 16.8px;
  line-height: 30px;
}

.link-7:hover {
  color: #000;
}

.heading-13-copy {
  color: var(--ddd);
  text-align: center;
  margin-top: 48px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading2-sidebar {
  color: #f5f8fa;
  text-align: center;
  height: 0%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-2 {
  background-color: #3898ec;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  background-color: #494b4c;
}

.div-block-5 {
  border-radius: 20px;
  height: 140px;
  position: relative;
  top: -35px;
}

.heading-28 {
  color: #8d8d8d;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.submit-button {
  background-color: #346ae6;
  border-radius: 13px;
  margin-top: 12px;
  padding: 13px 53px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-6 {
  border-top: 1px solid #b1b1b1;
  margin-top: 15px;
  padding-top: 10px;
}

.heading-29 {
  border-bottom: 1px solid #818181;
  margin-top: 18px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.collection-item-3 {
  text-align: center;
  padding-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px;
}

.section-19 {
  margin-left: 0;
  margin-right: 0;
  padding: 49px 0;
}

.button-3 {
  color: #346ae6;
  background-color: #0000;
  border: 2px solid #346ae6;
  border-radius: 11px;
  margin-top: 9px;
  padding-top: 9px;
  padding-left: 52px;
  padding-right: 52px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: background-color .3s;
}

.button-3:hover {
  color: #fff;
  background-color: #346ae6;
}

.paragraph-10 {
  margin-bottom: 18px;
  padding-top: 11px;
}

.image-13 {
  text-align: left;
}

.side-bar-pic {
  text-align: left;
  background-image: url('../images/mitch.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-13 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 39px;
}

.lpbtn-new {
  color: #fff;
  background-color: #346ae6;
  border-radius: 15px;
  margin-top: 31px;
  padding: 13px 68px;
  font-size: 20px;
}

.lpbtn-new:hover {
  background-color: #0009;
}

.section-20 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.container-14 {
  text-align: right;
}

.section-21 {
  background-color: #ddd;
  padding-top: 14px;
}

.hero-paragraph {
  color: #fff9;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.shape-top {
  text-align: center;
  background-image: url('../images/triangle-white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 65px;
  min-height: 50px;
  position: relative;
  top: 381px;
  bottom: 0;
}

.how-we-help {
  background-color: #e0e9f8;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-15 {
  color: #888484;
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  padding-top: 56px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.image-16, .column-45, .column-46, .column-47 {
  text-align: center;
}

.multi-image-front {
  padding-bottom: 0;
}

.multi-div {
  background-color: #0000;
  border: 0 solid #0000;
  min-height: 400px;
  margin-left: 23px;
  padding: 24px 24px 24px 26px;
}

.paragraph-11 {
  margin-bottom: 51px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--ddd);
  font-size: 30px;
  font-weight: 400;
}

.div-block-7 {
  background-color: #bb2626;
  position: relative;
  inset: 0% auto 0% 0%;
}

.text-field, .text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

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

.columns-2 {
  width: auto;
  max-width: none;
  padding-top: 65px;
}

.paragraph-12 {
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-4 {
  color: #010b4499;
}

.paragraph-13 {
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-14, .paragraph-15 {
  font-size: 17px;
  line-height: 28px;
}

.column-48 {
  padding-top: 62px;
}

.column-49 {
  padding-top: 42px;
}

.column-50 {
  padding-top: 0;
}

.lottie-animation {
  width: 100%;
  height: 500px;
  padding: 0;
  position: absolute;
}

.lottie-animation-2 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.btnbottom {
  color: #fff;
  text-align: left;
  background-color: #346ae6;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 26px;
  padding: 14px 25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: background-color .3s;
}

.btnbottom:hover {
  color: #fff;
  background-color: #2cb3d1;
}

.footer-social-media-link {
  color: #fff;
  background-color: #055f5b;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer-social-media-link:hover {
  color: #055f5b;
  background-color: #e9f8f7;
}

.footer-social-media-link.icon-15px {
  font-size: 15px;
}

.footer-social-media-link.icon-13px {
  font-size: 13px;
}

.cart-item-result {
  color: #292c32;
  font-weight: 500;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-nav-main-wrapper {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 60px 40px 45px;
  display: flex;
  box-shadow: 0 4px 22px #292c320a;
}

.footer-menu-content {
  justify-content: flex-start;
  margin-bottom: -24px;
  display: flex;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.typography-container {
  border-bottom: 1px solid #e7e9ee;
  padding-top: 54px;
  padding-bottom: 54px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.583em;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.color-title {
  color: #292c32;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link-2 {
  color: #292c32;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
}

.nav-link-2.dropdown {
  padding: 0;
  transition: color .3s;
  top: -1.5px;
}

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

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.brand-2 {
  padding-left: 0;
  transition-property: transform;
}

.brand-2:hover {
  transform: translate(0, -4px);
}

.mg-top-8px {
  margin-top: 8px;
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.input {
  color: #494a4d;
  background-color: #fff;
  border: 1px solid #caccd1;
  border-radius: 14px;
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: #055f5b;
}

.input:focus {
  color: #494a4d;
  border-color: #055f5b;
}

.input::placeholder {
  color: #6f7278;
}

.input.cart-item-quantity {
  border-radius: 10px;
  min-height: 38px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 25px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.cart-line-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.footer-small-print {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.cart-item-image {
  border-radius: 10px;
  max-width: 115px;
  margin-right: 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex {
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.container-small-left {
  max-width: 592px;
}

.paragraph-16.card-default {
  margin-bottom: 0;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.mg-top-32px {
  margin-top: 32px;
}

.divider {
  background-color: #caccd1;
  width: 100%;
  min-height: 1px;
}

.divider.footer-content-top-divider {
  background-color: #e7e9ee;
  margin-top: 64px;
  margin-bottom: 100px;
}

.divider.footer-content-bottom-divider {
  background-color: #e7e9ee;
  margin-top: 100px;
  margin-bottom: 38px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.inside {
  margin-top: 23px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

._2-buttons {
  margin-bottom: -15px;
}

.accent-text-primary-1 {
  color: #055f5b;
}

.mg-top-24px {
  margin-top: 24px;
}

.style-guide-header {
  background-color: #346ae6;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.nav-link-dropdown {
  line-height: 1em;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 30px;
  left: -303px;
}

.style-guide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1.125em;
}

.cart-item-price {
  color: #292c32;
  font-weight: 500;
}

.paragraph-small {
  color: var(--neutral-600);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-2 {
  background-color: #fff;
  border-top: 1px solid #caccd1;
  padding-top: 64px;
  padding-bottom: 42px;
}

.cart-header {
  border-bottom-color: #e7e9ee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

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

.footer-title {
  color: #292c32;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.typography-details {
  color: #055f5b;
  margin-top: 15px;
  font-weight: 500;
}

.remove-button {
  margin-top: 8px;
  line-height: 1em;
  text-decoration: none;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.footer-menu-wrapper {
  margin-right: 20px;
}

.footer-menu-wrapper.pages {
  width: 100%;
  max-width: 410px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.dropdown-arrow {
  font-size: 7px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -1.5px;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.button-secondary {
  color: #292c32;
  text-align: center;
  background-color: #0000;
  border: 1px solid #292c32;
  border-radius: 80px;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: border-color .3s, color .3s, transform .3s;
}

.button-secondary:hover {
  color: #055f5b;
  border-color: #055f5b;
  transform: translate(0, -4px);
}

.button-secondary._2-buttons-button {
  margin-bottom: 15px;
}

.button-secondary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

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

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.footer-social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: -12px;
  display: flex;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #e7e9ee;
  padding-top: 34px;
  padding-bottom: 34px;
}

.color-hex {
  color: #6f7278;
  line-height: 20px;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition-property: transform;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.2);
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #055f5b;
  border-radius: 80px;
  padding: 24px 44px;
  font-weight: 700;
  line-height: 1.111em;
  transition: color .3s, transform .3s, box-shadow .3s, background-color .3s;
}

.button-primary:hover {
  color: #ffd584;
  background-color: #003c39;
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px #292c321a;
}

.button-primary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.cart-empty-state {
  margin-top: 40px;
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary._2-buttons-button {
  margin-bottom: 15px;
  margin-right: 24px;
}

.button-primary.button-white {
  color: #292c32;
  background-color: #fff;
}

.button-primary.button-white:hover {
  background-color: #ffd584;
}

.button-primary.full-width {
  background-color: var(--primary-1);
  align-self: stretch;
  display: block;
}

.button-primary.full-width.cart:hover {
  transform: translate(0, -2px);
}

.button-primary.header-button {
  padding: 16px 26px;
  font-size: 16px;
  line-height: 1.125em;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.empty-state {
  z-index: 1;
  color: #494a4d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0 4px 10px #292c3208;
}

.empty-state.cart {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.error-message {
  color: #f50;
  text-align: center;
  background-color: #faf6f1;
  border-radius: 18px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

.color-block {
  background-color: var(--neutral-100);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: var(--primary-1);
}

.color-block.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.color-block.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.color-block.bg-primary-2 {
  background-color: var(--primary-2);
}

.color-block.bg-neutral-800 {
  background-color: var(--neutral-800-2);
}

.color-block.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.color-block.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.color-block.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.color-block.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.style-guide-subheader {
  background-color: #fafafc;
  padding: 56px 68px;
}

.style-guide-icon-link {
  background-color: var(--primary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cart-container {
  max-width: 500px;
  box-shadow: 0 5px 25px #292c320a;
}

.style-guide-content {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 24px;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
  box-shadow: 0 4px 22px #292c320a;
}

.style-guide-sidebar-title {
  color: #292c32;
  border-bottom: 1px solid #e7e9ee;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #e7e9ee;
  margin-top: 24px;
  padding-top: 24px;
}

.link-neutral-800 {
  color: #292c32;
}

.color-content {
  border-top: 1px solid #e7e9ee;
  padding: 22px 16px 24px;
}

.footer-logo-container {
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: translate(0, -4px);
}

.cart-item {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 0;
}

.cart-button {
  color: #292c32;
  background-color: #0000;
  border-radius: 80px;
  margin-right: 23px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.link-neutral-100 {
  color: #fff;
}

.dropdown-nav-link {
  color: #6f7278;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
}

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

.footer-nav {
  margin-bottom: 0;
  margin-right: 18px;
  padding-left: 0;
}

.style-guide-link {
  color: #494a4d;
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.style-guide-link:hover {
  color: #292c32;
  background-color: #e9f8f7;
}

.style-guide-link.w--current {
  color: #055f5b;
  background-color: #e9f8f7;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.color-white {
  color: #fff;
}

.color-container {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 10px;
  box-shadow: 0 4px 10px #292c3208;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.125em;
}

.card {
  background-color: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px #292c3208;
}

.card.default {
  padding: 48px 48px 56px;
}

.apple-pay {
  border-radius: 1000px;
  height: 56px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #151619d9;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cart-footer {
  border-top-color: #e7e9ee;
  padding-top: 24px;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.cart-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 16px;
  display: flex;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.footert-nav-link {
  color: #6f7278;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
}

.cart-quantity {
  color: #055f5b;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.125em;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.cart-subtotal {
  color: #292c32;
  font-size: 20px;
}

.title.dropdown-nav-title {
  color: #292c32;
  white-space: nowrap;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

.title.cart-item-title {
  color: #292c32;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #ffd584;
}

.footer-logo {
  width: 260px;
}

.heading-30 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  font-size: 52px;
  line-height: 1.308em;
}

.heading-31 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 1.316em;
}

.heading-32 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  line-height: 1.375em;
}

.heading-33 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 1.091em;
}

.heading-34 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.389em;
}

.heading-35 {
  color: var(--neutral-800);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
}

.paragraph-17 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.833em;
}

.section-22, .section-23 {
  background-color: #e0e9f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-lp {
  background-color: var(--black-2);
  padding-top: 74px;
  padding-bottom: 128px;
}

.navbar-2 {
  border-bottom: 4px solid #9db9fc;
  padding-top: 5px;
  padding-bottom: 11px;
}

.footer-header-h5 {
  color: var(--neutral-300);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.columns-3 {
  text-align: right;
  padding-top: 0;
}

.column-51 {
  padding-top: 20px;
}

.text-block-11 {
  color: var(--neutral-400);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.list {
  color: #e0e0e0;
}

.list-item {
  color: #472d2d;
}

.fiooter-link {
  color: #6dccf8a6;
  line-height: 1.5em;
}

.column-52 {
  padding-top: 22px;
}

.column-53 {
  padding-top: 37px;
}

.section-25, .section-26, .section-27 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-54 {
  clear: none;
  text-align: center;
  padding: 3px 18px 3px 0;
  position: relative;
}

.accordion-item-trigger-2 {
  cursor: pointer;
  background-color: #e0e9f8;
  border: 1px solid #e9e9e9;
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 14px 8px;
}

.circle-2 {
  float: right;
  background-color: #7897e0;
  border: 0 solid #d4d4d4;
  border-radius: 50px;
  width: 30px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 17px;
  display: block;
  box-shadow: inset 0 0 10px -5px #000;
}

.image-arrow {
  padding: 2px 1px 0;
}

.faq-section {
  padding-top: 71px;
  padding-bottom: 103px;
}

.accord-div {
  padding-top: 20px;
  padding-bottom: 45px;
}

.page-p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.heading-3 {
  padding-bottom: 51px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.accordion-item-content-2 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.columns-4 {
  text-align: right;
}

.icon-2 {
  color: #352929;
}

.inner-slide-div {
  text-align: center;
  background-color: #e0e9f8;
  border-radius: 20px;
  height: 100%;
  margin: 10px;
  padding-top: 27px;
  padding-left: 21px;
  padding-right: 21px;
}

.column-55 {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-heading {
  color: #233f80;
  text-align: center;
  margin-bottom: 3px;
  font-size: 20px;
}

.container-15 {
  max-width: 1350px;
}

.date-text {
  text-align: left;
  padding-top: 13px;
}

.review-paragraph {
  color: #777474;
  margin-bottom: 17px;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.slide-nav {
  padding-top: 23px;
}

.review-read-more-link {
  color: #e47c28;
  font-size: 16px;
}

.image-17 {
  text-align: center;
  padding-top: 11px;
}

.section {
  border-bottom: 1px solid #8a8888;
  padding-top: 76px;
  padding-bottom: 76px;
}

.slider-2 {
  background-color: #0000;
  height: 410px;
  padding-bottom: 40px;
  overflow: hidden;
}

.heading-36 {
  padding-bottom: 51px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.icon-3 {
  color: #352929;
}

.mask {
  width: 400px;
  overflow: visible;
}

.section-28 {
  border-bottom: 4px solid var(--primary-1);
  background-color: #ddd;
  padding-bottom: 25px;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-4 {
  border-radius: 6px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.nav-menu-2 {
  padding-top: 19px;
}

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

.text-block-12 {
  padding-top: 21px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-style: normal;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
}

.image-18 {
  padding-top: 26px;
}

.html-embed-2 {
  margin-bottom: 0;
}

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

.dropdown-toggle {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle:hover {
  color: var(--ddd);
  background-color: #346ae6;
  border-radius: 12px;
}

.dropdown-toggle:active {
  color: #fff;
  background-color: #346ae6;
}

.dropdown-toggle:focus {
  color: #fff;
  background-color: #346ae6;
  border-radius: 15px;
}

.dropdown-toggle.w--open:active {
  background-color: #2763ed;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.dropdown-link {
  background-color: #fff0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #2cb3d1;
}

.dropdown-list-2 {
  border-radius: 0;
}

.dropdown-list-2.w--open {
  mix-blend-mode: normal;
  background-color: #abdfff;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.fa-icon {
  padding-left: 9px;
  padding-right: 9px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.list-item-2 {
  color: #6f7278;
  font-size: 17px;
}

.column-58 {
  padding-top: 0;
}

.column-59 {
  padding-top: 63px;
}

.column-60 {
  padding-top: 88px;
}

.container-1110px {
  text-align: center;
  max-width: 1110px;
}

.heading-37 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 800;
}

.paragraph-16-robo {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.image-19 {
  text-align: center;
  padding-top: 10px;
  position: static;
}

.section-29 {
  color: #000;
  background-color: #e0e9f8;
  padding-top: 51px;
  padding-bottom: 51px;
}

.section-30 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-38 {
  color: #333;
  text-align: left;
  margin-bottom: 37px;
  font-family: Roboto, sans-serif;
  font-weight: 800;
}

.columns-5 {
  padding-top: 34px;
}

.columns-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.column-61 {
  padding: 68px 26px;
}

.column-62 {
  padding: 68px 0;
}

.fa-icon-2 {
  color: var(--primary-1);
  padding-left: 9px;
  padding-right: 9px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.btnbottom-v2 {
  color: #fff;
  text-align: left;
  background-color: #346ae6;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-top: 26px;
  margin-bottom: 54px;
  padding: 14px 25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: background-color .3s;
  position: static;
}

.btnbottom-v2:hover {
  color: #fff;
  background-color: #2cb3d1;
}

.column-63 {
  clear: none;
  text-align: center;
  padding: 3px 18px 3px 0;
  position: relative;
}

.text-block-14 {
  color: #8d8b8b;
}

.paragraph-18 {
  color: #000;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 25px;
}

.column-64 {
  clear: none;
  text-align: center;
  padding: 3px 18px 3px 0;
  position: relative;
}

.text-block-15 {
  color: #8d8b8b;
}

.paragraph-19 {
  color: #000;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 25px;
}

.section-31 {
  border-top: 1px solid #636363;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.footer-headings {
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 800;
}

.container-16 {
  padding-top: 70px;
}

.list--footer-1 {
  text-align: left;
  padding: 9px 31px;
  list-style-type: none;
}

.list-item-3, .list-item-4 {
  text-align: left;
}

.list--footer-2 {
  text-align: left;
  padding-left: 100px;
  list-style-type: none;
}

.list--footer-3 {
  text-align: left;
  padding-left: 18px;
  list-style-type: none;
}

.columns-7 {
  border-top: 1px solid #000;
  margin-top: 42px;
  padding-top: 7px;
  padding-left: 0;
}

.column-65 {
  padding-top: 22px;
  padding-left: 0;
  padding-right: 0;
}

.image-20 {
  padding-left: 9px;
}

.heading-39 {
  color: #7c7878;
  font-family: Roboto, sans-serif;
}

.container-17 {
  padding-top: 0;
}

.section-32 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-33 {
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Roboto, sans-serif;
}

.fa-icon-faq {
  color: #3f3f3f;
  padding-left: 1px;
  padding-right: 1px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.fa-icon-3 {
  color: var(--primary-1);
  padding-left: 9px;
  padding-right: 9px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-40 {
  font-family: Roboto, sans-serif;
  line-height: 1.7em;
}

.heading-41 {
  font-family: Roboto, sans-serif;
  line-height: 1.6em;
}

.heading-42 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  line-height: 1.5em;
}

.heading-43 {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  line-height: 1.6em;
}

.heading-44 {
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

.heading-45 {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  line-height: 1.6em;
}

.paragraph-20 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.block-quote, .list-2, .paragraph-21, .paragraph-22, .list-3, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  font-family: Roboto, sans-serif;
}

.paragraph-28 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.column-71 {
  padding: 28px 21px 21px;
}

.heading-46 {
  color: #5a5a5a;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.7em;
}

.blog-div {
  border: 1px #000;
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 32px;
}

.column-72 {
  padding-left: 0;
}

.button-5 {
  text-align: center;
  margin-top: 21px;
  padding-top: 9px;
}

.image-21 {
  padding: 14px;
}

.paragraph-29 {
  text-align: left;
  line-height: 1.5em;
}

.fa-icon-date {
  color: #8d8b8b;
  padding-left: 9px;
  padding-right: 9px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.heading-47 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 1.7em;
}

.rich-text-block-2 {
  text-align: left;
}

.heading-48 {
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.section--form {
  background-color: #e7e7e7;
  padding-top: 90px;
  padding-bottom: 156px;
}

.code-embed, .code-embed-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .footer-title {
    font-size: 22px;
  }

  .footer-menu-wrapper {
    margin-right: 40px;
  }

  .footer-menu-wrapper.pages {
    max-width: 450px;
  }

  .footer-nav {
    margin-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .single-blog-box {
    min-height: 430px;
  }

  .service-h2 {
    direction: ltr;
    text-transform: none;
    position: static;
  }

  .s-img {
    margin-top: 58px;
  }

  .about-img-2 {
    padding-top: 66px;
  }

  .custom-container {
    width: 760px;
  }

  .author-top {
    border-right-width: 0;
  }

  .icon {
    font-size: 40px;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: none;
    padding: 50px 0 0;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .nav-link-2 {
    font-size: 32px;
  }

  .nav-link-2.dropdown {
    display: inline-block;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .footer-small-print {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    min-height: 18px;
    display: flex;
  }

  .dropdown-2-columns {
    flex-wrap: wrap;
    display: flex;
  }

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

  .divider.footer-content-bottom-divider {
    margin-top: 83px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 30px;
    margin-right: 50px;
  }

  .dropdown-nav-pages-wrapper.inside {
    margin-top: 0;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav-menu {
    background-color: #fafafc;
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
    padding-top: 121px;
    padding-bottom: 36px;
    position: fixed;
    overflow: auto;
    box-shadow: 0 4px 22px #292c320a;
  }

  .header-menu-button-icon-medium {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    flex-wrap: wrap-reverse;
    margin-bottom: -20px;
  }

  .footer-menu-wrapper {
    margin-bottom: 60px;
    margin-right: 64px;
  }

  .footer-menu-wrapper.pages {
    max-width: 433px;
    margin-right: 64px;
  }

  .dropdown-arrow {
    font-size: 13px;
    top: -3.5px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .split-content.header-left, .split-content.header-right {
    z-index: 99;
    position: relative;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-social-media-wrapper {
    margin-bottom: 20px;
  }

  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #055f5b;
    border-radius: 1000px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-left: 23px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
    overflow: hidden;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #055f5b;
  }

  .footer-nav {
    margin-right: 30px;
  }

  .card.default {
    padding-left: 40px;
    padding-right: 40px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -60px;
  }

  .footer-logo {
    width: 217px;
  }

  .dropdown-toggle {
    width: 100%;
    position: relative;
  }

  .dropdown-2 {
    width: 100%;
  }

  .container-1110px, .paragraph-16-robo {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .privacypolicytext {
    float: none;
    text-align: center;
  }

  .bottom-logo {
    float: none;
  }

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

  .footerheading {
    text-align: left;
    padding-left: 130px;
  }

  .footer-li {
    padding-left: 153px;
  }

  .social-icon {
    width: 40%;
  }

  .fotter-text {
    padding-bottom: 59px;
    padding-left: 152px;
  }

  .text-block {
    padding-left: 149px;
  }

  .social-icon-colmn {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .contact-section-1 {
    padding: 138px 45px;
  }

  .contact-us-h2 {
    margin-right: 0;
    padding-left: 43px;
    padding-right: 43px;
  }

  .contact-img {
    width: 15%;
  }

  .bottom-form-heading {
    padding-bottom: 26px;
  }

  .testimonial-nav {
    margin-top: 0;
    margin-bottom: -58px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image2 {
    margin-left: auto;
    margin-right: auto;
  }

  .qualified-img {
    text-align: center;
    width: 30%;
  }

  .qualified-colmn-2 {
    text-align: center;
    padding-bottom: 47px;
  }

  .service-text {
    padding-left: 63px;
    padding-right: 74px;
    font-size: 16px;
    line-height: 30px;
  }

  .mobile-bottom-form {
    padding-bottom: 59px;
    padding-left: 49px;
    padding-right: 49px;
  }

  .about-us-text {
    text-align: center;
    padding-bottom: 8px;
  }

  .under-google-pic-text {
    padding-top: 27px;
    padding-left: 59px;
    padding-right: 45px;
  }

  .service-h2 {
    text-align: center;
  }

  .s-img {
    padding-bottom: 20px;
  }

  .contact-us-form {
    padding-left: 43px;
    padding-right: 48px;
  }

  .contact-us-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-us-cont {
    padding-bottom: 26px;
    padding-left: 49px;
    padding-right: 27px;
  }

  .image-4 {
    width: 472px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-img-2 {
    padding-top: 74px;
  }

  .about-bullet {
    padding-top: 21px;
    padding-left: 92px;
    padding-right: 0;
  }

  .mob-p-text {
    padding-left: 32px;
    padding-right: 34px;
  }

  .custom-container {
    width: 560px;
  }

  .share-colmn {
    text-align: left;
  }

  .lp-h1 {
    text-align: center;
  }

  .bold-text {
    padding: 0;
  }

  .lp-h2 {
    text-align: center;
  }

  .image-7 {
    padding: 52px 17px;
  }

  .column-13 {
    padding-left: 58px;
    padding-right: 58px;
  }

  .faq-heading-4 {
    text-align: center;
  }

  .accordion-wrapper {
    padding-left: 39px;
    padding-right: 39px;
  }

  .heading-11 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .colmn-fotter {
    padding-bottom: 31px;
  }

  .link-6 {
    font-weight: 700;
  }

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

  .testimonial-image1 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .column-40, .column-41 {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 14px;
  }

  .column-42 {
    text-align: center;
    padding-top: 41px;
  }

  .column-43 {
    padding-left: 63px;
    padding-right: 63px;
  }

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

  .heading-15 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .color-primary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 40px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .nav-link-2 {
    font-size: 30px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .footer-small-print {
    margin-bottom: 0;
    margin-right: 0;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .divider.footer-content-top-divider {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .divider.footer-content-bottom-divider {
    margin-top: 70px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-content-bottom {
    text-align: center;
    flex-flow: column-reverse;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-menu-wrapper.pages {
    width: auto;
    max-width: none;
  }

  .dropdown-arrow {
    font-size: 11px;
    top: -3.5px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 120px;
    display: block;
  }

  .button-secondary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-content-top {
    flex-direction: column;
  }

  .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-primary._2-buttons-button {
    margin-right: 20px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .style-guide-subheader {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-logo-container {
    margin-bottom: 35px;
  }

  .menu-button {
    margin-left: 0;
  }

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

  .color-secondary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-nav-item {
    margin-bottom: 22px;
  }

  .card.default {
    padding: 40px 33px 46px;
  }

  .footer-content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.dropdown-nav-title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .title.cart-item-title {
    font-size: 18px;
  }

  .text-block-11 {
    text-align: center;
  }

  .page-p {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .accordion-wrapper-2 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .column-55, .date-text {
    text-align: center;
  }

  .slider-2 {
    height: 450px;
  }

  .heading-36 {
    text-align: center;
  }

  .dropdown-toggle {
    text-align: left;
  }

  .accordion-wrapper-3, .accordion-wrapper-4 {
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 19px;
  }

  .trust-logo {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .hero-heading {
    padding: 23px;
  }

  .btn-container {
    padding-bottom: 0;
    padding-left: 21px;
    padding-right: 26px;
  }

  .top-home-btn {
    margin-bottom: 26px;
  }

  .hero-sub-heading {
    padding-left: 23px;
    padding-right: 23px;
    line-height: 30px;
  }

  .menu-style {
    border-bottom: 1px solid #b1afaf;
  }

  .menu-style.w--current {
    border-bottom: 1px #b1afaf;
  }

  .footer {
    margin-bottom: 0;
    padding: 62px 0 0;
  }

  .privacypolicytext {
    text-align: center;
  }

  .bottom-logo {
    float: none;
    clear: none;
    text-align: center;
  }

  .container {
    padding: 13px 32px;
  }

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

  .footer-row {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .footerheading {
    text-align: left;
    margin-bottom: 17px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 45px;
  }

  .footer-li {
    padding-left: 47px;
  }

  .social-icon {
    width: 40%;
  }

  .fotter-text {
    padding-bottom: 25px;
    padding-left: 41px;
  }

  .text-block {
    padding-left: 29px;
  }

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

  .date {
    text-align: center;
  }

  .blog-post-content-div {
    padding-top: 18px;
  }

  .bio-image {
    width: 150px;
  }

  .social-icon-colmn {
    text-align: center;
  }

  .footer-text-colmn {
    padding-bottom: 33px;
  }

  .dynamic-blog {
    padding-left: 13px;
  }

  .author-title {
    text-align: center;
    margin-bottom: 17px;
  }

  .author-bio {
    padding-left: 24px;
  }

  .related-post-img {
    padding-bottom: 57px;
    padding-left: 0;
  }

  .blog-section {
    padding-left: 11px;
    padding-right: 11px;
  }

  .single-blog-box {
    height: 250px;
    min-height: 450px;
    margin-bottom: 31px;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .blog-snipet {
    font-size: 16px;
  }

  .contact-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-heading.sent {
    font-size: 28px;
  }

  .contact-us-h2 {
    font-size: 18px;
  }

  .contact-img-colmn {
    padding: 36px;
  }

  .mp-header-text {
    font-size: 18px;
  }

  .home-section-heading {
    margin-bottom: 0;
    padding: 10px 17px 25px 13px;
    line-height: 35px;
  }

  .bottom-form-heading {
    padding-top: 62px;
    padding-bottom: 23px;
    line-height: 35px;
  }

  .why-chose-us-text {
    margin-left: 0;
  }

  .testimonial-nav {
    margin-top: 7px;
    margin-bottom: -10px;
    padding-top: 58px;
    padding-bottom: 0;
  }

  .testimonial-section {
    padding-bottom: 104px;
  }

  .testimonial-name, .testimonial-business {
    text-align: center;
  }

  .testimonial-image2 {
    margin-left: auto;
    margin-right: auto;
  }

  .qualified-img {
    text-align: right;
    width: 35%;
  }

  .qualified-colmn-2 {
    text-align: center;
  }

  .qualification-sub-title {
    padding-left: 31px;
    padding-right: 26px;
  }

  .service-text {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .side-slide-form {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    display: none;
  }

  .x-img-div {
    padding-right: 18px;
  }

  .side-bar-btn {
    padding: 16px 34px;
    font-size: 16px;
  }

  .side-bar-sub-text {
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-main {
    min-height: 500px;
  }

  .mobile-bottom-form {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider-sub-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .top-hero-slider {
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider {
    text-align: center;
    min-height: 550px;
    padding-bottom: 66px;
  }

  .menu-drop-down {
    border-top: 1px solid #b1afaf;
    border-bottom: 1px solid #b1afaf;
  }

  .about-us-text {
    text-align: center;
  }

  .under-google-pic-text {
    padding-top: 37px;
  }

  .service-h2 {
    text-align: center;
    padding-left: 7px;
    padding-right: 0;
  }

  .s-img {
    width: 320%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .s-list {
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-slider-coontainer {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-3 {
    min-height: 460px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .right-arrow {
    margin-bottom: 0;
  }

  .slider-img {
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-2, .image-3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-us-cont {
    padding-bottom: 27px;
    padding-left: 29px;
    padding-right: 16px;
  }

  .image-4 {
    text-align: left;
  }

  .about-img-2 {
    padding-top: 63px;
  }

  .about-bullet {
    padding-right: 30px;
  }

  .mob-p-text {
    padding-bottom: 14px;
    padding-left: 26px;
    padding-right: 10px;
  }

  .sticky-nav {
    display: none;
    top: -70px;
    left: 0;
    right: 0;
  }

  .top-phone-number {
    text-align: left;
    padding-top: 22px;
    padding-left: 22px;
    font-size: 18px;
  }

  .number-color {
    color: #346ae6;
    font-size: 20px;
    font-weight: 700;
  }

  .container-4 {
    text-align: left;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-form-block {
    width: 90%;
    height: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .modal-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .image-6 {
    margin-top: 0;
    margin-left: 215px;
    padding-top: 5px;
  }

  .slid-mobile-form-feilds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web-example-img {
    width: 90%;
  }

  .website-slider-heading {
    padding-left: 17px;
  }

  .right-arrow-mm {
    position: absolute;
    top: 180px;
    bottom: 0;
    right: 60px;
  }

  .left-arrow-mm {
    top: 180px;
    bottom: 0;
    left: 60px;
  }

  .heading-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .phone-top-colmn {
    margin-top: 15px;
    margin-bottom: 22px;
  }

  .row-3 {
    text-align: center;
    margin-top: 0;
  }

  .link {
    text-align: left;
  }

  .btn30-min {
    margin-bottom: 35px;
    padding-bottom: 14px;
  }

  .top-home-page-text-1 {
    font-size: 28px;
  }

  .top-text-section-2 {
    background-position: 0 0;
    padding-top: 232px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .top-home-page-text-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .social-heading-text {
    text-align: center;
    margin-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .column-6 {
    padding-right: 20px;
  }

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

  .paragraph {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 13px 13px 31px;
  }

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

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    margin-bottom: 15px;
    padding: 13px 13px 31px;
  }

  .cloud-bg-white {
    margin-top: 0;
    padding-top: 61px;
  }

  .custom-container {
    width: 320px;
  }

  .share-colmn {
    text-align: left;
    padding-top: 13px;
  }

  .blog-col-1 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
  }

  .author-top {
    border-right-width: 0;
  }

  .author-img-holder {
    border-right-width: 0;
    padding-bottom: 17px;
  }

  .author-div {
    width: 100%;
  }

  .column-10 {
    padding-left: 0;
  }

  .collection-item {
    padding-bottom: 28px;
  }

  .blog-post-style h2 {
    font-size: 20px;
  }

  .column-11 {
    text-align: center;
    padding-top: 32px;
  }

  .lp-h1 {
    color: #424344;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
  }

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

  .lp-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 31px;
    font-size: 20px;
  }

  .section-7 {
    padding-top: 56px;
  }

  .image-7 {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .paragraph-6 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .lp-li-font {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .column-13 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .unordered-list {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-family: Lato, sans-serif;
  }

  .lp-li {
    padding-bottom: 7px;
  }

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

  .reviews-g {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-7 {
    margin-bottom: 29px;
    font-size: 32px;
  }

  .lm-text {
    padding-bottom: 75px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .heading-9 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 25px;
    line-height: 35px;
  }

  .tw-t {
    padding-left: 26px;
    padding-right: 26px;
  }

  .row-4 {
    padding-bottom: 35px;
  }

  .mini-heading {
    text-align: center;
  }

  .column-15 {
    padding-bottom: 50px;
  }

  .text-block-5 {
    text-align: center;
  }

  .image-8 {
    padding-top: 58px;
  }

  .s10 {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 4px 39px;
  }

  .column-16 {
    text-align: left;
    padding-left: 0;
  }

  .row-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-10 {
    margin-left: 58px;
    padding-left: 0;
  }

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

  .new-icon {
    color: #fff;
    padding-right: 15px;
    font-size: 40px;
  }

  .price-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form {
    margin-bottom: 90px;
  }

  .proof-testimonial {
    padding: 77px 23px;
  }

  .menu-style-light-bg {
    border-bottom: 1px solid #b1afaf;
  }

  .menu-style-light-bg.w--current {
    border-bottom: 1px #b1afaf;
  }

  .bottom-link {
    color: #cecbcb;
  }

  .bottom-link:hover {
    color: #13a0e0;
  }

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

  .column-30 {
    padding-left: 0;
  }

  .phone-botttom {
    color: #86a7b6;
  }

  .phone-botttom:hover {
    color: #61adcf;
  }

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

  .column-31 {
    text-align: left;
    margin-bottom: 31px;
    padding-bottom: 0;
  }

  .social-holder-div {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 61px;
    display: block;
  }

  .paragraph-7 {
    line-height: 22px;
  }

  .paragraph-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-heading-4 {
    text-align: center;
  }

  .accordion-wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .top-page-text {
    padding: 23px;
    line-height: 40px;
  }

  .director-text {
    text-align: center;
  }

  .container-9 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 31px;
  }

  .navbar {
    padding-top: 0;
  }

  .heading-11 {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 26px;
  }

  .section-16 {
    padding-bottom: 0;
  }

  .brand-footer {
    padding-top: 54px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-37 {
    padding-top: 0;
  }

  .lead-mag {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .giving-back {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .text-block-9, .container-11 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .column-38 {
    padding-bottom: 17px;
  }

  .testimonial-image1 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .column-39 {
    text-align: center;
    padding-left: 41px;
    padding-right: 41px;
  }

  .shape2 {
    top: 127px;
  }

  .collection-item-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .div-block-4 {
    margin-bottom: 57px;
    padding-bottom: 51px;
  }

  .div-block-6 {
    padding: 49px 20px;
  }

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

  .icon {
    text-align: right;
    font-size: 40px;
  }

  .image-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-40, .column-41 {
    text-align: center;
    padding-top: 19px;
    padding-bottom: 11px;
  }

  .image-15 {
    text-align: center;
  }

  .column-42 {
    padding-top: 31px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .column-43 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-13 {
    padding-bottom: 55px;
  }

  .container-14 {
    text-align: center;
  }

  .section-21 {
    padding-top: 22px;
    padding-bottom: 17px;
  }

  .hero-paragraph {
    padding-left: 23px;
    padding-right: 23px;
    line-height: 30px;
  }

  .shape-top {
    top: 127px;
  }

  .how-we-help {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .heading-15 {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 26px;
  }

  .multi-div {
    margin-bottom: 31px;
    margin-left: 0;
  }

  .column-48 {
    padding-top: 16px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .column-50 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .btnbottom {
    margin-bottom: 35px;
    padding-bottom: 14px;
  }

  .color-primary-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .nav-link-2 {
    font-size: 28px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-wrapper.cart-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider.footer-content-top-divider {
    margin-top: 40px;
    margin-bottom: 58px;
  }

  .divider.footer-content-bottom-divider {
    margin-top: 58px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 35px;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav-item {
    margin-bottom: 20px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-menu-wrapper {
    margin-bottom: 50px;
  }

  .dropdown-arrow {
    font-size: 10px;
    top: -4.5px;
  }

  .nav-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 100px;
  }

  .split-content.header-right {
    margin-right: 15px;
  }

  .button-secondary {
    padding: 20px 15px;
    display: block;
  }

  .button-secondary.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-content-top {
    align-items: stretch;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .footer-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .button-primary {
    padding: 20px 15px;
    display: block;
  }

  .button-primary.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0;
  }

  .button-primary.header-button.mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .empty-state {
    padding-left: 25px;
    padding-right: 25px;
  }

  .empty-state.cart {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart-container {
    min-width: auto;
  }

  .footer-logo-container {
    align-self: center;
  }

  .menu-button {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 10px;
    font-size: 26px;
  }

  .cart-button {
    margin-right: 15px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .color-secondary-grid {
    grid-template-columns: 1fr;
  }

  .card.default {
    padding: 33px 25px 40px;
  }

  .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .cart-item-wrapper {
    flex-direction: column;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .footer-logo {
    width: 181px;
  }

  .menu-button-2 {
    padding-top: 29px;
    padding-right: 41px;
  }

  .page-p {
    margin-bottom: 0;
    padding: 5px 6px;
  }

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

  .accordion-wrapper-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-55, .date-text {
    text-align: center;
  }

  .image-17 {
    padding-top: 16px;
  }

  .slider-2 {
    height: 550px;
  }

  .heading-36 {
    text-align: center;
  }

  .mask {
    width: 310px;
  }

  .dropdown-toggle, .dropdown-2 {
    width: 100%;
  }

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

  .heading-37 {
    padding-top: 49px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .image-19 {
    padding-top: 30px;
  }

  .section-29 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .section-30 {
    padding: 0 16px;
  }

  .heading-38 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .columns-5 {
    padding-top: 0;
  }

  .column-61 {
    padding-bottom: 18px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .btnbottom-v2 {
    margin-bottom: 35px;
    padding-bottom: 14px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .accordion-wrapper-3 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .paragraph-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper-4 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .paragraph-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list--footer-1 {
    padding-left: 65px;
  }

  .list--footer-2 {
    padding-left: 112px;
  }

  .list--footer-3 {
    padding-left: 117px;
  }

  .columns-7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-65 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-66, .column-67, .column-68, .column-69, .column-70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .column-72 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-73 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-47 {
    line-height: 1.3em;
  }

  .heading-48 {
    text-align: center;
    font-size: 21px;
    line-height: 1.5em;
  }

  .section--form {
    padding: 0 16px;
  }
}

#w-node-_0f721187-63e6-3040-d19b-c6855403b495-92cdddbb, #w-node-_0f721187-63e6-3040-d19b-c6855403b49b-92cdddbb, #w-node-_0f721187-63e6-3040-d19b-c6855403b4a1-92cdddbb, #w-node-_0f721187-63e6-3040-d19b-c6855403b4a7-92cdddbb, #w-node-_0f721187-63e6-3040-d19b-c6855403b4ad-92cdddbb, #w-node-_0f721187-63e6-3040-d19b-c6855403b4b3-92cdddbb {
  align-self: end;
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}