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

body {
  font-family: Sen, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 100%;
}

h1 {
  max-width: 40ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 2rem;
}

a {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.grid-3_col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper.footer-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 4.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 4.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(45, 62, 80, 0.12);
}

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

.nav-bar {
  padding-right: 20px;
  padding-left: 72px;
  background-color: transparent;
}

.nav-link {
  padding: 1.2rem 24px 1rem;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #ffae17;
  font-size: 1em;
  line-height: 1.5em;
}

.nav-link:hover {
  background-color: #4fb0ae;
  color: #fff;
}

.nav-link.w--current {
  background-color: #5b6876;
  color: #fff;
}

.nav-link.is__fcvb {
  padding: 1rem 0.35rem 0.75rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #fff;
  text-decoration: none;
}

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

.hero-section {
  position: static;
  height: 90vh;
  max-height: 1080px;
  padding-right: 40px;
}

.hero-section.is__grid-bg {
  padding-right: 0px;
}

.hero-section.is__vid-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-image-box {
  height: 80vh;
  max-height: 864px;
}

.heading_76px {
  max-width: 20ch;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  color: rgba(8, 20, 70, 0.8);
  font-size: 3.5vw;
  line-height: 110%;
}

.hero-text-container {
  margin-left: -3.6rem;
}

.hero-text-container.is__no-overlap {
  margin-left: 1rem;
}

.paragraph_1-2em {
  max-width: 60ch;
  color: rgba(0, 0, 0, 0.79);
  font-size: 1.2em;
  line-height: 1.5em;
}

.paragraph_1-2em.is__dark-grey {
  color: #5b6876;
}

.paragraph_1-2em.is__light-grey {
  color: #8491a0;
}

.paragraph_1-2em.is__light-grey._64px-bottom_m {
  margin-bottom: 64px;
}

.paragraph_1-2em.is__aligned-center {
  text-align: center;
}

.hero-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe2d9), to(#ebe2d9));
  background-image: linear-gradient(180deg, #ebe2d9, #ebe2d9);
}

.experience-section {
  margin-bottom: 3rem;
  padding: 265px 72px 120px;
}

.experience-section.is__after-video-hero {
  padding-top: 2.5rem;
}

.overline_16px {
  display: inline-block;
  margin-bottom: 8px;
  color: #8491a0;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

.heading_55px {
  display: inline-block;
  max-width: 40rem;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #5b6876;
  font-size: 1.5vw;
  line-height: 1.1em;
}

.heading_55px._24px-bottom {
  margin-bottom: 24px;
}

.heading_55px.is__white {
  color: #fff;
}

.heading_55px.is__white.is__cta-section {
  font-size: 2.2vw;
  text-align: center;
}

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

.experience-grid {
  margin-top: 40px;
  margin-bottom: 3.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number {
  display: block;
  margin-bottom: 8px;
  color: #8491a0;
  font-size: 7.3em;
  line-height: 1em;
  font-weight: 400;
}

.heading_1-5em {
  max-width: 40rem;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #ffae17;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 700;
}

.heading_1-5em.is__button-heading {
  margin-bottom: 2rem;
  color: #5b6876;
}

.heading_1-5em.is__slight-white {
  color: hsla(0, 0%, 100%, 0.9);
}

.heading_1-5em.is__slight-white.is__centered {
  text-align: center;
}

.experience-block {
  padding-right: 48px;
}

.paragraph_1em {
  max-width: 40rem;
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

.paragraph_1em.is__white {
  color: #fff;
}

.paragraph_1em.is__white.is__centered {
  text-align: center;
}

.paragraph_1em.is__aligned-center {
  text-align: center;
}

.mid-section {
  display: block;
}

.mid_left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 37.5rem;
  padding: 120px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff3e4;
}

.mid_left-block.instagram {
  background-color: #ebe2d9;
}

.normal-wrapper._48px-right_p {
  padding-right: 48px;
}

.normal-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.skills-section {
  padding: 10.5rem 72px;
}

.skills-section.fc-victoria {
  margin-top: -10rem;
}

.skill-icon {
  width: 4rem;
  margin-bottom: 0.5rem;
}

.project-wrapper {
  text-decoration: none;
}

.project-wrapper {
  overflow: hidden;
}

.wrapper-v2 {
  width: 100%;
  height: 100%;
  max-width: 1076px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-v2.forms-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-section {
  padding: 120px 72px;
}

.tabs-section.is__hidden {
  display: none;
}

.tab {
  margin-right: 24px;
  padding: 12px 16px;
  border: 1px solid #5221e6;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.tab:hover {
  background-color: rgba(82, 33, 230, 0.2);
}

.tab.w--current {
  background-color: #5221e6;
}

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

.tab-grid {
  display: -ms-grid;
  display: grid;
  height: 32vw;
  max-height: 630px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.forms-section {
  padding: 120px 72px;
}

.forms-section.is__hidden {
  display: none;
}

.text-field {
  margin-top: 8px;
  margin-bottom: 40px;
  border: 0px none #000;
  background-color: #181823;
  color: #fff;
}

.text-field._100px {
  display: block;
  height: 100px;
}

.form-button {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #5221e6;
  font-size: 18px;
  font-weight: 700;
}

.success {
  background-color: #3cc74e;
}

.success-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  background-color: #e43b3b;
}

.text-block {
  color: #fff;
}

.footer {
  padding: 8rem 72px 3rem;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-logo.is__viktoria-berlin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.footer-link-block {
  width: 50%;
  border: 1px none #000;
  color: #5b6876;
  text-decoration: none;
}

.footer-link-block.w--current {
  color: #ffae17;
}

.footer-link {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  font-size: 16px;
}

.footer-link:hover {
  color: #ffae17;
}

.footer-link.is__vb-span {
  margin-top: 28px;
  margin-bottom: -12px;
  padding: 0.55rem 0.5rem;
  border-radius: 0.2rem;
  background-color: #69abdd;
  color: #fff;
  text-decoration: none;
}

.skills-wrapper._48px-right_p {
  padding-right: 48px;
}

.progress-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 5px;
  background-color: #ffae17;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.banner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5221e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#5221e6), to(#8d21e6));
  background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(90deg, #5221e6, #8d21e6);
  -webkit-transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 350ms cubic-bezier(.165, .84, .44, 1);
  text-decoration: none;
}

.banner:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#5221e6), to(#8d21e6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #5221e6, #8d21e6);
}

.banner.is__hidden {
  display: none;
}

.banner-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.responsive-hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.responsive-hero-img.is__preise {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.responsive-hero-img.is__faq {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.responsive-hero-img.is__impressum {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.responsive-hero-img.is__datenschutz {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3-5-animated-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffae17;
  background-image: none;
  box-shadow: 4px 10px 20px -12px rgba(0, 0, 0, 0.7), 1px 1px 20px -10px #ffad13;
}

.btn-bg:active {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
}

.btn-bg:focus {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
}

.btn-bg.is__scroll-hint {
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
}

.subtlebutton-icon {
  width: 100%;
  height: 100%;
  padding: 29%;
  opacity: 0.9;
}

.button-link {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 4.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.button-text-lable {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #fff;
  font-size: 1.1em;
  line-height: 0.9em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: none;
  white-space: normal;
}

.mid-image-responsive {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.span-cta-bg {
  display: inline-block;
  padding: 0.125em 0.2em;
  border-radius: 0.2rem;
  background-color: #4fb0ae;
  color: #fff;
}

.span-cta-bg.is__cta {
  background-color: #ffae17;
}

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

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

.faq-q-text {
  max-width: 40rem;
  color: #5b6876;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 700;
}

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

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

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

.container.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.span-cta {
  color: #ffae17;
}

.cta-section {
  margin-bottom: 3rem;
  padding: 7.5rem 72px;
  background-color: #4fb0ae;
}

.cta-section.is__for-video-only {
  margin-bottom: -2px;
  background-color: #3fb7b3;
}

.cta-section.is__for-video-only.is__hidden {
  display: none;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-wrapper.is_extra-space-to-bottom {
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.pricing-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
}

.h2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-div {
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #58b14e;
}

.h-div.card-h-div {
  width: 30px;
  background-color: #58b14e;
}

.looks-like-h2 {
  margin-bottom: 1rem;
  color: #0a1f44;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 400;
}

.pricing-terms-text-block {
  margin-bottom: 30px;
  padding-top: 0px;
  color: #546681;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 29px 0 rgba(0, 0, 0, 0.08);
}

.pricing-card.third-card {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.08);
}

.pricing-card.big-card {
  position: relative;
  top: -25px;
  z-index: 10;
  width: 362px;
  height: 450px;
  margin-right: -25px;
  margin-left: -25px;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.08);
}

.big-price {
  color: #0a1f44;
  font-size: 48px;
  line-height: 1em;
  font-weight: 700;
}

.big-price.tiny {
  color: #546681;
  font-size: 0.9em;
  line-height: 1em;
}

.email-img {
  height: 0.8em;
  margin-top: -4rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.circle-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5b6876;
}

.circle-bg.is__croll-hint {
  margin-right: 0rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button-bg-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-image: linear-gradient(317deg, rgba(79, 176, 174, 0.11), hsla(0, 0%, 100%, 0));
}

.button-bg-gradient.is__scroll-hint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  background-image: none;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.testimonial-image {
  width: 100%;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.full-hight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation {
  width: 100%;
  height: auto;
}

.lottie-wrapper {
  width: 20%;
  padding: 0rem 3rem 3rem;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
}

.vb-logo {
  width: 4rem;
  height: auto;
  margin-right: 0.5rem;
  margin-left: -18px;
}

.image {
  width: 100%;
}

.text-span {
  font-family: Sen, sans-serif;
  letter-spacing: 4px;
}

.div-block {
  margin-bottom: 20px;
}

.hover-btn {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 180px;
  margin: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f6f8;
}

.hover-btn.is__in-nav {
  display: inline-block;
}

.button-t {
  position: relative;
  z-index: 4;
  margin-right: 12px;
  margin-left: 12px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-cover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  min-height: 5px;
  background-color: #4fb0ae;
}

.button-link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.hover-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navl-v-logo {
  height: 2rem;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: minmax(1rem, 2rem) 1fr;
  grid-template-columns: minmax(1rem, 2rem) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}

.div-block-4 {
  margin-left: 0.35rem;
  color: #8b8476;
  text-decoration: none;
}

.sponsor-text {
  color: #69abdd;
}

.fcvb-text {
  color: #5b6876;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.bg-vid-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 56.25%;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.content-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vid-width {
  width: 50%;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.filter-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #000;
  opacity: 0.52;
}

.content-class-animation {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-orange {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #97c93d;
}

.grid-wrap-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-image.second {
  padding-left: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-sub-heading {
  max-width: 30ch;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #97c93d;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.section-about-wrap-text {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._90p-grid-image {
  width: 90%;
  height: auto;
  opacity: 0.72;
}

.bar {
  width: 120px;
  height: 550px;
  margin-top: 45px;
  margin-right: 0px;
  background-color: #97c93d;
}

.list-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-description-grid {
  width: 100%;
  grid-column-gap: 180px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.section-description-grid.second {
  padding-right: 8vw;
  padding-left: 8vw;
}

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-mask-paragraph-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.overflow-mask-paragraph-2.black {
  margin-top: 25px;
  color: #000;
  font-weight: 400;
}

.fake-page-load-trigger {
  height: 1px;
}

.button-text {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #97c93d;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.info-product-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: left;
}

.info-product-text.black {
  color: #000;
}

.effect-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97c93d;
}

.overflow-paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 300;
}

.overflow-paragraph.margin-top {
  margin-top: 0px;
  margin-bottom: 0px;
}

.overflow-paragraph.black {
  margin-top: 0px;
  color: #000;
  font-weight: 400;
}

.filter-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0));
}

.grid-image {
  width: 100%;
  height: 55vh;
  background-image: url('../images/parallasse.jpg');
  background-position: 10% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.collection-list-wrap {
  margin-left: 0px;
}

.hero-section-bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: visible;
}

.section-blog-collection-wraper {
  display: block;
  width: 95%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-img-image {
  position: absolute;
  left: 96px;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 1;
  width: 500px;
}

.div-scroll {
  position: absolute;
  left: -72px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  text-decoration: none;
}

.slider-section-slidder {
  width: 85%;
  height: 80%;
}

.slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-image-second {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 1;
  width: 500px;
}

.container-image-second._2 {
  left: auto;
  top: auto;
  right: 53px;
  bottom: -74px;
  z-index: 1;
}

.grid-info-product-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-info-product-2.left {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.section-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secion-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 20px 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section-conent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section-conent.is__vid-hero {
  padding-left: 0vw;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.88)), color-stop(49%, hsla(0, 0%, 52.5%, 0)), color-stop(94%, hsla(0, 0%, 63.1%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88), hsla(0, 0%, 52.5%, 0) 49%, hsla(0, 0%, 63.1%, 0) 94%, hsla(0, 0%, 100%, 0));
}

.section-wrapper-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  max-width: none;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 133px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-wrapper-list.home {
  grid-column-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-section-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: block;
  width: 50vw;
  height: 100%;
  margin-top: 4.6rem;
  margin-right: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff3e4;
}

.slider-right-arrow {
  right: -33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #97c93d;
}

.product-image {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 1;
  width: 40vw;
}

.product-image.second {
  left: auto;
  bottom: auto;
}

.button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #97c93d;
  background-color: transparent;
  -webkit-transition: color 600ms ease-in-out;
  transition: color 600ms ease-in-out;
  color: #97c93d;
  text-decoration: none;
}

.button:hover {
  color: #fff;
}

.category-heading {
  width: auto;
  max-width: 20ch;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category-heading.left {
  text-align: left;
}

.category-heading.left.black {
  color: #000;
  font-weight: 700;
}

.icon {
  font-size: 20px;
}

.overflow {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}

.overflow.first {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 102px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.overflow.first.no-padding {
  padding-left: 0px;
}

.section-shop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tiefbau-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/schwimmteich-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content.second {
  background-image: url('../images/asia-garten.jpg');
}

.slide-content.third {
  background-image: url('../images/terrasse-01.jpg');
}

.hero-section-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-mask-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.white-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.category-grid {
  width: 100%;
  justify-items: stretch;
  grid-auto-rows: 0.5fr;
  grid-row-gap: 22px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 22px 1fr 22px 1fr 22px 0.5fr;
  grid-template-rows: 1fr 1fr 1fr 0.5fr;
}

.list-item {
  width: 100%;
  height: 300px;
  max-width: none;
}

.slider-left-arrow {
  left: -33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #000;
  border-radius: 50%;
  background-color: #97c93d;
}

.bg-gray {
  position: absolute;
  left: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #777;
  color: #363636;
  cursor: pointer;
}

.bg-gray.white {
  background-color: #fff;
}

.container-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-img.second {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-info-product {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-info-product.left {
  margin-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.img-second {
  width: 65%;
  height: auto;
  opacity: 0.72;
}

.overflow-heading-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
}

.overflow-heading-2.black {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.overflow-heading-2.white {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-slide-nav {
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: ltr;
  color: #fff;
  font-size: 8px;
  letter-spacing: 50px;
}

.wrap-image {
  position: relative;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  margin-left: auto;
}

.content-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  color: #fff;
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.content-heading.gray {
  color: #e0dddd;
}

.content-heading.grey-second {
  color: #e0dddd;
  text-align: right;
}

.img {
  width: 40%;
}

.line-gray {
  position: fixed;
  left: 6vw;
  right: auto;
  z-index: 8;
  width: 1px;
  height: 85vh;
  margin-top: 7.5vh;
  margin-bottom: 7.5vw;
  margin-left: 22.25px;
  background-color: #777;
}

.image-grid {
  width: 70%;
  height: auto;
}

.span-faded {
  opacity: 0.33;
}

.empty-state {
  position: relative;
  background-color: #b1b1b1;
}

.section-about-wrap-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrap-img {
  width: 90%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-black {
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #000;
}

.bg-black.red {
  border-style: none;
  border-width: 1px;
  border-color: #97c93d;
  background-color: #97c93d;
  color: #fff;
}

.overflow-slide {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0.2rem;
}

.overflow-slide.margin-top {
  margin-top: 35px;
}

.span-cta-2 {
  color: #97c93d;
}

.empty-ttate-text {
  font-family: Lato, sans-serif;
  text-align: center;
}

.overflow-mask {
  position: relative;
  overflow: hidden;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

.overflow-mask.margin-top {
  margin-top: 35px;
}

.overflow-mask.margin-bottom {
  width: auto;
  margin-bottom: 0px;
}

.overflow-mask-paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.overflow-mask-paragraph.is__all-caps {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.overflow-mask-paragraph.is__all-caps.is__black {
  color: #000;
}

.section-contact-grid {
  width: 90%;
  max-width: none;
  padding: 30px;
  grid-column-gap: 58px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e9e9e9;
}

.product-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-section.second {
  height: auto;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-left: 72px;
}

.video-wrap {
  position: relative;
  width: 85%;
  height: 80%;
  margin-bottom: 0px;
}

.overflow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.overflow-bg.red {
  display: block;
  background-color: #97c93d;
}

.div-srol-image {
  position: relative;
  z-index: 2;
  width: 40%;
  margin-top: 20px;
}

.hero-content-v02 {
  width: 36%;
}

.hero-content-v02.is__no-overlap {
  margin-left: 1rem;
}

.vid-size {
  width: 100%;
}

.vid-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.background-video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .overflow-mask-paragraph-2.black {
    margin-top: 25px;
    color: #000;
    font-weight: 400;
  }

  .section-wrapper-list {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    height: auto;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 93px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .overflow-mask-paragraph {
    font-size: 16px;
  }

  .product-section {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .wrapper.grid {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

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

  .wrapper.footer-grid {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 3.75fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 3.75fr 1fr 1fr 1fr 1fr;
  }

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

  .nav-bar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-link {
    border-top: 1px solid rgba(45, 62, 80, 0.12);
    background-color: #fff;
  }

  .nav-link.is__fcvb {
    display: block;
  }

  .brand {
    margin-top: 25px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .hero-section {
    padding-right: 32px;
  }

  .hero-image-box {
    width: 100%;
    background-position: 50% 50%;
  }

  .heading_76px {
    font-size: 6vw;
  }

  .experience-section {
    padding: 150px 40px 80px;
  }

  .heading_55px {
    font-size: 3vw;
  }

  .heading_55px.is__white.is__cta-section {
    font-size: 5vw;
  }

  .experience-block {
    padding-right: 16px;
  }

  .mid_left-block {
    min-height: 33rem;
    padding: 80px 40px;
  }

  .normal-wrapper.is__centered-on-mobile {
    text-align: center;
  }

  .skills-section {
    padding: 80px 40px;
  }

  .skills-section.fc-victoria {
    margin-top: -9.5rem;
  }

  .skill-icon {
    width: 3.6rem;
  }

  .tabs-section {
    padding: 80px 40px;
  }

  .tab-grid {
    height: 840px;
    max-height: none;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .forms-section {
    padding: 80px 40px;
  }

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

  .banner {
    display: block;
  }

  .banner-text {
    line-height: 130%;
    text-align: center;
  }

  .responsive-hero-img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .subtlebutton-icon {
    width: 3rem;
    height: 3rem;
  }

  .button-link {
    padding-right: 3.9rem;
    padding-left: 1.5rem;
  }

  .button-text-lable {
    color: hsla(0, 0%, 100%, 0.95);
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.2em;
  }

  .cta-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-section.is__for-video-only {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-cards-wrapper {
    padding-right: 25px;
    padding-bottom: 80px;
    padding-left: 25px;
  }

  .h2-wrapper {
    padding-bottom: 10px;
  }

  .pricing-card {
    width: 300px;
    height: 450px;
    padding-right: 14px;
  }

  .pricing-card.third-card {
    width: 300px;
    padding-left: 14px;
  }

  .pricing-card.big-card {
    top: -20px;
    width: 320px;
    height: 470px;
    margin-right: -20px;
    margin-left: -20px;
  }

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

  .testimonial-image-block {
    padding: 30px;
  }

  .success-container {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottie-wrapper {
    width: 50%;
  }

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

  .content-class-animation {
    margin-top: 29px;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .line-orange {
    display: none;
  }

  .container-image {
    display: none;
  }

  .category-sub-heading {
    text-align: right;
  }

  .section-about-wrap-text {
    margin-top: 30px;
  }

  .bar {
    height: 400px;
  }

  .section-description-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-description-grid.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-about {
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .info-product-text {
    text-align: left;
  }

  .overflow-paragraph.black {
    color: #fff;
  }

  .collection-list-wrap {
    display: none;
  }

  .hero-section-bg-container {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: auto;
  }

  .section-blog-collection-wraper {
    width: 100%;
    max-width: 800px;
  }

  .container-img-image {
    display: none;
  }

  .div-scroll {
    display: none;
  }

  .content-wrap {
    width: 50%;
    padding-left: 10px;
  }

  .container-image-second._2 {
    position: static;
    width: 40%;
  }

  .grid-info-product-2.left {
    display: none;
  }

  .section-video {
    height: 600px;
  }

  .section-description {
    padding-right: 100px;
    padding-left: 100px;
  }

  .hero-section-conent {
    position: static;
    top: 95%;
    margin-top: -301px;
    padding-left: 60px;
  }

  .hero-section-conent.is__vid-hero {
    margin-top: 0px;
    padding-top: 2.9rem;
    padding-left: 0px;
  }

  .section-wrapper-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-wrapper-list.home {
    grid-row-gap: 209px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-section-bg {
    left: 0px;
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  .slider-right-arrow {
    border-color: #000;
  }

  .product-image.second {
    width: 350px;
  }

  .button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .category-heading {
    text-align: left;
  }

  .category-heading.left {
    text-align: right;
  }

  .overflow.first.no {
    display: none;
  }

  .section-shop {
    padding-bottom: 100px;
    padding-left: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-section-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .white-bar {
    display: none;
  }

  .category-grid {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 354px;
    grid-template-rows: 1fr 354px;
  }

  .bg-gray {
    display: none;
  }

  .container-img.second {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-info-product {
    width: 60%;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-info-product.left {
    width: 40%;
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .overflow-heading-2.black {
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 1;
  }

  .wrap-image {
    width: 100%;
  }

  .content-heading {
    font-size: 4em;
  }

  .line-gray {
    display: none;
  }

  .image-grid {
    width: 100%;
  }

  .section-about-wrap-image {
    width: 100%;
  }

  .bg-black {
    display: none;
  }

  .collection-list-wrapper {
    width: 40%;
  }

  .overflow-mask {
    color: #fff;
  }

  .overflow-mask-paragraph.is__all-caps.is__black {
    color: #fff;
  }

  .section-contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 8rem;
  }

  .product-section.second {
    padding-bottom: 0px;
  }

  .main-wrapper {
    padding-left: 0px;
  }

  .overflow-bg.red {
    display: block;
  }

  .hero-content-v02 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper.grid-3_col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-bar {
    padding-right: 0px;
    padding-left: 20px;
  }

  .nav-link {
    border-top: 1px solid rgba(45, 62, 80, 0.12);
    background-color: #fff;
  }

  .nav-link.is__fcvb {
    position: relative;
  }

  .brand {
    margin-top: 25px;
  }

  .menu-button {
    padding: 24px 20px;
  }

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

  .nav-menu {
    background-color: #181823;
  }

  .hero-section {
    height: auto;
    padding-right: 0px;
  }

  .hero-image-box {
    height: 45vh;
  }

  .heading_76px {
    margin-bottom: 16px;
    font-size: 7vw;
  }

  .hero-text-container {
    margin-top: -38%;
    margin-left: 0px;
    padding: 48px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 226, 217, 0)), color-stop(40%, #fff));
    background-image: linear-gradient(180deg, rgba(235, 226, 217, 0), #fff 40%);
  }

  .hero-bg {
    display: none;
  }

  .experience-section {
    padding: 64px 20px;
  }

  .heading_55px {
    font-size: 5vw;
  }

  .heading_55px.is__white.is__cta-section {
    font-size: 7vw;
  }

  .experience-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .experience-block {
    padding-right: 0px;
  }

  .paragraph_1em.is__no-bottom-margin {
    margin-bottom: 0rem;
  }

  .mid-section {
    display: block;
    height: auto;
  }

  .mid_left-block {
    min-height: 0rem;
    padding: 48px 20px;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0px;
  }

  .normal-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .skills-section {
    padding: 64px 20px;
  }

  .skills-section.fc-victoria {
    margin-top: 0rem;
  }

  .skill-icon {
    width: 3.3rem;
  }

  .wrapper-v2.forms-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-section {
    padding: 64px 20px;
  }

  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-grid {
    height: auto;
  }

  .tab-image {
    height: 360px;
  }

  .forms-section {
    padding: 64px 20px;
  }

  .footer {
    height: auto;
  }

  .skills-wrapper._48px-right_p {
    padding-right: 0px;
  }

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

  ._3-5-animated-button {
    height: 4rem;
  }

  .subtlebutton-icon {
    width: 3rem;
    height: 3rem;
  }

  .button-link {
    padding-right: 3.9rem;
    padding-left: 1.5rem;
  }

  .button-text-lable {
    font-size: 1em;
    letter-spacing: 0.1em;
  }

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

  .cta-section.is__for-video-only {
    margin-bottom: 0rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-cards-wrapper {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .h-div {
    background-color: #583bb5;
  }

  .looks-like-h2 {
    margin-bottom: 0.5rem;
    font-size: 1.8em;
  }

  .pricing-card {
    width: 80%;
    height: 360px;
    margin-bottom: 0.5rem;
    padding-right: 0px;
  }

  .pricing-card.third-card {
    width: 80%;
    height: 360px;
    padding-left: 0px;
  }

  .pricing-card.big-card {
    top: 0px;
    width: 80%;
    height: 360px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-image-block {
    width: 100%;
  }

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

  .success-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-class-animation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-wrap-image {
    margin-bottom: 40px;
  }

  .section-description-grid {
    margin-bottom: 40px;
  }

  .section-about {
    padding-right: 40px;
    padding-left: 40px;
  }

  .collection-list-wrap {
    display: none;
  }

  .section-blog-collection-wraper {
    width: 400px;
    max-width: 80%;
  }

  .slider-section-slidder {
    width: 90%;
    height: 50%;
  }

  .container-image-second._2 {
    width: 60%;
  }

  .section-video {
    height: 550px;
  }

  .section-description {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-wrapper-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-right-arrow {
    left: auto;
    top: auto;
    right: 72px;
    bottom: -6%;
  }

  .category-heading.left {
    width: auto;
  }

  .section-shop {
    padding-left: 40px;
  }

  .slide-content {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-left-arrow {
    left: 73px;
    top: auto;
    right: auto;
    bottom: -6%;
  }

  .grid-info-product {
    width: 60%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-info-product.left {
    width: 60%;
  }

  .overflow-heading-2.black {
    color: #fff;
  }

  .overflow-heading-2.black._2 {
    color: #000;
  }

  .wrap-image {
    margin-bottom: 0px;
  }

  .content-heading {
    font-size: 8vw;
  }

  .img {
    width: 60%;
  }

  .image-grid {
    width: 100%;
  }

  .section-about-wrap-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .wrap-img {
    width: 100%;
  }

  .collection-list-wrapper {
    width: 60%;
  }

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

  .product-section {
    padding-top: 0px;
  }

  .hero-content-v02 {
    margin-left: 0px;
    padding-bottom: 48px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 226, 217, 0)), color-stop(40%, #fff));
    background-image: linear-gradient(180deg, rgba(235, 226, 217, 0), #fff 40%);
  }
}

@media screen and (max-width: 479px) {
  .wrapper.grid-3_col {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-image-box {
    height: 40vh;
  }

  .heading_76px {
    font-size: 2em;
  }

  .hero-text-container {
    margin-top: -43%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 226, 217, 0)), color-stop(21%, #fff));
    background-image: linear-gradient(180deg, rgba(235, 226, 217, 0), #fff 21%);
  }

  .heading_55px {
    font-size: 1.5em;
  }

  .heading_55px.is__white.is__cta-section {
    font-size: 10vw;
    text-align: center;
  }

  .heading_1-5em {
    font-size: 1.3em;
  }

  .skill-icon {
    width: 3rem;
  }

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

  .footer-logo.is__viktoria-berlin {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link.is__vb-span {
    margin-top: 0px;
  }

  ._3-5-animated-button {
    height: 3.5rem;
  }

  .button-text-lable {
    font-size: 1em;
  }

  .cta-section.is__for-video-only {
    padding: 0px;
  }

  .pricing-cards-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-wrapper {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .looks-like-h2 {
    text-align: center;
  }

  .pricing-card {
    width: 100%;
    height: 330px;
  }

  .pricing-card.third-card {
    width: 100%;
  }

  .pricing-card.big-card {
    width: 100%;
  }

  .circle-bg {
    margin-right: 0.25rem;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .lottie-wrapper {
    width: 50%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .vb-logo {
    width: 4rem;
  }

  .div-block-2 {
    margin-top: 12px;
  }

  .section-about {
    padding-bottom: 20px;
  }

  .grid-image {
    height: 300px;
    background-position: 10% 50%;
    background-attachment: scroll;
  }

  .section-blog-collection-wraper {
    width: 100%;
    max-width: 100%;
  }

  .content-wrap {
    width: auto;
  }

  .container-image-second._2 {
    width: 100%;
  }

  .section-video {
    height: 450px;
  }

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

  .section-description.contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section-conent {
    padding-right: 20px;
    padding-left: 4vw;
  }

  .hero-section-conent.is__vid-hero {
    padding-right: 0px;
  }

  .filter {
    height: 600px;
    background-image: none;
  }

  .hero-section-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    height: 100vh;
  }

  .slider-right-arrow {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -24%;
    margin-right: 0px;
  }

  .product-image.second {
    width: 100%;
  }

  .section-shop {
    display: none;
    height: 600px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-left-arrow {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -24%;
    margin-left: 0px;
  }

  .grid-info-product {
    width: 100%;
  }

  .grid-info-product.left {
    width: 100%;
  }

  .overflow-heading-2 {
    font-size: 2.3em;
  }

  .overflow-heading-2.black {
    color: #fff;
  }

  .img {
    width: 100%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .product-section {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .overflow-bg {
    font-size: 70px;
  }

  .hero-content-v02 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 226, 217, 0)), color-stop(21%, #fff));
    background-image: linear-gradient(180deg, rgba(235, 226, 217, 0), #fff 21%);
  }

  .vid-size {
    width: 100vw;
    margin-left: -20px;
  }
}

#w-node-dc27051bd72f-c26ee101 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a3efa90732d5-c26ee101 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9d551e7d8e60-1e7d8e5d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-9d551e7d8e6d-1e7d8e5d {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ea9e286fa524-1e7d8e5d {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-610cc361bf4c-1e7d8e5d {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e5a682dc4e24-bd20ef0b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-b151ffe0f763-6a9560d6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-6a9560d6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c2e0210ab5cb-6a9560d6 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b151ffe0f763-ea13229d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-ea13229d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f763-c93cbdc8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-c93cbdc8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f763-f33de0f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-f33de0f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f763-322d2e44 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-322d2e44 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32a4f240b1fe-322d2e44 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-32a4f240b201-322d2e44 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc27051bd72f-d906e45a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a3efa90732d5-d906e45a {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b151ffe0f763-dedf702a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b151ffe0f765-dedf702a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dc27051bd72f-dedf702a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a3efa90732d5-dedf702a {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dc27051bd72f-ccd30e33 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a3efa90732d5-ccd30e33 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a3efa90732d5-c26ee101 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c2e0210ab5cb-6a9560d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-32a4f240b1fe-322d2e44 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3efa90732d5-d906e45a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3efa90732d5-dedf702a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3efa90732d5-ccd30e33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc27051bd72f-c26ee101 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a3efa90732d5-c26ee101 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9d551e7d8e60-1e7d8e5d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c2e0210ab5cb-6a9560d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-32a4f240b1fe-322d2e44 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dc27051bd72f-d906e45a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a3efa90732d5-d906e45a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dc27051bd72f-dedf702a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a3efa90732d5-dedf702a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dc27051bd72f-ccd30e33 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a3efa90732d5-ccd30e33 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3efa90732d5-c26ee101 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c2e0210ab5cb-6a9560d6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-32a4f240b1fe-322d2e44 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-32a4f240b201-322d2e44 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3efa90732d5-d906e45a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3efa90732d5-dedf702a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a3efa90732d5-ccd30e33 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

