:root {
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

.navbar-logo-left {
  color: #000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  position: static;
}

.navbar-logo-left.homepage-navbar {
  background-color: #0000;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 0;
  padding: 20px;
  position: static;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #ffffffbf;
}

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

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

.nav-link.contact-us-link {
  color: #000;
}

.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: #1a1b1fbf;
}

.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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff3;
  border-radius: 36px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.button-primary.contact-us-button {
  background-color: #12443f;
}

.button-primary.contact-us-button:hover {
  background-color: #377972;
}

.wbs-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-text {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.wbs-step-4-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.text-block-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.secondary-button {
  color: #12443f;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 48px;
  height: 60px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.secondary-button.hero-button {
  color: #fff;
  background-color: #12443f;
}

.wbs-step-4-title {
  color: #010b15;
  margin-top: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.wbs-step-4 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.paragraph-2 {
  opacity: .5;
  font-weight: 700;
}

.intro-content {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: 290px;
}

.intro-content.home-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Inter, sans-serif;
  position: static;
}

.wbs-step-4-image {
  border-radius: 10px;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.wbs-step-4-item {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.paragraph {
  opacity: .5;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  white-space: nowrap;
  font-weight: 700;
}

.wbs-section {
  padding: 3rem 3% 0;
}

.heading-2 {
  letter-spacing: -1px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 50px;
  display: flex;
}

.section {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.cc-store-home-wrap {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000001a, #0000004d), url('../images/Services-Hero-section.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.homepage-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-Section-poto.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.text-block-3 {
  font-size: 20px;
}

.text-section {
  background-color: #12443f;
}

.text-section-blcok {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 160px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.multiple-selection-section {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 500;
  line-height: 44px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-card-two._2 {
  background-image: linear-gradient(#fff0, #0000004d), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 385px;
  padding-left: 28px;
  text-decoration: none;
}

.testimonial-card-two._1 {
  background-image: linear-gradient(#fff0, #0000004d), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 385px;
  padding-left: 28px;
  text-decoration: none;
  position: static;
}

.testimonial-card-two._3 {
  background-image: linear-gradient(#fff0, #0000004d), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 385px;
  padding-left: 28px;
  text-decoration: none;
}

.testimonial-text-two {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 350px;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 46px;
  text-decoration: none;
  display: block;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-block-5 {
  text-align: center;
}

.bold-text {
  letter-spacing: -.5px;
  font-size: 42px;
  font-weight: 500;
}

.multiple-selection-button {
  color: #0a2d23;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0a2d23;
  border-radius: 36px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.gallery-scroll {
  background-color: #edfffa;
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 30px 80px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-family: Inter, sans-serif;
  display: grid;
}

.gallery-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: 100%;
  height: 800px;
}

.gallery-image-text {
  color: #f5f7fa;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.feautures-text-block {
  flex-flow: column;
  margin-bottom: 35px;
  font-size: 16px;
  display: flex;
}

.text-block-6, .text-block-7 {
  font-size: 16px;
}

.links-section-footer {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.label {
  color: #124743;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.footer-section {
  background-color: #0000;
  border-radius: 36px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-section.section-footer {
  background-color: #fff;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: #124743;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.footer-link:hover {
  opacity: 1;
  color: #2a7973;
}

.footer-link.info-text {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr 2.75fr 1fr 1fr;
  place-items: start;
  margin-left: 48px;
  margin-right: 48px;
}

.footer-dark {
  color: #12443f;
  background-color: #12443f;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 350px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.footer-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.title-small {
  color: #c7f1c5;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  white-space: nowrap;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #1d5f59;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright-center {
  color: #f0f5fa;
  text-align: center;
  margin: 40px auto;
  font-size: 14px;
  line-height: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  font-family: Inter, sans-serif;
  display: flex;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  width: 48px;
  height: 48px;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading-3 {
  letter-spacing: -.5px;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.text-block-8 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-9 {
  font-size: 18px;
  font-weight: 500;
}

.hotels-mask-text-blcok {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  padding-left: 8px;
  display: flex;
}

.feautured-hotels-1-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 36px;
  padding: 12px 48px;
}

.feautured-hotels-1-button:hover {
  color: #fff;
  background-color: #12443f;
  border-width: 0;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.links-section-footer-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  font-weight: 400;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-primary {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #12443f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #257069;
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
  font-family: Inter, sans-serif;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---grid-contact-v14 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  font-family: Inter, sans-serif;
  display: grid;
}

.brix---input-line {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 84px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 28px;
  line-height: 40px;
  transition: color .3s, border-color .3s;
}

.brix---input-line:hover {
  border-bottom-color: var(--elements-webflow-library--neutral--800);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-line:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-line::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 28px;
  font-weight: 600;
}

.brix---text-area-line {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 180px;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-line:hover {
  border-color: var(--elements-webflow-library--accent--primary-1) var(--elements-webflow-library--accent--primary-1) var(--elements-webflow-library--neutral--800);
}

.brix---text-area-line:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area-line::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.brix---form-grid-1-column-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
}

.brix---mg-top-16px {
  margin-top: 16px;
  line-height: 16px;
}

.brix---display-4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #12443f;
}

.brix---input:focus {
  color: var(--elements-webflow-library--neutral--800);
  border-color: #12443f;
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #12443f;
}

.brix---text-area:focus {
  color: var(--elements-webflow-library--neutral--800);
  border-color: #12443f;
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---text-200-bold-2 {
  color: #12443f;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-big {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  transition: color .3s;
}

.brix---link-big:hover {
  color: #12443f;
  font-size: 24px;
}

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

.brix---contact-v12-half-bg-right {
  z-index: -1;
  background-color: #ebfffd;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---section-contact-v12 {
  padding-top: 176px;
  padding-bottom: 176px;
  font-family: Inter, sans-serif;
  position: relative;
}

.brix---grid-contact-v12 {
  grid-column-gap: 180px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .footer-section {
    background-color: #0000;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .footer-section.section-footer {
    background-color: #fff;
  }

  .container-5 {
    margin-bottom: 60px;
  }

  .footer-logo-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    display: flex;
  }

  .footer-logo-text-block {
    color: #124743;
    font-weight: 500;
  }

  .brix---form-grid-1-column-gap-row-48px, .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---contact-v12-half-bg-right {
    width: 42%;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-link:hover {
    color: #000000bf;
  }

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

  .button-primary {
    background-color: #09221f;
  }

  .menu-button {
    padding: 12px;
  }

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

  .intro-text {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 48px;
  }

  .wbs-step-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .intro-content {
    max-width: 768px;
    margin-bottom: 40px;
    top: 275px;
  }

  .intro-content.home-hero-section {
    padding-left: 0;
    padding-right: 0;
    top: 220px;
  }

  .heading-jumbo {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
  }

  .wbs-step-4-item {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
  }

  .wbs-step-4-item._2-nd-block {
    justify-content: flex-end;
    align-items: center;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .intro-header.homepage-hero-section {
    background-image: linear-gradient(#0003, #00000080), url('../images/Hero-Section-poto.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-heading-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-section-blcok {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-contact-v14 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---link-big {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---grid-1-column-gap-row-56px {
    grid-row-gap: 40px;
  }

  .brix---contact-v12-half-bg-right {
    width: 100%;
    height: 60%;
    inset: auto 0% 0%;
  }

  .brix---section-contact-v12 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-contact-v12 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .text-block-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .secondary-button {
    margin-left: 32px;
  }

  .secondary-button.hero-button {
    margin-left: auto;
  }

  .wbs-step-4 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .intro-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    top: 260px;
  }

  .intro-content.home-hero-section {
    top: 240px;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 40px;
  }

  .wbs-step-4-item {
    width: 300px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    text-align: center;
  }

  .intro-header.homepage-hero-section {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .gallery-image.shadow-two {
    height: 600px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .footer-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-section.section-footer {
    padding-top: 0;
  }

  .container-5 {
    text-align: center;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .links-section-footer-2 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---grid-contact-v14 {
    grid-template-columns: 1fr;
  }

  .brix---input-line {
    min-height: 74px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .brix---input-line::placeholder {
    font-size: 22px;
  }

  .brix---text-area-line {
    min-height: 150px;
  }

  .brix---text-area-line::placeholder {
    font-size: 22px;
    line-height: 34px;
  }

  .brix---form-grid-1-column-gap-row-48px {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---link-big {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---grid-1-column-gap-row-56px {
    grid-row-gap: 32px;
  }

  .brix---section-contact-v12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-contact-v12 {
    grid-template-columns: 1fr;
  }
}

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

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

  .intro-text {
    margin-left: 16px;
    margin-right: 16px;
  }

  .secondary-button {
    margin-left: 24px;
  }

  .wbs-step-4 {
    width: 100%;
    max-width: 100%;
  }

  .intro-content {
    top: 160px;
  }

  .intro-content.home-hero-section {
    width: 100%;
    top: 180px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 40px;
  }

  .wbs-step-4-item {
    width: 100%;
  }

  .wbs-step-4-item._2-nd-block {
    justify-content: flex-start;
    align-items: center;
  }

  .intro-header {
    background-image: linear-gradient(#0003, #0006), url('../images/Services-Hero-section.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-section-blcok {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    font-size: 32px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    grid-column-gap: 20px;
  }

  .testimonial-card-two._2, .testimonial-card-two._1, .testimonial-card-two._3 {
    width: 320px;
    height: 450px;
  }

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

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

  .gallery-image {
    width: 70%;
  }

  .gallery-image.shadow-two {
    height: 350px;
  }

  .footer-section.section-footer {
    padding-top: 0;
  }

  .footer-logo-text-block {
    text-align: center;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 48px;
  }

  .container-6, .container-7 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---input-line {
    border-bottom-width: 1px;
    min-height: 58px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-line::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-area-line {
    border-bottom-width: 1px;
    min-height: 130px;
  }

  .brix---text-area-line::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---section-contact-v12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

#w-node-_346b64ef-1d4a-d009-40c9-9c67fd417c13-26b7125b, #w-node-_346b64ef-1d4a-d009-40c9-9c67fd417c1d-26b7125b, #w-node-_346b64ef-1d4a-d009-40c9-9c67fd417c27-26b7125b, #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856ea-26b7125b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856fa-26b7125b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856fb-26b7125b, #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856fc-26b7125b, #access-dash.w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856ff-26b7125b, #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b85700-26b7125b, #lead-retrieval.w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b85703-26b7125b, #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b85704-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862d3-26b7125b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862d8-26b7125b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862dc-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862e6-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862eb-26b7125b, #w-node-babea2be-1242-5a6c-9893-961fa102c9fe-a102c9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93d1afd-d545-2764-bc62-8cc4975d7c90-cee216de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a93d1afd-d545-2764-bc62-8cc4975d7c94-cee216de {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856ea-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862d3-26b7125b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856ea-26b7125b, #w-node-_399a69d1-1a28-dcaa-a5c0-b2ed22b856fa-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862d3-26b7125b, #w-node-c52bc4c9-a2aa-e8a4-6671-89d4524862d8-26b7125b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a93d1afd-d545-2764-bc62-8cc4975d7c90-cee216de {
    grid-column: span 1 / span 1;
  }
}


