.hero-heading {
  width: 35%;
  margin-top: 0px;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 62px;
  line-height: 1.2;
}

.hero-section {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/marek-novotny-sAYjHNsD0rI-unsplash_1.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/marek-novotny-sAYjHNsD0rI-unsplash_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-paragraph {
  width: 35%;
  margin-bottom: 25px;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.5;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  padding: 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 5px;
  background-color: #eb5757;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn:hover {
  border-color: #222;
  background-color: #222;
}

.btn.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.light.outline {
  border-color: #1d4636;
  border-radius: 4px;
  background-color: #1d4636;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
}

.btn.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  font-size: 18px;
}

.btn.light.outline {
  border-color: #1d4636;
  border-radius: 4px;
  background-color: #1d4636;
  color: #f9f9f9;
}

.btn.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.dark {
  border-color: #222;
  background-color: #222;
  font-family: Sen, sans-serif;
  font-size: 18px;
}

.btn.dark:hover {
  border-color: #eb5757;
  background-color: #eb5757;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.brand.w--current {
  color: #1d4636;
}

.cart-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1d4636;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f9f9f9;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #222;
  background-image: none;
}

.nav-link.w--current {
  color: #f9f9f9;
}

.support-square-number {
  position: absolute;
  left: 10%;
  top: 10%;
  right: auto;
  bottom: auto;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 700;
}

.support-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: -37px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.support-top-right {
  width: 45%;
}

.support-square-text {
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.support-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.support-top-details-text {
  font-family: Sen, sans-serif;
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sen, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
}

.support-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 350px;
  margin-top: 33px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #1d4636;
  text-decoration: none;
}

.support-section {
  padding-top: 0px;
  padding-bottom: 65px;
  border-radius: 0px;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -25%;
  bottom: -25%;
}

.support-square-image.rectangle {
  right: -14%;
  bottom: -31%;
}

.support-square-image.triangle {
  right: -11%;
  bottom: -17%;
}

.safe-section {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.17)), to(#222)), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.17), #222), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.safe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.safe-paragraph {
  width: 35%;
  margin-bottom: 25px;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
}

.safe-heading {
  width: 45%;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 45px;
  line-height: 1.2;
  text-align: right;
}

.testimonials__card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__card-role {
  color: rgba(43, 42, 53, 0.5);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.testimonials__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.shop-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: -7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials__card-photo {
  width: 60px;
  margin-bottom: 15px;
  border-radius: 100%;
}

.testimonials__card-blockquote {
  margin-bottom: 34px;
  font-family: Sen, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.testimonials__card {
  margin: 1.5em;
  padding: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30em;
  -ms-flex: 0 30em;
  flex: 0 30em;
  border-style: solid;
  border-width: 1px;
  border-color: #dddfe5;
  border-radius: 6px;
  background-color: #fff;
}

.footer {
  padding-top: 65px;
  padding-bottom: 35px;
  background-color: #222;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-footer-link {
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 0.7;
}

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

.paragraph-2 {
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

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

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

.hero-heading-2 {
  width: 35%;
  color: #f9f9f9;
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading-2.anout-hero-heading {
  width: 40%;
}

.hero-heading-2.anout-hero-heading {
  width: 40%;
  font-family: Sen, sans-serif;
}

.d {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.d.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.d.dsad {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.hero-paragraph-2 {
  width: 35%;
  margin-bottom: 25px;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.5;
}

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

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

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

.hero-paragraph-3 {
  width: 35%;
  margin-bottom: 25px;
  font-family: Sen, sans-serif;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 1.5;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.why-acme-sections {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #1d4636;
}

.why-acme-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-acme-small-text {
  font-family: Sen, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.why-acme-heading {
  font-family: Sen, sans-serif;
  color: #fff;
  text-align: center;
}

.why-acme-paragraph {
  font-family: Sen, sans-serif;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.about-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-column {
  width: 22%;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-5 {
  font-family: Sen, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.paragraph-8 {
  font-family: Sen, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.heading-4 {
  font-family: Sen, sans-serif;
  text-align: center;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-info {
  position: relative;
  z-index: 2;
  margin-right: 80px;
  padding-top: 24px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.3);
}

.white {
  color: #fff;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tabs {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.check-itme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 24px;
}

.head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin-bottom: 30px;
  padding: 0px 0px 12px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  border-bottom-color: #fec483;
  background-color: transparent;
}

.tab-pane {
  height: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-section.dark {
  min-height: 100vh;
  background-color: #1a1a1f;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.button.outline.white {
  border-color: #fff;
  color: #fff;
}

.button.yellow {
  background-color: #fec483;
  color: #1a1a1f;
  font-weight: 600;
}

.rig-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.pricing-group-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.period {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.tabs-content {
  padding-left: 90px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
}

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

.pricing-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-price {
  margin-top: 0px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
}

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

.pricing-button-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-03 {
  margin-top: 0px;
}

.heading-4 {
  margin-top: 0px;
  font-weight: 600;
}

.heading-4.smaller {
  font-size: 23px;
  line-height: 33px;
}

.plan-price-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-link-03 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 5px;
  background-color: #f7f7f7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-03:hover {
  opacity: 0.8;
}

.tab-link-03.w--current {
  background-color: #3b2ae5;
  color: #fff;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0px;
}

.secondary-button.in-pricing:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blue {
  color: #1d4636;
}

.recommended-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  background-color: #1d4636;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-list-item.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-9 {
  opacity: 0.75;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-9.black {
  opacity: 1;
}

.paragraph-9.black.no-bottom-pad {
  text-align: center;
}

.paragraph-9.black.center {
  font-family: Sen, sans-serif;
  text-align: center;
}

.paragraph-9.center {
  margin-bottom: -19px;
  font-family: Sen, sans-serif;
  font-weight: 400;
}

.paragraph-9.no-bottom-pad {
  margin-bottom: 0px;
}

.features-wrap {
  margin-bottom: 60px;
}

.pricing-card-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 20px;
  background-color: #fff;
}

.pricing-card-02.central {
  position: relative;
  z-index: 5;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 70px;
  border-style: solid;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.pricing-div-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 0px;
  font-family: Sen, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.heading-2.pricing {
  font-family: Sen, sans-serif;
}

.pricing-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fbfbfb;
}

.pricing-title-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: Sen, sans-serif;
  font-weight: 600;
}

.tabs-menu-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-2 {
  padding: 13px 22px;
  border-radius: 20px;
  background-color: #1d4636;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-2:hover {
  opacity: 0.8;
}

.button-2.pricing {
  width: 100%;
  border-radius: 20px;
  background-color: #1d4636;
  text-align: center;
}

.element-intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f6f4fd;
}

.element-intro-div {
  width: 100%;
  max-width: 1100px;
  margin-top: 36px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.location-title {
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0px;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #3b2ae5;
}

.section-title {
  margin-bottom: 10px;
  font-family: Sen, sans-serif;
  color: #1d4636;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.footer-01-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
}

.socials-in-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #dbdbdb;
}

.footer-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-wrap {
  margin-top: 20px;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.logo-txt {
  margin-top: 3px;
  color: #000;
  line-height: 23px;
}

.blue-2 {
  color: #3b2ae5;
}

.platform-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  margin-right: 0px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b2ae5;
}

.legal-info {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.services-wrap-footer {
  margin-top: 0px;
}

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-sec-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-link-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.social-link-nav:hover {
  opacity: 0.8;
}

.grid-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-01-div {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-section-2-copy {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-section-2-copy.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section-2-copy.about-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.sdads {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/marek-novotny-sAYjHNsD0rI-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.sdads.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sdads.about-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.sdads.safgasf {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.hero-content-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1 {
  margin-top: 0px;
  font-family: Sen, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-hero-content-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 0px 500px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #3b2ae5;
  background-color: transparent;
}

.paragraph-10 {
  opacity: 0.75;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.hero-section-03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 175px;
  padding-bottom: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.hero-03-image-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 40vw;
  height: 400px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-image: url('../images/torbjorn-helgesen-_ylZOYiInbk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.text-block-6 {
  font-family: Sen, sans-serif;
}

.inner-hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-1-2 {
  margin-top: 0px;
  font-family: Sen, sans-serif;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
}

.hero-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  background-image: url('../images/torbjorn-helgesen-_ylZOYiInbk-unsplash.jpg');
  background-position: 45vw 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-11 {
  opacity: 0.75;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.button-3 {
  padding: 13px 22px;
  border-radius: 20px;
  background-color: #1d4636;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-3:hover {
  opacity: 0.8;
}

.footer-section-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.contact-method:hover {
  opacity: 0.8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.big-image-form-04 {
  width: 100%;
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/women-in-office.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/women-in-office.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contact-method-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.text-field-01 {
  height: 48px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  border-color: #dbdbdb;
  color: #3b2ae5;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-03-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
}

.email-in-nav {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #dbdbdb;
}

.contact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d4636;
  color: #1d4636;
}

._2-questions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.contact-methods-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-12 {
  opacity: 0.75;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  border-color: #dbdbdb;
  color: #3b2ae5;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-block-04 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
}

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

.legal-info-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.phone-in-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #dbdbdb;
}

.form-section-inner-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px;
  border-color: #dbdbdb;
  border-radius: 20px;
  background-color: #f6f6f6;
  text-align: left;
}

.footer-newsletter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-text {
  margin-bottom: 1px;
  font-family: Sen, sans-serif;
  color: #1d4636;
}

.navbar-top-banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.socials-in-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #dbdbdb;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.footer-03-div {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-section-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.navbar-top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.nav-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.nav-link-2:hover {
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  color: #3b2ae5;
}

.nav-link-2.w--current {
  color: #3b2ae5;
}

.nav-link-2.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-4 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-4:hover {
  opacity: 0.8;
}

.button-4.in-form {
  width: 20%;
  border-radius: 20px;
  background-color: #1d4636;
  text-align: center;
}

.button-4.nav {
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
}

.button-4.nav:hover {
  opacity: 0.8;
}

.support-top-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: -37px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.support-top-wrapper-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
  margin-bottom: -37px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f6f6;
}

.image-2 {
  color: #1d4636;
}

@media screen and (min-width: 1280px) {
  .hero-paragraph {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .btn.light.outline {
    font-family: Sen, sans-serif;
    font-size: 18px;
  }

  .btn.light.hero.safe {
    line-height: 1.5;
  }

  .btn.dark {
    border-radius: 15px;
    font-size: 18px;
  }

  .support-top-details-text {
    font-family: Sen, sans-serif;
  }

  .support-top-heading {
    font-family: Sen, sans-serif;
    color: #000;
  }

  .support-section {
    padding-top: 11px;
  }

  .safe-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.17)), to(#222)), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.17), #222), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
  }

  .safe-paragraph {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .safe-heading {
    font-family: Sen, sans-serif;
  }

  .testimonials__wrapper {
    max-width: 100em;
  }

  .shop-top-wrapper {
    margin-top: 47px;
    margin-bottom: -5px;
  }

  .shop-more {
    margin-bottom: 34px;
  }

  .testimonials__card-blockquote {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

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

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

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

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

  .hero-heading-2.anout-hero-heading {
    font-family: Sen, sans-serif;
  }

  .hero-heading-2.anout-hero-heading {
    line-height: 1;
    font-weight: 700;
  }

  .d.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .d.dsad {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
    background-size: auto, cover;
  }

  .hero-paragraph-2 {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .hero-paragraph-3 {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .content-section.why-acme-sections {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1d4636;
    color: #fff;
  }

  .why-acme-small-text {
    font-family: Sen, sans-serif;
  }

  .why-acme-heading {
    font-family: Sen, sans-serif;
  }

  .why-acme-paragraph {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .image {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-5 {
    font-family: Sen, sans-serif;
    line-height: 1.5;
    text-align: center;
  }

  .paragraph-8 {
    font-family: Sen, sans-serif;
    line-height: 1.5;
    text-align: center;
  }

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

  .blue {
    background-color: transparent;
    color: #1d4636;
  }

  .recommended-wrap {
    border-radius: 20px 20px 0px 0px;
    background-color: #1d4636;
  }

  .paragraph-9.black.no-bottom-pad {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .paragraph-9.center {
    border-radius: 0px;
    font-family: Sen, sans-serif;
  }

  .pricing-card-02 {
    border-radius: 20px;
  }

  .heading-2 {
    font-family: Sen, sans-serif;
    color: #1d4636;
  }

  .heading-2.pricing {
    font-family: Sen, sans-serif;
  }

  .pricing-section-02 {
    padding-top: 21px;
    padding-bottom: 65px;
    background-color: #fbfbfb;
  }

  .heading-3 {
    font-family: Sen, sans-serif;
  }

  .button-2.pricing {
    border-radius: 20px;
    background-color: #1d4636;
    color: #fff;
  }

  .text-block-5 {
    font-family: Sen, sans-serif;
  }

  .element-intro-div {
    margin-top: 24px;
    padding-bottom: 46px;
  }

  .section-title {
    font-family: Sen, sans-serif;
    color: #1d4636;
  }

  .hero-section-2-copy.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .hero-section-2-copy.about-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
    background-size: auto, cover;
  }

  .sdads.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .sdads.about-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/torbjorn-helgesen-_ylZOYiInbk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/torbjorn-helgesen-_ylZOYiInbk-unsplash.jpg');
    background-size: auto, cover;
  }

  .sdads.safgasf {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
    background-size: auto, cover;
  }

  .contact-icon {
    background-color: #1d4636;
    color: #1d4636;
  }

  .paragraph-12 {
    font-family: Sen, sans-serif;
  }

  .text-field-inform {
    font-family: Sen, sans-serif;
  }

  .form-section-inner-04 {
    max-width: 1400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 34px;
    border-width: 0px;
    border-radius: 20px;
    background-color: #f6f6f6;
  }

  .contact-text {
    font-family: Sen, sans-serif;
    color: #1d4636;
  }

  .button-4.in-form {
    width: 20%;
    border-radius: 20px;
    background-color: #1d4636;
  }

  .support-top-wrapper-copy {
    margin-top: 61px;
  }

  .support-top-wrapper-copy-copy {
    margin-top: 61px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-heading {
    font-family: Sen, sans-serif;
  }

  .hero-section {
    margin-bottom: 32px;
  }

  .hero-paragraph {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .btn.light.outline {
    font-family: Sen, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .btn.light.hero.safe {
    font-family: Sen, sans-serif;
    font-size: 16px;
  }

  .btn.dark {
    font-family: Sen, sans-serif;
    font-size: 16px;
  }

  .nav-link {
    font-family: Sen, sans-serif;
  }

  .support-square-number {
    font-family: Sen, sans-serif;
  }

  .support-top-wrapper {
    margin-top: 56px;
    padding: 10px 10px 10px 51px;
    border-radius: 20px;
    background-color: #f8f8f8;
  }

  .support-square-text {
    font-family: Sen, sans-serif;
    text-decoration: none;
  }

  .support-top-details-text {
    font-family: Sen, sans-serif;
    text-align: left;
  }

  .support-top-heading {
    color: #000;
    text-align: left;
  }

  .support-square {
    text-decoration: none;
  }

  .support-section {
    margin-bottom: 65px;
    padding-top: 0px;
    padding-bottom: 6px;
  }

  .safe-section {
    margin-top: 62px;
    margin-bottom: 57px;
  }

  .safe-paragraph {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .safe-heading {
    font-family: Sen, sans-serif;
  }

  .testimonials__wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  .shop-top-wrapper {
    margin-bottom: -8px;
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .shop-more {
    margin-bottom: 54px;
  }

  .testimonials__card-blockquote {
    font-family: Sen, sans-serif;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .footer {
    padding-top: 69px;
    padding-bottom: 7px;
  }

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

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

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

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

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

  .d.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .d.dsad {
    margin-bottom: -30px;
    border-bottom: 10px solid #1d4636;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-TxsdTOAnBKE-unsplash.jpg');
  }

  .hero-paragraph-2 {
    font-family: Sen, sans-serif;
    line-height: 1.5;
  }

  .section {
    background-color: #1d4636;
  }

  .content-section {
    padding-bottom: 52px;
  }

  .content-section.why-acme-sections {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1d4636;
  }

  .why-acme-block {
    color: #fff;
  }

  .why-acme-small-text {
    font-family: Sen, sans-serif;
    font-size: 20px;
  }

  .why-acme-heading {
    font-family: Sen, sans-serif;
  }

  .why-acme-paragraph {
    font-family: Sen, sans-serif;
  }

  .image {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-5 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .paragraph-6 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .paragraph-7 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .paragraph-8 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .heading {
    font-family: Sen, sans-serif;
    font-size: 24px;
    text-align: center;
  }

  .heading-2 {
    font-family: Sen, sans-serif;
    font-size: 24px;
    text-align: center;
  }

  .heading-3 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .heading-4 {
    font-family: Sen, sans-serif;
    text-align: center;
  }

  .base-section.dark {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #1d4636;
  }

  .text-block {
    font-family: Sen, sans-serif;
  }

  .text-block-2 {
    font-family: Sen, sans-serif;
  }

  .text-block-3 {
    font-family: Sen, sans-serif;
  }

  .text-block-4 {
    font-family: Sen, sans-serif;
  }

  .pricing-title-block {
    margin-top: 21px;
    margin-bottom: 26px;
    padding-top: 0px;
  }

  .big-price {
    color: #000;
  }

  .blue {
    color: #1d4636;
  }

  .recommended-wrap {
    border-radius: 10px 10px 0px 0px;
    background-color: #1d4636;
  }

  .feature-list-item.center {
    font-family: Sen, sans-serif;
  }

  .paragraph-9.black.no-bottom-pad {
    text-align: center;
  }

  .paragraph-9.center {
    font-family: Sen, sans-serif;
  }

  .pricing-card-02 {
    border-radius: 20px;
  }

  .heading-2 {
    font-family: Sen, sans-serif;
    font-size: 25px;
    line-height: 1.5;
  }

  .heading-2.pricing {
    padding-top: 0px;
    font-weight: 700;
  }

  .pricing-section-02 {
    padding-top: 0px;
    background-color: #fbfbfb;
  }

  .heading-3 {
    color: #1d4636;
  }

  .button-2.pricing {
    border-radius: 11px;
    background-color: #1d4636;
    font-family: Sen, sans-serif;
  }

  .text-block-5 {
    font-family: Sen, sans-serif;
  }

  .element-intro-section {
    background-color: #fff;
  }

  .element-intro-div {
    margin-top: 56px;
    border-width: 3px;
    border-color: #f1f1f1;
    border-radius: 20px;
    background-color: #fdfdfd;
  }

  .section-title {
    color: #1d4636;
  }

  .legal-info {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero-section-2-copy.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .hero-section-2-copy.about-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
  }

  .sdads.contact-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/sigmund-nOo6WHb0BUk-unsplash.jpg');
  }

  .sdads.about-hero {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/filip-mroz-TDiWmXb9-qk-unsplash.jpg');
  }

  .sdads.safgasf {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
    background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nick-sanchez-Q1qRstoiBk8-unsplash.jpg');
  }

  .big-image-form-04 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/dylan-gillis-8zVn4ErRWa0-unsplash.jpg');
  }

  .contact-icon {
    background-color: #1d4636;
    color: #1d4636;
  }

  .paragraph-12 {
    font-family: Sen, sans-serif;
  }

  .text-field-inform {
    font-family: Sen, sans-serif;
  }

  .form-section-inner-04 {
    max-width: 1200px;
    margin-top: 46px;
    margin-right: auto;
    margin-left: auto;
    border-width: 0px;
    border-radius: 20px;
    background-color: #f8f8f8;
    color: #000;
  }

  .contact-text {
    font-family: Sen, sans-serif;
    color: #1d4636;
  }

  .form-section-04 {
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    color: #000;
  }

  .button-4.in-form {
    width: 20%;
    border-radius: 13px;
    background-color: #1d4636;
  }

  .support-top-wrapper-copy {
    margin-top: 56px;
    padding: 10px 10px 10px 51px;
    border-radius: 20px;
    background-color: #f8f8f8;
  }

  .support-top-wrapper-copy-copy {
    margin-top: 56px;
    padding: 10px 10px 10px 51px;
    border-radius: 20px;
    background-color: #f8f8f8;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 55%;
  }

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

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    border-radius: 5px;
    background-color: #222;
  }

  .nav-link {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 30px;
    text-align: center;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
    background-color: #1d4636;
  }

  .support-square-text {
    font-size: 25px;
  }

  .support-square {
    min-height: 330px;
    margin-top: 24px;
    text-decoration: none;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
  }

  .testimonials__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials__card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-heading-2 {
    width: 60%;
  }

  .hero-paragraph-2 {
    width: 55%;
  }

  .hero-paragraph-3 {
    width: 55%;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tab-link {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .tabs-menu {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }

  .rig-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .tabs-content {
    padding-top: 30px;
    padding-left: 0px;
    border-left-style: none;
  }

  .paragraph-9.center {
    text-align: center;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-div-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-section-02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content-03 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-hero-content-03 {
    padding-right: 0vw;
    padding-left: 0px;
    border-left-style: none;
  }

  .hero-03-image-wrap {
    position: static;
    width: 100%;
  }

  .hero-content-01 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section-01 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .footer-section-03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-inner {
    padding: 10px 20px;
  }

  .form-block-04 {
    margin-top: 20px;
  }

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, 0.11);
  }

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

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-4.nav {
    display: none;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-bottom: 17px;
  }

  .nav-menu {
    background-color: #1d4636;
  }

  .support-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support-top-right {
    width: 100%;
  }

  .support-square-text {
    overflow: visible;
    font-size: 40px;
    text-decoration: none;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square {
    margin-top: 30px;
    text-decoration: none;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-wrapper {
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shop-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonials__card {
    margin-right: 0em;
    margin-left: 0em;
  }

  .about-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .pricing-div-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand-link.in-footer {
    padding-left: 0px;
  }

  .footer-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-sec-1 {
    margin-bottom: 40px;
  }

  .footer-01-div {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .hero-content-03 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-section-03 {
    padding: 100px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-1-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .footer-top-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-03-div {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .navbar-top-banner {
    display: none;
  }

  .button-4.in-form {
    width: 40%;
  }

  .support-top-wrapper-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support-top-wrapper-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 25px;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-wrapper {
    padding-bottom: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .btn.light.hero.safe {
    margin-right: 0px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .navbar {
    background-color: #1d4636;
  }

  .nav-link {
    margin-top: 17px;
  }

  .support-square-text {
    font-size: 35px;
  }

  .support-top-details-text {
    position: static;
    font-size: 10px;
  }

  .support-top-heading {
    font-size: 25px;
  }

  .support-square {
    background-color: #1d4636;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

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

  .hero-heading-2 {
    font-size: 30px;
  }

  .d.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

  .hero-paragraph-2 {
    width: 70%;
    font-size: 15px;
  }

  .hero-paragraph-3 {
    width: 70%;
    font-size: 15px;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .check-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .tabs {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link {
    margin-right: 30px;
    margin-bottom: 16px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .base-section.dark {
    padding-top: 80px;
  }

  .pricing-group-button {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-9.center {
    text-align: center;
  }

  .heading-2.pricing {
    position: static;
    text-align: center;
  }

  .brand-link {
    padding-left: 0px;
  }

  .footer-01-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .hero-section-2-copy.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

  .sdads.contact-hero {
    background-position: 0px 0px, 80% 50%;
  }

  .inner-hero-content-03 {
    padding: 0px;
  }

  .hero-03-image-wrap {
    height: 300px;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .contact-method-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-03-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-icon {
    min-height: 22px;
    min-width: 22px;
  }

  ._2-questions-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

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

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
    border-radius: 20px;
  }

  .button-4.in-form {
    width: 70%;
  }
}

