@font-face {
  font-family: Barletta2;
  src: url('../fonts/font.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barletta;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_apps---charts--chart-1: #1a1b1f;
  --_apps---charts--chart-2: #333336;
  --_apps---charts--chart-3: #0f1014;
  --_apps---charts--chart-4: #050608;
  --_apps---charts--chart-5: #202125;
  --_apps---charts--chart-1-dark: #84868b;
  --_apps---charts--chart-2-dark: #b3b4b8;
  --_apps---charts--chart-3-dark: #67696e;
  --_apps---charts--chart-4-dark: #a3a4a9;
  --_apps---charts--chart-5-dark: #595b5f;
  --_apps---colors--background: #fff;
  --_apps---colors--foreground: #1a1b1f;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #1a1b1f;
  --_apps---colors--primary-foreground: #f8f8f9;
  --_apps---colors--secondary: #f1f4ff;
  --_apps---colors--secondary-foreground: #0d0d0f;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #e3eaf2;
  --_apps---colors--input: #e6edf6;
  --_apps---colors--ring: #1a1b1e;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #84868b;
  --_apps---colors--primary-foreground-dark: #060606;
  --_apps---colors--secondary-dark: #121524;
  --_apps---colors--secondary-foreground-dark: #f7f8fd;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e5554f;
  --_apps---colors--border-dark: #e3eaf2;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #97989c;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #1a1b1f;
  --_apps---sidebar--sidebar-primary-foreground: #f8f8f9;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #e3eaf2;
  --_apps---sidebar--sidebar-ring: #1a1b1e;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #84868b;
  --_apps---sidebar--sidebar-primary-foreground-dark: #060606;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #97989c;
  --_apps---sizes--radius: 4px;
  --_apps---typography--heading-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_apps---typography--body-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_apps---typography--button-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

.nav-link: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 {
  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;
}

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

.navbar-logo-center {
  background-color: #1e1e1e;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar-logo-center-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding: 0;
  display: flex;
}

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

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

.navbar-brand-three {
  z-index: 5;
  margin-top: 0;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block.navblock1 {
  justify-content: center;
  width: 80%;
}

.nav-menu-block.navblock2 {
  justify-content: flex-end;
  width: 20%;
}

.nav-link-2 {
  color: #747474;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #6875d5;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.nav-link-2.w--current {
  color: #747474;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.nav-link-2.w--current:hover {
  color: #6875d5;
}

.nav-link-2.navitem {
  color: #f1f1f1;
  font-family: Barletta, Georgia, sans-serif;
}

.nav-link-2.navitem:hover {
  color: #569ad0;
}

.nav-link-2.navitem.w--current {
  color: #f1f1f1;
}

.nav-link-2.navitem.w--current:hover {
  color: #569ad0;
}

.nav-link-2.navitem.contdbl {
  display: block;
}

.nav-link-2.navitem.contdbla {
  margin-left: 60px;
}

.nav-dropdown-2 {
  color: #747474;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Amiko, sans-serif;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 0;
  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-2 {
  color: #f1f1f1;
  margin-right: 10px;
}

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  color: #fff;
  background-color: #1e1e1e;
  font-family: Barletta, Georgia, sans-serif;
}

.nav-dropdown-link-2 {
  color: #f1f1f1;
  letter-spacing: .5px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-dropdown-link-2:hover, .nav-dropdown-link-2:focus {
  color: #569ad0;
}

.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-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

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

.text-block {
  color: #f1f1f1;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 15px;
}

.text-block:hover {
  color: #569ad0;
}

.image {
  width: 120px;
  height: 120px;
  margin-top: 0;
}
/* hero */
.hsec1 {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.5) 100%), url('../img/the-wizard.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hsec1-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 360px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 68px;
}

.heading.vxcvx {
  font-family: Barletta, Georgia, sans-serif;
}

.heading.vxcvx.asec1-h {
  margin-top: 220px;
  font-size: 40px;
  line-height: 58px;
}

.button {
  color: #4e3509;
  text-align: center;
  background-color: #eeb654;
  border-radius: 121px;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 48px;
  margin-top: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.button.global-btn.asec3-btn {
  color: #36270c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  width: 213px;
}

.button.global-btn.hsec1-btn {
  color: #1e1e1e;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #cbcbcb;
  background-color: #dcb765;
  border: 1px solid #dcb765;
}

.button.global-btn.bn {
  display: none;
}

.hsec2 {
  background-color: #569ad0;
}

.hsec2-cont {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1210px;
  padding: 120px 10px;
  display: flex;
}

.hsec2-div1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
}

.hsec2-div2 {
  width: 47%;
}

.global-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 275px;
}

.global-img.fdgdfg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 561px;
  height: 100%;
}

.global-img.fdgdfg.wlp {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.global-img.fdgdfg.sps {
  width: auto;
  height: auto;
}

.global-img.fdgdfgdfg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.global-img.fdgdfgdfg.fdis {
  object-fit: cover;
  object-position: 50% 0%;
}

.global-img.fdgdfgdfg.pi {
  object-fit: cover;
}

.global-img.fdgdfgdfg.kps {
  width: auto;
}

.global-img.tps {
  width: auto;
  height: auto;
}

.global-img.tps.ssssss {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 400px;
}

.global-img.sts.ssssss {
  object-fit: cover;
  object-position: 50% 100%;
  width: 1005px;
  height: 400px;
}

.global-img.pcvcs {
  width: 534px;
  height: 374px;
  display: none;
  overflow: auto;
}

.global-img.slp {
  width: 100%;
}

.global-img.sdc {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.global-img.eps, .global-img.str {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.global-img.wgi {
  object-fit: cover;
  width: 100%;
  height: 296px;
}

.heading-2 {
  color: #393939;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}

.heading-2.bcvb.sdfsdf {
  color: #fff;
  margin-top: 0;
  font-family: Barletta, Georgia, sans-serif;
}

.heading-2.bcvb-copy {
  font-family: Barletta, Georgia, sans-serif;
}

.heading-2.bcvb-copy.sdfsdf {
  margin-top: 0;
}

.heading-2.bcvb-copy.hsec2-h1 {
  color: #fff;
  margin-top: 0;
  font-family: Barletta, Georgia, sans-serif;
}

.heading-2.bcvb-copy.psh1 {
  color: #fff;
}

.heading-2.bcvb-copy.psh1.ddd {
  margin-top: 0;
  font-size: 28px;
}

.heading-2.bcvb-copy.psh1.ddd.fs {
  color: #569ad0;
}

.heading-2.bcvb-copy.rnc, .heading-2.bcvb-copy.fdis, .heading-2.bcvb-copy.dr {
  color: #fff;
}

.heading-2.bcvb-copya {
  color: #6875d5;
  margin-top: 10px;
  font-size: 32px;
}

.heading-2.bcvb-copya.sdfsdf {
  margin-top: 0;
}

.heading-2.bcvb-copya.kl {
  color: #fff;
  margin-top: 40px;
  font-family: Barletta, Georgia, sans-serif;
  line-height: 45px;
}

.heading-2.bcvb-copya.kl.ff {
  margin-top: 20px;
  font-size: 28px;
}

.heading-2.bcvb-copy-copy {
  color: #fff;
  font-size: 22px;
}

.heading-2.bcvb-copy-copy.cvbcvbc, .heading-2.bcvb-copy-copy.fsdsfdsf {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 22px;
}

.heading-2.bcvb-copy-copy {
  color: #6875d5;
  margin-top: 0;
  font-size: 32px;
}

.heading-2.bcvb-copy-copy.sdfsdf {
  margin-top: 0;
}

.heading-2.bcvb-copy-copy.asdd {
  color: #569ad0;
  font-family: Barletta, Georgia, sans-serif;
}

.heading-2.bcvb-copy-copy.asdd.cc {
  margin-bottom: 0;
}

.heading-2.bcvb-copya-copy {
  color: #6875d5;
  margin-top: 10px;
  font-size: 32px;
}

.heading-2.bcvb-copya-copy.sdfsdf {
  margin-top: 0;
}

.heading-2.bcvb-copy-copy-copy {
  color: #569ad0;
  margin-top: 0;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 32px;
}

.heading-2.bcvb-copy-copy-copy.sdfsdf {
  margin-top: 0;
}

.paragraph {
  color: #fff;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.ssec2-p1 {
  margin-top: -10px;
  margin-bottom: 0;
}

.paragraph.ssec2-p1.psph22, .paragraph.ssec2-p1.sspp22, .paragraph.ssec2-p1.wlrp {
  color: #1e1e1e;
}

.paragraph.ssec2-p2 {
  color: #fff;
  margin-top: -10px;
}

.paragraph.ssec2-p1-copy {
  color: #bdbdbd;
  width: 90%;
  margin-top: -10px;
  line-height: 37px;
}

.paragraph.ssec2-p1-copy.ressex3div1p {
  text-align: center;
}

.paragraph.sdss {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 35px;
}

.paragraph.sdss.dtres {
  color: #1e1e1e;
}

.button-2 {
  background-color: #3898ec00;
}

.button-2.global-btn {
  color: #6875d5;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border: 1px solid #cbcbcb;
  border-radius: 121px;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 48px;
  margin-top: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.hsec3 {
  background-color: #1e1e1e;
}

.hsec3-cont {
  background-color: #1e1e1e;
  max-width: 1210px;
  padding: 90px 0 60px 10px;
}

.heading-3 {
  color: #569ad0;
  text-align: center;
  letter-spacing: 1px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.service-main {
  margin-top: 40px;
}

.services-child {
  margin-left: 10px;
  margin-right: 10px;
}

.psh {
  color: #569ad0;
  margin-top: 30px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.psh:hover {
  color: #6875d5;
}

.psp {
  color: #fff;
  width: 95%;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 34px;
}

.hsec4 {
  background-color: #dcb765;
}

.hsec4-cont {
  justify-content: center;
  align-items: stretch;
  max-width: 1090px;
  padding: 60px 10px;
  display: flex;
}

.hsec4-box {
  border: 1px dashed #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

.paragraph-2 {
  color: #4e3509;
  text-align: center;
  padding-top: 10px;
  font-family: Amiko, sans-serif;
  line-height: 27px;
}

.paragraph-2.asd {
  color: #36270c;
  text-transform: uppercase;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.heading-4 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.text-span {
  color: #36270c;
  font-weight: 700;
}

.hsec5 {
  background-color: #1e1e1e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.hsec5-cont {
  max-width: 1210px;
  padding: 90px 10px 120px;
}

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

.heading-5.xc {
  color: #569ad0;
  letter-spacing: 1px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 42px;
}

.hsec5-inner {
  margin-top: 40px;
  display: none;
}

.hsec5-child {
  justify-content: flex-start;
  align-items: center;
}

.hsec5-div1 {
  width: 23%;
}

.hsec5-div2 {
  width: 77%;
  padding-left: 20px;
}

.hsec5-div1-h {
  color: #6875d5;
  letter-spacing: 1px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hsec5-div-1-p {
  color: #747474;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 38px;
}

.hsec5-div1-h2 {
  color: #747474;
  text-transform: uppercase;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

/* Our Magic Gallery Section */
.hsec6 {
  background-color: #569ad0;
  padding: 80px 0 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hsec6-title {
  color: #fff;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 48px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

.hsec6-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  margin: 0 0 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  padding: 0 20px;
}

.hsec6-cont {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-scroll-wrapper {
  display: flex;
  gap: 15px;
  width: max-content;
  animation: scroll-gallery 90s linear infinite;
}

.hsec6-cont:hover .gallery-scroll-wrapper {
  animation-play-state: paused;
}

.hgallery-img {
  flex-shrink: 0;
  width: 280px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: filter 0.3s ease;
  cursor: pointer;
}

.hgallery-img:hover {
  filter: grayscale();
}

/* Infinite scroll animation for gallery */
@keyframes scroll-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 7.5px));
  }
}

.footer-light {
  mix-blend-mode: normal;
  background-color: #1e1e1e;
  background-image: url('../images/wizplumbinglogo-180h-2-1.png');
  background-position: right bottom 120px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 0;
  position: relative;
  overflow-x: hidden;
}

.container-3 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-title {
  color: #569ad0;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  color: #d9cfcf4d;
  background-color: #979797;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-bottom {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.svg {
  font-size: 7px;
}

.path {
  font-size: 3px;
}

.path-2 {
  color: #fff;
  align-items: flex-start;
  display: flex;
  font-size: 10px !important;
}

.svg-2 {
  display: block;
}

.fmenui {
  align-items: center;
  margin-bottom: 20px;
}

.fmenui.keypoints {
  align-items: flex-start;
  margin-bottom: 0;
}

.svg-3 {
  color: #979797;
  width: auto;
  height: auto;
  padding-right: 10px;
}

.link {
  color: #979797;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link.w--current {
  padding-left: 10px;
}

.link.fmenuit {
  margin-left: 10px;
}

.link.fmenuit.w--current {
  padding-left: 0;
}

.link.fmenuit.asdas {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.link.fmenuit.asda {
  line-height: 30px;
}

.path-3 {
  color: #979797;
}

.svg-4 {
  color: #fff;
  width: 10px;
  height: 10px;
  padding-left: 0;
  padding-right: 0;
}

.svg-4.dsd {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  line-height: 15px;
}

.fcontacti {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.fcontacti.fmil {
  display: none;
}

.svg-5 {
  color: #fff;
  width: 13px;
  height: 40px;
}

.svg-6 {
  color: #fff;
  width: 24px;
  height: 40px;
  margin-top: -30px;
}

.svg-7 {
  color: #fff;
  width: 15px;
  height: 40px;
}

.svg-8 {
  color: #fff;
  width: 16px;
  height: 23px;
}

.footer-block-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  background-image: url('../images/-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field {
  color: #6b6b6b;
  background-color: #353535;
  border: 1px solid #0000;
  border-radius: 50px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.text-field:hover {
  color: #949494;
  background-color: #444;
}

.text-field.fform {
  height: 48px;
  padding-left: 20px;
}

.text-field.fform:focus {
  color: #949494;
  background-color: #444;
  height: 48px;
}

.form {
  width: 100%;
  max-width: 100%;
}

.form-block {
  width: 100%;
}

.fbhh {
  color: #6875d5;
  letter-spacing: 1px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.fbdhf {
  line-height: 0;
}

.fdays {
  color: #979797;
  letter-spacing: .5px;
  margin-top: 10px;
  padding-right: 30px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.fdays-copy {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 30px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.fbs {
  margin-top: 0;
  padding-bottom: 20px;
  display: none;
}

.fb-tw {
  color: #979797;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.fbhl {
  color: #979797;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-b {
  background-color: #000;
  flex-flow: row;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Wave Dividers */
.wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}

.footer-wave-divider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.footer-b-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.fbhl-copyd {
  color: #979797;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.fbhl-copyd.aaaaaa {
  display: none;
}

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

.fbbdiv1-copy {
  justify-content: flex-end;
  width: 100%;
}

.fbhl-copyd-copy {
  color: #569ad0;
  margin-left: 0;
  margin-right: 10px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.fbhl-copyd-copyddd {
  color: #979797;
  margin-left: 10px;
  margin-right: 0;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.fbhl-copyd-copyddd.aaasdd {
  display: none;
}

.list-item {
  display: flex;
}

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

.cont-db.vvv {
  overflow: visible;
}

.nav-link-accent-2-copy-f {
  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-2-copy-f:hover {
  color: #1a1b1fbf;
}

.cont-dba {
  display: none;
}

.image-2 {
  margin-right: 40px;
}

.image-2.sr-trigger {
  cursor: pointer;
  display: none;
}

.asec1 {
  background-image: url('../images/Mask-group---2025-12-01T144048.252.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.asec1-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.asec2 {
  background-color: #569ad0;
}

.hsec2-cont-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding: 120px 10px;
  display: flex;
}

.asec2-cont {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1210px;
  padding: 120px 10px;
  display: flex;
}

.asec2-div1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.asec2-div2 {
  order: -9999;
  width: 39%;
}

.asec3 {
  background-color: #dcb765;
}

.asec3-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  padding: 80px 10px 100px;
  display: flex;
}

.heading-6 {
  text-align: center;
}

.heading-6.asect-h {
  color: #36270c;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.heading-6.asect-h.ssec6hh {
  color: #36270c;
}

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

.paragraph-3.asec3-p {
  color: #36270c;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 39px;
}

.paragraph-3.asec3-p.ssec6pp {
  align-self: center;
  width: 92%;
}

.text-span-2 {
  color: #fff;
}

.ssec1 {
  background-image: url('../images/Mask-group---2025-12-02T130549.646.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ssec1-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ssec2-cont {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1210px;
  padding: 90px 10px;
  display: flex;
}

.ssec2-cont.ssxxc {
  align-items: center;
}

.ssec2-div1 {
  order: -9999;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  margin-left: 20px;
  margin-right: 20px;
}

.ssec2-div1.ressec3-div1 {
  align-items: center;
  width: 100%;
}

.ssec4-div2 {
  order: -9999;
  width: 48%;
  margin-top: 0;
}

.ssec2 {
  background-color: #569ad0;
}

.ssec3 {
  background-image: url('../images/Mask-group---2025-12-02T132036.427.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ssec4-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding: 120px 10px 90px;
  display: flex;
}

.ssec4-cont.vvvvv {
  align-items: flex-start;
}

.ssec4-div1 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.text-span-3 {
  color: #c4923b;
  font-weight: 600;
}

.ssec5-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding: 0 10px 120px;
  display: flex;
}

.ssec5-div1 {
  justify-content: center;
  align-items: flex-start;
  width: 49%;
}

.ssec5-div2 {
  order: 9999;
  width: 47%;
  margin-top: 0;
}

.ssec6 {
  background-color: #dcb765;
}

.ssec6-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  padding: 80px 10px 100px;
  display: flex;
}

.gsec1 {
  background-image: url('../images/Mask-group---2025-12-03T095638.478.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gsec1-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gsec2 {
  background-color: #569ad0;
}

.gsec2-cont {
  max-width: 1210px;
  padding: 80px 10px 120px;
}

.heading-7 {
  text-align: center;
}

.heading-7.gsec2-h {
  color: #fff;
  letter-spacing: .5px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}

.heading-7.csec2-h {
  color: #f1f1f1;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}

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

.ssec2-cont-copy, .ssec2-cont-copy-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding: 90px 10px;
  display: flex;
}

.csec1 {
  background-image: url('../images/Mask-group---2025-12-03T111726.491.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.csec1-cont {
  flex-flow: column;
  align-items: center;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.csec2 {
  mix-blend-mode: normal;
  background-color: #569ad0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.csec2-cont {
  padding: 60px 10px;
}

.ccform-field {
  color: #a6a6a6;
  background-color: #fff;
  border-radius: 131px;
  height: 57px;
  padding-top: 12px;
  padding-left: 30px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
}

.ccform-field:focus {
  color: #747474;
}

.ccform-field.cctextarea {
  border-radius: 26px;
  height: auto;
  padding-bottom: 190px;
}

.csec4 {
  display: none;
}

.ccformbtn {
  color: #1e1e1e;
  letter-spacing: .5px;
  background-color: #dcb765;
  border-radius: 121px;
  width: 195px;
  height: 48px;
  margin-top: 20px;
  margin-left: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.textarea {
  height: 186px;
}

.textarea.ccform-field.cctext {
  border-radius: 26px;
  height: 186px;
}

.csec3 {
  background-color: #dcb765;
}

.csec3-cont {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1210px;
  padding: 60px 10px 40px;
  display: flex;
}

.ccontact {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
}

.ccontact.cmil {
  display: none;
}

.heading-8 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.heading-8.dd {
  color: #36270c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-8.ccv {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
}

.heading-8.dd-copy {
  color: #36270c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
}

.heading-8.ccv-copy {
  color: #36270c;
  text-align: center;
  margin-top: 10px;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
}

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

.text-span-4 {
  color: #fff;
  text-decoration: none;
}

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

.timef {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-top: 0;
}

.timef.sunof {
  display: none;
}

.heading-9 {
  color: #979797;
  justify-content: flex-start;
  margin-top: 0;
  font-family: Amiko, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.heading-9.ddd {
  color: #fff;
  text-transform: uppercase;
}

.rsec2 {
  background-color: #569ad0;
}

.rsec2-cont {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1210px;
  padding: 90px 10px;
  display: flex;
}

.rsec2-div1 {
  order: -9999;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
}

.rsec4-div2 {
  order: -9999;
  width: 48%;
  margin-top: 0;
}

.sr {
  display: none;
}

.searchh {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-input {
  margin-bottom: 0;
}

.search-input.ccform-field.xxxxx {
  height: 48px;
}

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

.code-embed {
  margin-top: 60px;
}

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

.container-regular {
  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 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

.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-3 {
  margin-left: 5px;
  margin-right: 5px;
}

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

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[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-3 {
  background-color: #fff;
  border-radius: 12px;
}

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

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

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

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

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

.kps {
  color: #fff;
}

.rrsec2 {
  background-color: #569ad0;
}

.kpoo {
  margin-top: 6px;
}

.ssec5-cont-copyff {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1210px;
  padding: 0 10px 120px;
  display: flex;
}

.button-3 {
  -webkit-text-stroke-color: white;
  background-color: #fff;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  height: 100%;
}

.llwgi {
  width: 100%;
  height: 100%;
}

@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 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .navbar-logo-center {
    height: auto;
    top: 0%;
  }

  .navbar-logo-center-container.shadow-three {
    max-width: none;
    height: 0;
    padding: 40px 10px 20px;
  }

  .container-2 {
    max-width: 1210px;
    padding-top: 0;
  }

  .navbar-wrapper-three {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand-three {
    margin-top: 0;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #1e1e1e;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    width: auto;
    max-width: none;
  }

  .nav-menu-block.navblock1 {
    width: 100%;
  }

  .nav-menu-block.navblock2 {
    justify-content: center;
    width: 100%;
  }

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

  .nav-dropdown-toggle-2 {
    padding-right: 30px;
  }

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

  .mobile-margin-top-11 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex !important;
  }

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

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

  .link-block {
    font-style: normal;
    text-decoration: none !important;
  }

  .link-block.nav-link-2.navitem.dvv {
    margin-right: 0;
    padding-right: 0;
  }

  .text-block {
    text-decoration-style: solid;
  }

  .image {
    width: auto;
    height: auto;
    margin-top: 60px;
  }

  .hsec1-cont {
    padding-bottom: 60px;
  }

  .heading {
    margin-top: 220px;
  }

  .heading.vxcvx {
    font-size: 40px;
  }

  .heading.vxcvx.asec1-h {
    margin-top: 180px;
    font-size: 35px;
  }

  .hsec2-cont {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global-img {
    object-fit: cover;
    height: 100%;
  }

  .global-img.fdgdfg.sps {
    width: 100%;
  }

  .global-img.slp {
    height: 420px;
  }

  .heading-2.bcvb {
    margin-top: 0;
    font-size: 40px;
  }

  .heading-2.bcvb.sdfsdf {
    font-size: 35px;
  }

  .heading-2.bcvb-copy {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2.bcvb-copy.sdfsdf {
    font-size: 35px;
  }

  .heading-2.bcvb-copya {
    margin-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2.bcvb-copya.sdfsdf {
    font-size: 35px;
  }

  .heading-2.bcvb-copy-copy.cvbcvbc {
    margin-bottom: 10px;
  }

  .heading-2.bcvb-copy-copy.fsdsfdsf {
    margin-bottom: 10px;
    line-height: 35px;
  }

  .heading-2.bcvb-copy-copy {
    margin-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2.bcvb-copy-copy.sdfsdf {
    font-size: 35px;
  }

  .heading-2.bcvb-copy-copy.asdd.cc {
    margin-top: 10px;
    font-size: 30px;
  }

  .heading-2.bcvb-copya-copy {
    margin-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2.bcvb-copya-copy.sdfsdf {
    font-size: 35px;
  }

  .heading-2.bcvb-copy-copy-copy {
    margin-top: 0;
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2.bcvb-copy-copy-copy.sdfsdf {
    font-size: 35px;
  }

  .paragraph.ssec2-p1-copy {
    width: 100%;
  }

  .hsec4-cont {
    flex-flow: wrap;
    padding-bottom: 40px;
  }

  .hsec4-box {
    width: 47%;
    margin-bottom: 20px;
  }

  .hsec5-cont {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .hsec5-div2 {
    padding-left: 20px;
  }

  .hsec6 {
    margin-top: 40px;
    padding: 60px 0 50px;
  }

  .hsec6-title {
    font-size: 36px;
  }

  .hsec6-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hgallery-img {
    width: 220px;
    height: 160px;
  }

  .footer-light {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 1210px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-two {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-two {
    width: 47%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-bottom {
    flex-flow: row;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-1 {
    width: 47%;
  }

  .footer-block-3 {
    width: 100%;
    margin-top: 20px;
  }

  .fbd {
    align-items: flex-end;
    width: 48%;
  }

  .fdays, .fdays-copy {
    margin-top: 0;
  }

  .fbs {
    flex-flow: row;
    justify-content: flex-end;
    width: 48%;
  }

  .fbl {
    text-align: center;
    justify-content: flex-start;
    width: 48%;
  }

  .fbhl {
    text-align: center;
    margin-top: 0;
  }

  .footer-b {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fbhl-copyd {
    margin-top: 0;
  }

  .fbbdiv1-copy {
    justify-content: center;
    width: 48%;
  }

  .list-item {
    display: block;
  }

  .list-item-2 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .nav-link-accent-2-copy-f.nav-link-2.navitem:hover {
    color: #6875d5;
  }

  .image-2, .image-2.sr-trigger {
    display: none;
  }

  .asec1-cont {
    padding-bottom: 60px;
  }

  .hsec2-cont-copy {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .asec2-cont {
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .asec3-cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-3.asec3-p.ssec6pp {
    width: 100%;
  }

  .ssec1-cont {
    padding-bottom: 60px;
  }

  .ssec2-cont {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ssec2-cont.sdfsdf {
    flex-flow: column;
  }

  .ssec2-cont.ssxxc {
    align-items: flex-start;
  }

  .ssec2-div1 {
    width: 46%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .ssec2-div1.sdddd, .ssec4-div2.ssx, .ssec4-div2.sw {
    width: 100%;
  }

  .ssec4-cont {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ssec4-cont.vvvvv.ff {
    flex-flow: column;
  }

  .ssec4-div1 {
    width: 46%;
  }

  .ssec4-div1.ssds {
    width: 100%;
  }

  .text-span-3 {
    line-height: 25px;
  }

  .ssec5-cont {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ssec5-div1 {
    width: 46%;
  }

  .ssec5-div1.ssddd, .ssec5-div2.sdsd {
    width: 100%;
  }

  .ssec6-cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gsec1-cont {
    padding-bottom: 60px;
  }

  .heading-7.gsec2-h, .heading-7.csec2-h {
    font-size: 35px;
  }

  .ssec2-cont-copy, .ssec2-cont-copy-copy {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csec1-cont {
    padding-bottom: 60px;
  }

  .csec3-cont {
    flex-flow: column;
  }

  .ccontact {
    width: 100%;
    margin-bottom: 20px;
  }

  .rsec2-cont {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rsec2-div1 {
    width: 46%;
  }

  .sr {
    display: none;
  }

  .nav-menu-wrapper-2 {
    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-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

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

  .icon {
    color: #f1f1f1;
  }

  .ssec5-cont-copyff {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lightbox-link-2 {
    object-fit: cover;
    height: 100%;
  }
}

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

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

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

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

  .nav-menu-block.navblock1, .nav-menu-block.navblock2 {
    width: 100%;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .heading.vxcvx {
    font-size: 35px;
    line-height: 50px;
  }

  .heading.vxcvx.asec1-h {
    font-size: 30px;
    line-height: 45px;
  }

  .hsec2-cont {
    flex-flow: column;
    align-items: center;
  }

  .hsec2-div1 {
    align-items: center;
    width: 100%;
  }

  .hsec2-div2 {
    width: 100%;
    margin-top: 40px;
  }

  .global-img {
    text-align: center;
    width: 100%;
  }

  .global-img.fdgdfgdfg {
    margin-top: 10px;
  }

  .heading-2.bcvb {
    text-align: center;
  }

  .heading-2.bcvb-copy {
    text-align: center;
    font-size: 35px;
  }

  .heading-2.bcvb-copy.psh1.ddd.fs {
    text-align: left;
  }

  .heading-2.bcvb-copya {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2.bcvb-copya.kl {
    margin-top: 10px;
  }

  .heading-2.bcvb-copya.kl.ff {
    text-align: left;
  }

  .heading-2.bcvb-copy-copy {
    text-align: center;
    text-align: center;
    font-size: 30px;
  }

  .heading-2.bcvb-copy-copy.asdd {
    margin-top: 10px;
  }

  .heading-2.bcvb-copya-copy {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2.bcvb-copy-copy-copy {
    text-align: center;
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.ssec2-p1.psp1.cccc, .paragraph.ssec2-p1.psph22 {
    text-align: left;
  }

  .paragraph.ssec2-p1-copy {
    margin-top: 0;
  }

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

  .hsec3-cont {
    padding-top: 60px;
  }

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

  .services-child {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .psh, .psp {
    text-align: center;
  }

  .hsec4-box {
    width: 100%;
  }

  .heading-4.box-h {
    font-size: 35px;
  }

  .hsec5-cont {
    padding-bottom: 220px;
  }

  .heading-5.xc {
    font-size: 35px;
    line-height: 45px;
  }

  .hsec5-child {
    flex-flow: column;
  }

  .hsec5-div1 {
    align-items: center;
    width: 100%;
  }

  .hsec5-div2 {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .hsec5-div-1-p {
    text-align: center;
  }

  .footer-light {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-two {
    flex-flow: column;
  }

  .footer-block-two {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .footer-block-1 {
    width: 100%;
  }

  .fbd {
    align-items: center;
  }

  .fbhh {
    margin-top: 0;
  }

  .fbdhf {
    flex-flow: wrap;
    justify-content: center;
  }

  .fbs, .fbl {
    justify-content: center;
    width: 100%;
  }

  .footer-b-cont {
    flex-flow: column;
    justify-content: center;
  }

  .fbhl-copyd {
    margin-top: 0;
  }

  .fbbdiv1, .fbbdiv1-copy {
    justify-content: center;
    width: 100%;
  }

  .fbhl-copyd-copy {
    margin-bottom: 0;
  }

  .fbhl-copyd-copyddd {
    margin-top: 0;
  }

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

  .hsec2-cont-copy, .asec2-cont {
    flex-flow: column;
    align-items: center;
  }

  .asec2-div1 {
    order: -9999;
    align-items: center;
    width: 100%;
  }

  .asec2-div2 {
    width: 100%;
    margin-top: 20px;
  }

  .ssec2-cont {
    flex-flow: column;
    align-items: center;
  }

  .ssec2-div1 {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ssec2-div1.sdddd {
    align-items: flex-start;
  }

  .ssec2-div1.dvcvbcbcb {
    margin-top: 20px;
  }

  .ssec4-div2 {
    width: 100%;
    margin-top: 20px;
  }

  .ssec4-cont {
    flex-flow: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .ssec4-div1 {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .ssec4-div1.ssds {
    align-items: flex-start;
  }

  .ssec5-cont {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .ssec5-div1 {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .ssec5-div1.ssddd {
    align-items: flex-start;
  }

  .ssec5-div2 {
    width: 100%;
    margin-top: 10px;
  }

  .gsec1 {
    background-position: 50%;
  }

  .gsec2-cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7.gsec2-h, .heading-7.csec2-h {
    margin-top: 0;
    font-size: 30px;
  }

  .ssec2-cont-copy, .ssec2-cont-copy-copy {
    flex-flow: column;
    align-items: center;
  }

  .cell {
    text-align: center;
    align-items: center;
  }

  .csec3-cont {
    flex-flow: column;
  }

  .ccontact {
    width: 100%;
    margin-bottom: 20px;
  }

  .timef {
    width: 100%;
  }

  .rsec2-cont {
    flex-flow: column;
    align-items: center;
  }

  .rsec2-div1 {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .rsec4-div2 {
    width: 100%;
    margin-top: 20px;
  }

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

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

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

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .ssec5-cont-copyff {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .llwgi {
    width: 100%;
  }
}

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

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

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

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

  .heading.vxcvx {
    font-size: 27px;
    line-height: 45px;
  }

  .heading.vxcvx.asec1-h {
    font-size: 25px;
    line-height: 35px;
  }

  .hsec2-div1 {
    align-items: center;
  }

  .heading-2.bcvb {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
  }

  .heading-2.bcvb.sdfsdf {
    font-size: 30px;
  }

  .heading-2.bcvb-copy {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
  }

  .heading-2.bcvb-copy.sdfsdf {
    font-size: 30px;
  }

  .heading-2.bcvb-copya {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2.bcvb-copya.sdfsdf {
    font-size: 30px;
  }

  .heading-2.bcvb-copy-copy.cvbcvbc {
    line-height: 35px;
  }

  .heading-2.bcvb-copy-copy {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
  }

  .heading-2.bcvb-copy-copy.sdfsdf {
    font-size: 30px;
  }

  .heading-2.bcvb-copy-copy.asdd {
    font-size: 23px;
    line-height: 35px;
  }

  .heading-2.bcvb-copy-copy.asdd.cc {
    text-align: left;
  }

  .heading-2.bcvb-copya-copy {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2.bcvb-copya-copy.sdfsdf {
    font-size: 30px;
  }

  .heading-2.bcvb-copy-copy-copy {
    text-align: center;
    font-size: 23px;
    line-height: 35px;
  }

  .heading-2.bcvb-copy-copy-copy.sdfsdf {
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .heading-3, .heading-5.xc {
    margin-top: 0;
    font-size: 27px;
    line-height: 33px;
  }

  .footer-light {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 10px;
  }

  .footer-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .link.fmenuit {
    margin-top: 0;
  }

  .link.fmenuit.asdas.fbcvnvb {
    margin-top: 10px;
  }

  .link.fmenuit.asda.zcxczxcxzx {
    margin-top: -10px;
  }

  .link.fmenuit.dfgdg {
    margin-top: 10px;
  }

  .fcontacti {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .svg-6 {
    width: 30px;
    height: auto;
    margin-top: 0;
  }

  .footer-block-1 {
    margin-top: 0;
  }

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

  .fbhh {
    font-size: 23px;
  }

  .fbbdiv1-copy {
    flex-flow: wrap;
  }

  .fbhl-copyd-copy {
    text-align: center;
  }

  .asec2-div1 {
    align-items: center;
  }

  .heading-6.asect-h {
    font-size: 20px;
  }

  .ssec2-div1 {
    align-items: center;
  }

  .ssec2-div1.dvcvbcbcb {
    margin-top: 20px;
  }

  .ssec4-div2 {
    margin-top: 10px;
  }

  .ssec4-div1, .ssec5-div1 {
    align-items: center;
  }

  .ssec5-div2 {
    margin-top: 10px;
  }

  .timef {
    width: 100%;
  }

  .rsec2-div1 {
    align-items: center;
  }

  .rsec4-div2 {
    margin-top: 10px;
  }

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

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

  /* Our Magic Gallery - Mobile */
  .hsec6 {
    padding: 50px 0 40px;
  }

  .hsec6-title {
    font-size: 28px;
  }

  .hsec6-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .hsec6-cont {
    gap: 10px;
  }

  .hgallery-img {
    width: 180px;
    height: 130px;
    border-radius: 6px;
  }
}

#w-node-a5322186-7129-459a-4149-2330ac7f0bc9-8461e238 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a5322186-7129-459a-4149-2330ac7f0bc9-8461e238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a5322186-7129-459a-4149-2330ac7f0bc9-8461e238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5322186-7129-459a-4149-2330ac7f0bc9-8461e238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Barletta2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barletta';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Mobile header phone styles */
.mobile-header-phone {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-header-phone {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .mobile-header-phone a {
    color: #dcb765;
    font-family: Amiko, sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.5px;
  }
  .hpart2 .h-phone {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-header-phone a {
    font-size: 14px;
  }
}

/* ============================================
   MEGA MENU STYLES
   ============================================ */
.mega-menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  background: linear-gradient(180deg, #1e1e1e 0%, #252525 100%);
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  border-top: 3px solid #dcb765;
}
.nav-dropdown-2:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.mega-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 280px;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.mega-menu-column {
  padding: 0 15px;
}
.mega-menu-column:not(:last-child) {
  border-right: 1px solid rgba(220, 183, 101, 0.15);
}
.mega-menu-heading {
  font-family: Barletta, Georgia, sans-serif;
  font-size: 20px;
  color: #dcb765;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(220, 183, 101, 0.3);
}
.mega-menu-heading i {
  margin-right: 8px;
  font-size: 16px;
}
.mega-menu-link {
  display: block;
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 15px;
}
.mega-menu-link:before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #569ad0;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.2s ease;
}
.mega-menu-link:hover {
  color: #dcb765;
  padding-left: 20px;
}
.mega-menu-link:hover:before {
  opacity: 1;
  transform: translateX(0);
}
.mega-menu-cta {
  background: linear-gradient(135deg, #569ad0 0%, #4a88ba 100%);
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: none;
}
.mega-menu-cta-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.3);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.mega-menu-cta-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mega-menu-cta-text {
  color: #1e1e1e;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.mega-menu-cta-text strong {
  font-family: Barletta, Georgia, sans-serif;
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
  color: #1e1e1e;
}
.mega-menu-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcb765;
  color: #1e1e1e;
  font-family: Barletta, Georgia, sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 183, 101, 0.3);
}
.mega-menu-phone:hover {
  background: #c9a555;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 183, 101, 0.4);
}
.mega-menu-phone i {
  margin-right: 10px;
  font-size: 18px;
}
/* Hide original dropdown on desktop when mega menu is active */
.nav-dropdown-2:hover .nav-dropdown-list-2 {
  display: none;
}
/* Mega menu financing banner */
.mega-menu-financing {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(220, 183, 101, 0.15) 0%, rgba(220, 183, 101, 0.05) 100%);
  border-radius: 8px;
  padding: 20px 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(220, 183, 101, 0.3);
}
.mega-menu-financing-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mega-menu-financing-icon {
  width: 50px;
  height: 50px;
  background: #dcb765;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mega-menu-financing-icon i {
  font-size: 22px;
  color: #1e1e1e;
}
.mega-menu-financing-text {
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.mega-menu-financing-text strong {
  font-family: Barletta, Georgia, sans-serif;
  font-size: 20px;
  color: #dcb765;
  display: block;
  margin-bottom: 3px;
}
.mega-menu-financing-btn {
  display: inline-block;
  background: transparent;
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #dcb765;
  white-space: nowrap;
}
.mega-menu-financing-btn:hover {
  background: #dcb765;
  color: #1e1e1e;
  transform: translateY(-2px);
}
.mega-menu-financing-btn i {
  margin-left: 8px;
}
/* Mobile mega menu adjustments */
@media only screen and (max-width: 991px) {
  .mega-menu {
    position: static;
    transform: none;
    min-width: 100%;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
    display: none;
  }
  .nav-dropdown-2.w--open .mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mega-menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mega-menu-column {
    padding: 0;
    border-right: none !important;
    border-bottom: 1px solid rgba(220, 183, 101, 0.15);
    padding-bottom: 15px;
  }
  .mega-menu-column:last-child {
    border-bottom: none;
  }
  .mega-menu-cta {
    margin-top: 15px;
  }
  .mega-menu-financing {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .mega-menu-financing-content {
    flex-direction: column;
  }
  /* Show original dropdown on mobile as fallback */
  .nav-dropdown-2:hover .nav-dropdown-list-2,
  .nav-dropdown-2.w--open .nav-dropdown-list-2 {
    display: block;
  }
  .nav-dropdown-2.w--open .mega-menu {
    display: none;
  }
}

/* ============================================
   ENHANCED FOOTER STYLES
   ============================================ */
.footer-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.footer-service-column h4 {
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(220, 183, 101, 0.3);
}
.footer-service-column h4 i {
  margin-right: 8px;
}
.footer-service-column a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 0;
  transition: all 0.2s ease;
}
.footer-service-column a:hover {
  color: #dcb765;
  padding-left: 5px;
}
.footer-contact-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 30px 20px;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.footer-contact-block {
  padding: 10px;
}
.footer-contact-block h4 {
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-block h4 i {
  font-size: 18px;
}
.footer-contact-block p,
.footer-contact-block a {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  margin: 0;
}
.footer-contact-block a:hover {
  color: #dcb765;
}
.footer-contact-block .footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #569ad0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.footer-contact-block .footer-phone:hover {
  color: #dcb765;
}
.footer-hours-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 280px;
}
.footer-hours-row:last-of-type {
  border-bottom: none;
}
.footer-hours-row span:first-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer-hours-row span:last-child {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.footer-emergency {
  color: #dcb765 !important;
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
}
.footer-emergency i {
  margin-right: 5px;
}
.footer-social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.footer-social-links a:hover {
  background: #dcb765;
  color: #1e1e1e;
}
.footer-cta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: linear-gradient(135deg, #569ad0 0%, #4a88ba 100%);
  padding: 25px 40px;
  border-radius: 0;
  margin-top: 30px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 30px;
}
.footer-cta-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.3);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  flex-shrink: 0;
}
.footer-cta-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-cta-banner p {
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  margin: 0;
}
.footer-cta-banner p strong {
  font-family: Barletta, Georgia, sans-serif;
  font-size: 22px;
}
.footer-cta-banner .emergency-text {
  display: block;
  color: #1e1e1e;
  font-weight: 700;
  margin-top: 8px;
}
.footer-cta-banner .cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #dcb765;
  color: #1e1e1e;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-cta-banner .cta-phone:hover {
  background: #c9a555;
  transform: translateY(-2px);
}

/* Footer responsive */
@media (max-width: 991px) {
  .footer-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-contact-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer-contact-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-cta-banner {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .footer-services-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */

/* Mobile Header Phone */
.mobile-header-phone {
  display: none;
}

.mobile-header-phone a {
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .mobile-header-phone {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Mobile Nav Overlay */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* Mobile Nav Header */
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-logo img {
  height: 50px;
  width: auto;
}

.mobile-nav-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

.mobile-nav-close:hover {
  color: #dcb765;
}

/* Mobile Nav Phone */
.mobile-nav-phone {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-phone a {
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-phone a i {
  font-size: 20px;
}

/* Mobile Nav Menu */
.mobile-nav-menu {
  padding: 20px 0;
  flex: 1;
}

.mobile-nav-link {
  display: block;
  color: #fff;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 22px;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.w--current {
  color: #dcb765;
  padding-left: 10px;
}

.mobile-nav-contact {
  color: #569ad0;
}

.mobile-nav-contact:hover {
  color: #dcb765;
}

/* Mobile Nav Accordion */
.mobile-nav-accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-accordion-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 22px;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}

.mobile-nav-accordion-toggle:hover {
  color: #dcb765;
}

.mobile-nav-accordion-toggle i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.mobile-nav-accordion.active .mobile-nav-accordion-toggle i {
  transform: rotate(180deg);
}

.mobile-nav-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 0;
  text-align: center;
}

.mobile-nav-accordion.active .mobile-nav-accordion-content {
  max-height: 1000px;
}

/* Sub-accordion styling for service categories */
.mobile-nav-sub-accordion .mobile-nav-accordion-toggle {
  font-size: 20px;
  color: #569ad0;
  padding: 12px 0;
}

.mobile-nav-sub-accordion .mobile-nav-accordion-toggle:hover {
  color: #dcb765;
}

.mobile-nav-sub-accordion .mobile-nav-accordion-toggle i:first-child {
  font-size: 16px;
}

.mobile-nav-sub-accordion .mobile-nav-accordion-content a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
}

.mobile-nav-sub-accordion .mobile-nav-accordion-content a:hover {
  color: #dcb765;
}

/* Mobile Nav Service Groups */
.mobile-nav-service-group {
  margin-bottom: 25px;
}

.mobile-nav-service-group h5 {
  color: #569ad0;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-nav-service-group h5 i {
  font-size: 18px;
}

.mobile-nav-service-group a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  transition: color 0.3s ease;
}

.mobile-nav-service-group a:hover {
  color: #dcb765;
}

.mobile-nav-all-services {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin-top: 15px;
  padding: 10px 0;
  transition: gap 0.3s ease;
}

.mobile-nav-all-services:hover {
  gap: 12px;
}

/* Mobile Nav Wizard CTA */
.mobile-nav-wizard-cta {
  background: linear-gradient(135deg, #569ad0 0%, #4a88ba 100%);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

.mobile-nav-wizard-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.mobile-nav-wizard-cta p {
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.mobile-nav-wizard-cta p strong {
  font-family: Barletta, Georgia, sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

/* Mobile Nav Footer */
.mobile-nav-footer {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.mobile-nav-emergency {
  color: #dcb765;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-nav-emergency i {
  animation: pulse 1.5s ease-in-out infinite;
}

.mobile-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #dcb765 0%, #c9a555 100%);
  color: #1e1e1e;
  font-family: Barletta, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 183, 101, 0.3);
}

.mobile-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 183, 101, 0.4);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}