.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 80%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.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, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 60px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-drop-link {
  background-color: #090909;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block {
  color: #fff;
}

.nav-drop-icon-menu {
  margin-right: 10px;
}

.body {
  background-color: #f7f7f7;
}

.slide {
  background-image: url('../images/su-san-lee.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 75vh;
}

.heading {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 200%;
}

.div-block {
  width: 60%;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  background-color: #090909;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-2 {
  text-align: right;
  background-color: #fff;
  border-radius: 20px;
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.hero-heading-left {
  z-index: 999;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: -80px;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5em;
  line-height: 200%;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 55%;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.heading-2 {
  margin-top: 100px;
  font-size: 2.5em;
}

.container-2 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  min-height: 800px;
}

.footer-dark {
  background-color: #292929;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #ccc;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #ccc;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10%;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 30%;
  margin-right: 4%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  background-color: #000000a8;
  width: 100%;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paragraph {
  color: #888;
  margin-top: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2em;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  width: 90%;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: 150%;
  display: block;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 23.5%;
  margin-right: 2%;
}

.team-block {
  background-color: #fff;
}

.team-member-image-two {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  min-height: 150px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1680px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-split-2 {
  text-align: left;
  background-image: url('../images/weew.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 100%;
  height: 600px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.shadow-two-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: static;
  box-shadow: 0 4px 24px #96a3b514;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  min-height: 30px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-3 {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
}

.hero-split-ll1 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  margin-left: 10%;
  display: flex;
}

.shadow-two-you {
  max-width: 36%;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-4 {
  z-index: 99;
  background-color: #fff;
  width: 30%;
  min-height: 50%;
  position: absolute;
  top: 75px;
  left: -50px;
  box-shadow: 0 2px 15px #4c87ab33;
}

.div-block-5 {
  object-fit: cover;
  min-height: 300px;
  overflow: hidden;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/art-institute-of-chicago-U4w.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: scale-down;
  object-position: 50% 50%;
  background-color: #99d2ef;
}

.slide-2 {
  background-image: url('../images/ueruko-wJIavMUUzuQ-unsplash.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  height: 100%;
}

.heading-3 {
  font-size: 2.5em;
}

.heading-4 {
  font-size: 2em;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  background-image: url('../images/68398de3c3c0b84abce52c02_testimonial-bg-image.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: 50vh;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}

.container-8 {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 150%;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #80d246;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-5 {
  color: #fff;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.shadow-two-3 {
  border-radius: 15px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 1.5em;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #037ff0;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-5 {
  border-radius: 15px;
}

.heading-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2em;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d4e5f9;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100px;
  display: grid;
}

.list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  background-color: #d5ecff;
  border-radius: 15px;
  margin-top: 20px;
}

.list-item-3 {
  background-color: #d5ecff;
  border-radius: 15px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  background-color: #e5efff;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 50px;
  height: auto;
  margin-right: 16px;
}

.paragraph-2 {
  width: 70%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  width: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph-4 {
  font-size: 18px;
}

.div-block-8 {
  width: 10px;
}

.navbar-brand-2 {
  width: 150px;
  position: absolute;
  top: -25px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.mobile-margin-top-11 {
  margin-left: 40px;
}

.navbar-logo-left {
  background-color: #210606e6;
  position: absolute;
  inset: 20px 0% auto;
}

.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;
}

.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: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #f69625;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff5a16;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.container-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-image: url('../images/overlay_1overlay.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.div-block-9 {
  z-index: 99;
  text-align: center;
  background-color: #0000004d;
  background-image: url('../images/overlay_1overlay.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.heading-7 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 10px #00000080;
  border-left: 5px solid #d2bd44;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 120%;
  position: static;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 5px #00000080;
  margin-top: 20px;
  margin-right: 120px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  height: 100ch;
  line-height: 120%;
}

.footer-subscribe {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.div-block-10 {
  background-color: #f5f7fa;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-12 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  width: 15%;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-form-title {
  height: 50px;
  font-size: 24px;
  line-height: 32px;
}

.footer-copyright {
  color: #3a4554;
}

.div-block-11 {
  text-align: right;
  background-color: #fff;
  width: 460px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: block;
}

.footer-social-link-three {
  margin-left: 32px;
}

.button-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  font-size: 12px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-4 {
  min-height: 800px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #333;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #70c064;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 10px;
}

.button-primary-7 {
  color: #161616;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.heading-8 {
  color: #70c064;
}

.background-video-2 {
  opacity: 1;
  object-position: 50% 0%;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 600px;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.div-block-12 {
  border: 1px #000;
  width: 60%;
  min-height: 200px;
}

.pricing-overview {
  background-color: #f4faf6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 350px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #888;
  text-align: left;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
  position: static;
}

.section-8 {
  background-image: url('../images/6794094f28dd9c168d3516b1_bg-2-11.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.paragraph-5-copy {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 5px #00000080;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start;
  display: grid;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  position: relative;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-embed-3-copy {
  color: #fff;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.button-primary-8.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: left;
  margin-bottom: 16px;
  line-height: 150%;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 60px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  color: #888;
  text-align: left;
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-9 {
  text-align: left;
  height: 80px;
}

.heading-10 {
  font-size: 20px;
}

.heading-11 {
  text-align: left;
}

.hero-heading-left-2 {
  background-color: #f6fbf7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.shadow-two-4 {
  object-fit: cover;
  height: 100%;
  position: static;
}

.heading-12 {
  font-size: 30px;
  line-height: 150%;
}

.shadow-two-4-copy {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div-block-15 {
  width: 100%;
  position: relative;
}

.section-9 {
  aspect-ratio: auto;
  object-position: 100% 100%;
  background-image: url('../images/屏幕截图-2025-12-17-062658.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  display: flex;
}

.div-block-9-copy {
  text-align: center;
  background-color: #0000004d;
  background-image: url('../images/overlay_1overlay.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-block-16 {
  align-items: center;
  width: 1280px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-10 {
  min-height: 60px;
}

.link {
  color: #333;
  margin-right: 10px;
  text-decoration: none;
}

.paragraph-6 {
  margin-bottom: 0;
}

.ikonik-yqwm2 {
  color: #666;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/62434fa732124a700a12aad4_check circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  max-width: 100%;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.heading-13 {
  color: #fff;
  text-align: center;
  width: 60%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
}

.section-11 {
  background-image: url('../images/67a0c663c88d1b2dac490897_64135-1-11.webp');
  background-position: 50%;
  background-size: auto;
}

.container-22 {
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.image-7 {
  max-width: 60%;
}

.section-9-copy {
  aspect-ratio: auto;
  object-position: 100% 100%;
  aspect-ratio: auto;
  object-position: 100% 100%;
  background-image: url('../images/aa3985c5d896fe3b81f79.jpg');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 400px;
  display: flex;
}

.pricing-image-2-copy {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}

.section-9-copy-copy {
  aspect-ratio: auto;
  object-position: 100% 100%;
  background-image: url('../images/ew.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  display: flex;
}

.div-block-9-copy-copy {
  text-align: center;
  background-color: #0000004d;
  background-image: url('../images/overlay_1overlay.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.section-9-ab {
  aspect-ratio: auto;
  object-position: 100% 100%;
  background-image: url('../images/56f0ba11ee76au.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  display: flex;
}

.div-block-18 {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.nav-button-wrapper-2-copy {
  margin-left: 100px;
}

.button-primary-7-copy {
  color: #161616;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffee8d;
  border: 1px solid #000;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7-copy:active {
  background-color: #43464d;
}

.div-block-19 {
  display: flex;
}

.play-pause-button {
  z-index: 100;
}

.pricing-fffffy-copy {
  object-fit: cover;
  object-position: 50% 20%;
  height: 250px;
  margin-bottom: 16px;
}

.div-block-20 {
  background-image: url('../images/a5c5b148a9ee7d7767c74394cf29dd8cf77ae24d2e7f05-AZg9r7_fw1200.jpg');
  background-position: 50% 25%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 280px;
}

.heading-7-copy {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 10px #00000080;
  border-left: 5px solid #d2bd44;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 120%;
  position: static;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .hero-split-ll1 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8, .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .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-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-11 {
    max-width: 728px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-12 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-13 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-17 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .container-18 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-20 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-21 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .nav-button-wrapper-2-copy {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-drop-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .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: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;
  }

  .hero-without-image, .team-slider, .hero-heading-right, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-without-image-2, .hero-heading-right-2, .features-list {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-overview-2, .hero-heading-left-2, .gallery-overview, .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slider {
    height: 650px;
  }

  .heading {
    line-height: 150%;
  }

  .div-block {
    margin-top: 60px;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 140px;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 1.2em;
  }

  .shadow-two {
    max-width: 80%;
    position: relative;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 1em;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 90%;
    margin-left: 15px;
    margin-right: auto;
  }

  .team-member-image-two {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 50%;
  }

  .container-6 {
    max-width: none;
    margin-top: 60px;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .hero-split-2 {
    object-fit: cover;
    width: 85%;
  }

  .shadow-two-2 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 20% 50%;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

  .container-7 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .shadow-two-you {
    border: 10px solid #fff;
    max-width: 40%;
    position: absolute;
    top: 100px;
    right: 10px;
  }

  .div-block-4 {
    width: 120px;
    left: -25px;
  }

  .heading-3 {
    font-size: 1.5em;
  }

  .hero-without-image-2 {
    height: 75vh;
    padding: 0;
  }

  .container-8 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-24px-3 {
    font-size: 1em;
  }

  .heading-5 {
    font-size: 1.5em;
  }

  .container-9 {
    max-width: none;
  }

  .hero-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .hero-split-3 {
    margin-bottom: 0;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .container-10 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .navbar-brand-2 {
    z-index: 55;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-menu-wrapper-2 {
    z-index: 50;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-2 {
    color: #000;
  }

  .container-11 {
    max-width: none;
  }

  .menu-button-2.w--open {
    background-color: #9f250d;
    border-radius: 10px;
  }

  .div-block-9 {
    aspect-ratio: auto;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-7 {
    font-size: 3.5rem;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    margin-right: 0;
    font-size: .8rem;
  }

  .background-video {
    height: 100ch;
  }

  .container-12 {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-no-shadow-container-2 {
    z-index: 105;
  }

  .nav-menu-wrapper-3 {
    z-index: 110;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .background-video-2, .section-5 {
    position: relative;
  }

  .container-13 {
    max-width: none;
  }

  .div-block-12 {
    width: 90%;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-5-copy {
    font-size: .8rem;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    width: 90%;
  }

  .container-17 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-8.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .heading-9 {
    font-size: 20px;
  }

  .container-19 {
    max-width: none;
  }

  .hero-wrapper-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-12 {
    font-size: 20px;
  }

  .section-9 {
    position: relative;
  }

  .div-block-9-copy {
    width: 100%;
    inset: 0% 0% auto;
  }

  .container-20 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .heading-13 {
    width: 90%;
    max-width: 90%;
    font-size: 20px;
  }

  .section-9-copy, .section-9-copy-copy {
    position: relative;
  }

  .div-block-9-copy-copy {
    width: 100%;
    inset: 0% 0% auto;
  }

  .section-9-ab {
    position: relative;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
  }

  .nav-button-wrapper-2-copy {
    width: auto;
  }

  .section-12, .section-13 {
    z-index: 100;
  }

  .heading-7-copy {
    font-size: 1.8rem;
  }
}

#w-node-a8a94262-7265-3601-37a4-dce9307c46b8-e228ba7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a94262-7265-3601-37a4-dce9307c46bd-e228ba7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8a94262-7265-3601-37a4-dce9307c46c1-e228ba7f, #w-node-_332a8bf0-62d2-09e7-270b-220ba841d0ee-e228ba7f, #w-node-_1cb06511-071b-ebcf-7978-76a208995850-e228ba7f, #w-node-a8a94262-7265-3601-37a4-dce9307c46d0-e228ba7f, #w-node-ebc42768-e932-bbbe-f8de-f7dad63024c0-e228ba7f, #w-node-ebc42768-e932-bbbe-f8de-f7dad63024c9-e228ba7f, #w-node-ebc42768-e932-bbbe-f8de-f7dad63024d4-e228ba7f, #w-node-e3053191-9c43-9c95-0bf1-60e243660dc2-24969c8b, #w-node-e3053191-9c43-9c95-0bf1-60e243660dcc-24969c8b, #w-node-e3053191-9c43-9c95-0bf1-60e243660dd6-24969c8b, #w-node-_577899a0-0ad7-2f4a-7219-b3dfae5b2cea-24969c8b, #w-node-_8d05ff9f-1083-2e81-e072-7ef52deeb289-24969c8b, #w-node-_8d05ff9f-1083-2e81-e072-7ef52deeb293-24969c8b, #w-node-_8d05ff9f-1083-2e81-e072-7ef52deeb29d-24969c8b, #w-node-_436454cd-9362-dcd6-c9cb-333d9e48da48-24969c8b, #w-node-e343561d-5904-f283-e677-b15f5a3613c2-24969c8b, #w-node-faef4420-9259-9808-c3e5-286a9f3d8403-24969c8b, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44bd-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44cf-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d0-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d1-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d2-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d4-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d5-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d6-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d7-62ea5234, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44d8-62ea5234, #w-node-_28ba8f99-89a1-ecc6-bcc7-851f5d7155ea-a9cca219, #w-node-_28ba8f99-89a1-ecc6-bcc7-851f5d7155f4-a9cca219, #w-node-_28ba8f99-89a1-ecc6-bcc7-851f5d7155fe-a9cca219, #w-node-_2ec1dbdb-58aa-d537-5b94-29f5ded5ed5f-316e5048, #w-node-_2ec1dbdb-58aa-d537-5b94-29f5ded5ed69-316e5048, #w-node-_2ec1dbdb-58aa-d537-5b94-29f5ded5ed73-316e5048, #w-node-_2ec1dbdb-58aa-d537-5b94-29f5ded5ed7d-316e5048, #w-node-_89c2b2b3-66ec-d46e-2b12-a9d4097527e6-316e5048, #w-node-_89c2b2b3-66ec-d46e-2b12-a9d4097527f0-316e5048, #w-node-_89c2b2b3-66ec-d46e-2b12-a9d4097527fa-316e5048, #w-node-a6a207ed-a749-de89-4232-ad541acd16ca-316e5048, #w-node-_16841ff7-8814-8bd2-de50-8ce87d613673-b3de878f, #w-node-_16841ff7-8814-8bd2-de50-8ce87d61367d-b3de878f, #w-node-_16841ff7-8814-8bd2-de50-8ce87d613687-b3de878f, #w-node-_16841ff7-8814-8bd2-de50-8ce87d613691-b3de878f, #w-node-_16841ff7-8814-8bd2-de50-8ce87d61369b-b3de878f, #w-node-_16841ff7-8814-8bd2-de50-8ce87d6136a5-b3de878f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a8a94262-7265-3601-37a4-dce9307c46b8-e228ba7f, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44bd-62ea5234, #w-node-_28ba8f99-89a1-ecc6-bcc7-851f5d7155ea-a9cca219 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8a94262-7265-3601-37a4-dce9307c46b8-e228ba7f, #w-node-a8a94262-7265-3601-37a4-dce9307c46bd-e228ba7f, #w-node-_13213dc2-b67f-d8c1-68f6-15d59bfe44bd-62ea5234, #w-node-_28ba8f99-89a1-ecc6-bcc7-851f5d7155ea-a9cca219 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


