<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --floral-white-bg: #fffbf0;
  --goldenrod: #cda843;
  --white: white;
  --black-2: #252621;
  --grey-bg: #5c5b5b;
  --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 {
  background-color: var(--floral-white-bg);
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #23272a;
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #23272a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  color: #23272a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: #23272a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: #23272a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: #23272a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: #23272a;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

a {
  color: var(--goldenrod);
  background-color: #0000;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

li {
  color: #636668;
  font-size: 15px;
  line-height: 21px;
}

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

blockquote {
  border-left: 5px solid #e4a86d;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

figure {
  margin-top: 32px;
  margin-bottom: 16px;
}

.gray-body {
  background-color: var(--white);
  color: var(--black-2);
}

.container {
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.with-header {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.with-header.bg-dark {
  background-color: var(--grey-bg);
  opacity: 1;
}

.section.with-header._100vh {
  height: 100vh;
}

.section.gray-body.extra-padding {
  padding-top: 168px;
  padding-bottom: 168px;
  display: block;
}

.section.gray-body.extra-padding.hidden {
  display: block;
}

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

.section.no-padding-bottom.darg-bg {
  background-color: var(--grey-bg);
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0;
}

.style-guide-block {
  color: var(--floral-white-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
}

.style-guide-block.block {
  display: block;
}

.style-guide-block.narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.colors-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.color-block {
  border: 1px solid #0000;
  border-radius: 4px;
  height: 88px;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #e8e9e9;
}

.color-block.titanium-black {
  background-color: var(--black-2);
}

.color-block.gold {
  background-color: var(--goldenrod);
}

.color-block.light-grey {
  background-color: #fcfcfc;
  border: 1px solid #e8e9e9;
}

.color-block.border-color {
  background-color: #e8e9e9;
}

.color-block.subtitles {
  background-color: #909294;
}

.color-block.paragraphs {
  background-color: #646769;
}

.color-block-wrapper {
  border-radius: 4px;
  width: 20%;
  margin-left: 28px;
  margin-right: 28px;
}

.color-title {
  color: #23272a;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.style-guide-block-title {
  background-color: #fff;
  border: 1px solid #e8e9e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
  padding: 32px 104px;
}

.style-guide-title {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.grayscale-block {
  background-color: #23272a;
  flex: 1;
  height: 88px;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._90 {
  background-color: #383c3e;
}

.grayscale-block._80 {
  background-color: #4f5254;
}

.grayscale-block._70 {
  background-color: #646769;
}

.grayscale-block._60 {
  background-color: #7b7d7f;
}

.grayscale-block._50 {
  background-color: #909294;
}

.grayscale-block._40 {
  background-color: #a7a8a9;
}

.grayscale-block._30 {
  background-color: #bcbdbe;
}

.grayscale-block._20 {
  background-color: #d3d3d4;
}

.grayscale-block._10 {
  background-color: #e8e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.greyscale-block-wrapper {
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.greyscales-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.greyscale-title {
  color: #23272a;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.headings-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-block {
  flex: 1;
  margin-bottom: 24px;
}

.heading-subtitle {
  color: #8f9193;
  padding-left: 4px;
  font-family: Poppins, sans-serif;
}

.sub-paragraph {
  color: #636668;
  font-weight: 600;
}

.buttons-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.button-block-wrapper {
  border-radius: 4px;
  width: 33.334%;
  margin-left: 28px;
  margin-right: 28px;
}

.button-block {
  border: 1px solid #e7e8e8;
  justify-content: center;
  align-items: center;
  height: 176px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.button-block.bg-img {
  background-image: url('../images/andrew-neel-369701.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-subtitle {
  color: #8f9193;
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.filled-btn {
  background-color: var(--goldenrod);
  color: var(--floral-white-bg);
  letter-spacing: .4px;
  border: 2px solid #0000;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.filled-btn:hover {
  background-color: var(--floral-white-bg);
  color: var(--goldenrod);
}

.filled-btn:active {
  background-color: var(--floral-white-bg);
}

.filled-btn.small {
  padding: 8px 16px;
}

.filled-btn.small.no-margin-top.no-margin-right {
  background-color: var(--goldenrod);
}

.filled-btn.no-margin-top {
  margin-top: 0;
}

.filled-btn.no-margin-top.no-margin-right {
  background-color: var(--goldenrod);
  margin-right: 0;
}

.filled-btn.submit {
  width: 100%;
  margin-right: 0;
  font-family: Poppins, sans-serif;
}

.filled-btn.submit:hover {
  border-color: var(--goldenrod);
  outline-offset: 0px;
  outline: 3px #cda843;
}

.transparent-btn {
  color: #fff;
  letter-spacing: .4px;
  text-shadow: 0 0 10px #23272a4d;
  background-color: #ffffff4d;
  border: 2px solid #0000;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.transparent-btn:hover {
  background-color: #ffffff80;
}

.transparent-btn:active {
  background-color: #ffffff4d;
}

.transparent-btn.no-margin-top {
  margin-top: 0;
}

.transparent-btn.no-margin-top.no-margin-right {
  margin-right: 0;
}

.transparent-btn.small {
  padding: 8px 16px;
}

.transparent-btn.small.in-nav-bar {
  background-color: var(--goldenrod);
  border-radius: 4px;
  margin: 20px 0 20px 11px;
  font-size: 14px;
}

.transparent-btn.small.in-nav-bar:hover {
  background-color: var(--floral-white-bg);
  color: var(--goldenrod);
  text-shadow: none;
}

.transparent-btn.small.in-nav-bar:active {
  flex: 1;
}

.transparent-btn.small.go-home {
  margin-top: 0;
  margin-right: 0;
}

.page-title {
  color: var(--goldenrod);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 80px;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.hero-section {
  z-index: 0;
  background-image: url('../images/Background_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0;
}

.hero-section._404 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 100vh;
  min-height: 100vh;
}

.hero-section._401 {
  background-image: linear-gradient(#fcfcfc, #fcfcfc);
  background-position: 0 0;
  justify-content: center;
}

.hero-title {
  color: var(--floral-white-bg);
  max-width: 60vh;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 6rem;
}

.hero-paragraph {
  color: #ffffffb3;
  max-width: 80vh;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.nav-bar {
  z-index: 998;
  opacity: 1;
  color: var(--black-2);
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.bg {
  background-color: #23272a;
}

.nav-menu {
  grid-column-gap: 14px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  display: flex;
}

.logo {
  height: 32px;
}

.logo.footer {
  height: 24px;
  display: block;
}

.brand {
  flex: 1;
  align-items: center;
  max-height: 100%;
  display: flex;
}

.brand.w--current {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .4px;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  padding: 30px 11px;
  font-size: 14px;
  transition: opacity .2s, color .2s;
}

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

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 5px 5px;
  border-color: var(--goldenrod);
  opacity: .5;
  color: #fff;
}

.nav-link.w--current:hover {
  opacity: .8;
}

.nav-link.display-non {
  display: none;
}

.section-header {
  margin-bottom: 160px;
}

.section-header.margin-bottom {
  margin-bottom: 80px;
}

.section-header.align-center {
  justify-content: center;
  display: block;
}

.section-header.less-margin {
  margin-bottom: 50px;
}

.section-subheading {
  color: var(--goldenrod);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: none;
}

.section-subheading.left {
  text-align: left;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.section-subheading.align-center {
  text-align: center;
}

.section-subheading.light {
  color: var(--floral-white-bg);
}

.section-title {
  opacity: 1;
  color: var(--black-2);
  text-align: left;
  text-transform: none;
  max-width: 80vw;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 48px;
}

.section-title.left {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.section-title.white {
  color: var(--floral-white-bg);
}

.section-title.white.align-center {
  text-align: center;
}

.section-title.extra-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-title.align-center {
  color: var(--floral-white-bg);
  text-align: left;
  font-size: 64px;
  line-height: 64px;
}

.section-title.align-center.color-dark {
  color: var(--black-2);
  font-size: 4rem;
  line-height: 1;
}

.section-header-paragraph {
  color: #636668;
  text-align: left;
  width: 80%;
  margin: 16px auto 0 0;
  font-size: 18px;
  line-height: 25.2px;
  display: block;
}

.section-header-paragraph.align-center {
  text-align: left;
  margin-left: auto;
  font-size: 18px;
  line-height: 25.2px;
}

.section-header-paragraph.display-non {
  display: none;
}

.services-grid {
  grid-column-gap: 64px;
  grid-row-gap: 128px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.service-block-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #e8e9e9;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-icon {
  flex: 0 auto;
  width: auto;
  height: 50px;
  margin-top: 0;
  display: block;
}

.service-title {
  color: var(--black-2);
  cursor: default;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.service-text {
  color: #636668;
  cursor: default;
  font-size: 15px;
}

.about-us-text {
  margin-top: 40px;
  margin-bottom: 0;
}

.about-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0;
}

.about-img-wrapper {
  position: relative;
  left: -32px;
}

.about-img-border {
  z-index: 0;
  border: 8px solid var(--goldenrod);
  position: absolute;
  inset: 32px -32px -32px 32px;
}

.team-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 16px;
  display: grid;
}

.quote-title {
  z-index: 1;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 60px;
}

.quote-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0;
}

.quote-img-border {
  z-index: 0;
  border: 8px solid var(--goldenrod);
  position: absolute;
  inset: 32px 32px -32px -32px;
}

.quote-img-wrapper {
  position: relative;
  right: -32px;
}

.signature-block {
  margin-top: 32px;
  display: flex;
}

.signature {
  height: 56px;
  margin-right: 10px;
}

.vertical-divider {
  opacity: .5;
  background-color: #23272a;
  width: 1px;
  height: 56px;
  display: inline-block;
}

.quote-name {
  text-transform: capitalize;
  align-self: flex-start;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.quote-subtitle {
  color: #909294;
  text-transform: capitalize;
  align-self: flex-end;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.quote-subtitles-block {
  flex: 1;
}

.quote-icon {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 160px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -32px;
  left: -80px;
}

.team-block-wrapper {
  border: 1px #e8e9e9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 2%;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 10px #25262121;
}

.team-img {
  width: 100%;
  min-height: 240px;
}

.team-img.member-1 {
  background-image: url('../images/ali-morshedlou-584053-unsplash2.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-2 {
  background-image: url('../images/adult-blurred-background-checkered-shirt-936072v3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-3 {
  background-image: url('../images/adult-blur-books-842567v3.jpg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-img.member-4 {
  background-image: url('../images/beautiful-blur-casual-935756v2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 272px;
}

.team-card-bottom {
  border: 0 #000;
  width: 100%;
  padding: 16px;
  display: none;
}

.team-title {
  color: var(--goldenrod);
  text-align: center;
  cursor: default;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

.team-subtitle {
  color: #8f9193;
  text-align: center;
  cursor: default;
  padding-left: 4px;
}

.contact-form-wrapper {
  width: 100%;
  margin-top: 80px;
}

.half-fields-wrapper {
  display: flex;
}

.div-block {
  flex: none;
  width: 32px;
}

.text-field {
  background-color: var(--floral-white-bg);
  color: #23272a;
  border: 1px solid #e8e9e9;
  height: 48px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Poppins, sans-serif;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--goldenrod);
}

.text-field::placeholder {
  color: #909294;
}

.select-field {
  color: #909294;
  background-color: #fcfcfc;
  border: 1px solid #e8e9e9;
  height: 48px;
  margin-bottom: 32px;
  padding: 14px 16px;
  transition: border-color .2s;
}

.select-field:focus {
  border-color: #e4a86d;
}

.textarea {
  background-color: var(--floral-white-bg);
  color: #23272a;
  border: 1px solid #e9e8e8;
  min-height: 240px;
  margin-bottom: 16px;
  padding: 16px;
  font-family: Poppins, sans-serif;
  transition: border-color .2s;
}

.textarea:focus {
  border-color: var(--goldenrod);
}

.textarea::placeholder {
  color: #909294;
}

.textarea.small {
  min-height: 120px;
}

.footer {
  background-color: var(--grey-bg);
  padding-bottom: 100px;
}

.footer-links {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.footer-link {
  color: #ffffffb3;
  letter-spacing: .2px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.copyright-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding: 32px 0;
  display: flex;
}

.footer-section {
  justify-content: space-between;
  padding-top: 64px;
  display: flex;
}

.copyright-text {
  color: #909294;
  display: inline-block;
}

.copyright-text.left {
  align-self: flex-end;
  font-family: Poppins, sans-serif;
}

.map {
  width: 100%;
  margin-top: 80px;
  display: block;
}

.subtext {
  color: #23272a;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.subtext.white {
  color: #fff;
}

.subtext.white.small {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.modal-bg {
  z-index: 999;
  opacity: 1;
  color: #252621cc;
  background-color: #23272a80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal {
  background-color: var(--floral-white-bg);
  border-radius: 4px;
  padding: 32px;
  position: relative;
}

.modal-form {
  margin-top: 56px;
}

.close-modal-btn {
  border: 2px none var(--goldenrod);
  background-color: var(--goldenrod);
  cursor: pointer;
  border-radius: 0 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal-btn:hover {
  background-color: var(--black-2);
}

.cross-line {
  background-color: var(--floral-white-bg);
  flex: none;
  width: 2px;
  height: 16px;
  transform: translate(-1px, -1px)rotate(45deg);
}

.cross-line.mirror {
  transform: translate(1px, -1px)rotate(-45deg);
}

.cross-line.mirror:hover {
  background-color: var(--black-2);
  border: 1px solid #000;
}

.big-error-text {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  line-height: 126px;
}

._401-form {
  width: 33.333%;
}

.form {
  width: auto;
}

.success-message {
  background-color: var(--goldenrod);
  color: #fff;
}

.error-message {
  color: #23272a;
  background-color: #f6d2d2;
}

.source-link {
  text-align: center;
  display: block;
}

.source-block {
  border-bottom: 1px solid #e8e9e9;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.source-block.last {
  border-bottom-style: none;
}

.btn-container {
  margin-top: 32px;
}

.btn-container.center {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.footer-col {
  text-align: left;
  width: 33.3336%;
}

.footer-col.first {
  padding-left: 0;
  padding-right: 32px;
}

.footer-col.align-right {
  text-align: right;
}

.footer-info-text {
  color: #ffffffb3;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.footer-title {
  color: var(--goldenrod);
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.footer-text {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

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

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 41.667% 8.334% 50%;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.quote-block-left {
  position: relative;
}

.quote-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 8.334% 41.667%;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.changelog-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.changelog-text {
  text-align: center;
  margin-bottom: 10px;
}

.heading {
  color: var(--goldenrod);
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.section-header-paragraph-bewertung {
  color: var(--black-2);
  text-align: center;
  align-self: center;
  width: 90%;
  margin: 16px auto;
  font-size: 18px;
  font-style: italic;
  line-height: 25.2px;
}

.section-header-paragraph-bewertung.txt-color-black, .section-header-paragraph-bewertung.text-color-black {
  color: var(--black-2);
}

.section-header-paragraph-bewertung.text-color-light {
  color: var(--black-2);
  text-align: center;
  margin-left: auto;
}

.heading-2 {
  color: var(--goldenrod);
}

.image {
  max-width: 50%;
}

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

.link {
  color: var(--goldenrod);
  font-size: 1.4rem;
}

.link.padding-left {
  padding-left: 5.6rem;
  transition: color .25s;
}

.link.padding-left:hover {
  color: var(--floral-white-bg);
}

.link.small {
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  font-size: 1rem;
  transition: color .25s;
}

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

.heading-3 {
  font-family: Poppins, sans-serif;
}

.link-2 {
  color: var(--goldenrod);
  font-family: Poppins, sans-serif;
}

.service-block-copy-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
}

.legal-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: flex-end;
  display: flex;
}

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

.underlline-heading {
  background-color: var(--goldenrod);
  width: 300px;
  height: 35px;
  margin-top: -24px;
}

.underlline-heading.light {
  background-color: var(--goldenrod);
}

.element-wrapper {
  z-index: -2;
  position: absolute;
  inset: -29% -11% auto auto;
}

.image-2 {
  z-index: auto;
  max-width: 50%;
  position: static;
  inset: 0% 0% auto auto;
}

.image-3 {
  object-fit: fill;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.element-wrapper-copy {
  z-index: -2;
  width: 100%;
  position: absolute;
  inset: auto auto -91% -45%;
}

.element-wrapper-projekt {
  z-index: -2;
  width: 760px;
  position: absolute;
  inset: auto auto -43% 60%;
  transform: rotate(89deg);
}

.body {
  transition: color .2s;
}

.datenschutz-link-text {
  padding-left: 0;
  padding-right: 0;
}

.nav-logo {
  flex: 0 auto;
  align-items: center;
  max-width: 40px;
  display: block;
}

.image-4 {
  display: block;
}

.nav-logo-link {
  flex: 0 auto;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
}

.nav-logo-link.w--current {
  font-size: 1.9rem;
}

.legal-text, .legal-text a {
padding: 1rem 0px !important;
  font-size: 11px;
}

.instagram-widget {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.star-icon-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.star-icon {
  width: 40px;
  padding: 10px 10px 10px 0;
}

.divider-dark {
  background-color: var(--goldenrod);
  width: 100%;
  max-width: 100%;
  height: 1px;
  max-height: 100%;
}

.nav-container {
  opacity: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.gradient {
  z-index: -1;
  background-image: linear-gradient(to right, #252621d9 27%, #fff0 64%);
  position: absolute;
  inset: 0%;
}

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

.ihr-projekt-link {
  color: var(--grey-bg);
  letter-spacing: .2px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.ihr-projekt-link:hover {
  color: var(--goldenrod);
}

.rich-text-legal a {
  padding-left: 0;
  padding-right: 0;
}

.rich-text-legal h2 {
  color: var(--floral-white-bg);
  line-height: 1.4;
}

.rich-text-legal p {
  color: var(--floral-white-bg);
}

.rich-text-legal h3, .rich-text-legal h4 {
  color: var(--floral-white-bg);
  line-height: 1.4;
}

.rich-text-legal li {
  color: var(--floral-white-bg);
}

.link-3 {
  margin-left: 0;
}

.google-link-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.error-message-2 {
  background-color: #f6d2d2;
}

.leistungen-text-wrapper {
  background-color: var(--floral-white-bg);
  color: var(--floral-white-bg);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 33%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 10px #25262121;
}

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

.section-leistungen-paragraph {
  color: var(--black-2);
  text-align: left;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}

.section-leistungen-paragraph.align-center {
  text-align: left;
  margin-left: auto;
  font-size: 18px;
  line-height: 25.2px;
}

.section-leistungen-paragraph.display-non {
  display: none;
}

.section-leistungen-heading {
  color: var(--black-2);
  text-align: center;
  margin-top: 160px;
  margin-bottom: 100px;
  font-weight: 700;
}

.image-5 {
  opacity: .57;
  margin-top: -499px;
  margin-bottom: 0;
  margin-left: 1053px;
  padding-left: 0;
  position: absolute;
}

.section-leistungen-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  display: flex;
}

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

.section-leistungen-card-heading {
  flex: 0 auto;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section, .section.with-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.gray-body.extra-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .style-guide-block {
    padding: 64px 88px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

  .color-block-wrapper {
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-title {
    font-size: 12px;
  }

  .style-guide-block-title {
    padding-left: 88px;
    padding-right: 88px;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .button-block-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-section {
    background-image: linear-gradient(to right, #252621d9 60%, #0000), url('../images/Background.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-title {
    font-size: 5rem;
    line-height: 1;
  }

  .hero-paragraph {
    font-size: 1.8rem;
  }

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

  .nav-menu {
    background-color: #383c3e;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.w--current {
    border-bottom-color: #0000;
  }

  .section-header {
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 2rem;
    line-height: 46px;
  }

  .section-title.align-center {
    font-size: 4rem;
    line-height: 1;
  }

  .section-header-paragraph {
    width: 80%;
  }

  .services-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .about-us-text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }

  .quote-icon {
    background-size: 80px;
    width: 80%;
    height: 80%;
    top: -8px;
    left: -32px;
  }

  .text-field.small, .select-field.small {
    margin-bottom: 16px;
  }

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

  .copyright-section {
    margin-top: 32px;
  }

  .copyright-text.right, .copyright-text.left {
    font-size: 12px;
    line-height: 18px;
  }

  .icon {
    color: var(--floral-white-bg);
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button {
    padding: 24px;
  }

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

  .modal-form {
    margin-top: 40px;
  }

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

  .quote-grid {
    grid-template-columns: 41.667fr 50%;
  }

  .section-header-paragraph-bewertung {
    width: 80%;
  }

  .link.small {
    text-align: center;
  }

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

  .nav-logo {
    max-width: 50px;
  }

  .nav-logo-link {
    font-size: 2rem;
  }

  .divider-dark {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .google-link-wrapper {
    justify-content: center;
    margin-top: 10px;
  }

  .leistungen-text-wrapper, .section-leistungen-paragraph {
    width: 100%;
  }

  .section-leistungen-heading {
    margin-bottom: 60px;
  }

  .section-leistungen-card-wrapper {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.gray-body.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .style-guide-block {
    padding: 0 5%;
  }

  .colors-wrapper {
    flex-direction: column;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0;
  }

  .style-guide-block-title {
    padding: 16px 72px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .page-title {
    font-size: 30px;
  }

  .hero-section {
    background-image: linear-gradient(to right, #252621d9 100%, #0000), url('../images/Background.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-title {
    text-align: center;
    font-size: 56px;
    line-height: 70px;
  }

  .hero-paragraph {
    text-align: center;
    font-size: 1.6rem;
  }

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

  .logo {
    height: 24px;
  }

  .logo.footer {
    margin-left: -10px;
  }

  .section-title {
    font-size: 2rem;
    line-height: 42px;
  }

  .section-title.align-center, .section-title.align-center.color-dark {
    font-size: 3.5rem;
  }

  .section-header-paragraph {
    width: 100%;
  }

  .services-grid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-img-wrapper {
    padding-left: 32px;
    left: -32px;
  }

  .about-img-border {
    inset: 24px -32px -32px 56px;
  }

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

  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }

  .quote-img-border {
    inset: 24px 56px -32px -32px;
  }

  .quote-img-wrapper {
    padding-right: 32px;
    right: -32px;
  }

  .quote-name {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .quote-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-links {
    align-items: center;
  }

  .footer-link {
    margin-bottom: 16px;
  }

  .copyright-section {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .footer-section {
    flex-direction: column;
    align-items: stretch;
  }

  .copyright-text.right {
    margin-top: 4px;
  }

  .copyright-text.left {
    align-self: center;
    margin-top: 4px;
  }

  .modal {
    padding: 24px;
  }

  .modal-form {
    margin-top: 32px;
  }

  .footer-col {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col.first {
    padding-right: 0;
  }

  .footer-col.align-right {
    text-align: center;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-text {
    margin-bottom: 16px;
  }

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

  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-block-right {
    margin-bottom: 32px;
  }

  .quote-block-left {
    padding-bottom: 32px;
  }

  .quote-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-text-container {
    flex-direction: column;
  }

  .section-header-paragraph-bewertung {
    width: 100%;
  }

  .link.padding-left {
    justify-content: center;
    padding-left: 2rem;
    display: flex;
  }

  .legal-wrapper {
    align-self: center;
  }

  .nav-logo {
    max-width: 40px;
  }

  .legal-text.padding-left-0 {
    padding-right: 2rem;
  }

  .star-icon {
    width: 30px;
    padding-right: 5px;
  }

  .divider-dark {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ihr-projekt-link {
    margin-bottom: 16px;
  }

  .rich-text-legal h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .rich-text-legal h3 {
    font-size: 21px;
    line-height: 1.4;
  }

  .rich-text-legal h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .google-link-wrapper {
    justify-content: center;
    margin-top: 32px;
  }

  .section-leistungen-paragraph {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section.gray-body.extra-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.no-padding-bottom.darg-bg {
    padding-top: 100px;
  }

  .style-guide-block {
    padding: 0 5%;
  }

  .page-title {
    font-size: 21px;
  }

  .hero-section {
    background-position: 0 0, 70%;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-title {
    font-size: 3rem;
    line-height: 1;
  }

  .hero-paragraph {
    font-size: 1.4rem;
  }

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

  .logo {
    height: 24px;
  }

  .brand.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .section-header {
    margin-bottom: 88px;
  }

  .section-header.less-margin {
    height: 85px;
  }

  .section-title.align-center, .section-title.align-center.color-dark {
    font-size: 2.5rem;
  }

  .section-header-paragraph {
    font-size: 16px;
  }

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

  .service-icon {
    width: 48px;
  }

  .about-img-border {
    top: 24px;
    bottom: -24px;
    right: -24px;
  }

  .team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .quote-title {
    font-size: 32px;
  }

  .quote-img-border {
    inset: 24px 24px -24px 0;
  }

  .quote-img-wrapper {
    padding-left: 24px;
    padding-right: 0;
    top: 24px;
    right: 0;
  }

  .contact-form-wrapper {
    margin-top: 0;
  }

  .half-fields-wrapper {
    flex-direction: column;
  }

  .div-block {
    display: none;
  }

  .footer-links {
    margin-top: 32px;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-section {
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright-text.right {
    text-align: center;
    line-height: 26px;
  }

  .copyright-text.left {
    margin-top: 8px;
  }

  .icon {
    color: var(--floral-white-bg);
  }

  .modal-bg {
    display: none;
  }

  .modal {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px;
  }

  .modal-form {
    margin-top: 16px;
  }

  .close-modal-btn {
    z-index: 0;
    padding: 16px 24px;
  }

  .heading {
    font-size: 25px;
  }

  .link {
    padding-top: 30px;
    padding-left: 0;
    display: block;
  }

  .link.small {
    padding-top: 1rem;
    padding-left: 2rem;
  }

  .grid {
    justify-items: center;
  }

  .underlline-heading {
    width: 196px;
    height: 30px;
  }

  .underlline-heading.light {
    height: 30px;
  }

  .nav-logo {
    max-width: 30px;
    margin-right: 10px;
    display: none;
  }

  .nav-logo-link {
    font-size: 1.3rem;
    display: block;
  }

  .nav-logo-link.w--current {
    font-size: 1.9rem;
  }

  .star-icon {
    width: 23px;
    padding-right: 5px;
  }

  .ihr-projekt-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .rich-text-legal {
    max-width: 100%;
  }

  .rich-text-legal h2 {
    font-size: 18px;
  }

  .rich-text-legal p {
    font-size: 14px;
  }

  .rich-text-legal h3, .rich-text-legal h4, .section-leistungen-paragraph {
    font-size: 16px;
  }
}

#w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-d04550f1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-d04550f1 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: stretch;
}

#w-node-_31e47cab-0d92-8b69-bd4b-cbf4a396a59d-d04550f1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_8d28f0cb-1539-e353-e4b1-b4e60c23bc8b-d04550f1 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-d04550f1 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-_20e0be82-f511-88f4-6bcc-ef4ba0d99dbe-d04550f1 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: auto;
}

#w-node-_610146d6-25b7-888d-8b67-9a331811027d-d04550f1 {
  place-self: center;
}

#w-node-c0384fa3-2786-7c10-c8e8-1f3cf5a7d840-d04550f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_312834d9-1773-b6e9-1b0c-00461ada29cd-d04550f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3e71e33-d1a3-7056-80d6-efa34ce0792d-d04550f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-d04550f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-d04550f1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_31e47cab-0d92-8b69-bd4b-cbf4a396a59d-d04550f1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d28f0cb-1539-e353-e4b1-b4e60c23bc8b-d04550f1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-aedeb259-d71f-91b7-0197-264e2b4b227b-d04550f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20e0be82-f511-88f4-6bcc-ef4ba0d99dbe-d04550f1 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_610146d6-25b7-888d-8b67-9a331811027d-d04550f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c0384fa3-2786-7c10-c8e8-1f3cf5a7d840-d04550f1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a272bc0-237c-8b1b-e98a-d4a9cbff3c42-d04550f1 {
    justify-self: auto;
  }

  #w-node-_610146d6-25b7-888d-8b67-9a331811027d-d04550f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c0384fa3-2786-7c10-c8e8-1f3cf5a7d840-d04550f1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_610146d6-25b7-888d-8b67-9a331811027d-d04550f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c0384fa3-2786-7c10-c8e8-1f3cf5a7d840-d04550f1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}</pre></body></html>