:root {
  --black-custom: #393939;
  --white: white;
  --blue: #53c8e5;
  --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;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: var(--black-custom);
  background-color: #f5f5f5;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mofita, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Mofita, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Mofita, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 100%;
}

.section {
  padding: 100px 50px;
}

.section.main {
  height: 100vh;
  background-image: url('../images/bg-img-with-blur-julsy-crop-min.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.section.pr-0 {
  height: 1000px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.section.mobile {
  display: none;
}

.section.legal {
  padding-top: 160px;
  padding-bottom: 200px;
}

.section.section-404 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.scetion-catalog {
  height: auto;
  min-height: 70vh;
  background-color: #36b3d6;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.txt-main {
  max-width: 370px;
  color: var(--white);
  font-weight: 100;
}

.txt-main.max-width {
  width: 50%;
  max-width: 50%;
}

.txt-main.cta-txt-main {
  max-width: 70%;
}

.main-btn {
  background-color: var(--white);
  color: var(--black-custom);
  text-align: center;
  border-radius: 90px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 18px 65px;
  font-size: 20px;
  transition: all .3s;
}

.main-btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.main-btn.blue-btn {
  z-index: 5;
  background-color: var(--blue);
  color: var(--white);
  position: relative;
}

.main-btn.blue-btn:hover {
  background-color: #36b3d5;
}

.main-btn.blue-btn.btn-4040 {
  width: auto;
  max-width: none;
  min-width: 60%;
}

.main-btn.btn-app {
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/app-store-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.main-btn.btn-app:hover {
  background-color: #fff;
}

.main-btn.btn-google {
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/google-play-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.main-btn.btn-google:hover {
  background-color: var(--white);
}

.wrap-left-main {
  max-width: 60%;
}

.main-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #53c8e5;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 30px;
  display: flex;
  position: relative;
}

.price-card {
  color: var(--white);
  font-size: 35px;
  line-height: 100%;
}

.price-card.p-c-dark {
  color: var(--black-custom);
  font-size: 35px;
}

.price-card.price-catalog {
  color: var(--black-custom);
  font-size: 25px;
  font-weight: 400;
}

.img-card {
  position: relative;
  bottom: -9px;
  left: -17%;
}

.img-card.img-card-second {
  margin-bottom: -6%;
  left: -6%;
}

.wrap-img-card {
  width: 69%;
  border-bottom-left-radius: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.wrap-img-card.second {
  width: 55%;
  border-bottom-left-radius: 50px;
  bottom: 0%;
  left: 0%;
}

.wrap-main-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 120px;
  display: grid;
}

.left-card {
  width: 50%;
}

.container-menu {
  width: 100%;
  max-width: 1267px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.txt-dropdown-menu {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  font-weight: 200;
  overflow: hidden;
}

.txt-dropdown-menu.dark {
  color: var(--black-custom);
  font-weight: 300;
}

.icon-dropdwon.dark {
  filter: invert(64%);
}

.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 10px;
}

.dropdown-list.w--open {
  box-shadow: none;
  background-color: rgba(221, 221, 221, 0);
  padding: 10px 0 0;
}

.dropdown-link {
  text-transform: none;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: #b4b4b4;
  font-size: 16px;
}

.dropdown-link.w--current {
  color: #7a7a7a;
}

.dropdown-link.last {
  margin-bottom: 0;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.wrap-dropdown-link {
  min-width: 200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .13);
}

.wrap-dropdown-link.white {
  background-color: #f6fdff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
}

.wrap-icon-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.wrap-icon-menu.mobile {
  display: none;
}

.img-social-menu.dark {
  filter: invert(85%);
}

.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-card {
  width: 400px;
  background-color: #fff;
  border-radius: 40px;
  flex: none;
  margin-right: 40px;
  overflow: hidden;
}

.img-small-card {
  width: 100%;
  object-fit: cover;
}

.wrap-content-small-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  padding: 30px 20px;
  display: flex;
}

.h3-dark {
  color: var(--black-custom);
  margin-bottom: 10px;
}

.btn-card {
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  background-image: url('../images/arrow-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 90px;
  transition: all .3s;
  display: flex;
}

.btn-card:hover {
  background-color: #36b2d1;
}

.heading-2 {
  font-weight: 400;
}

.sticky {
  overflow: hidden;
}

.cta {
  background-image: linear-gradient(291deg, #2ea6cc, #3bbadb);
  border-radius: 60px;
  align-items: center;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.h2-light {
  color: var(--white);
}

.h2-light.mrg-btm-20 {
  margin-bottom: 20px;
}

.img-cta {
  max-width: 45%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid.grid-404 {
  height: 70vh;
}

.card-large {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 25px;
  position: relative;
  overflow: hidden;
}

.card-large.cl-pt-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrap-content {
  max-width: 56%;
}

.img-bouquet {
  max-width: 55%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -7%;
}

.img-t-shirt {
  max-width: 84%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -14%;
}

.img-t-shirt.mobile {
  display: none;
}

.img-bag {
  max-width: 82%;
  display: block;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: auto;
  right: -7%;
}

.img-package {
  max-width: 135%;
  display: block;
  position: absolute;
  top: auto;
  bottom: -84%;
  left: auto;
  right: -38%;
}

.img-package.desktop {
  display: block;
  bottom: -76%;
}

.img-package.mobile {
  display: none;
}

.wrap-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.wrap-content-cta {
  max-width: 56%;
}

.img-cta-mobile {
  z-index: 5;
  max-width: 30%;
  margin-bottom: -1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 8%;
}

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

.wrap-icon {
  width: 80px;
  height: 80px;
  background-color: var(--blue);
  background-image: url('../images/car-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}

.wrap-icon.basket {
  background-image: url('../images/basket-icon.svg');
}

.wrap-icon.gift {
  background-image: url('../images/gift-icon.svg');
}

.form-left {
  background-color: #fff;
  border-radius: 60px;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.mrg-btm-20 {
  margin-bottom: 20px;
}

.form-right {
  background-color: #35b1d4;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.input {
  opacity: 1;
  background-color: #35b1d4;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 90px;
  margin-bottom: 20px;
  padding: 22px 20px;
  font-size: 16px;
  line-height: 32px;
}

.input:focus {
  color: var(--white);
  border-color: #fff;
}

.input:focus-visible {
  color: var(--white);
  border-color: #fff;
}

.input[data-wf-focus-visible] {
  color: var(--white);
  border-color: #fff;
}

.input::-ms-input-placeholder {
  color: var(--white);
}

.input::placeholder {
  color: var(--white);
}

.submit-btn {
  color: var(--black-custom);
  text-align: center;
  background-color: #fff;
  border-radius: 90px;
  margin-top: 10px;
  padding: 18px 100px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.submit-btn:hover {
  color: var(--white);
  background-color: #53c8e5;
}

.checkbox {
  width: 50px;
  height: 22px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/check-grey.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 90px;
  margin-top: 0;
  transition: all .3s;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/check-julsy.svg');
  background-position: 95%;
  background-size: 18px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.link {
  color: var(--white);
}

.txt-form {
  max-width: 80%;
}

.sheet-btm {
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: -24%;
  right: auto;
}

.sheet-top {
  max-width: 60%;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: -26%;
}

.footer {
  background-color: #35b0d4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 60px 50px;
}

.footer-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .7fr .7fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-footer {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 200;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .64);
}

.link-footer.last {
  margin-bottom: 0;
}

.heading-footer {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.form-footer {
  position: relative;
}

.submit-footer-btn {
  width: 70px;
  height: 70px;
  color: rgba(57, 57, 57, 0);
  background-color: #4ec3e5;
  background-image: url('../images/free-icon-send-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  transition: all .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit-footer-btn:hover {
  background-color: #53c8e5;
}

.input-footer {
  min-height: 70px;
  opacity: 1;
  background-color: #fff;
  border: 1px rgba(255, 255, 255, .56);
  border-radius: 90px;
  margin-bottom: 20px;
  padding: 22px 20px;
  font-size: 16px;
  line-height: 32px;
}

.input-footer::-ms-input-placeholder {
  color: var(--black-custom);
}

.input-footer::placeholder {
  color: var(--black-custom);
}

.txt-footer {
  color: var(--white);
  margin-top: 40px;
  line-height: 24px;
}

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

.brand.w--current {
  width: auto;
}

.heading-6 {
  font-size: 80px;
}

.h1-legal {
  color: var(--black-custom);
}

.txt-legal {
  margin-bottom: 20px;
  font-size: 17px;
}

.txt-legal.mrg-btm {
  margin-bottom: 60px;
}

.flex-legal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.wrap-left-content-legal {
  max-width: 70%;
}

.h2-legal {
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.list-item {
  margin-bottom: 10px;
  font-size: 17px;
}

.list-item.last {
  margin-bottom: 0;
}

.list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-legal {
  color: var(--black-custom);
  text-decoration: underline;
}

.txt-right-legal {
  text-align: right;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.txt-right-legal.mrg-btm {
  margin-bottom: 60px;
}

.sidebar {
  width: 30%;
  height: 80vh;
  border-radius: 30px;
  padding: 40px 30px;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .03);
}

.h3-legal {
  color: var(--black-custom);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}

.item-sidebar {
  color: var(--black-custom);
  background-image: url('../images/mark-grey.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-bottom: 15px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.item-sidebar:hover {
  opacity: .82;
}

.item-sidebar.last {
  margin-bottom: 0;
}

.main-txt-legal {
  max-width: 70%;
  font-size: 17px;
}

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

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

.h1-404 {
  color: var(--black-custom);
  font-size: 90px;
}

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

.wrap-content-left-404 {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(209, 209, 209, .22);
}

.wrap-right-404 {
  background-color: #35b1d4;
  background-image: url('../images/main-julsy-404-min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.image {
  filter: invert(21%);
}

.img-btm-404 {
  max-width: 60%;
  filter: invert(24%);
  position: absolute;
  top: auto;
  bottom: -21%;
  left: -17%;
  right: auto;
  transform: rotate(200deg);
}

.flex-catalog {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wrap-img-right-catalog {
  max-height: none;
  max-width: 50%;
  min-height: 555px;
  background-color: rgba(83, 200, 229, .6);
  border-radius: 60px 60px 0 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.main-img-catalog {
  width: 105%;
  max-width: 105%;
  margin-bottom: -1px;
  position: relative;
  left: 10%;
  overflow: hidden;
}

.min-card {
  width: 37%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  overflow: hidden;
  box-shadow: 2px 0 10px rgba(32, 103, 124, .15);
}

.tab {
  background-color: #fff;
  border-radius: 90px;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
}

.tab:hover {
  color: #a7a7a7;
}

.tab.w--current {
  box-shadow: none;
  color: var(--white);
  background-color: #3db8d9;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 18px;
  line-height: 20px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

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

.product-card {
  width: auto;
  background-color: #fff;
  border-radius: 40px;
  flex: none;
  overflow: hidden;
}

.add-cart {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 90px;
  margin-top: 0;
  padding: 15px 50px;
  font-size: 18px;
  line-height: 20px;
  transition: all .3s;
}

.add-cart:hover {
  background-color: var(--blue);
  color: var(--white);
}

.add-cart.blue-btn {
  z-index: 5;
  background-color: var(--blue);
  color: var(--white);
  position: relative;
}

.add-cart.blue-btn:hover {
  background-color: #36b3d5;
}

.add-cart.blue-btn.btn-4040 {
  width: auto;
  max-width: none;
  min-width: 60%;
}

.add-cart.btn-app {
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/app-store-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.add-cart.btn-app:hover {
  background-color: #fff;
}

.add-cart.btn-google {
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/google-play-julsy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.add-cart.btn-google:hover {
  background-color: var(--white);
}

.btn-heart {
  width: 50px;
  height: 50px;
  background-color: #e9faff;
  background-image: url('../images/foundation-heart-new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 90px;
  transition: all .3s;
  display: flex;
}

.btn-heart:hover {
  background-color: #fff;
}

.wrap-btn-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.img-top-404 {
  max-width: 55%;
  filter: invert(24%);
  position: absolute;
  top: -21%;
  bottom: auto;
  left: -17%;
  right: auto;
  transform: rotate(-83deg);
}

.wrap-faq {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.dropdown-faq {
  width: 100%;
  transition: all .3s;
}

.dropdown-toggle-faq {
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-faq.w--open {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  transition: all .3s;
}

.icon-dropdwon-dark.dark {
  filter: invert(64%);
}

.dropdown-list-faq {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px 40px;
  display: none;
}

.dropdown-list-faq.w--open {
  width: 100%;
  border-radius: 20px;
  margin-top: 10px;
  padding: 20px 20px 40px;
  position: relative;
}

.dropdown-link-faq {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.txt-faq {
  font-size: 16px;
  line-height: 24px;
}

.wrap-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.mask {
  overflow: hidden;
}

.shadow {
  width: 17%;
  height: 50%;
  filter: blur(25px);
  background-color: #199dc3;
  border-radius: 360px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 4%;
}

.menu-item {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.menu-item:hover {
  color: #f0f0f0;
  font-weight: 200;
  overflow: hidden;
}

.menu-item.dark {
  color: var(--black-custom);
  font-weight: 300;
}

.prev-arrow {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/iconamoon_arrow-up-2-thin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 360px;
  overflow: hidden;
}

.next-arrow {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/iconamoon_arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 360px;
  overflow: hidden;
}

.wrap-arrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.img-filter {
  width: 160px;
  filter: invert();
}

.img-logo {
  width: 160px;
}

.catalog-h1 {
  max-width: 70%;
}

.max-width {
  width: 70%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .section.main {
    height: auto;
    background-image: url('../images/mobile-bg-julsy-min.jpg');
    background-position: 0 80%;
    background-repeat: no-repeat;
    background-size: 110%;
    padding-bottom: 650px;
    position: relative;
  }

  .section.pr-0 {
    height: auto;
    padding-left: 50px;
    padding-right: 0;
    overflow: visible;
  }

  .section.legal {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.section-404 {
    min-height: auto;
  }

  .section.scetion-catalog {
    padding-top: 140px;
  }

  .txt-main {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .txt-main.txt-cta {
    max-width: 60%;
  }

  .txt-main.max-width {
    width: auto;
    max-width: none;
  }

  .txt-main.cta-txt-main {
    max-width: none;
  }

  .main-btn {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-btn.btn-app, .main-btn.btn-google {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-left-main {
    max-width: none;
  }

  .main-card {
    width: 100%;
    border-radius: 20px;
    padding-top: 30px;
  }

  .price-card {
    font-size: 30px;
  }

  .price-card.p-c-dark {
    font-size: 22px;
    font-weight: 400;
  }

  .wrap-img-card {
    width: 50%;
    border-radius: 20px;
  }

  .wrap-img-card.second {
    width: 42%;
    border-radius: 20px;
  }

  .wrap-main-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }

  .left-card {
    width: 40%;
  }

  .container-menu {
    justify-content: space-between;
  }

  .dropdown-menu {
    color: var(--black-custom);
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .txt-dropdown-menu {
    color: var(--white);
  }

  .dropdown-list {
    background-color: rgba(221, 221, 221, 0);
    padding-top: 0;
    position: relative;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .dropdown-link {
    color: var(--white);
  }

  .dropdown-link.w--current {
    color: #e2e2e2;
  }

  .dropdown-link.dark {
    color: var(--black-custom);
  }

  .nav-menu {
    background-color: #32aed0;
    border-top: 1px solid rgba(255, 255, 255, .27);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 50px 40px;
    box-shadow: 0 2px 20px #1a85a8;
  }

  .nav-menu.white {
    border-top-color: rgba(224, 224, 224, .27);
    box-shadow: 0 2px 13px rgba(0, 0, 0, .08);
  }

  .wrap-dropdown-link {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    padding: 0 0 10px;
  }

  .wrap-dropdown-link.white {
    box-shadow: none;
    background-color: rgba(246, 253, 255, 0);
  }

  .wrap-icon-menu {
    display: none;
  }

  .wrap-icon-menu.mobile {
    margin-top: 20px;
    display: flex;
  }

  .flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .small-card {
    width: 350px;
    overflow: hidden;
  }

  .wrap-content-small-card {
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-dark {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-card {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }

  .sticky {
    position: static;
  }

  .cta {
    border-radius: 40px;
    padding: 60px 40px;
    overflow: hidden;
  }

  .img-cta {
    max-width: 50%;
    top: auto;
    bottom: -7%;
    left: auto;
    right: -12%;
  }

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

  .grid.grid-404 {
    height: auto;
  }

  .img-bouquet {
    max-width: 44%;
  }

  .img-t-shirt {
    max-width: 65%;
  }

  .img-t-shirt.mobile {
    display: none;
  }

  .img-bag {
    max-width: 58%;
  }

  .img-package {
    max-width: 100%;
    bottom: -51%;
    right: -28%;
  }

  .img-package.desktop {
    max-width: 90%;
    display: block;
    bottom: -75%;
    right: -22%;
  }

  .wrap-btn {
    flex-wrap: wrap;
  }

  .wrap-content-cta {
    max-width: 58%;
  }

  .img-cta-mobile {
    max-width: 35%;
    bottom: -8%;
    right: 2%;
  }

  .sheet-btm {
    max-width: 30%;
    bottom: -28%;
    left: -15%;
  }

  .sheet-top {
    max-width: 30%;
    top: -22%;
    right: -13%;
  }

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

  .line-btm {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-btm.dark {
    background-color: var(--black-custom);
  }

  .line-center {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-center.dark {
    background-color: var(--black-custom);
  }

  .line-top {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-top.dark {
    background-color: var(--black-custom);
  }

  .menu-button {
    justify-content: flex-end;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .h1-legal {
    font-size: 50px;
  }

  .txt-legal {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-legal {
    margin-top: 60px;
  }

  .wrap-left-content-legal {
    max-width: none;
  }

  .h2-legal {
    font-size: 25px;
  }

  .list-item {
    font-size: 16px;
  }

  .list {
    padding-left: 20px;
  }

  .txt-right-legal {
    font-size: 16px;
    font-weight: 400;
  }

  .sidebar {
    display: none;
  }

  .main-txt-legal {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .h1-404 {
    font-size: 80px;
  }

  .wrap-content-left-404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrap-right-404 {
    min-height: 500px;
    background-position: 50% 100%;
    background-size: 80%;
  }

  .img-btm-404 {
    max-width: 55%;
  }

  .wrap-left-content-catalog {
    max-width: none;
  }

  .flex-catalog {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-img-right-catalog {
    max-width: none;
    min-height: auto;
  }

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

  .grid-product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .product-card {
    width: auto;
  }

  .add-cart {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .add-cart.btn-app, .add-cart.btn-google {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-heart {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }

  .img-top-404 {
    max-width: 55%;
    display: none;
  }

  .wrap-faq {
    grid-template-columns: 1fr;
  }

  .shadow {
    bottom: 0%;
    right: 0%;
  }

  .menu-item {
    color: var(--white);
    text-align: left;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .menu-item.last {
    margin-bottom: 0;
    overflow: hidden;
  }

  .wrap-arrow {
    justify-content: flex-start;
    margin-bottom: 25px;
    padding-right: 50px;
    overflow: visible;
  }

  .catalog-h1 {
    max-width: none;
  }

  .max-width {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    margin-bottom: 40px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.main {
    background-image: url('../images/mobile-bg-min.jpg'), linear-gradient(#36acd0, #36acd0);
    background-position: 50% 60%, 0 0;
    background-size: cover, auto;
    padding: 120px 20px 460px;
    position: relative;
  }

  .section.pr-0 {
    padding: 60px 0 60px 20px;
    overflow: visible;
  }

  .section.section-404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.scetion-catalog {
    padding-top: 120px;
    overflow: hidden;
  }

  .txt-main, .txt-main.txt-cta, .txt-main.cta-txt-main {
    max-width: none;
  }

  .main-card {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .price-card {
    font-size: 25px;
  }

  .img-card {
    bottom: 0;
    left: -5%;
  }

  .img-card.img-card-second {
    margin-bottom: 0%;
    bottom: -3px;
    left: -3%;
  }

  .wrap-img-card {
    width: 42%;
  }

  .wrap-img-card.second {
    width: 32%;
  }

  .wrap-main-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 140px;
    display: grid;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .left-card {
    width: 30%;
  }

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

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

  .dropdown-menu {
    margin-bottom: 15px;
  }

  .txt-dropdown-menu {
    color: var(--white);
  }

  .icon-dropdwon {
    filter: none;
  }

  .dropdown-link {
    color: var(--white);
  }

  .nav-menu {
    background-color: #32aed0;
    border: 1px #000;
    border-top: 1px solid rgba(235, 247, 250, .15);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cta {
    padding: 60px 20px 60%;
    overflow: hidden;
  }

  .h2-light.mrg-btm-20 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .img-cta {
    max-width: 80%;
    bottom: 0%;
    right: 0%;
  }

  .card-large {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 0;
    display: flex;
  }

  .wrap-content {
    max-width: 80%;
  }

  .img-bouquet {
    max-width: 58%;
    margin-left: auto;
    position: static;
  }

  .img-t-shirt {
    max-width: 78%;
    margin-left: auto;
    position: static;
  }

  .img-bag, .img-package {
    max-width: 80%;
    margin-left: auto;
    position: static;
  }

  .img-package.desktop {
    display: none;
  }

  .img-package.mobile {
    max-width: 80%;
    display: block;
    position: relative;
    bottom: -17%;
    right: -19%;
  }

  .wrap-btn {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .wrap-content-cta {
    max-width: none;
  }

  .img-cta-mobile {
    width: 50%;
    max-width: 100%;
    top: auto;
    bottom: -1%;
    right: 25%;
    overflow: hidden;
  }

  .wrap-icon, .wrap-icon.basket {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }

  .sheet-btm {
    bottom: -21%;
    left: -13%;
  }

  .sheet-top {
    right: -6%;
  }

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

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

  .form-block {
    width: 80%;
  }

  .txt-footer {
    max-width: 80%;
    margin-top: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .heading-6 {
    line-height: 80%;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .h1-404 {
    font-size: 70px;
  }

  .wrap-content-left-404 {
    border-radius: 30px;
    padding: 100px 20px;
  }

  .wrap-right-404 {
    min-height: 400px;
    background-size: 90%;
    border-radius: 30px;
  }

  .flex-catalog {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .wrap-img-right-catalog {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .min-card {
    width: 40%;
  }

  .tab {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab.w--current {
    padding-left: 45px;
    padding-right: 45px;
  }

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

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

  .add-cart {
    margin-top: 0;
  }

  .btn-heart {
    width: 50px;
    height: 50px;
  }

  .icon-dropdwon-dark {
    filter: none;
  }

  .shadow {
    height: 17%;
    right: 4%;
    overflow: hidden;
  }

  .menu-item {
    color: var(--white);
  }

  .wrap-arrow {
    justify-content: flex-start;
    padding-right: 20px;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  h4 {
    margin-bottom: 10px;
  }

  .section.main {
    background-position: 50% 100%;
    background-size: 102%;
    padding-top: 120px;
    padding-bottom: 449px;
    position: relative;
  }

  .section.mobile {
    padding-top: 60px;
    display: block;
  }

  .txt-main.max-width {
    font-size: 16px;
  }

  .main-btn {
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .main-btn.blue-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-btn.blue-btn.btn-4040 {
    min-width: 100%;
  }

  .main-card {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .price-card {
    font-size: 25px;
  }

  .img-card {
    left: -4%;
  }

  .img-card.img-card-second {
    bottom: -3px;
    left: 0%;
  }

  .wrap-img-card {
    width: 38%;
  }

  .wrap-img-card.second {
    width: 29%;
  }

  .wrap-main-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    margin-bottom: 0;
    display: none;
  }

  .wrap-main-card.mobile {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
    position: static;
  }

  .left-card {
    width: 25%;
  }

  .wrap-icon-menu.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .small-card {
    width: 95%;
    margin-right: 20px;
    overflow: hidden;
  }

  .h3-dark {
    margin-bottom: 10px;
  }

  .cta {
    padding-bottom: 250px;
  }

  .h2-light.mrg-btm-20 {
    margin-bottom: 20px;
  }

  .img-cta {
    max-width: 80%;
  }

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

  .card-large {
    padding-bottom: 320px;
  }

  .wrap-content {
    max-width: none;
  }

  .img-bouquet {
    max-width: 95%;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .img-t-shirt {
    max-width: 120%;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .img-t-shirt.mobile {
    max-width: 100%;
    display: block;
  }

  .img-bag {
    max-width: 115%;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: -22%;
    left: auto;
    right: 15%;
    overflow: hidden;
  }

  .img-package.mobile {
    max-width: 95%;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: -20%;
    left: auto;
    right: -18%;
    overflow: hidden;
  }

  .wrap-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .img-cta-mobile {
    width: 59%;
    max-width: 90%;
    bottom: -1%;
    left: auto;
    right: 21%;
    overflow: hidden;
  }

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

  .wrap-icon {
    margin-bottom: 20px;
  }

  .form-left {
    border-radius: 40px;
    padding: 60px 20px;
  }

  .mrg-btm-20 {
    font-size: 37px;
  }

  .form-right {
    border-radius: 40px;
    padding: 40px 20px;
  }

  .txt-form {
    max-width: none;
  }

  .sheet-btm {
    bottom: -16%;
    left: -12%;
  }

  .sheet-top {
    top: -13%;
    right: -8%;
  }

  .footer {
    padding-bottom: 20px;
  }

  .link-footer {
    font-weight: 100;
  }

  .form-block {
    width: auto;
  }

  .txt-footer {
    max-width: none;
    font-weight: 100;
  }

  .heading-6 {
    font-size: 55px;
  }

  .h1-404 {
    font-size: 60px;
  }

  .wrap-content-left-404 {
    border-radius: 40px;
    padding: 60px 20px;
  }

  .wrap-right-404 {
    min-height: 350px;
    background-position: 0 100%;
    background-size: 100%;
    border-radius: 40px;
    padding: 40px 20px;
  }

  .wrap-img-right-catalog {
    min-height: 400px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .main-img-catalog {
    width: 120%;
    max-width: 120%;
  }

  .min-card {
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
  }

  .tab {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .tab.w--current {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .add-cart {
    width: 100%;
    flex: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .add-cart.blue-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .add-cart.blue-btn.btn-4040 {
    min-width: 100%;
  }

  .btn-heart {
    flex: none;
  }

  .dropdown-toggle-faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wrap-arrow {
    justify-content: flex-start;
    overflow: hidden;
  }

  .max-width {
    width: 90%;
    font-size: 60px;
  }
}

#w-node-f0e2f7de-62b8-68d3-0653-00f188c5908b-64bf0147, #w-node-_9a76d693-5e7a-f543-9c2e-3339a4001bd5-64bf0147, #w-node-_4b99b29f-79b4-5090-edc4-df2f6a20605a-64bf0147, #w-node-e0493844-ab1c-92e7-4605-9fe1c8ef0dc5-64bf0147, #w-node-f864e19f-840b-5d2b-fa0b-31107bb0e9ee-64bf0147, #w-node-b42e495f-7824-9643-f0c5-c4bb4c83d743-64bf0147, #w-node-_37db68ab-37c2-d111-eb39-50b30dba3ab1-64bf0147, #w-node-_5c82c222-2cd4-37bd-b83c-8baa65fe6578-64bf0147, #w-node-_398a9fe0-cdf8-906e-3db7-962dd1069fc3-64bf0147, #w-node-_4f9857e2-5d95-3afb-0f8c-d962e66b8882-64bf0147, #w-node-_3b5dea0d-3448-e847-6c1f-10de1d62ca40-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc03a-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc03b-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc043-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc04b-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc053-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc054-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc05c-64bf0147, #w-node-ef9786cc-10b4-0009-af77-342f17fcc064-64bf0147, #w-node-_9cf45bbd-0418-964a-f913-ffef2d4508f0-64bf0147, #w-node-e25afaa0-7c8e-66e7-f84a-602c42e53151-64bf0147, #w-node-dfe3ac55-93f4-d111-f75b-ae24c208491d-c208491a, #w-node-dfe3ac55-93f4-d111-f75b-ae24c2084922-c208491a, #w-node-dfe3ac55-93f4-d111-f75b-ae24c208492d-c208491a, #w-node-dfe3ac55-93f4-d111-f75b-ae24c2084936-c208491a, #w-node-_0ca2a74a-a6b9-eeb4-da90-16e2eb22c0f6-730fb01d, #w-node-_0ca2a74a-a6b9-eeb4-da90-16e2eb22c0fd-730fb01d, #w-node-deb998c8-7216-3046-e196-b56d43b2d0bd-6dbe3db6, #w-node-deb998c8-7216-3046-e196-b56d43b2d0c6-6dbe3db6, #w-node-deb998c8-7216-3046-e196-b56d43b2d0cf-6dbe3db6, #w-node-deb998c8-7216-3046-e196-b56d43b2d0d8-6dbe3db6, #w-node-_6569df02-346f-2509-2a80-aa64476a0135-6dbe3db6, #w-node-d86ffa3d-4223-84d6-66ad-aaee247cd5fa-6dbe3db6, #w-node-_08f040e1-8e59-763a-f1ad-81e211d5302f-6dbe3db6, #w-node-e46de349-7ee6-828e-b302-a55987c157b1-6dbe3db6, #w-node-e3b7b76a-5bd5-3e98-426d-51eab112628b-6dbe3db6, #w-node-_60c3ba8d-d134-bc27-0bf9-909c37a8abf5-6dbe3db6, #w-node-cd2f2a5e-15f2-99a2-e486-e9a7abb5f614-6dbe3db6, #w-node-e46de349-7ee6-828e-b302-a55987c1578d-6dbe3db6, #w-node-e46de349-7ee6-828e-b302-a55987c15799-6dbe3db6, #w-node-e46de349-7ee6-828e-b302-a55987c157a5-6dbe3db6, #w-node-cd76214a-28a5-4850-a09e-d8855028c285-6dbe3db6, #w-node-_9b7491d8-7948-6d58-bc11-2d8abeb0293a-6dbe3db6, #w-node-dfe60824-d65f-6271-f2ba-814422a95622-6dbe3db6, #w-node-dfe60824-d65f-6271-f2ba-814422a9562e-6dbe3db6, #w-node-dfe60824-d65f-6271-f2ba-814422a9563a-6dbe3db6, #w-node-a7673950-7664-2c40-1e23-f4e3de9da296-6dbe3db6, #w-node-b5059064-6b86-cc7d-a68f-4c529d896d23-6dbe3db6, #w-node-b5059064-6b86-cc7d-a68f-4c529d896cff-6dbe3db6, #w-node-b5059064-6b86-cc7d-a68f-4c529d896d0b-6dbe3db6, #w-node-b5059064-6b86-cc7d-a68f-4c529d896d17-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b59-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b5f-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b65-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174ad-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174ae-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174b6-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174be-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174ce-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174cf-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174d7-6dbe3db6, #w-node-a70c9914-4e0b-0014-0c77-48a860f174df-6dbe3db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_398a9fe0-cdf8-906e-3db7-962dd1069fc3-64bf0147, #w-node-_4f9857e2-5d95-3afb-0f8c-d962e66b8882-64bf0147, #w-node-_3b5dea0d-3448-e847-6c1f-10de1d62ca40-64bf0147, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b59-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b5f-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b65-6dbe3db6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ade21bc-c0fd-8916-d642-22f0e03b5130-64bf0147, #w-node-bac84564-bbdf-c65f-97c7-26b944150279-64bf0147 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfe3ac55-93f4-d111-f75b-ae24c208491d-c208491a, #w-node-dfe3ac55-93f4-d111-f75b-ae24c2084936-c208491a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_398a9fe0-cdf8-906e-3db7-962dd1069fc3-64bf0147, #w-node-_4f9857e2-5d95-3afb-0f8c-d962e66b8882-64bf0147, #w-node-_3b5dea0d-3448-e847-6c1f-10de1d62ca40-64bf0147, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b59-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b5f-6dbe3db6, #w-node-_9595a2dd-f177-1d4b-1cbc-189c70425b65-6dbe3db6 {
    grid-column: span 1 / span 1;
  }
}


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