:root {
  --main: #00dcb4;
  --txt: rgba(0, 0, 0, .8);
  --bg: #fcefe7;
  --steel-blue: #1495c9;
  --h: rgba(0, 0, 0, .9);
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
}

.link-wrap {
  color: #0f1529;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-wrap:hover {
  color: var(--main);
}

.nav-link-small {
  margin-bottom: 5px;
  font-weight: 700;
}

.btn-phone {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 16px;
  padding: 8px 8px 8px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.btn-phone:hover {
  background-color: var(--txt);
}

.logo {
  margin-right: 16px;
}

.sign-up-link {
  color: #0f1529;
  letter-spacing: -.03em;
  white-space: nowrap;
  align-items: center;
  margin-left: 12px;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.sign-up-link:hover {
  color: #6b62dd;
}

.image-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 240px;
  overflow: hidden;
}

.dropdown-wrap {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 46px 37px 115px rgba(0, 0, 0, .2);
}

.authentication-wrap-dropdown {
  display: none;
}

.nav-links-dropdown {
  transition: all .2s;
}

.nav-links-dropdown:hover {
  transform: scale(1.05);
}

.nav-link-description {
  color: rgba(15, 21, 41, .4);
  letter-spacing: -.02em;
  font-weight: 500;
}

.dropdown-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.navigation-right {
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.icon-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  padding: 0;
}

.nav-link {
  color: #0f1529;
  letter-spacing: -.03em;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--main);
  transform: scale(1.05);
}

.toggle {
  color: #0f1529;
  letter-spacing: -.03em;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.toggle:hover {
  color: var(--main);
}

.toggle.w--open {
  color: var(--main);
  font-size: 1rem;
}

.toggle.w--open:hover {
  color: #6b62dd;
}

.nav-links-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  padding: 15px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list {
  background-color: #c37171;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  flex-direction: row;
  padding-top: 32px;
  left: -70px;
  overflow: visible;
}

.brand {
  align-items: center;
  display: flex;
}

.body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.body.image {
  background-image: url('../images/1-03.jpg');
  background-position: 0%;
  background-size: 125%;
  height: 100vh;
}

.text-block {
  color: #9b9b9b;
  text-decoration: none;
  transition: all .2s;
}

.text-block.link-tb:hover {
  font-size: 1.05rem;
}

.form-block {
  background-color: #fcfcfc;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  position: relative;
}

.footer-section {
  padding: 40px 3%;
}

.footer-top-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 70px;
}

.form {
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  color: #929292;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.footer-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.3fr 1.3fr;
  margin-bottom: 100px;
}

.large-title {
  color: #282828;
  letter-spacing: -.03rem;
  font-size: 2.951rem;
  font-weight: 700;
  line-height: 3.777rem;
  overflow: visible;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 5px;
  transition: all .5s;
}

.submit-button:hover {
  color: #7e48ea;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7e48ea;
}

.email-address-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.email-link {
  color: #4d4d4d;
  letter-spacing: -.02em;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.333rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.email-link:hover {
  color: var(--main);
}

.email-link.huge {
  color: var(--txt);
  font-size: 1.777rem;
  line-height: 2.369rem;
}

.email-link.little-huge {
  font-size: 1.2rem;
}

.btn-form {
  color: rgba(0, 0, 0, .8);
  letter-spacing: -.04em;
  background-color: rgba(201, 28, 38, .4);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 55px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.btn-form:hover {
  color: #fff;
  background-color: #c91c26;
  transform: translate(0, -4px);
}

.white-arrow {
  position: absolute;
}

.footer-link-end {
  color: #3c3c3c;
  letter-spacing: -.02em;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.footer-link-end:hover {
  color: #7e48ea;
}

.footer-link-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.address {
  color: rgba(77, 77, 77, .8);
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1.777rem;
}

.address.space16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.purple-highlight {
  color: #7f47eb;
}

.newsletter-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
  transition: all .5s;
}

.newsletter-field:hover {
  border-color: #999;
}

.newsletter-field::placeholder {
  color: #6b6b6b;
}

.footer-link-title {
  color: #929292;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.333rem;
}

.submit-button-wrapper {
  background-color: #dfd1fa;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-span {
  color: #c91c26;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.1fr;
  align-items: center;
}

.feature-text {
  color: #4d4d4d;
  font-weight: 500;
  line-height: 24px;
}

.navigation-button {
  background-color: #262626;
  border-radius: 8px;
  margin-left: 18px;
  padding: 12px 24px;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #cc4c33;
}

.search-feature-grid {
  grid-template-rows: auto;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #262626;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
}

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

.h3 {
  color: #262626;
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.777rem;
  font-weight: 500;
  line-height: 2.369rem;
}

.h3.space50d {
  margin-bottom: 50px;
}

.h3.space30d {
  margin-bottom: 30px;
}

.h3.space32d {
  color: rgba(38, 38, 38, .9);
  text-align: left;
  margin-bottom: 32px;
  font-weight: 500;
}

.h3.space32d.center {
  text-align: center;
}

.h3.light {
  letter-spacing: -.03rem;
  font-weight: 600;
}

.placeholder-number {
  color: #747474;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #9b9b9b;
  border-radius: 8px;
  min-height: 55px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
}

.placeholder-number::placeholder {
  color: #4d4d4d;
}

.btn-wheel {
  background-color: #c91c26;
  border-radius: 32px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.company-logo {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.phone-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.p {
  color: #262626;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.333rem;
}

.p.txt-gray {
  color: rgba(38, 38, 38, .6);
}

.p.space32ud {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p.space32ud.huge {
  color: rgba(38, 38, 38, .9);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.333rem;
  line-height: 1.777rem;
}

.p.space16ud {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p.space16ud.huge {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.p.space16ud.spec90 {
  width: 90%;
}

.p.light {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
}

.p.light.spec {
  padding-left: 17px;
  padding-right: 17px;
}

.p.space16lr {
  padding-left: 16px;
  padding-right: 16px;
}

.p.space16r {
  padding-right: 8px;
}

.p.space16r.huge {
  color: var(--txt);
  font-size: 1.777rem;
  line-height: 2.369rem;
}

.p.space8r {
  padding-right: 8px;
}

.p.space8r.huge {
  color: var(--txt);
  font-size: 1.777rem;
  line-height: 2.369rem;
}

.title-text {
  color: #4d4d4d;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 700;
}

.bloom-effect {
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ico-phone {
  position: static;
}

.search-icon-wrapper {
  margin-left: 20px;
  transition: all .2s;
}

.search-icon-wrapper:hover {
  transform: translate(0, -4px);
}

.feature-icon {
  margin-right: 4px;
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px;
  display: flex;
  position: relative;
}

.container {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.brand-2 {
  margin-right: 60px;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
  max-width: 500px;
}

.bottom-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  background-color: #fbf9f9;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.feature-wrapper {
  align-items: center;
  display: flex;
}

.brand-span {
  color: #cc4c33;
}

.form-2 {
  align-items: center;
  display: flex;
}

.div-left-content {
  width: 600px;
}

.p-subtitle {
  color: var(--txt);
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.h2 {
  font-size: 2.369rem;
  line-height: 3.157rem;
}

.h4 {
  color: rgba(51, 51, 51, .9);
  font-size: 1.333rem;
  line-height: 1.777rem;
}

.h4.spec90 {
  width: 85%;
}

.body-2 {
  color: rgba(51, 51, 51, .9);
}

.h1 {
  font-size: 3.157rem;
  font-weight: 600;
  line-height: 3.777rem;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.btn-txt {
  font-weight: 600;
  text-decoration: none;
}

.ico-btn-phone {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.p-nav {
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.p-nav:hover {
  color: var(--main);
}

.p-nav.bold {
  font-weight: 700;
}

.img {
  width: 300px;
}

.feature-section {
  background-image: linear-gradient(140deg, var(--bg), white 27%);
  padding: 80px 3%;
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow {
  margin-left: 10px;
}

.icon-wrapper {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  position: relative;
}

.button-arrow {
  color: #fff;
  background-color: #5e3aee;
  align-items: center;
  margin-top: 34px;
  padding: 16px 42px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.feature-card {
  color: #000;
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 50px rgba(229, 229, 229, .4);
}

.feature-paragraph {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 28px;
}

.card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid {
  grid-column-gap: 42px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.features-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}

.feature-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon {
  z-index: 2;
  width: 50px;
  position: relative;
}

.accent-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.features-subheading {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
}

.feature-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta-short {
  color: #000;
  background-color: #000;
  border: 4px solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 32px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.btn-cta-short:hover {
  border-color: var(--txt);
  background-color: var(--txt);
  transform: scale(1.05);
}

.btn-cta-short.space32up {
  margin-top: 32px;
  margin-bottom: 32px;
}

.btn-cta-short.space16up {
  background-color: #c91c26;
  margin-top: 16px;
  margin-bottom: 16px;
}

.btn-cta-short.second-btn {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.text-block-2.black {
  color: #000;
}

.success-message-2 {
  border: 4px solid var(--main);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, .4);
}

.tab-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.tabs-container {
  flex-direction: row;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.cont-contact {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.cont-contact.spec {
  width: 50%;
}

.cont-contact.space100 {
  width: 100%;
}

.tabs-item-toggle {
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.tabs-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.tabs-image {
  border-radius: 50px;
}

.tab-content {
  color: #999;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs-item {
  z-index: 10;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 16px;
  margin: 16px;
  padding: 8px;
  display: block;
  box-shadow: 0 20px 40px rgba(133, 133, 133, .06);
}

.sec-contact {
  color: #000;
  background-image: linear-gradient(105deg, rgba(201, 28, 38, .05), rgba(20, 149, 201, .1));
  flex-direction: column;
  padding: 80px 3%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: flex;
}

.tab-icon {
  width: 50px;
  margin-right: 15px;
}

.tab-name {
  flex: 1;
  margin-right: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-block {
  width: 50%;
  margin-left: 80px;
}

.form-block-section {
  align-items: center;
  width: 60%;
  padding: 68px 5%;
  display: flex;
  position: relative;
}

.form-image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-detail-wrapper {
  max-width: 230px;
}

.detail-text {
  color: rgba(26, 26, 26, .8);
  line-height: 32px;
}

.contact-field-large {
  color: rgba(0, 0, 0, .6);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 130px;
  max-height: 130px;
  margin-bottom: 24px;
  padding: 15px 20px 8px;
  font-size: .8rem;
  line-height: 1rem;
  transition: all .3s;
}

.contact-field-large:hover {
  border-color: #000;
}

.contact-field-large:focus {
  border-color: #00866b;
}

.contact-field-large::placeholder {
  color: #71717a;
}

.contact-field {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  line-height: 1rem;
  transition: all .3s;
}

.contact-field:hover {
  border-color: #000;
}

.contact-field:focus {
  border-color: #f97316;
}

.contact-field::placeholder {
  color: #71717a;
}

.form-image-overlay {
  background-image: linear-gradient(350deg, #fff, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0));
  justify-content: flex-start;
  align-items: flex-end;
  padding: 72px 72px 20% 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.form-icon {
  margin-right: 20px;
}

.form-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.error-message {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.contact-field-label {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 58px;
  font-weight: 400;
  line-height: 72px;
}

.form-section {
  background-color: #ffdac6;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.contact-block {
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  border: 4px solid var(--steel-blue);
  border-radius: 32px;
  margin-top: 0;
  padding: 32px;
}

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

.form-body {
  font-size: 18px;
  line-height: 32px;
}

.contact-submit-button {
  color: #fff;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.contact-submit-button:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.success-message-3 {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.form-accent {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-image-section {
  width: 40%;
  min-height: 800px;
  position: relative;
}

.form-contact-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.btn-send-forn {
  background-color: var(--main);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 55px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  transition: all .3s;
  display: flex;
}

.btn-send-forn:hover {
  transform: translate(0, -4px);
}

.h4-form {
  color: rgba(51, 51, 51, .8);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.333rem;
  line-height: 1.777rem;
}

.div-center {
  justify-content: center;
  align-items: center;
}

.form-phone {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0;
}

.div-offer {
  border: 4px solid var(--main);
  border-radius: 32px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-3 {
  background-color: var(--main);
}

.div-block-3 {
  background-color: var(--main);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 9px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: -43px;
  right: 62px;
}

.p-specjal-price {
  color: #fff;
  border-radius: 16px;
  padding: 11px;
  font-weight: 600;
}

.div-block-4 {
  margin-left: 70px;
}

.email-link-copy {
  color: #4d4d4d;
  letter-spacing: -.02em;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.email-link-copy:hover {
  color: var(--main);
}

.footer-link {
  color: #4d4d4d;
  letter-spacing: -.02em;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--main);
}

.paragraf-cta {
  color: #6d6d6d;
  max-width: 350px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 300;
  line-height: 24px;
}

.process-image.spec-o1 {
  max-width: 80%;
}

.process-heading {
  color: #262626;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.process-sub-heading {
  color: #4d4d4d;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}

.process-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-image-wrapper.spec {
  width: 300px;
}

.process-count-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.process-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.process-step {
  background-color: var(--main);
  color: #4d4d4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.process-container {
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-title {
  color: #262626;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.wave {
  margin-left: 60px;
}

.process-section {
  background-image: linear-gradient(140deg, #fcf4f4, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  padding: 100px 5%;
}

.process-grid {
  z-index: 50;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  justify-items: center;
  width: 100%;
  position: relative;
}

.process-button {
  color: #000;
  background-color: #d1f0e0;
  border-radius: 8px;
  margin-top: 40px;
  padding: 14px 24px;
  font-weight: 600;
}

.header-grid-2 {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.process-paragraph {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 32px;
}

.process-line {
  z-index: -1;
  background-color: rgba(38, 38, 38, .41);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.txt-numbers {
  color: #fff;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-4 {
  height: 100px;
}

.card-cookie {
  z-index: 99;
  opacity: .9;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  max-width: 640px;
  padding: 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 2%;
  box-shadow: 65px 65px 190px -32px rgba(6, 18, 55, .08);
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-modal {
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 400;
}

.modal-button-wrapper {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.btn-cookie {
  color: rgba(7, 7, 7, .9);
  background-color: #cfcfcf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px 42px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .3s;
  display: flex;
}

.btn-cookie:hover {
  color: var(--txt);
  background-color: #fff;
  border: 2px solid #000;
  padding: 8px 40px;
}

.btn-coockies {
  background-color: #535353;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 10px 42px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .3s;
  display: flex;
}

.btn-coockies:hover {
  color: var(--h);
  background-color: #fff;
  border: 2px solid #000;
  padding: 8px 40px;
}

.card-close-link {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.field-label {
  color: rgba(51, 51, 51, .8);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1rem;
}

.div-block-6 {
  flex: 1;
  max-width: 100%;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.checkbox-field {
  padding-top: 8px;
}

.checkbox-label {
  color: rgba(51, 51, 51, .7);
  font-size: .8rem;
}

.text-span-2 {
  text-decoration: underline;
}

.sec-offer {
  color: #000;
  padding: 80px 3%;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.div-content-left {
  width: 60%;
}

.section {
  padding-top: 79px;
  padding-bottom: 79px;
}

.container-2 {
  flex-direction: row;
  max-width: 1260px;
  display: flex;
}

.sec-contact-bg {
  color: #000;
  background-image: linear-gradient(140deg, rgba(201, 28, 38, .05), #fff 37%);
  padding: 80px 3%;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.sec-contact-bg.gradient {
  background-image: linear-gradient(140deg, rgba(201, 28, 38, .1), #fff 54%, rgba(20, 149, 201, .1));
}

.sec-contact-bg02 {
  color: #000;
  background-image: linear-gradient(312deg, rgba(201, 28, 38, .05), #fff 37%);
  flex-direction: column;
  padding: 80px 3%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: flex;
}

.div-steps {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.sec-products {
  background-image: linear-gradient(140deg, var(--bg), white 20%);
  align-items: center;
  padding: 80px 5%;
  display: flex;
  position: relative;
}

.grid-products {
  z-index: 50;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.proucts-descriptions {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 3%;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.proucts-descriptions.gradient {
  background-image: linear-gradient(140deg, rgba(201, 28, 38, .05), rgba(20, 149, 201, .05));
}

.table-wrapper {
  background-color: #fff;
  border-radius: 16px;
  min-width: 600px;
  margin-top: 0;
  padding: 8px;
}

.grid-cell {
  padding: 24px;
}

.grid-cell.cell-borders {
  text-align: center;
}

.h3-heading {
  color: #130b46;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 44px;
  line-height: 48px;
}

.tabs-mobile {
  display: none;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.table-wrapper-mobile {
  background-color: #fff7d6;
  border-radius: 16px;
  margin-top: 72px;
  padding: 48px;
}

.pricing-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row.bottom-row {
  border-bottom-style: none;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.pricing-row-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffefeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row-mobile.bottom-row {
  border-bottom-style: none;
}

.pricing-title {
  color: #ffad99;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-detail-large {
  color: #130b46;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 24px;
}

.sub-heading-small {
  color: #130b46;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.table-section {
  background-color: #ffefeb;
  padding: 120px 5%;
}

.sub-heading-small-copy {
  color: #130b46;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.data-tech {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container-3 {
  max-width: 1000px;
}

.grid-2column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-2column.bottom-row {
  border-bottom-style: none;
}

.header-grid-main {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .75fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  max-width: 1260px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.checkbox-field-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-form {
  margin-top: 0;
}

.form-div-tests {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.form-test-div {
  width: 45%;
  margin-left: 80px;
}

.test-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-embed {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 21px;
}

.html-embed {
  justify-content: flex-end;
  align-items: center;
}

.text-span-3 {
  color: var(--main);
  font-weight: 700;
}

.link {
  border-bottom: 3px solid var(--steel-blue);
  cursor: pointer;
  text-decoration: none;
}

.div-block-7 {
  z-index: 20;
  justify-content: center;
  min-width: 600px;
  max-width: 600px;
  display: flex;
}

.div-contact-map {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-contact {
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--main);
}

.image-5 {
  border-radius: 32px;
}

.html-embed-2 {
  z-index: 10;
  width: 600px;
  height: 450px;
  position: relative;
}

.link-block-2 {
  text-decoration: none;
}

.questions {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.container-4 {
  max-width: 1000px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-5 {
  max-width: 720px;
}

.center---title {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    max-width: 70%;
  }

  .image-wrap {
    display: none;
  }

  .dropdown-wrap {
    box-shadow: none;
  }

  .authentication-wrap-dropdown {
    justify-content: flex-end;
    display: flex;
  }

  .nav-links-dropdown {
    width: 100%;
  }

  .navigation-right {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .nav-link {
    width: 100%;
    display: flex;
  }

  .menu-button {
    background-color: var(--main);
    color: #fff;
    border-radius: 12px;
    display: none;
  }

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

  .nav-links-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: relative;
    left: 0;
  }

  .body.image {
    background-size: cover;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-top-grid {
    grid-row-gap: 60px;
    grid-template-columns: 4fr;
    margin-bottom: 140px;
  }

  .button-wrapper {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .email-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn-form {
    background-color: #fff;
  }

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

  .footer-link-title {
    margin-bottom: 40px;
  }

  .logo-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .container-navigation {
    position: relative;
  }

  .nav-link-2 {
    color: #262626;
    width: 100%;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .h3.space32d {
    max-width: none;
  }

  .company-logo {
    margin: 15px;
  }

  .title-text {
    margin-bottom: 20px;
  }

  .header-section {
    padding-top: 60px;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #262626;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    color: #fff;
    background-color: #cc4c33;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .p-subtitle {
    margin-bottom: 20px;
  }

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

  .feature-grid {
    grid-template-columns: 1.2fr;
  }

  .tabs-container {
    flex-direction: column;
  }

  .cont-contact, .cont-contact.spec {
    width: 100%;
  }

  .tabs-heading {
    margin-bottom: 40px;
  }

  .tabs-image {
    margin-right: 40px;
  }

  .div-block {
    width: 100%;
    margin-left: 0;
  }

  .form-block-section {
    width: 100%;
  }

  .form-image-overlay {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .form-section {
    background-image: none;
    flex-direction: column;
  }

  .form-image-section {
    width: 100%;
  }

  .email-link-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .process-image-wrapper.spec {
    width: 200px;
  }

  .header-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .card-cookie {
    max-width: 90%;
  }

  .div-steps {
    width: 100%;
  }

  .sec-products {
    padding-top: 60px;
  }

  .table-wrapper {
    display: block;
  }

  .tabs-mobile {
    flex-direction: column;
    margin-top: 72px;
    display: block;
  }

  .tab-pricing {
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .tab-pricing.w--current {
    color: #fff;
    background-color: #ffad99;
  }

  .table-wrapper-mobile {
    background-color: #fff;
    margin-top: 0;
  }

  .pricing-row-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-pricing {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .header-grid-main {
    grid-template-columns: 1fr;
  }

  .form-test-div {
    width: 100%;
    margin-left: 0;
  }

  .test-div {
    width: 100%;
  }

  .div-contact-map {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap {
    display: none;
  }

  .dropdown-wrap {
    box-shadow: none;
  }

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

  .text-block {
    font-size: .8rem;
  }

  .footer-top-grid {
    margin-bottom: 100px;
  }

  .footer-bottom-wrapper {
    flex-flow: column wrap;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .large-title {
    font-size: 2.369rem;
  }

  .footer-link-column {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navigation-button {
    display: none;
  }

  .company-logo {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .navigation-menu {
    width: 100%;
  }

  .h1 {
    font-weight: 700;
    line-height: 3.777rem;
  }

  .feature-card {
    padding: 32px;
  }

  .card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .title-wrapper {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrapper {
    justify-content: center;
    width: 100%;
  }

  .tabs-container {
    flex-direction: column;
  }

  .cont-contact {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-image {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .sec-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-offer {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-2 {
    width: 100%;
  }

  .process-image {
    height: 80%;
    margin-bottom: 20px;
  }

  .process-count-wrapper {
    display: none;
  }

  .process-step {
    margin-right: 20px;
  }

  .process-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-line {
    display: none;
  }

  .btn-coockies {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .sec-offer, .sec-contact-bg, .sec-contact-bg02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-steps {
    margin-bottom: 40px;
  }

  .grid-products {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .proucts-descriptions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .table-wrapper {
    min-width: auto;
  }

  .grid-cell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab-pricing {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .table-wrapper-mobile {
    padding: 24px;
  }

  .tabs-menu-pricing {
    flex-wrap: wrap;
  }

  .grid-2column {
    justify-items: center;
  }

  .header-grid-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .test-div {
    margin-bottom: 40px;
  }

  .div-contact-map {
    flex-direction: column;
  }

  .html-embed-2 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .authentication-wrap-dropdown {
    justify-content: center;
  }

  .navigation-left {
    width: 50%;
  }

  .text-block {
    font-size: .6rem;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-top-grid {
    margin-bottom: 60px;
  }

  .form {
    flex-wrap: wrap;
  }

  .footer-bottom-wrapper {
    margin-top: 60px;
    display: block;
  }

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

  .large-title {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .submit-button {
    max-width: none;
  }

  .btn-form {
    min-height: 90px;
  }

  .newsletter-field {
    margin-right: 0;
    font-size: 20px;
  }

  .feature-text {
    font-size: .8rem;
  }

  .h3 {
    margin-bottom: 40px;
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .h3.space30d {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .h3.light {
    margin-bottom: 16px;
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .btn-wheel {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .company-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-block {
    margin-top: 30px;
  }

  .search-icon-wrapper {
    margin-left: 0;
  }

  .form-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .h4 {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .h1 {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .paragraph {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .img {
    margin-top: 40px;
  }

  .feature-section {
    padding: 32px 8px;
  }

  .arrow {
    display: none;
  }

  .feature-card {
    padding: 8px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-container {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0;
  }

  .btn-cta-short {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .tabs-item-toggle {
    padding: 0;
  }

  .tabs-image {
    margin-bottom: 40px;
  }

  .tab-content {
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-icon {
    margin-right: 8px;
  }

  .tab-name {
    margin-right: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .contact-form-block {
    padding: 8px;
  }

  .contact-submit-button {
    max-width: none;
  }

  .form-image-section {
    min-height: 700px;
  }

  .btn-send-forn {
    min-height: 45px;
  }

  .h4-form {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .div-offer {
    border-radius: 32px;
    flex-direction: column-reverse;
    padding: 16px;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .process-heading {
    font-size: 50px;
  }

  .process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wave {
    margin-left: 0;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-line {
    display: none;
  }

  .modal-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-cookie {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-coockies {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-6, .div-content-left {
    width: 100%;
  }

  .table-wrapper-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .html-embed-2 {
    width: 300px;
  }
}

#w-node-_083f91e6-2228-ec7a-e86f-201c43185446-43185443, #w-node-_083f91e6-2228-ec7a-e86f-201c43185447-43185443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_083f91e6-2228-ec7a-e86f-201c4318545e-43185443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d07acb40-f49c-9e75-9d62-e40c59d6fce4-95e97c24, #w-node-d07acb40-f49c-9e75-9d62-e40c59d6fce4-8d169aaf {
  justify-self: start;
}

#w-node-bcf200fb-385f-b8ea-5dff-a7be288756da-8d169aaf, #w-node-_28b4f99c-dd81-994a-f48b-fbd753064da8-8d169aaf, #w-node-_8601ff94-85b0-ad3b-b81a-a814d5470064-8d169aaf, #w-node-bab377f1-80e4-d9a7-28b9-6913d1035929-8d169aaf, #w-node-bab377f1-80e4-d9a7-28b9-6913d103592c-8d169aaf, #w-node-bab377f1-80e4-d9a7-28b9-6913d103592f-8d169aaf {
  align-self: center;
}

#w-node-d07acb40-f49c-9e75-9d62-e40c59d6fce4-2781cbd4, #w-node-d07acb40-f49c-9e75-9d62-e40c59d6fce4-23c5341c {
  justify-self: start;
}

#w-node-_3a48d240-eb42-0831-bf08-6a94cba5b569-5107b009 {
  justify-self: end;
}

#w-node-_9c250c91-f84a-06ec-7b94-527b38023335-5107b009 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_97329428-74d8-6905-b392-fd9e847e007d-e2546a8c, #w-node-ee8e3238-989a-e732-cdad-3f872f7d08e5-e2546a8c {
    order: -9999;
  }
}


