@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue: #004aad;
  --white: white;
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #6d6f74;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 10px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px 0;
}

.section.cc-home-wrap, .section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Roboto Slab;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .9;
  margin-top: 10px;
  font-family: Poppins, Arial, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #004aad;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-jumbo-button.secondary-button {
  font-size: 16px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #004aad;
  border-radius: 8px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 12px;
  display: grid;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #072977;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-light {
  opacity: 1;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 80px;
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: #004aad;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 9999;
  clear: none;
  opacity: 1;
  background-color: #fff;
  border: 2px solid #e4e6e9;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -8px;
  margin-bottom: 0;
  padding: 0 50px;
  font-family: Roboto Slab;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 1;
  color: #004aad;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  opacity: 1;
  filter: blur();
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #f4f4f4;
  background-image: url('../images/Tworzymy-strone-internetowa-Twojej-firmy.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 50px;
  font-family: Roboto Slab;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/Strony-firmowe-hejstrona.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 250px;
  margin-bottom: 20px;
  position: static;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.intro-content.cc-homepage {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #004aad4d;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 20px auto;
  transform: translate(0);
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Poppins, Arial, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  font-family: Roboto;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.about-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
  / 2fr 1.4fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  color: #fbf6f6;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #004aad;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  box-shadow: 14px 15px 9px 6px #0003;
}

.secondary-button:hover {
  color: #fafafa;
  -webkit-text-fill-color: inherit;
  background-color: #072977;
  background-clip: border-box;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 0;
}

.text-block {
  letter-spacing: 1px;
  border-radius: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--blue);
  text-align: center;
  grid-template-rows: auto;
  place-content: stretch;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.paragraph {
  margin-top: 5px;
  margin-left: 50px;
  padding-bottom: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  position: static;
}

.paragraph-2 {
  margin-top: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}

.div-block {
  border: 1px #000;
}

.section-3 {
  color: #fff;
  background-color: #004aad;
}

.text-block-2 {
  pointer-events: auto;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

.section-subtitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.section-5 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-5.purple {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #dde7ed;
  background-image: url('../images/Tworzymy-strone-internetowa-Twojej-firmy.jpg');
  background-size: cover;
  background-clip: border-box;
}

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

.feature-row {
  margin-bottom: 14px;
}

.main-feature-group {
  margin-top: 30px;
}

.feature-icon {
  color: #3254dd;
  text-align: left;
  margin-bottom: 12px;
}

.small-features-row {
  margin-top: 71px;
}

.feature {
  text-align: left;
}

.heading {
  text-align: center;
  margin-top: 34px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-3.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus {
  background-color: #004aad;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  font-family: Poppins, Arial, sans-serif;
  line-height: 25px;
  overflow: hidden;
}

.faq-answer-text {
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  font-size: 20px;
  font-weight: 700;
}

.faq-plus-l {
  background-color: #004aad;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.price {
  padding-left: 6px;
  font-family: Roboto Slab;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
}

.pricing-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 37px;
  transition: transform .2s ease-out, box-shadow .2s;
  display: block;
  overflow: hidden;
}

.feature-item {
  display: flex;
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
  font-family: Roboto;
  font-size: 18px;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: #00000008;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: #28d89300;
  justify-content: center;
  padding-top: 15px;
  font-family: Roboto Slab;
  font-size: 18px;
  display: flex;
}

.price-text {
  color: #3c3d3d;
  margin-bottom: 15px;
  padding-left: 6px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
}

.price-duration {
  padding-left: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.feature-text {
  padding-left: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: green;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 20px 30px -10px #1810632e;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  color: #fff;
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px #1810632e;
}

.heading-2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-3 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-3, .paragraph-4 {
  font-family: Poppins, Arial, sans-serif;
  display: inline-block;
}

.container-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fefefed1;
  border-radius: 8px;
  max-width: 750px;
  padding-bottom: 44px;
  overflow: auto;
}

.text-block-3 {
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Poppins, Arial, sans-serif;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

.section-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-7.footer {
  color: #e4e8eb;
  background-color: #004aad;
  padding-top: 42px;
  padding-bottom: 42px;
}

.social-icon-group {
  color: #fff;
}

.footer-slogan {
  color: var(--white);
  margin-top: 9px;
  margin-bottom: 11px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 31px;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}

.title {
  font-family: Poppins, Arial, sans-serif;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.heading-4 {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-4.section-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
}

.section-8 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.container-5 {
  background-color: #e4e6e999;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  box-shadow: 10px 8px 5px #0003;
}

.earning_steps-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.text-size-regular-2 {
  text-align: left;
  font-size: 1rem;
}

.text-size-regular-2.text-color-light-gray {
  color: #1a1b1f;
  font-family: Poppins, Arial, sans-serif;
}

.earning_steps-card-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.earning_steps-card-img-bg {
  text-align: left;
  background-image: url('../images/5f234c56be075e6c06e4e9ea_dots.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 120px;
  height: 100px;
  display: flex;
}

.earning_text {
  color: #1a1b1f;
  text-align: left;
  align-self: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.earning_steps-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1a1b1f;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.image-4 {
  box-shadow: 10px 8px 5px #0003;
}

.team_card-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 30px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 30px;
  display: grid;
}

.team-info_image-wrapper {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.details_icon {
  filter: invert();
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  align-self: flex-start;
  margin-top: .25em;
}

.margin-top.margin-medium {
  margin-top: 1.5em;
}

.card_team-info-wrapper {
  cursor: pointer;
  background-color: #e2ebfd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-info_text {
  align-self: flex-start;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.details_icon-wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.team-info_details-wrapper {
  flex-direction: column;
  height: 100%;
  padding: .5em;
  display: flex;
  position: absolute;
  left: 0%;
  right: 0%;
}

.team-info_text-overline {
  color: #6e6e6e;
  align-self: flex-end;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.1em;
}

.team-info_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.details_background-color {
  background-color: #004aad;
  border-radius: 8px;
  height: 100%;
  position: relative;
}

.is--text-white {
  color: #e2ebfd;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
}

.is--text-white.is--mobile-header {
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.team-info_content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-5 {
  margin-left: 25px;
  margin-right: 25px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.text-block-4 {
  margin-left: 100px;
  margin-right: 100px;
  font-family: Poppins, Arial, sans-serif;
}

.field-label {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

.field-label-2, .field-label-3 {
  font-family: Roboto Slab;
}

.list {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  line-height: 14px;
}

.image-5 {
  padding-bottom: 2px;
}

.rich-text-block, .rich-text-block-2 {
  margin-left: 60px;
  margin-right: 60px;
  font-family: Poppins, Arial, sans-serif;
}

.image-6 {
  transition: transform .2s;
}

.image-6:hover {
  transform: translate(0)scale(1.1);
  box-shadow: 12px 12px 5px 6px #0003;
}

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

.link-2 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}

.text-block-8 {
  color: #1a1b1f;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

.section-9 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: green;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.container-6 {
  margin-top: 10px;
}

.heading-6 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.intro-header-2 {
  opacity: 1;
  filter: blur();
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  object-fit: fill;
  background-color: #f4f4f4;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 40px;
  font-family: Roboto Slab;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-desktop {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  order: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-mobile {
  display: none;
}

.reject-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  width: 140px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
}

.accept-button {
  color: #fff;
  background-color: #004aad;
  border-radius: 5px;
  width: 180px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 360px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 3px 5px 5px;
  line-height: 18px;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 20px #0000001a;
}

.work-mobile {
  display: none;
}

.faq-answers {
  margin-top: 0;
  line-height: 20px;
  list-style-type: disc;
}

.heading-7 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading-8 {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-9 {
  text-align: left;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-10 {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-11 {
  text-align: center;
  font-family: Roboto Slab;
  font-size: 36px;
}

.button {
  aspect-ratio: auto;
  opacity: 1;
  outline-offset: 0px;
  color: #f7f7f8;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-color: #d00;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #fff;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 50px;
  padding: 10px 10px 12px;
  font-family: Roboto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button:hover {
  color: #fff;
  background-color: #cc0404;
}

.bold-text {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

.link-3, .link-4, .link-5 {
  display: inline-block;
}

.heading-12 {
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.link-6 {
  font-weight: 400;
  display: inline-block;
}

.text-block-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.link-7 {
  display: inline-block;
}

.text-span {
  font-family: Poppins, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.link-8 {
  flex-flow: row;
  display: inline-block;
}

.bold-text-2 {
  font-family: Poppins, Arial, sans-serif;
}

.bold-text-3 {
  font-weight: 700;
}

.bold-text-4 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-13 {
  font-weight: 700;
}

.heading-14 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-15 {
  font-family: Poppins, Arial, sans-serif;
}

.heading-16 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.heading-17 {
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 1440px) {
  .primary-button.cc-contact-us:hover {
    background-color: #072977;
  }

  .label {
    font-size: 14px;
  }

  .heading-jumbo {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-top: 20px;
  }

  .intro-header {
    background-size: cover;
  }

  .intro-header.cc-subpage {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-size: cover;
    background-clip: border-box;
  }

  .intro-content.cc-homepage {
    background-color: #004aad4f;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .about-story-wrap {
    margin-top: 11px;
    position: static;
  }

  .heading {
    font-size: 40px;
  }

  .pricing-box {
    width: 70%;
  }

  .price-text {
    color: #666768;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
    color: #fff;
  }

  .container-4 {
    background-color: #ffffffd1;
  }

  .social-icon-group:hover {
    -webkit-text-stroke-color: #fff;
  }

  .earning_steps-content {
    border-radius: 15px;
  }

  .heading-5 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-5 {
    opacity: 1;
  }

  .image-6:hover {
    mix-blend-mode: normal;
    transform: scale(1.1);
    box-shadow: 12px 12px 5px 6px #0003;
  }

  .intro-header-2 {
    background-size: cover;
  }

  .button {
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-clip: border-box;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    place-items: center;
    max-width: 100%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .intro-text {
    width: auto;
  }

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

  .main-feature-group {
    margin-top: 0;
  }

  .earning_steps-card {
    width: 22%;
  }

  .text-size-regular-2 {
    text-align: left;
  }

  .earning_steps-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .earning_steps-content {
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .team_card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-info_text {
    align-self: auto;
  }

  .details_icon-wrapper {
    display: flex;
  }

  .team-info_text-overline {
    align-self: auto;
  }

  .is--text-white.is--mobile-header {
    font-size: 2em;
  }

  .list {
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0 30px;
  }

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

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .section-5, .section-6 {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .feature-icon {
    text-align: left;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .price {
    font-size: 26px;
  }

  .pricing-box {
    width: 100%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .feature-text {
    text-align: left;
  }

  .footer-title {
    margin-top: 35px;
  }

  .section-7 {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

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

  .earning_steps-card {
    width: 100%;
  }

  .earning_steps-card-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 76%;
  }

  .earning_steps-card-img-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .team_card-wrapper {
    grid-column-gap: 1em;
  }

  .is--text-white.is--mobile-header {
    font-size: 1.6em;
  }
}

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

  .section.cc-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    margin-bottom: 10px;
  }

  .primary-button.cc-contact-us {
    background-color: #004aad00;
    transition: background-color .4s, opacity .4s;
    display: block;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template: ". Area" minmax(auto, 1fr)
    / 1.5fr .75fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navigation {
    padding: 0 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding: 10px 15px;
  }

  .intro-header {
    background-image: url('../images/Tworzymy-strone-internetowa-Twojej-firmy.jpg');
    background-position: 50%;
  }

  .intro-header.cc-subpage {
    height: 150px;
  }

  .intro-content.cc-homepage {
    background-color: #00357c66;
    margin-bottom: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .about-grid, .secondary-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block {
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph {
    margin-left: 0;
  }

  .section-3 {
    display: flex;
  }

  .page-link.in-footer {
    font-family: Roboto;
  }

  .main-feature-group {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-icon {
    margin-top: 14px;
    display: block;
  }

  .small-features-row {
    margin-top: 40px;
  }

  .feature {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 30px;
  }

  .faq-answer-text {
    margin-top: 10px;
  }

  .faq-plus-wrap {
    z-index: 100;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    left: auto;
    right: auto;
  }

  .faq-q-text {
    line-height: 38px;
  }

  .faq-question {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price {
    text-align: center;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .feature-item {
    border-bottom: 1px solid #00000014;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
  }

  .pricing-column-contain.top-price-contain.green-price-contain {
    background-color: #fff;
  }

  .feature-text {
    text-align: left;
    padding-top: 0;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button {
    background-color: green;
  }

  .heading-2 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 40px;
    overflow: visible;
  }

  .paragraph-3, .paragraph-4 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-title {
    font-family: Roboto Slab;
  }

  .footer-slogan {
    text-align: center;
    font-family: Roboto;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-4.section-heading {
    margin-top: 5px;
  }

  .container-5 {
    background-color: #e4e6e999;
  }

  .earning_steps-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .earning_steps-card-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .earning_steps-content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team_card-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list {
    padding-left: 10px;
    line-height: 22px;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    margin-top: 4px;
    padding-top: 0;
  }

  .image-8 {
    margin-top: 6px;
  }

  .image-9 {
    margin-top: 6px;
    padding-top: 0;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14 {
    margin-top: 6px;
  }

  .image-15, .image-16, .image-17, .image-18 {
    margin-top: 4px;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body {
    aspect-ratio: auto;
    overflow: visible;
  }

  .list-item {
    margin-bottom: 15px;
    line-height: 20px;
  }

  .text-block-9 {
    color: green;
  }

  .intro-header-2 {
    display: flex;
  }

  .hero-desktop {
    min-height: 0;
    display: none;
  }

  .hero-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .reject-button {
    width: auto;
    margin-bottom: 5px;
  }

  .accept-button {
    width: auto;
    margin-bottom: 0;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .work-mobile {
    display: block;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .button {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 12px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-_1fa0b44f-2322-492b-a5e7-963fe12dd2ab-96cfab48 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fa0b44f-2322-492b-a5e7-963fe12dd2b6-96cfab48 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-acb9e8b8-69a9-a7ec-4029-62d4cb2914a2-9b7d331b, #w-node-_6d2607cc-4917-727e-10c4-9fdd23dec977-b27a4e25 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_18638a64-158e-82a5-ef35-2151b27a4e36-b27a4e25 {
  place-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-96cfab4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-96cfab4b {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_1fa0b44f-2322-492b-a5e7-963fe12dd2ab-96cfab48 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fa0b44f-2322-492b-a5e7-963fe12dd2b6-96cfab48 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-96cfab4b {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18638a64-158e-82a5-ef35-2151b27a4e35-b27a4e25 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}