:root {
  --heading-font: Montserrat, sans-serif;
  --transparent: transparent;
  --text-font: Poppins, sans-serif;
  --white: white;
  --turkus: #48c5c6;
  --black: black;
  --dark-blue: #2c455b;
  --salmon: #b68458;
  --purple: #7d71d1;
  --light-blue: #eefbfe;
  --cream: #fff8f1;
  --lighter-blue: #eefbfb;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.heading.base {
  color: #292929;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

.heading.base.white {
  font-family: var(--heading-font);
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.heading.large.white {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.large.white.form {
  margin-bottom: 8px;
  font-size: 22px;
}

.heading.small {
  color: #292929;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
}

.heading.small.white {
  color: #f2f2f2;
  margin-bottom: 48px;
  font-weight: 700;
}

.heading.large {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.heading.large.white {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.background-image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/obraz-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-height: none;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-hero {
  width: 100%;
  max-width: 1192px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.container-hero.roco {
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-block {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero {
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  position: relative;
  overflow: visible;
}

.container.middle {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.container.contact-cont {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  background-color: var(--transparent);
  padding-left: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  font-family: var(--text-font);
  color: var(--white);
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--turkus);
}

.nav-link.w--current {
  color: var(--turkus);
  font-weight: 600;
}

.nav-link.footer {
  font-weight: 300;
}

.nav-link.contact-link {
  border: 3px solid var(--turkus);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--turkus);
  border-radius: 100vw;
  margin-left: 20px;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.heading-4 {
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

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

.button-block-37 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 3px solid var(--turkus);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fffd63;
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 240px;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-37.form-button {
  color: var(--turkus);
  max-width: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
}

.button-text-37 {
  z-index: 1;
  font-family: var(--heading-font);
  color: var(--turkus);
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.button-circle-37 {
  background-color: var(--black);
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  display: block;
  position: absolute;
  transform: scale(0);
}

.div-block {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.offer {
  background-color: rgba(217, 217, 217, .3);
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 80px;
}

.heading-5 {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  text-align: left;
  line-height: 42px;
}

.heading-5.subheading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.offer-div {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  font-family: var(--text-font);
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-2.middle {
  text-align: center;
  align-self: auto;
}

.paragraph-2.middle.white.caps {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-2.middle.small {
  border-bottom: 1px solid rgba(128, 128, 128, .3);
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 14px;
}

.paragraph-2.small {
  float: none;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-2.small.white {
  font-weight: 300;
}

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

.paragraph-2.white.center {
  text-align: center;
}

.paragraph-2.box {
  text-align: left;
  margin-top: 20px;
}

.paragraph-2.extra-small {
  font-size: 14px;
}

.paragraph-2.number {
  background-color: var(--black);
  font-family: var(--heading-font);
  color: var(--white);
  border-radius: 180px;
  padding: 4px 16px;
  font-size: 22px;
}

.paragraph-2.number.two {
  padding-left: 14px;
  padding-right: 14px;
}

.text-ticker_component {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  position: relative;
}

.text-ticker_text {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  letter-spacing: -.0375em;
  align-self: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.text-ticker_text.color {
  color: var(--turkus);
  text-align: left;
  align-self: center;
}

.text-ticker_text.color.left, .text-ticker_text.color.blue {
  align-self: flex-start;
}

.text-ticker_mask {
  float: right;
  color: #111;
  height: 4.4rem;
  padding-left: 1em;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--turkus);
  flex-direction: column;
  line-height: 1em;
  display: flex;
}

.text-ticker_mask2 {
  background-color: #32443e;
  height: 6rem;
  position: absolute;
  top: 7rem;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-ticker_mask1 {
  background-color: #32443e;
  height: 6rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-ticker_text-copy {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  letter-spacing: -.0375em;
  margin-top: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.options-website {
  padding-top: 140px;
  padding-bottom: 60px;
}

.prices {
  margin-top: 140px;
}

.grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  align-self: auto;
  margin-top: 100px;
  margin-bottom: 40px;
}

.grid._3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 60px;
}

.grid._2-columns {
  grid-row-gap: 84px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 100px;
}

.grid-subscription {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-self: stretch;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
}

.services {
  border: 3px none var(--turkus);
  background-color: var(--white);
  border-radius: 24px;
  padding: 66px 44px 44px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.grid-middle {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.service-title {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-6 {
  font-family: var(--heading-font);
  color: var(--turkus);
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.heading-6.middle {
  color: var(--turkus);
  text-align: center;
  margin-bottom: 14px;
}

.heading-6.white {
  color: var(--white);
}

.columns {
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.columns.hide {
  display: none;
}

.heading-3 {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: -.0375em;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.heading-3.middle {
  text-align: center;
  display: block;
}

.heading-3.white {
  color: var(--white);
  text-align: left;
  margin-top: -10px;
}

.list-item {
  background-image: url('../images/check-solid-1.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
}

.list-item.bullet {
  background-image: none;
  padding-left: 0;
}

.column {
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
}

.website-option {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.website-option.about {
  align-items: flex-start;
}

.web-store-option {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.text-span-3 {
  color: var(--salmon);
}

.text-span-4, .text-span-5 {
  color: var(--turkus);
}

.plan {
  border: 3px none var(--dark-blue);
  background-color: var(--white);
  text-align: left;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, .2);
}

.plan.middle {
  border: 2px solid var(--turkus);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.plan.left {
  border-style: none;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.plan.right {
  border-style: none;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 10px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.div-plan {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hack42-45-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.hack42-45-added-value-row {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hack42-checkbox {
  background-image: url('../images/square-regular-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.hack42-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check-square-regular-1.svg');
  background-position: 50%;
  background-size: 18px;
  border-style: none;
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.hack42-45-form-right {
  align-self: center;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

.hack42-45-form-left {
  background-color: var(--transparent);
  font-family: var(--text-font);
  flex: 0 auto;
  align-self: stretch;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
  display: none;
}

.hack42-added-value {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}

.hack42-checkbox-label {
  color: var(--black);
  margin-bottom: 10px;
  margin-left: -1.575rem;
  padding-left: 2.1875rem;
  padding-right: 0;
  font-size: 16px;
}

.hack42-checkbox-label.extra-small {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.image-3 {
  max-width: 80%;
  margin-top: 40px;
}

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

.text-block-2 {
  font-family: var(--text-font);
  color: var(--black);
}

.text-block-2.month {
  align-self: flex-end;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 100px;
  right: 0%;
}

.text-block-2.white {
  color: var(--white);
}

.text-block-2.old-price {
  align-self: flex-end;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 70px;
  right: 0%;
}

.text-block-2.old-price.white {
  opacity: .7;
  color: #6b6868;
  font-size: 18px;
  text-decoration: line-through;
  bottom: 90%;
  left: 10px;
}

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

.hack42-45-form-second {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hack42-45-added-value-row-middle {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hack42-added-value-middle {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}

.form-block-third {
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.hack42-45-form-third {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.hack42-45-form-last {
  background-color: var(--transparent);
  font-family: var(--text-font);
  flex: 0 auto;
  align-self: stretch;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
  display: none;
}

.hack42-checkbox-right {
  background-image: url('../images/square-regular-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.hack42-checkbox-right.w--redirected-checked {
  background-color: var(--transparent);
  background-image: url('../images/check-square-regular-1.svg');
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.hack42-checkbox-label-right {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 10px;
  margin-left: -1.575rem;
  padding-left: 2.1875rem;
  padding-right: 0;
  font-size: 16px;
}

.hack42-checkbox-label-right.extra-small {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.hack42-added-value-right {
  font-family: var(--heading-font);
  color: var(--dark-blue);
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}

.contact {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 197, 198, .3) 14%, var(--black) 87%);
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  margin-top: 40px;
  display: flex;
}

.about-us {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.nav-menu {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.item-content {
  text-align: center;
  background-color: rgba(255, 255, 255, .08);
  padding: 24px;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-small.bottom-stroke {
  border-bottom: 1px rgba(255, 255, 255, .11);
  margin-bottom: 1rem;
}

.section-services-store {
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/obraz-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 220px;
  display: block;
}

.options-web-store {
  margin-top: 140px;
}

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

.text-span-6 {
  direction: ltr;
  white-space: nowrap;
  word-break: normal;
}

.body {
  background-color: #f5f5f5;
}

.bold-text {
  color: var(--turkus);
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.form-block-3 {
  font-family: var(--heading-font);
  color: var(--turkus);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.form-field {
  background-color: #fefefe;
  border-radius: 14px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 14px;
}

.form-field::placeholder {
  font-weight: 500;
}

.form-field.message {
  min-height: 80px;
}

.form {
  width: auto;
}

.image-4 {
  width: 100%;
  height: 66px;
  max-height: none;
}

.brand.w--current {
  padding-top: 0;
}

.list {
  text-align: left;
  margin-bottom: 40px;
}

.list.bullet {
  padding-left: 20px;
}

.text-span-8 {
  font-weight: 600;
}

.text-span-5-copy {
  color: var(--turkus);
}

.image-6 {
  width: 120px;
  height: 100%;
  margin-bottom: 20px;
}

.link {
  color: var(--turkus);
  font-weight: 500;
}

.back-to-top-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-links.mobile {
  display: none;
}

.container-main {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  overflow: visible;
}

.footer-link {
  font-family: var(--text-font);
  color: #979797;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

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

.footer-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.footer-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.flex-block-10 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.footer {
  background-color: #080816;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-7 {
  object-fit: contain;
  width: 165px;
  height: 36px;
  max-height: 36px;
}

.div-block-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

.bold-text-2 {
  color: #333;
  font-size: 18px;
  line-height: 150%;
}

.div-block-4 {
  text-align: center;
  padding-bottom: 20px;
}

.background-image-about-us {
  z-index: -1;
  background-image: url('../images/korzenie2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marker {
  background-color: var(--turkus);
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin: -106px auto 20px;
  padding: 18px;
  display: flex;
  position: relative;
  top: 0;
}

.marker._2-columns {
  left: auto;
}

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

.grid-2._3-columns {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 40px;
}

.section-services-site {
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/obraz-5-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 220px;
  display: none;
}

.grid-left {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 80px;
  display: grid;
}

.text-span-9 {
  color: var(--white);
}

.configuration-btn {
  background-color: var(--salmon);
  font-family: var(--text-font);
  border-radius: 10px;
  font-weight: 500;
  transition: all .14s;
}

.configuration-btn:hover {
  background-color: var(--dark-blue);
}

.best-choice {
  background-color: var(--turkus);
  border-radius: 10px;
  align-self: center;
  margin-top: -40px;
  padding: 4px 10px;
  position: relative;
}

.div-block-5 {
  flex: 1;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.flex-block-11 {
  grid-column-gap: 20px;
}

.image-8 {
  width: 46px;
  height: 46px;
}

.text-span-10 {
  white-space: nowrap;
  word-break: keep-all;
}

.test-a-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.html-embed {
  display: none;
}

.nav-link-2 {
  color: #fff;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

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

.nav-link-2.w--current {
  color: #48c5c6;
  font-weight: 600;
}

.nav-link-2.contact-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #48c5c6;
  border: 3px solid #48c5c6;
  border-radius: 100vw;
  margin-left: 20px;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.nav-menu-2 {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, .5);
  padding-left: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-9 {
  width: 250px;
  height: 66px;
  max-height: none;
}

.button-circle-37-2 {
  background-color: #000;
  border-radius: 100vw;
  width: 15rem;
  height: 15rem;
  display: block;
  position: absolute;
  transform: scale(0);
}

.offer-2 {
  background-color: #fff;
  background-image: linear-gradient(201deg, rgba(72, 197, 198, .3), rgba(253, 255, 255, .7) 55%);
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.paragraph-3 {
  max-width: 880px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-block-37-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fffd63;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #48c5c6;
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 220px;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.text-ticker_text-copy-2 {
  color: #2c455b;
  letter-spacing: -.0375em;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.button-text-37-2 {
  z-index: 1;
  color: #48c5c6;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-ticker_text-2 {
  color: #2c455b;
  letter-spacing: -.0375em;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.text-ticker_text-2.color {
  color: #48c5c6;
  text-align: left;
  align-self: center;
}

.text-ticker_text-2.color.blue, .text-ticker_text-2.color.left {
  align-self: flex-start;
}

.text-ticker_carousel-2 {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #48c5c6;
  flex-direction: column;
  line-height: 1em;
  display: flex;
}

.button-block-37-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fffd63;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #48c5c6;
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 220px;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-37-3 {
  z-index: 1;
  color: #48c5c6;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.paragraph-4 {
  max-width: 880px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-4.number {
  color: #fff;
  background-color: #000;
  border-radius: 180px;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.paragraph-4.number.two {
  padding-left: 14px;
  padding-right: 14px;
}

.image-12 {
  object-fit: contain;
  border-radius: 24px;
  width: 544px;
  height: 388px;
}

.heading-7 {
  color: #2c455b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
}

.heading-7.subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.flex-block-12 {
  grid-column-gap: 20px;
}

.image-13 {
  width: 120px;
  height: 100%;
  margin-bottom: 20px;
}

.background-gradient {
  z-index: -1;
  background-color: var(--salmon);
  filter: blur(340px);
  border-radius: 50%;
  width: 30%;
  height: 700px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.background-gradient._2 {
  background-color: var(--turkus);
  filter: blur(300px);
  width: 34%;
  height: 240px;
  top: 10%;
  bottom: auto;
  right: 10%;
}

.image-22 {
  border-radius: 24px;
  max-height: 180px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  margin-top: 40px;
  display: flex;
}

.nav-link-3 {
  color: #c7c7c7;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fcfcfc;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  color: #fcfcfc;
  border-bottom: 3px solid #fcfcfc;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.nav-link-3.form-link {
  margin-bottom: 15px;
  margin-left: 0;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
}

.typography-primary-2 {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.typography-primary-2.white {
  color: #c7c7c7;
  align-self: center;
  font-size: 12px;
}

.typography-primary-2.white.story-text {
  color: #f2f2f2;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-28 {
  font-family: var(--heading-font);
}

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

@media screen and (min-width: 1280px) {
  .container-main {
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 0;
  }

  .contact {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 197, 198, .3) 14%, var(--black) 77%);
  }

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

  .navbar-2 {
    padding-left: 0;
  }

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

  .typography-primary-2.white {
    color: #c7c7c7;
    text-align: left;
    align-self: center;
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .contact {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(72, 197, 198, .3) 14%, var(--black) 57%);
  }
}

@media screen and (max-width: 991px) {
  .heading.base.white {
    font-size: 40px;
  }

  .container-hero {
    max-width: 728px;
    margin-bottom: 140px;
  }

  .container.contact-cont {
    display: flex;
  }

  .navbar {
    padding-left: 0;
  }

  .nav-link.contact-link {
    margin-left: 0;
    display: inline-block;
  }

  .offer {
    margin-top: 0;
  }

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

  .text-ticker_text.color {
    align-self: center;
  }

  .text-ticker_mask {
    height: 3rem;
  }

  .text-ticker_text-copy {
    font-size: 32px;
  }

  .options-website, .prices {
    margin-top: 140px;
  }

  .grid._3-columns {
    grid-row-gap: 84px;
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .grid._2-columns {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

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

  .grid-middle {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .website-option {
    align-items: center;
  }

  .website-option.about {
    align-items: flex-start;
    max-width: 500px;
  }

  .web-store-option {
    margin-top: 0;
  }

  .plan.middle {
    margin: 0;
  }

  .plan.left {
    margin-right: 0;
  }

  .plan.right {
    margin-left: 0;
  }

  .hack42-45-form-third {
    flex: 1;
  }

  .contact {
    margin-top: 140px;
  }

  .contact-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .about-us {
    margin-top: 0;
  }

  .nav-menu {
    background-color: var(--black);
    border-radius: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: var(--transparent);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .options-web-store {
    margin-top: 140px;
  }

  .contact-form {
    flex-direction: column;
    max-width: none;
    margin-right: 0;
  }

  .image-5 {
    width: 20px;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-7 {
    width: auto;
  }

  .div-block-3 {
    display: block;
  }

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

  .background-image-about-us {
    display: none;
  }

  .grid-2._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-left {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .div-block-6 {
    display: none;
  }

  .nav-link-2.contact-link {
    margin-left: 0;
    display: inline-block;
  }

  .nav-menu-2 {
    background-color: #000;
    border-radius: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .navbar-2 {
    padding-left: 0;
  }

  .image-10 {
    width: 20px;
    height: 22px;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .offer-2 {
    margin-top: 0;
  }

  .text-ticker_text-copy-2, .text-ticker_text-2 {
    font-size: 32px;
  }

  .text-ticker_text-2.color {
    align-self: center;
  }

  .image-12 {
    max-width: 500px;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .heading.base.white {
    font-size: 32px;
  }

  .heading.small.white {
    font-size: 24px;
  }

  .background-image {
    max-height: none;
  }

  .container-hero {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-hero.roco {
    padding-top: 60px;
  }

  .hero-block {
    grid-template-columns: 3.25fr;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 100px;
  }

  .nav-link.footer {
    font-size: 14px;
  }

  .nav-link.contact-link {
    text-align: center;
    margin-left: 0;
    display: inline-block;
  }

  .heading-4 {
    font-size: 16px;
  }

  .offer {
    margin-top: 0;
  }

  .paragraph-2 {
    margin-bottom: 20px;
  }

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

  .text-ticker_text.color {
    align-self: center;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: .5em;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_text-copy {
    font-size: 32px;
  }

  .options-website {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .prices {
    margin-top: 100px;
  }

  .grid._3-columns, .grid._2-columns {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .services {
    max-width: none;
  }

  .grid-middle {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .columns {
    flex-direction: column;
  }

  .heading-3 {
    font-size: 32px;
  }

  .column-2 {
    margin-top: 40px;
    padding-left: 0;
  }

  .web-store-option {
    margin-top: 0;
  }

  .plan.middle {
    margin: 0;
  }

  .plan.left {
    margin-right: 0;
  }

  .plan.right {
    margin-left: 0;
  }

  .hack42-45-form-second {
    width: auto;
  }

  .contact {
    margin-top: 100px;
  }

  .contact-block {
    flex-direction: column;
  }

  .about-us {
    margin-top: 0;
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .item-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-services-store {
    padding-bottom: 80px;
  }

  .options-web-store {
    margin-top: 100px;
  }

  .contact-form {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-4 {
    height: 44px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .footer-links {
    flex-direction: row;
    justify-content: space-between;
    display: none;
  }

  .footer-links.mobile {
    display: flex;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .flex-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-7 {
    width: 144px;
  }

  .div-block-4 {
    align-self: stretch;
  }

  .grid-2._3-columns {
    grid-template-columns: 1fr;
  }

  .section-services-site {
    padding-bottom: 80px;
  }

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

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

  .nav-link-2.contact-link {
    text-align: center;
    margin-left: 0;
    display: inline-block;
  }

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

  .image-9 {
    height: 44px;
  }

  .offer-2 {
    margin-top: 0;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .text-ticker_text-copy-2, .text-ticker_text-2 {
    font-size: 32px;
  }

  .text-ticker_text-2.color {
    align-self: center;
  }

  .text-ticker_carousel-2 {
    display: flex;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .div-block-7 {
    align-self: center;
  }

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

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

  .div-block-25 {
    padding-top: 60px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .flex-block-7 {
    margin-bottom: 60px;
  }

  .typography-primary-2.white {
    text-align: left;
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading.small.white {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .background-image {
    max-height: none;
  }

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

  .hero-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: 3.25fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .hero {
    position: relative;
  }

  .navbar {
    display: block;
  }

  .nav-link.contact-link {
    margin-left: 0;
    display: inline-block;
  }

  .button-block-37 {
    align-self: center;
  }

  .button-text-37 {
    font-size: .875rem;
  }

  .offer {
    margin-top: 0;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-ticker_text {
    text-align: center;
    flex: 0 auto;
    font-size: 32px;
  }

  .text-ticker_text.color {
    text-align: left;
    align-self: center;
  }

  .text-ticker_text.color.left {
    text-align: left;
  }

  .text-ticker_mask {
    height: 2.8rem;
    padding-left: 0;
    display: block;
  }

  .text-ticker_text-copy {
    margin-top: 42px;
    font-size: 32px;
  }

  .options-website {
    margin-top: 60px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .grid._3-columns, .grid._2-columns {
    max-width: none;
  }

  .grid-subscription {
    grid-row-gap: 24px;
  }

  .services {
    padding-left: 14px;
    padding-right: 14px;
  }

  .columns {
    margin-top: 80px;
  }

  .heading-3 {
    text-align: center;
    font-size: 32px;
  }

  .heading-3.white {
    text-align: center;
    align-self: auto;
  }

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

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

  .web-store-option {
    margin-top: 0;
  }

  .text-span-2 {
    text-align: center;
  }

  .plan.left {
    padding: 24px 34px;
  }

  .hack42-45-form {
    flex-direction: column;
    align-items: center;
  }

  .hack42-45-form-right {
    margin-top: 1.875rem;
  }

  .hack42-45-form-left {
    margin-right: 0;
  }

  .hack42-45-form-second, .hack42-45-form-third {
    flex-direction: column;
    align-items: center;
  }

  .hack42-45-form-last {
    margin-right: 0;
  }

  .contact-block {
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: none;
  }

  .about-us {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .item-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-services-store {
    padding-top: 100px;
  }

  .options-web-store {
    margin-top: 60px;
  }

  .contact-form {
    flex-direction: column;
  }

  .form {
    width: auto;
  }

  .image-4 {
    width: auto;
    height: auto;
    max-height: 44px;
  }

  .brand {
    margin-top: 4px;
    padding-left: 0;
  }

  .footer-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-links.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-weight: 400;
  }

  .container-main {
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
  }

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

  .marker, .marker._2-columns {
    left: auto;
  }

  .grid-2._3-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-services-site {
    padding-top: 100px;
  }

  .nav-link-2.contact-link {
    margin-left: 0;
    display: inline-block;
  }

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

  .navbar-2 {
    display: block;
  }

  .image-9 {
    width: 170px;
    height: 66px;
    max-height: 44px;
  }

  .offer-2 {
    margin-top: 0;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .button-block-37-2 {
    align-self: center;
  }

  .text-ticker_text-copy-2 {
    margin-top: 42px;
    font-size: 32px;
  }

  .button-text-37-2 {
    font-size: .875rem;
  }

  .text-ticker_text-2 {
    text-align: center;
    flex: 0 auto;
    font-size: 32px;
  }

  .text-ticker_text-2.color {
    text-align: left;
    align-self: center;
  }

  .text-ticker_text-2.color.left {
    text-align: left;
  }

  .button-block-37-3 {
    align-self: center;
  }

  .button-text-37-3 {
    font-size: .875rem;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-12 {
    object-fit: cover;
    max-width: 100%;
    height: 280px;
  }

  .flex-block-7 {
    margin-bottom: 20px;
  }
}

#w-node-b79fc8ea-e0ff-f10d-f05b-deb3df294b03-b14a7bcc, #w-node-b79fc8ea-e0ff-f10d-f05b-deb3df294b0b-b14a7bcc, #w-node-b79fc8ea-e0ff-f10d-f05b-deb3df294b13-b14a7bcc, #w-node-_88ddb9ba-2ed7-2b20-c377-a9a3dde98ade-b14a7bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b01689d5-a2e6-fc14-81f3-78c5acd8a32f-b14a7bcc, #w-node-b01689d5-a2e6-fc14-81f3-78c5acd8a338-b14a7bcc, #w-node-b01689d5-a2e6-fc14-81f3-78c5acd8a342-b14a7bcc, #w-node-b01689d5-a2e6-fc14-81f3-78c5acd8a34c-b14a7bcc, #w-node-b01689d5-a2e6-fc14-81f3-78c5acd8a356-b14a7bcc {
  align-self: auto;
  justify-self: auto;
}

#w-node-_3ba7f08e-7231-031c-250f-5d0ef86a705c-b14a7bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5ff6087f-2d0e-e4b3-26cd-cc69a14e2208-b14a7bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7139bb1d-f094-e46d-20f1-deb6cad6d183-b14a7bcc, #w-node-_555c728b-75b6-08ea-071b-ed1979bd919f-b14a7bcc, #w-node-_555c728b-75b6-08ea-071b-ed1979bd91a9-b14a7bcc, #w-node-_555c728b-75b6-08ea-071b-ed1979bd91b1-b14a7bcc, #w-node-_555c728b-75b6-08ea-071b-ed1979bd91b9-b14a7bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ff6087f-2d0e-e4b3-26cd-cc69a14e2208-b14a7bcc {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-c7944403-5240-8ae2-b9d5-48ac0287b41a-b14a7bcc {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f599175c-1153-4f66-2b9a-52e656abe693-b14a7bcc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5ff6087f-2d0e-e4b3-26cd-cc69a14e2208-b14a7bcc {
    grid-row-end: 4;
  }

  #w-node-_7139bb1d-f094-e46d-20f1-deb6cad6d183-b14a7bcc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b5c7ab5b-0c71-be1b-b1f1-a275c68c4664-b14a7bcc {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-b5c7ab5b-0c71-be1b-b1f1-a275c68c467f-b14a7bcc {
    justify-self: end;
  }
}


