:root {
  --slate-grey: #546681;
  --slate-blue: #484dff;
  --white: white;
  --midnight-blue: #001632;
  --dark-slate-grey: #2e3642;
  --black: black;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 0;
  display: block;
}

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

.container.space-below {
  margin-bottom: 120px;
}

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

.heading {
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
  display: block;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 500px;
  padding-bottom: 25px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.button {
  background-color: var(--slate-blue);
  text-align: center;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
  display: none;
}

.service-card-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

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

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--midnight-blue);
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: center;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 0 55px 25px 10px;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 200px 5% 0;
}

.service-icon {
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  margin-bottom: 25px;
  display: block;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: var(--slate-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.title.centered {
  text-align: center;
  align-self: center;
  max-width: 500px;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 50px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link {
  clear: none;
  color: var(--slate-grey);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  display: inline;
  position: static;
}

.link:hover {
  color: var(--slate-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
  display: none;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  margin-bottom: 140px;
  display: flex;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  min-width: 400px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 150px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex: 0 auto;
  margin-bottom: 25px;
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  width: 180px;
  padding: 15px 12px 15px 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, .03);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  min-width: 70px;
  margin-bottom: 2px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  clear: none;
  object-fit: fill;
  background-image: url('../images/Bckgr-2-min_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  min-height: 622px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
  left: 50%;
}

.content-block-right {
  width: 50%;
  padding: 25px 30px 25px 0;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.slider-arrow-wrap {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

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

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

.testimonial-content-wrap {
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  padding-top: 0;
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

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

.arrow {
  width: 28px;
}

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

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

.testimonial-columns-2 {
  display: flex;
}

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

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

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

.testimonial-paragraph {
  color: var(--slate-grey);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

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

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

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

.button-default {
  background-color: var(--slate-blue);
  text-align: left;
  border-radius: 50px;
  flex-flow: row;
  align-self: center;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
  position: static;
}

.button-default:hover {
  background-color: #343af0;
}

.button-default.adjusted-to-pricing {
  margin-top: 25px;
}

.new-tag {
  color: #2dca73;
  background-color: rgba(45, 202, 115, .1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.hero-content {
  padding-top: 0;
  display: flex;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: 490px;
  margin-bottom: 20px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.paragraph-hero.pricing-adjustments {
  padding-top: 55px;
  padding-left: 49px;
}

.paragraph-hero.link:hover {
  color: var(--midnight-blue);
}

.paragraph-hero.contact-addresses {
  margin-bottom: 30px;
  text-decoration: none;
}

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

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: var(--slate-grey);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  max-width: 260px;
  height: 100%;
  min-height: 260px;
  max-height: 260px;
  display: flex;
  box-shadow: 7px 7px 150px rgba(84, 102, 129, .08);
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flowbase-title {
  color: #5b3acc;
  letter-spacing: -.25px;
  margin-bottom: 4px;
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 500;
}

.flowbase-author {
  color: #9b9eb8;
  letter-spacing: -.3px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.flowbase-card-wrap {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px rgba(128, 124, 142, .15);
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #7020ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-article-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .12);
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
  display: none;
}

.section-testimoinals {
  background-color: var(--white);
  align-items: center;
  padding: 140px 5% 90px;
  display: block;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-contact {
  background-color: var(--white);
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

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

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.link-02:hover {
  color: rgba(255, 255, 255, .58);
}

.clone-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.remove-before-use {
  z-index: 99;
  background-color: rgba(46, 54, 66, .93);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flowbase-card-delete {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.contact-form-wrap {
  border-radius: 10px;
}

.textarea {
  border-radius: 10px;
  min-height: 200px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  border-radius: 10px;
}

.link-3 {
  color: var(--slate-grey);
  text-decoration: none;
}

.submit-button {
  border-radius: 5px;
}

.heading-primary-centered {
  color: #1a3066;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-primary-centered.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.paragraph-hero-centered {
  color: var(--slate-grey);
  text-align: center;
  max-width: 490px;
  margin-bottom: 50px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

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

.section-cta {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.counter {
  color: var(--slate-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 52px;
}

.link-4 {
  color: var(--slate-grey);
  text-decoration: none;
}

.section-team {
  background-color: #f0f7ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  padding: 120px 5%;
  display: block;
}

.team-slider-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 0;
  padding: 25px 0;
  display: flex;
  position: relative;
}

.team-slider-wrap.heading-primary {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  display: block;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 450px;
}

.icon-4, .icon-5 {
  background-color: var(--midnight-blue);
}

.heading-team-name {
  color: #1a3066;
  text-align: center;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  font-size: 26px;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.team-image-1 {
  background-image: url('../images/Profile-Andrzej.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  min-height: 350px;
  display: block;
}

.heading-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-image-2 {
  background-image: url('../images/Profile-Magda.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  min-height: 350px;
  display: block;
}

.team-image-3 {
  background-image: url('../images/Profile-Agnieszka.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  min-height: 350px;
  display: block;
}

.container-2 {
  flex: 0 auto;
  align-self: auto;
  max-width: 550px;
  display: block;
}

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

.heading-team {
  color: #1a3066;
  text-align: left;
  letter-spacing: -.5px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.heading-team.h3-centre {
  text-align: center;
  max-width: 700px;
}

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

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: left;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image {
  display: block;
}

.section {
  padding-top: 192px;
}

.heading-services {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

.heading-services.space-below {
  margin-bottom: 120px;
}

.heading-service-description {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.heading-service-description.space-below {
  margin-bottom: 120px;
}

.list {
  padding-top: 25px;
}

.list.paragraph-list {
  font-size: 18px;
  line-height: 26px;
}

.image-2 {
  border-radius: 14px;
}

.column-wrap-left {
  margin-bottom: 140px;
  display: flex;
}

.heading-3-services {
  color: var(--midnight-blue);
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

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

.heading-prices {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.pricing-wrap {
  width: 100%;
  max-width: 1240px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 50px;
}

.pricing-wrap.space-below {
  margin-bottom: 120px;
}

.price-heading {
  color: #1a3066;
  letter-spacing: -.5px;
  justify-content: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.price-heading.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-subprice {
  color: #1a3066;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: flex;
}

.testimonials-wrapper-t3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-subwrapper-t3 {
  border-radius: 6px;
  max-width: 370px;
  max-height: 100%;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 15px 2px #c9c9c9;
}

.user-wrapper-t3 {
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.user-picture-t3 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
}

.user-name-t3 {
  font-size: 16px;
  font-weight: 600;
}

.company-name-t3 {
  color: #888;
  font-weight: 700;
}

.quote-t3 {
  color: #464646;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

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

.video {
  display: none;
}

@media screen and (min-width: 1920px) {
  .service-card-wrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-title {
    font-size: 17px;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .card-content-wrap {
    align-self: center;
  }

  .heading-3 {
    clear: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .service-icon {
    flex: 1;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

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

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

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

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: rgba(84, 102, 129, .08);
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
    display: none;
    overflow: visible;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

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

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .section-testimoinals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .section-contact {
    display: block;
  }

  .feature {
    flex-direction: column;
  }

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

  .paragraph-hero-centered {
    text-align: center;
  }

  .section-team {
    padding-bottom: 60px;
  }

  .team-slider-wrap {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .team-slider-wrap.heading-primary {
    align-self: flex-end;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .heading-services.space-below, .heading-service-description.space-below {
    margin-bottom: 80px;
  }

  .column-wrap-left {
    flex-wrap: wrap;
  }

  .heading-3-services {
    clear: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .pricing-wrap.space-below {
    margin-bottom: 80px;
  }

  .testimonials-subwrapper-t3 {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

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

@media screen and (max-width: 767px) {
  .button {
    float: none;
    clear: none;
    position: static;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-wrap-hero {
    position: relative;
  }

  .link {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

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

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

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .heading-prices {
    font-size: 18px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-top: 45px;
  }

  .container.space-below {
    margin-bottom: 41px;
  }

  .heading {
    font-size: 25px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .section-content {
    padding-top: 151px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .heading-primary {
    max-width: 280px;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .logo-image {
    width: 350px;
    height: auto;
  }

  .phone-wrap {
    display: none;
  }

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

  .hero-image-wrap {
    padding: 10px;
  }

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

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

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

  .paragraph-hero.align-left {
    text-align: left;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-testimoinals {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-primary-centered {
    max-width: 280px;
    font-size: 30px;
  }

  .html-embed {
    width: 100%;
    max-width: 100%;
  }

  .team-slider-wrap {
    padding: 8px;
  }

  .grid {
    align-content: space-between;
    justify-content: space-between;
  }

  .heading-team {
    max-width: 280px;
    font-size: 30px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-services {
    padding-top: 45px;
  }

  .heading-services.space-below {
    margin-bottom: 41px;
  }

  .heading-service-description {
    padding-top: 45px;
  }

  .heading-service-description.space-below {
    margin-bottom: 41px;
  }

  .column-wrap-left {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-prices {
    font-size: 10px;
  }

  .pricing-wrap {
    padding-top: 45px;
  }

  .pricing-wrap.space-below {
    margin-bottom: 41px;
  }

  .price-heading {
    max-width: 280px;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }
}

#w-node-a3d18355-d1b9-c21a-4c04-23696a98c2b3-02cd804c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d8c4b47d-1d9b-68ac-3f13-bd002e42e300-02cd804c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdaffdea-0fe0-723d-2556-8e2596038586-02cd804c {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2a44deff-b072-63cb-bdd3-339e1be7b36b-02cd804c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2600f198-1952-72f5-6cd0-9b1fbd858dbd-2339a7f4 {
  align-self: center;
}

#w-node-c340ba7e-2a01-2835-53e5-3cbad026c168-2339a7f4, #w-node-a4b293d3-10bf-4483-7c50-fad6548c18ff-2339a7f4, #w-node-_793f5774-2fb7-7373-cde8-8b76b846199c-2339a7f4, #w-node-_80fa0848-4aec-aa9c-5387-1e648046af17-2339a7f4, #w-node-_1468878a-39bf-3c77-06bb-27a62bdaeba3-2339a7f4, #w-node-_2c0c9d26-2c84-be5c-751f-283915d845cf-2339a7f4, #w-node-_2805b0bd-8d56-7b16-0ae2-f69aea29e245-2339a7f4, #w-node-_9706f8ea-5531-6a9a-ec6b-7c29381d9721-2339a7f4, #w-node-_5a8cfb8b-80e6-db88-0639-19600b1af729-2339a7f4, #w-node-_1be41897-0ee9-b6bb-762f-33dcf6704e93-2339a7f4, #w-node-_86e90960-8062-7c1d-8838-c17a9e357290-2339a7f4, #w-node-_1883a328-41bd-2c1e-7386-c270e3c0a5fd-2339a7f4, #w-node-_729905d3-b0cb-7620-deed-d6f10872a395-2339a7f4, #w-node-b68d846a-7c97-fa71-cadc-a17f16a5a26b-2339a7f4, #w-node-_660eb9bb-1911-5a57-c78e-381958fc8e38-2339a7f4, #w-node-fbfbab99-f787-e975-8c2c-9f7f0f67da25-2339a7f4, #w-node-_6d681cad-474f-7e7b-b77d-60202e962777-2339a7f4, #w-node-_75d3b558-80f0-ea7d-9551-ca1cc3f545fe-2339a7f4, #w-node-_4198d94a-20e2-0a37-42a1-64061ad466ec-2339a7f4, #w-node-_6b456173-f4da-6e9f-15ef-3cebe453e7d7-2339a7f4, #w-node-_2a97104c-1298-6a70-a46f-24699136e59b-2339a7f4, #w-node-_49697c51-81fa-cb57-b050-8b392fb203b6-2339a7f4, #w-node-_8f6f4f29-d7c3-2279-d9cf-258e8d6495ee-2339a7f4, #w-node-_22c0e806-6640-b7cb-cae0-d24ddb98650d-2339a7f4, #w-node-_322121f2-3b33-9c25-ac1a-b2eb3a8fe46d-2339a7f4, #w-node-ee76b259-1b45-980d-ad41-ad63cfa52431-2339a7f4, #w-node-_877ffe64-963b-8734-1fb7-05f8c368db54-2339a7f4, #w-node-_60bec356-2cf1-3551-78ee-ba15a84a5d9b-2339a7f4, #w-node-_07a4ab0d-035f-3f20-4905-b347b371385b-2339a7f4, #w-node-b490e9b1-7892-0691-f9eb-99a4a53d138c-2339a7f4, #w-node-_58d54ca7-cf40-c968-e96e-7bec46643354-2339a7f4, #w-node-_0781d16c-0e4e-7760-eceb-9be518ba96b1-2339a7f4, #w-node-_6bd62d24-453b-f41c-49ea-aecf7db50034-2339a7f4, #w-node-_1a8145b7-f424-a6be-af61-7132e46cf783-2339a7f4, #w-node-_58a42c7b-f27a-2252-e6d8-13799b908490-2339a7f4, #w-node-af9c8a63-f012-ad0e-7575-4ee5f0de25cc-2339a7f4, #w-node-_7122cc4d-62e4-9ed9-2b6c-c227cee91473-2339a7f4, #w-node-_46f9d980-8579-552f-7f45-5e31309f12ba-2339a7f4, #w-node-_828c41c7-0fca-ad8b-db0f-838f857dfa65-2339a7f4, #w-node-_93e6a7bd-d4b9-a187-dd81-9200bf766871-2339a7f4 {
  align-self: center;
  justify-self: center;
}

#w-node-_953851e0-44e0-3201-51e6-61c7c222c0b5-2339a7f4 {
  align-self: center;
}

#w-node-_953851e0-44e0-3201-51e6-61c7c222c0c3-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0c5-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0c7-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0c9-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0cb-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0cd-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0cf-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0d1-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0d3-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0d5-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0d7-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0d9-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0db-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0dd-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0df-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0e1-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0e3-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0e5-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0e7-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0e9-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0eb-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0ed-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0ef-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0f1-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0f3-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0f5-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0f7-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0f9-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0fb-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0fd-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c0ff-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c101-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c103-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c105-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c107-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c109-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c10b-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c10d-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c10f-2339a7f4, #w-node-_953851e0-44e0-3201-51e6-61c7c222c111-2339a7f4 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a3d18355-d1b9-c21a-4c04-23696a98c2b3-02cd804c, #w-node-bdaffdea-0fe0-723d-2556-8e2596038586-02cd804c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a44deff-b072-63cb-bdd3-339e1be7b35b-02cd804c, #w-node-_2a44deff-b072-63cb-bdd3-339e1be7b35f-02cd804c, #w-node-_2a44deff-b072-63cb-bdd3-339e1be7b363-02cd804c, #w-node-_2a44deff-b072-63cb-bdd3-339e1be7b367-02cd804c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}