:root {
  --black: #292929;
  --light-gray\<deleted\|variable-4cd201d3-86bc-0676-b286-87e981d5a8eb\>: #e7e7e8;
  --dark-gray\<deleted\|variable-d09b73a2-0117-85d8-7558-1ab6dbf6def0\>: #292929;
  --container: 1440px;
  --gray: #f4f4f5;
  --white: white;
  --yellow-hover: #fee567;
  --header-column-wrap: 695px;
  --yellow: #fed602;
  --yellow-click: #e4be01;
  --gray-dark: #9e9e9f;
  --red-middle: #ff5858;
  --gray-middle: #cbcbcc;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prosto One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prosto One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  color: var(--black);
  margin-bottom: 0;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.header-flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--light-gray\<deleted\|variable-4cd201d3-86bc-0676-b286-87e981d5a8eb\>);
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.body {
  border: 1px #000;
  overflow: hidden;
}

.header-link {
  pointer-events: auto;
  color: var(--dark-gray\<deleted\|variable-d09b73a2-0117-85d8-7558-1ab6dbf6def0\>);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.link {
  color: var(--dark-gray\<deleted\|variable-d09b73a2-0117-85d8-7558-1ab6dbf6def0\>);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

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

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

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

.container {
  max-width: var(--container);
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.footer {
  padding-top: 64px;
  padding-bottom: 64px;
}

.container.breadcrumbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1440px;
  margin: 20px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-regular {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  display: flex;
}

.navbar-brand {
  max-width: 270px;
  margin-left: -12px;
}

.nav-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-link.last {
  margin-right: 0;
  font-family: Prosto One, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex: none;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.button-rounded {
  border-radius: 999px;
  padding: 15px 35px;
}

.wrapper-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -40px;
  margin-bottom: 40px;
  display: flex;
}

.wrapper-hero.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
}

.hero-left {
  max-width: var(--header-column-wrap);
}

.hero-left._50 {
  width: 50%;
  max-width: none;
}

.hero-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.hero-right.internal {
  width: 50%;
  max-width: none;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  background-image: url('../images/arrow-right.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 80px;
  padding: 20px 90px 20px 60px;
  font-weight: 700;
  line-height: 20px;
}

.button:hover {
  background-color: var(--yellow-hover);
}

.button:active {
  background-color: var(--yellow-click);
}

.button.long {
  background-position: 85%;
}

.paragraph-400-18-24 {
  font-family: Prosto One, sans-serif;
  font-size: 18px;
}

.paragraph-400-18-24.padding {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading {
  margin-top: 0;
}

.hero-img {
  border-radius: 40px;
  overflow: hidden;
}

.devider {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.wrapper.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
}

.wrapper.service {
  max-width: 725px;
}

.wrapper-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: grid;
}

.link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray);
  color: var(--black);
  border-radius: 40px;
  flex-direction: column;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  box-shadow: none;
}

.link-block.unlink {
  cursor: auto;
}

.link-block.unlink:hover {
  box-shadow: none;
}

.link-block.unlink.yellow, .link-block.unlink.yellow.mod {
  background-color: var(--yellow);
}

.link-block.unlink.border {
  box-shadow: inset 0 0 0 4px var(--yellow);
}

.link-block.unlink.border.top {
  margin-top: -40px;
  margin-bottom: 40px;
}

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

.link-block.unlink.top {
  margin-top: -40px;
  margin-bottom: 40px;
}

.link-block.unlink.mod {
  padding: 32px;
}

.devider-element {
  background-color: var(--gray);
  width: 100%;
  max-width: 1280px;
  height: 2px;
}

.wrapper-wider {
  border-radius: 40px;
  padding: 40px;
  position: relative;
}

.wrapper-wider.yellow {
  background-color: var(--yellow);
}

.wrapper-wider.gray {
  background-color: var(--gray);
}

.service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--gray-dark);
  background-color: var(--white);
  color: var(--black);
  border-radius: 40px;
  flex-direction: column;
  padding: 8px 8px 28px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.service-item:hover {
  background-color: var(--yellow-hover);
  box-shadow: none;
}

.service-item.unlinked:hover {
  background-color: var(--white);
}

.image {
  object-fit: cover;
  border-radius: 32px;
  height: 280px;
  overflow: hidden;
}

.services-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.card-body {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.card-body.vertical {
  flex-direction: column;
}

.div-block-4 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
}

.portfolio-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.portfolio-list.old {
  display: none;
}

.link-block-2 {
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 324px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-2:hover {
  box-shadow: inset 0 0 0 8px var(--yellow);
  background-color: rgba(254, 229, 103, .25);
}

.portfolio-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.object-tags-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.object-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 80px;
  align-self: flex-start;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.object-tag.yellow {
  background-color: var(--yellow);
  flex: none;
}

.text-700-12-16 {
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.portfolio-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-foorter {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.headline-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.headline-left {
  max-width: var(--header-column-wrap);
}

.headline-left.wider-wrapper {
  margin-top: 40px;
}

.headline-right {
  max-width: 505px;
}

.form-block {
  background-color: var(--yellow);
  border-radius: 40px;
  width: 680px;
  margin-top: 40px;
  padding: 56px 40px 24px;
  overflow: hidden;
}

.submit-button {
  background-color: var(--black);
  background-image: url('../images/arrow-right-white.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 80px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 20px;
}

.submit-button:hover {
  background-color: var(--gray-dark);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-2 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-500-14-20 {
  font-weight: 500;
  line-height: 20px;
}

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

.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}

.field-label {
  margin-top: 24px;
  margin-left: 12px;
  font-size: 10px;
  line-height: 16px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--black);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
}

.textarea-2 {
  min-width: 100%;
}

.text-field-copy {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) var(--black);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}

.form-block-background {
  z-index: -1;
  border-radius: 40px;
  width: 765px;
  height: 540px;
  margin-left: 40px;
  position: absolute;
  bottom: auto;
  left: -40px;
  right: auto;
  overflow: hidden;
}

.wrapper-contact-form {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.wrapper-contact-form.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
}

.head-number {
  color: var(--yellow);
  font-family: Prosto One, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.head-number.black {
  color: var(--black);
}

.wrapper-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.wrapper-cards.mod {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrapper-testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: none;
}

.testimonial-item {
  background-color: var(--gray);
  border-radius: 24px;
  width: 48%;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
}

.testimonial-item.services-slider_slide.single {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.text-700-14-20 {
  font-weight: 700;
  line-height: 20px;
}

.text-500-12-16 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.testimonial-item-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-author-object {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 12px 16px;
  display: flex;
  overflow: hidden;
}

.testimonial-author-photo {
  aspect-ratio: 1;
  border-radius: 99px;
  flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.testimonial-object-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.testimonial-author-bio {
  width: 100%;
}

.footer {
  background-color: var(--black);
}

.link-block-footer-logo {
  max-width: 270px;
  margin-top: -12px;
  margin-left: -12px;
}

.text-500-16-24 {
  font-size: 16px;
  font-weight: 500;
}

.text-500-16-24.white {
  color: var(--white);
}

.text-500-16-24.white.footer-link {
  text-decoration: none;
}

.text-500-16-24.white.footer-link:hover, .text-500-16-24.gray {
  color: var(--gray-middle);
}

.text-500-16-24.gray.footer {
  margin-bottom: 8px;
}

.footer-additionally {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-400-20-24 {
  font-size: 20px;
}

.text-400-20-24.white {
  color: var(--white);
}

.text-400-20-24.white.footer-link {
  margin-bottom: 16px;
  text-decoration: none;
}

.text-400-20-24.white.footer-link:hover {
  color: var(--gray-middle);
}

.footer-body-content {
  flex-direction: column;
  display: flex;
}

.footer-body {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  display: flex;
}

.footer-block {
  grid-column-gap: 75px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.success-message {
  border-radius: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.html-embed {
  display: none;
}

.wrapper-breadcrumbs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--gray-dark);
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-devider {
  background-color: var(--gray-dark);
  align-self: center;
  width: 10px;
  height: 1px;
}

.paragraph-400-16-22 {
  font-family: Prosto One, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.wrapper-cards-additional-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.card-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.card-image-right-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  width: 60%;
  display: flex;
}

.card-image-right-img {
  object-fit: cover;
  border-radius: 40px;
  width: 40%;
  overflow: hidden;
}

.paragraph-700-12-20 {
  font-weight: 700;
  line-height: 20px;
}

.wrapper-services-copy {
  background-color: var(--gray);
  border-radius: 40px;
  padding: 40px;
}

.wrapper-cards-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section-wrapper-background {
  z-index: -1;
  background-color: var(--yellow);
  border-radius: 40px;
  height: 900px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-wrapper-background.internal {
  height: 1090px;
}

.slider {
  background-color: var(--white);
  border-radius: 40px;
  height: 587px;
  margin-bottom: 90px;
}

.slide-nav {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  top: auto;
  bottom: -90px;
  left: 0%;
  right: 0%;
}

.left-arrow {
  border: 1px solid var(--gray);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: -90px;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  border: 1px solid var(--gray);
  background-color: var(--yellow-hover);
}

.right-arrow {
  border: 1px solid var(--gray);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: -90px;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  border: 1px solid var(--gray);
  background-color: var(--yellow-hover);
}

.mask {
  border-radius: 40px;
}

.slide {
  border-radius: 40px;
  height: 100%;
  overflow: hidden;
}

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

.icon, .icon-2 {
  color: var(--black);
  display: none;
}

.image-4, .image-5 {
  width: 10px;
  height: 22px;
}

.html-embed---slider-dots {
  display: none;
}

.slider-testimonials {
  background-color: var(--white);
  border-radius: 40px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 90px;
}

.mask-testimonials {
  margin-left: -12px;
}

.testimonial-body-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.testimonial-quote {
  margin-bottom: 24px;
}

.html-embed---slider-height {
  display: none;
}

.form-block-background-image {
  object-fit: cover;
  height: 100%;
}

.yellow {
  color: var(--yellow);
}

.video-embed {
  border-radius: 40px;
  overflow: hidden;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.lightbox-link {
  border-radius: 15px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
}

.lightbox-link:hover {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
}

.lightbox-link.single {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--gray-middle);
  background-color: var(--gray);
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.headline-p {
  margin-top: 40px;
  margin-bottom: 60px;
}

.hide {
  display: none;
}

.cta-banner {
  max-width: var(--header-column-wrap);
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border: 4px solid var(--yellow);
  background-color: var(--gray);
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

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

.heading-4 {
  padding-bottom: 24px;
  font-size: 32px;
}

.wrapper-benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: grid;
}

.icon-benefits {
  width: 24%;
}

.wrapper-cases {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.cases-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  border-radius: 40px;
  width: 50%;
}

.video-cases {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 40px;
  height: 420px;
}

.video-cases:hover {
  box-shadow: inset 0 0 0 8px var(--yellow-hover);
  background-color: rgba(254, 229, 103, .25);
}

.txt-cases-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--gray);
  border-radius: 40px;
  flex-flow: column;
  width: 50%;
  padding: 48px;
  display: flex;
}

.txt-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.txt-wrapper.horizontal {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.p-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.number {
  color: var(--black);
  font-size: 16px;
  font-weight: 800;
}

.p_list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.paragraph, .size-16 {
  font-size: 16px;
}

.image-6, .video-wrapper-copy {
  border-radius: 40px;
}

.txt-cases-wrapper-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--gray);
  border-radius: 40px;
  flex-flow: column;
  padding: 48px;
  display: flex;
}

.cases-block-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 42px;
  }

  h2 {
    font-size: 42px;
    line-height: 42px;
  }

  h3 {
    font-size: 18px;
    line-height: 21px;
  }

  .container, .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 40px;
    padding-left: 0;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-left._50, .hero-right.internal {
    width: 100%;
  }

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

  .wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .link-block.unlink.border.top, .link-block.unlink.top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image {
    height: 220px;
  }

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

  .headline-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block-background {
    width: 665px;
    margin-left: 20px;
  }

  .wrapper-contact-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrapper-cards, .wrapper-cards.mod {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item.services-slider_slide {
    width: 97%;
  }

  .testimonial-item.services-slider_slide.single {
    width: 100%;
  }

  .cards-wrapper, .wrapper-cards-additional-work {
    grid-template-columns: 1fr;
  }

  .wrapper-services-copy {
    padding: 20px;
  }

  .list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slider {
    height: 487px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .cases-block {
    background-color: var(--gray);
    border-radius: 40px;
    flex-flow: column;
    justify-content: space-between;
  }

  .cases-block.reverse {
    flex-flow: column-reverse;
  }

  .video-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
  }

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

  .txt-cases-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .txt-wrapper.horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .video-wrapper-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
  }

  .txt-cases-wrapper-copy {
    flex-flow: column;
    width: 100%;
  }

  .cases-block-copy {
    background-color: var(--gray);
    border-radius: 40px;
    flex-flow: column;
    justify-content: space-between;
  }

  .cases-block-copy.reverse {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 32px;
  }

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

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .paragraph-400-18-24 {
    font-size: 16px;
  }

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

  .image {
    height: 180px;
  }

  .services-list, .portfolio-list {
    grid-template-columns: 1fr;
  }

  .form-block, .form-block-background {
    width: 100%;
  }

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

  .testimonial-item {
    width: 100%;
  }

  .footer-body {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .cards-wrapper, .wrapper-cards-additional-work {
    grid-template-columns: 1fr;
  }

  .card-image {
    flex-direction: column-reverse;
  }

  .card-image.reverse {
    flex-direction: column;
  }

  .card-image-right-text, .card-image-right-img {
    width: 100%;
  }

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

  .slider {
    height: 387px;
  }

  .lightbox-link.single {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 215px;
    min-height: 215px;
    max-height: 215px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .cases-block {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .cases-block.reverse {
    flex-flow: column-reverse;
  }

  .video-cases {
    aspect-ratio: 3 / 2;
    height: 100%;
  }

  .video-cases.height {
    height: 200px;
  }

  .cases-block-copy {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .cases-block-copy.reverse {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .submit-button {
    text-align: center;
    white-space: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

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

  .testimonial-item.services-slider_slide {
    width: 95%;
  }

  .testimonial-item-header, .footer-additionally {
    flex-direction: column;
  }

  .text-400-20-24.white.footer-link {
    font-size: 18px;
    line-height: 21px;
  }

  .card-image {
    flex-direction: column-reverse;
  }

  .card-image-right-text, .card-image-right-img {
    width: 100%;
  }

  .section-wrapper-background {
    height: 840px;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .lightbox-link, .lightbox-link.single {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .heading-4 {
    line-height: 32px;
  }

  .cases-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--gray);
    border-radius: 40px;
  }

  .cases-block.reverse {
    flex-flow: column-reverse;
  }

  .video-wrapper {
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }

  .video-cases {
    aspect-ratio: 3 / 2;
    height: 180px;
  }

  .txt-cases-wrapper {
    padding: 24px;
  }

  .video-wrapper-copy {
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }

  .txt-cases-wrapper-copy {
    padding: 24px;
  }

  .cases-block-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--gray);
    border-radius: 40px;
  }

  .cases-block-copy.reverse {
    flex-flow: column-reverse;
  }
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-93621e7a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-93621e7a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-93621e7a {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-93621e7a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-93621e7a {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-29add045 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-29add045 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-29add045 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-29add045 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-29add045 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-4267a69d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-4267a69d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-4267a69d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-4267a69d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-4267a69d {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-4e16f2f8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-4e16f2f8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-4e16f2f8 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-4e16f2f8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-4e16f2f8 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-ec532112 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-ec532112 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-ec532112 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-ec532112 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-ec532112 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-90a023f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-90a023f3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-90a023f3 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-90a023f3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-90a023f3 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-b54c3b58 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-b54c3b58 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-b54c3b58 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-b54c3b58 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-b54c3b58 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-cc3f6514 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-cc3f6514 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-cc3f6514 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-cc3f6514 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-cc3f6514 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-f753d807 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-f753d807 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-f753d807 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-f753d807 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-f753d807 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-7ce73e42 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02d67135-2bc9-98be-736a-de72443ce23a-7ce73e42 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-7ce73e42 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4c735803-84a0-1601-6896-157699129adf-7ce73e42 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-7ce73e42 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_4cd0941e-4395-df02-06c3-3d24d9a78090-878f5a9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_39a19212-8388-45fa-0b53-853300e89cdd-e8fc5a42, #w-node-b328f9dd-b68a-c43e-90f1-3e083ae8dbcd-e8fc5a42 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-126cd3d6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-126cd3d6 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-126cd3d6 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-126cd3d6 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-126cd3d6 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-5f99c2d7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-5f99c2d7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-5f99c2d7 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-5f99c2d7 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-5f99c2d7 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-49d05bc0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-49d05bc0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-49d05bc0 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-49d05bc0 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-49d05bc0 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-9def9363 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-9def9363 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-9def9363 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-9def9363 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-9def9363 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-0c80cc67 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-0c80cc67 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-0c80cc67 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-0c80cc67 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-a6ab2359 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-a6ab2359 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-a6ab2359 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-a6ab2359 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-a6ab2359 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-182db8d2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-182db8d2 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-182db8d2 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-182db8d2 {
  grid-area: 2 / 5 / 3 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-c859248f-d345-664b-ccc5-4007627b86ac-c6def835, #w-node-_1412e8c0-a55c-34b7-f060-1739a13f7735-c6def835, #w-node-e2a55f31-3ee4-14e2-3bb0-21874d793740-c6def835, #w-node-e2a55f31-3ee4-14e2-3bb0-21874d793747-c6def835, #w-node-_27d4d6c4-21f0-a583-c570-86e8ae29d32e-46ad75fa, #w-node-_27d4d6c4-21f0-a583-c570-86e8ae29d338-46ad75fa, #w-node-a7fc06bc-f61a-ab5c-a764-5e115bdb4d04-cb114edc, #w-node-a7fc06bc-f61a-ab5c-a764-5e115bdb4d0b-cb114edc, #w-node-_4cd0941e-4395-df02-06c3-3d24d9a780a4-878f5a9f, #w-node-_4cd0941e-4395-df02-06c3-3d24d9a780ae-878f5a9f, #w-node-_510f494a-1a9e-9378-6785-706995f1da3c-8d420f5d, #w-node-_510f494a-1a9e-9378-6785-706995f1da46-8d420f5d, #w-node-_084193eb-b33c-5920-8b16-be398b3ecf1e-8adae3d3, #w-node-_084193eb-b33c-5920-8b16-be398b3ecf28-8adae3d3, #w-node-_39a19212-8388-45fa-0b53-853300e89cdd-e8fc5a42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b328f9dd-b68a-c43e-90f1-3e083ae8dbcd-e8fc5a42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-126cd3d6 {
    grid-column-end: 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-126cd3d6 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-126cd3d6 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-126cd3d6 {
    grid-row: 3 / 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-5f99c2d7 {
    grid-column-end: 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-5f99c2d7 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-5f99c2d7 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-49d05bc0 {
    grid-column-end: 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-49d05bc0 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-49d05bc0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-49d05bc0 {
    grid-row: 3 / 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-9def9363 {
    grid-column-end: 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-9def9363 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-9def9363 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-9def9363 {
    grid-row: 3 / 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-0c80cc67 {
    grid-column-end: 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-0c80cc67 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-0c80cc67 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-0c80cc67 {
    grid-column: 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-182db8d2 {
    grid-column-end: 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-182db8d2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-182db8d2 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-182db8d2 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_09fa0b97-ded9-ddd3-f525-abd288e94d1a-3c83e343, #w-node-_09fa0b97-ded9-ddd3-f525-abd288e94d24-3c83e343 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-93621e7a, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-93621e7a, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-93621e7a, #w-node-_4c735803-84a0-1601-6896-157699129adf-93621e7a, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-93621e7a, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-29add045, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-29add045, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-29add045, #w-node-_4c735803-84a0-1601-6896-157699129adf-29add045, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-29add045, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-4267a69d, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-4267a69d, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-4267a69d, #w-node-_4c735803-84a0-1601-6896-157699129adf-4267a69d, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-4267a69d, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-4e16f2f8, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-4e16f2f8, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-4e16f2f8, #w-node-_4c735803-84a0-1601-6896-157699129adf-4e16f2f8, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-4e16f2f8, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-ec532112, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-ec532112, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-ec532112, #w-node-_4c735803-84a0-1601-6896-157699129adf-ec532112, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-ec532112, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-90a023f3, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-90a023f3, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-90a023f3, #w-node-_4c735803-84a0-1601-6896-157699129adf-90a023f3, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-90a023f3, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-b54c3b58, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-b54c3b58, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-b54c3b58, #w-node-_4c735803-84a0-1601-6896-157699129adf-b54c3b58, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-b54c3b58, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-cc3f6514, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-cc3f6514, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-cc3f6514, #w-node-_4c735803-84a0-1601-6896-157699129adf-cc3f6514, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-cc3f6514, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-f753d807, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-f753d807, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-f753d807, #w-node-_4c735803-84a0-1601-6896-157699129adf-f753d807, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-f753d807, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6049-7ce73e42, #w-node-_02d67135-2bc9-98be-736a-de72443ce23a-7ce73e42, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb6052-7ce73e42, #w-node-_4c735803-84a0-1601-6896-157699129adf-7ce73e42, #w-node-_616b27c3-583f-a9f9-0c45-690e55fb605c-7ce73e42, #w-node-b328f9dd-b68a-c43e-90f1-3e083ae8dbcd-e8fc5a42, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-126cd3d6, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-5f99c2d7, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-5f99c2d7, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-5f99c2d7, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-5f99c2d7, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-5f99c2d7, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-49d05bc0, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-9def9363, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-0c80cc67, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-0c80cc67, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-0c80cc67, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-0c80cc67, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-a6ab2359, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-a6ab2359, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-a6ab2359, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b18-a6ab2359, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-a6ab2359, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b08-182db8d2, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b0e-182db8d2, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b13-182db8d2, #w-node-_0a254d4e-d570-cb30-4e31-bac8a5ab9b1d-182db8d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


