@font-face {
  font-family: Refspecialty;
  src: url('../fonts/refspecialty-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/.') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shine Pro;
  src: url('../fonts/fonnts.com-ShineProBold.otf') format("opentype"), url('../fonts/fonnts.com-ShineProBold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-ShineProReg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shine pro normal;
  src: url('../fonts/fonnts.com-ShineProReg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shine pro obl normal;
  src: url('../fonts/fonnts.com-ShineProRegObl.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Shine pro 500";
  src: url('../fonts/fonnts.com-ShineProReg.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "666";
  src: url('../fonts/fonnts.com-ShineProReg.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "777";
  src: url('../fonts/fonnts.com-ShineProBold.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@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-center {
  width: 100%;
  display: flex;
}

.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 {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container {
  text-align: center;
  align-self: auto;
  width: 90%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  text-align: left;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Shine Pro, Arial, sans-serif;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Shine Pro, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.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-icon:hover {
  color: #ff7015;
}

.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-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.button-primary {
  color: #000;
  letter-spacing: -.5px;
  text-transform: capitalize;
  background-color: #1a1b1f;
  background-image: linear-gradient(90deg, #ff6f15 63%, #fff);
  border: 1px solid #979797;
  border-radius: 9px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.body {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
  border: 0 solid red;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.text-block {
  color: #fff;
  font-weight: 700;
}

.text-span {
  font-family: "Shine pro 500", Arial, sans-serif;
  font-size: 25px;
  transition: all .3s ease-in-out;
  position: static;
}

.text-span:hover {
  color: #ff7015;
}

.hero-heading-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px -8px #0003;
}

.hero-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 600px;
  margin-top: auto;
  margin-left: 0;
  transition: opacity .35s;
  display: flex;
  position: static;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  max-width: 46%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.shadow-two {
  width: 550px;
  max-width: none;
  height: 99.9996%;
  margin-bottom: 170px;
  margin-left: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: #fff;
  letter-spacing: -1.5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 70px;
}

.text-span-2 {
  color: #f2c94c;
  height: 1px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 67px;
  line-height: 1px;
}

.cta-button {
  color: #000;
  text-align: center;
  background-color: #ff8132;
  border: 1px solid #646464;
  border-radius: 10px;
  width: 285px;
  margin-top: 0;
  padding: 16px 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s, transform .3s ease-in-out, background-color .3s ease-in-out;
  box-shadow: inset 0 2px 20px -9px #000;
}

.cta-button:hover {
  color: #fff;
  background-image: linear-gradient(45deg, #1d0b00, #fff);
}

.cta-button:active {
  background-color: #fff;
  background-image: none;
}

.div-block {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: row;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .325s ease-in-out;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.button-2:active {
  border-radius: 8px;
}

.text-span-3 {
  color: #000;
}

.text-span-3:hover {
  color: #fff;
}

.text-span-4 {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  width: 100%;
  height: 121.25px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.hero-heading-center {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -5px;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  box-sizing: border-box;
  background-color: #000;
  margin-top: 35px;
  margin-bottom: 32px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

.div-block-2 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-3 {
  background-color: #101010;
  border: 3px solid #ffd580;
  border-radius: 12px;
  width: 310px;
  height: 150px;
}

.div-block-4 {
  width: 350px;
  height: 150px;
}

.heading-2 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.paragraph {
  font-size: 15px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 20px;
  font-family: "Shine pro 500", Arial, sans-serif;
  font-size: 28px;
}

.heading-3 {
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  font-family: "Shine pro 500", Arial, sans-serif;
  font-size: 28px;
}

.heading-4 {
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
}

.paragraph-4 {
  text-align: center;
  margin-top: 20px;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 28px;
}

.heading-5 {
  color: #ffd580;
  text-align: center;
  margin-top: 100px;
  margin-bottom: -50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.hero-heading-left-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -5px;
  margin-left: 0;
  padding: 80px 30px;
  font-weight: 700;
  position: relative;
  transform: translate(0)translate(0);
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0e0316;
  background-image: linear-gradient(#000, #8d4900);
  border: 1px solid #222;
  border-radius: 19px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 622px;
  margin-left: 0;
  padding: 40px 60px;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42%;
  max-width: 46%;
  margin-left: 0;
  margin-right: -80px;
  padding: 10px;
  display: flex;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #8f8f8f;
  width: 800px;
  margin-bottom: 0;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-system {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #ff8132;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  box-shadow: inset 0 0 10px -6px #000;
}

.button-system:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(90deg, #2c1100, #fff);
}

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

.shadow-two-2 {
  border: 2px solid #8a8a8a;
  border-radius: 20px;
  height: 535px;
  margin-top: -100px;
  position: absolute;
  transform: rotate(9deg);
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-2:active {
  height: 545px;
  position: absolute;
  transform: rotate(15deg);
}

.heading-6 {
  text-align: left;
  width: 600px;
  font-family: Droid Serif, serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-6:active {
  font-weight: 400;
}

.bold-text {
  color: #f2c94c;
  width: 438.867px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 51px;
  font-weight: 400;
}

.image {
  border: 2px solid #535353;
  border-radius: 20px;
  width: 180px;
  max-width: none;
  height: auto;
  margin-top: 140px;
  margin-left: 0;
  transition: all .325s;
  position: absolute;
  transform: rotate(12deg);
  box-shadow: inset 0 7px 19px 18px #000;
}

.image:hover {
  border-width: 2px;
  border-color: #fff;
  width: 210px;
  height: auto;
}

.image:active {
  width: 210px;
  height: auto;
}

.image-2 {
  border: 3px solid #2d2d2d;
  border-radius: 20px;
  width: 250px;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 100px;
  transition: all .325s;
  position: relative;
  transform: rotate(12deg);
  box-shadow: inset 0 10px 16px 20px #000;
}

.image-2:hover {
  border-color: #fff;
  width: 280px;
  height: auto;
}

.image-2:active {
  width: 300px;
  height: auto;
}

.text-span-5 {
  color: #000;
}

.button-system-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  font-size: 14px;
}

.testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 37px;
  font-weight: 400;
}

.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: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  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;
}

.text-span-6 {
  letter-spacing: 1px;
  height: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
}

.text-span-7 {
  color: #ffd580;
  font-weight: 400;
}

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

.div-block-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  background-color: #0e0316;
  background-image: linear-gradient(#000, #8d4900);
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 0 30px #0003;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-7, .heading-8 {
  color: #ffd580;
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.paragraph-6 {
  text-align: center;
  letter-spacing: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-9 {
  color: #ffd580;
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.paragraph-7 {
  text-align: center;
  letter-spacing: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
}

.image-3, .image-4 {
  border-radius: 17px;
  width: 350px;
  margin-top: auto;
  box-shadow: 0 0 10px #0003;
}

.button-4 {
  color: #000;
  font-weight: 700;
}

.button-5 {
  color: #000;
  background-color: #ff6f15;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: -75px;
  font-weight: 700;
  transition: all .325s ease-in-out;
  box-shadow: inset 0 0 10px -6px #000;
}

.button-5:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #391600, #fff);
}

.image-5 {
  border-radius: 17px;
  width: 350px;
  margin-top: auto;
  box-shadow: 0 0 10px #0003;
}

.text-span-8 {
  color: #ffd580;
  font-size: 40px;
}

.paragraph-8 {
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.hero-heading-center-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -8px;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 55px;
  font-weight: 400;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-9 {
  color: #ff7015;
}

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

.card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-8 {
  background-color: #0e0316;
  border: .1px solid #272727;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  color: #ff7015;
  text-align: left;
  width: 70%;
  font-family: Shine Pro, Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.paragraph-9 {
  width: 70%;
  margin-top: 40px;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 18px;
}

.button-6 {
  background-color: #000;
  border: 1px solid #797979;
  border-radius: 19px;
  margin-top: 10px;
  font-weight: 700;
}

.div-block-9 {
  z-index: 2;
  opacity: .8;
  background-image: linear-gradient(120deg, #ff7015, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -306px;
}

.section {
  z-index: 2;
  background-image: linear-gradient(120deg, #ff7015, #fff);
  width: 100%;
  height: 100%;
  margin-left: 514px;
  padding-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-span-10 {
  color: #a6a6a6;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 17px;
}

.text-span-11, .text-span-12 {
  color: #a6a6a6;
  font-family: Shine pro normal, Arial, sans-serif;
}

.text-span-13, .text-span-14, .text-span-15 {
  color: #a6a6a6;
}

.paragraph-10 {
  color: #afafaf;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 60px;
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 16px;
}

.bold-text-2 {
  width: 447.984px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-10 {
  z-index: 10;
  background-image: linear-gradient(120deg, #000 48%, #fff 59%, #000 69%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 18px;
  position: absolute;
  left: -100%;
}

.div-block-11 {
  z-index: 10;
  background-image: linear-gradient(220deg, #000 40%, #fff 47%, #000 54%);
  width: 100%;
  height: 100%;
  margin-top: 18px;
  margin-right: 0%;
  position: absolute;
  right: -100%;
}

.image-6 {
  text-align: center;
  align-self: auto;
  margin-left: 0;
}

.text-span-16 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.video {
  text-align: left;
  width: 275px;
  height: auto;
  margin-left: 0;
}

.heading-10 {
  color: #ffd580;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.paragraph-11 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
}

.video-2 {
  width: 275px;
  height: auto;
}

.heading-11 {
  color: #ffd580;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.paragraph-12 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
}

.video-3 {
  width: 275px;
}

.heading-12 {
  color: #ffd580;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.paragraph-13 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 15px;
}

.button-7 {
  background-color: #515151;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 6px 23px;
  font-family: Shine Pro, Arial, sans-serif;
  font-size: 17px;
}

.hero-heading-left-3 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  height: 500px;
  margin-top: -5px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  background-image: linear-gradient(#000, #8d4900);
  border: 1px solid #202020;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  padding: 30px 100px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  transform: rotate(0);
}

.margin-bottom-24px-5 {
  color: #eaeaea;
  margin-bottom: 24px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-primary-5 {
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 7px;
  padding: 12px 25px;
  font-family: Shine Pro, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-4 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 261px;
  transform: rotate(20deg);
  box-shadow: inset 0 -1px 13px 4px #000;
}

.text-span-26 {
  font-size: 21px;
}

.bold-text-3 {
  color: #ffd580;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.bold-text-4 {
  font-family: Shine pro normal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 700;
}

.heading-13 {
  margin-top: -250px;
}

.hero-without-image {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  height: 180px;
  margin-top: -15px;
  padding: 80px 30px;
  position: relative;
}

.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-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.bold-text-6 {
  color: #ffd580;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #000;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  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-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-7.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.logos-without-title {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -8px;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.section-2 {
  background-color: #000;
}

.footer-light {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -5px;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  grid-column-gap: 415px;
  grid-row-gap: 415px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-title:active {
  color: #ff6f15;
}

.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-2 {
  background-color: #e4ebf300;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.footer-light-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  width: 99.9999%;
  height: 400px;
  margin-top: -5px;
  padding: 80px 0 40px;
  position: relative;
}

.image-7 {
  order: -9999;
}

.heading-16 {
  height: 43.9931px;
  padding-top: 10px;
  padding-left: 413px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.paragraph-14 {
  color: #a2a2a2;
  padding-left: 413px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.heading-17 {
  margin-bottom: 5px;
  padding-left: 413px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.paragraph-15 {
  color: #e2e2e2;
  padding-left: 413px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.image-8 {
  order: 0;
  align-self: auto;
}

.button-8 {
  -webkit-text-stroke-color: #000;
  background-color: #3898ec00;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 23px;
}

.button-8:active {
  color: #ff6f15;
}

.button-9 {
  background-color: #3898ec00;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 23px;
}

.button-9:active {
  color: #ff6f15;
}

.button-10 {
  background-color: #3898ec00;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
}

.div-block-12 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  display: flex;
}

.body-2 {
  background-color: #000;
  height: auto;
}

.hero-without-image-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 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-7 {
  color: #7c7c7c;
  text-align: left;
  text-shadow: 0 0 20px #ffffff2b;
  border-radius: 20px;
  align-self: center;
  width: 700px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 50px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 2px 20px #fff3;
}

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

.heading-18 {
  color: #fff;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.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-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.footer-copyright-3 {
  color: #fff;
  align-self: auto;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #a2a2a2;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.heading-19 {
  order: -9999;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-27 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: red;
}

.text-span-28 {
  -webkit-text-stroke-width: 0px;
}

.text-span-29 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f0c;
}

.body-3 {
  background-color: #000;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.paragraph-16 {
  box-shadow: inset 0 2px 20px #c6c6c633;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 33px;
  font-weight: 400;
}

.paragraph-17 {
  color: gray;
  text-align: center;
  margin-top: 25px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 29px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-center {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .navbar-logo-center-container.shadow-three {
    width: 100%;
    max-width: none;
    height: 144px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    width: 720px;
    height: 90px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #36343400;
    margin-top: 25px;
    margin-left: 100px;
    font-family: "Shine pro 500", Arial, sans-serif;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #0000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -50px;
    margin-left: 220px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    margin-bottom: 10px;
  }

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

  .body {
    box-shadow: none;
    background-color: #000;
    border-width: 0;
    border-color: #f000;
  }

  .hero-heading-left {
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: 1000px;
    display: flex;
    overflow: hidden;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .hero-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0;
  }

  .margin-bottom-24px {
    text-align: center;
    align-self: auto;
    width: 100%;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    display: block;
  }

  .shadow-two {
    width: 420px;
    margin-bottom: 0;
  }

  .heading {
    text-align: center;
    align-self: auto;
    width: 100%;
    font-size: 50px;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .text-span-4 {
    text-align: center;
    font-size: 21px;
  }

  .hero-heading-center {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .centered-heading.margin-bottom-32px {
    width: 100%;
  }

  .div-block-2 {
    flex-flow: column;
    width: 100%;
    margin-top: 60px;
  }

  .heading-2 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 500;
  }

  .paragraph-2 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  }

  .heading-3, .heading-4 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 500;
  }

  .hero-heading-left-2 {
    width: 100%;
    height: 1400px;
    display: flex;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    max-width: 728px;
    display: flex;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    height: 1300px;
    margin-bottom: -40px;
    margin-left: 0;
  }

  .hero-split-2 {
    text-align: center;
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    align-self: center;
    width: 350px;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  }

  .button-system {
    align-self: center;
    margin-left: 0;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    width: 485px;
  }

  .bold-text {
    text-align: left;
  }

  .image {
    margin-top: 100px;
    margin-left: 0;
  }

  .image-2 {
    text-align: center;
    margin-left: 100px;
  }

  .button-system-2 {
    align-self: center;
    margin-left: 0;
  }

  .testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .container-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    text-align: left;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .image-4 {
    text-align: left;
  }

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

  .card-grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    width: 60%;
  }

  .text-span-17 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  }

  .button-7 {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 500;
  }

  .hero-heading-left-3 {
    width: 100%;
    height: 900px;
  }

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

  .button-primary-5 {
    text-align: left;
    align-self: center;
  }

  .shadow-two-4 {
    margin-left: 140px;
  }

  .bold-text-5 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 400;
  }

  .hero-without-image, .heading-14 {
    width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .section-2 {
    flex-flow: column;
    display: flex;
  }

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

  .section-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: row;
    justify-content: center;
  }

  .footer-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .heading-16, .paragraph-14, .heading-17, .paragraph-15 {
    padding-left: 87px;
  }

  .button-8 {
    align-self: auto;
    margin-left: 40px;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    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;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-center {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-logo-center-container.shadow-three {
    flex-flow: row;
    align-self: auto;
    width: 100%;
  }

  .container {
    text-align: center;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 770px;
    height: 94px;
    display: flex;
  }

  .navbar-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 500px;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    margin-top: -20px;
    margin-left: -120px;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
    margin-top: -20px;
    margin-left: -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-link-accent {
    margin-top: 0;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-heading-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    height: 1000px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .hero-wrapper {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: center;
    width: 750px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .margin-bottom-24px {
    text-align: center;
    align-self: auto;
    width: 765px;
    height: 100%;
    margin-left: 0;
  }

  .shadow-two {
    margin-top: 20px;
    margin-left: 0;
  }

  .heading {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    display: block;
  }

  .cta-button {
    background-image: linear-gradient(90deg, #704022 1%, #ff8b42 79%, #ff9857);
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .text-span-4 {
    height: 60.62%;
    font-size: 16px;
  }

  .hero-heading-center {
    width: 100%;
    padding: 60px 15px;
  }

  .div-block-2 {
    margin-top: 80px;
  }

  .div-block-3 {
    border-width: 2px;
    border-color: #ff6300;
  }

  .paragraph-2 {
    line-height: 28px;
  }

  .heading-3 {
    margin-top: 20px;
    line-height: 40px;
  }

  .paragraph-3 {
    margin-top: 10px;
  }

  .paragraph-4 {
    margin-top: 40px;
  }

  .hero-heading-left-2 {
    width: 100%;
    padding: 60px 15px;
    display: block;
  }

  .container-2 {
    width: 535px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 535px;
    margin-left: 0;
    display: block;
  }

  .margin-bottom-24px-3 {
    width: 439px;
    height: 250px;
    margin-left: 0;
    display: block;
  }

  .button-system {
    background-image: linear-gradient(90deg, #b85b20, #e68345 52%, #f19659);
    border-color: #a1a1a1;
    align-self: center;
    margin-top: -70px;
    margin-left: 0;
    font-size: 15px;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    width: 355px;
    margin-left: 0;
  }

  .bold-text {
    margin-left: 0;
    font-size: 32px;
  }

  .image {
    margin-top: 140px;
    margin-left: 100px;
  }

  .image-2 {
    margin-top: -20px;
    margin-left: 190px;
  }

  .button-system-2 {
    border-color: #ffc19a;
    margin-top: -50px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: Shine Pro, Arial, sans-serif;
    font-size: 13px;
  }

  .testimonials {
    padding: 60px 15px;
  }

  .button-5 {
    margin-bottom: -50px;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 600;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .div-block-8 {
    height: 402px;
  }

  .paragraph-9 {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }

  .button-6 {
    margin-left: 13px;
  }

  .text-span-10 {
    font-size: 13px;
  }

  .bold-text-2 {
    text-align: center;
    height: 192px;
    font-size: 13px;
  }

  .text-span-16 {
    font-size: 13px;
  }

  .text-span-17 {
    font-size: 24px;
  }

  .button-7 {
    margin-top: 20px;
    margin-bottom: -130px;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .hero-split-4 {
    align-self: flex-start;
    align-items: center;
  }

  .margin-bottom-24px-5 {
    text-align: center;
  }

  .button-primary-5 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-weight: 600;
  }

  .shadow-two-4 {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

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

  .footer-form-title {
    margin-right: 0;
  }

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

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

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

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-15 {
    text-align: center;
    align-self: center;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

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

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

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

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

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

  .heading-16, .paragraph-14, .heading-17, .paragraph-15 {
    padding-left: 20px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

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

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

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    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-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    text-align: center;
    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;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center {
    align-self: center;
    width: 100%;
    max-width: 479px;
    margin-left: 0;
  }

  .navbar-logo-center-container.shadow-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    align-self: center;
    width: 100%;
    max-width: 420px;
    display: flex;
  }

  .navbar-wrapper-three {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    background-color: #0c0c0cb3;
    border: 1px solid #b1b1b100;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    display: flex;
  }

  .nav-menu-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .nav-menu-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    align-self: auto;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-size: 12px;
  }

  .menu-button.w--open {
    background-color: #252525;
    border-radius: 7px;
  }

  .body {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-size: 12px;
  }

  .hero-heading-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-self: center;
    width: 100%;
    max-width: none;
    height: 600px;
    padding: 0;
  }

  .hero-wrapper {
    align-self: center;
    width: 470px;
    max-width: none;
    margin-bottom: 0;
  }

  .hero-split {
    width: 100%;
    max-width: 420px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px {
    width: 190px;
    height: 100px;
    margin-top: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .shadow-two {
    width: 290px;
    margin-top: 20px;
    margin-left: 0;
  }

  .heading {
    text-shadow: 0 0 20px #898989;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 40px;
    box-shadow: inset 0 2px 5px #000;
  }

  .text-span-2 {
    font-size: 34px;
  }

  .cta-button {
    font-family: 777, Arial, sans-serif;
    text-align: center;
    background-image: none;
    border-radius: 6px;
    width: 180px;
    margin-top: 40px;
    margin-left: 0;
    padding: 5px 0;
    font-size: 13px;
    box-shadow: inset 0 0 20px -6px #000;
  }

  .div-block {
    text-align: left;
    justify-content: center;
    width: 420px;
    margin-left: 0;
  }

  .text-span-4 {
    text-shadow: 0 0 20px #888;
    width: 195px;
    height: 90px;
    font-size: 12px;
    line-height: 18px;
  }

  .hero-heading-center {
    width: 100%;
    margin-top: -5px;
  }

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

  .centered-heading.margin-bottom-32px {
    align-self: auto;
    width: 50%;
    margin: 0 auto;
    font-family: Shine pro normal, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .div-block-2 {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-3 {
    width: 280px;
  }

  .heading-2 {
    font-family: "Shine pro 500", Arial, sans-serif;
    font-size: 31px;
    font-weight: 500;
  }

  .paragraph-2 {
    font-size: 21px;
  }

  .heading-3 {
    font-family: "Shine pro 500", Arial, sans-serif;
    font-size: 31px;
    font-weight: 500;
  }

  .paragraph-3 {
    margin-top: 30px;
    font-size: 21px;
  }

  .heading-4 {
    font-family: "Shine pro 500", Arial, sans-serif;
    font-size: 31px;
    font-weight: 500;
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .hero-heading-left-2 {
    text-align: left;
    width: 100%;
    height: 1100px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    order: 0;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero-wrapper-2 {
    text-align: left;
    width: 80%;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .hero-split-2 {
    text-align: center;
    align-items: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    letter-spacing: .1px;
    width: 245px;
    height: 100%;
    margin-left: 0;
  }

  .button-system {
    text-align: center;
    background-image: none;
    border-radius: 5px;
    width: 200px;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    box-shadow: inset 0 0 20px -6px #000;
  }

  .heading-6 {
    text-align: center;
    width: 290px;
    height: 96px;
    margin-left: 0;
  }

  .bold-text {
    text-align: center;
    margin-left: 0;
    font-size: 21px;
  }

  .image {
    width: 120px;
    height: auto;
    margin-top: 80px;
    margin-left: -120px;
  }

  .image:hover {
    height: 240px;
  }

  .image-2 {
    width: 150px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .image-2:hover {
    height: 320px;
  }

  .button-system-2 {
    text-align: center;
    border-color: #4e4e4e;
    width: 150px;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
    font-size: 12px;
  }

  .testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading-2 {
    text-align: center;
    width: 100%;
    max-width: 317.997px;
    margin-bottom: 24px;
    margin-left: 0;
    font-size: 28px;
  }

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

  .text-span-6, .text-span-7 {
    font-size: 26px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: block;
  }

  .div-block-6 {
    width: 285px;
  }

  .button-5 {
    border-color: #bebebe;
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    box-shadow: inset 0 0 20px -6px #000;
  }

  .text-span-8 {
    font-size: 28px;
  }

  .paragraph-8 {
    letter-spacing: .3px;
    font-size: 12px;
  }

  .hero-heading-center-2 {
    height: 3132.75px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .centered-heading-3.margin-bottom-32px {
    text-align: center;
    font-size: 44px;
  }

  .card-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    width: 90%;
    height: 420px;
  }

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

  .paragraph-10 {
    width: 450px;
    margin-left: 12px;
  }

  .bold-text-2 {
    text-align: left;
    letter-spacing: .5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 0;
    overflow: visible;
  }

  .image-6 {
    margin-left: -10px;
  }

  .text-span-16 {
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-span-17 {
    font-size: 21px;
  }

  .video {
    width: 243px;
  }

  .video-2 {
    width: 246px;
    height: 138px;
  }

  .video-3 {
    width: 247px;
    height: 139px;
  }

  .button-7 {
    font-family: 666, Arial, sans-serif;
    letter-spacing: .7px;
    background-color: #656565;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 18px;
    font-size: 11px;
    font-weight: 400;
  }

  .text-span-18, .text-span-19 {
    margin-left: 0;
  }

  .text-span-20 {
    margin-left: 41px;
  }

  .text-span-21 {
    margin-left: 0;
  }

  .text-span-22, .text-span-23 {
    margin-left: 5px;
  }

  .text-span-24, .text-span-25 {
    margin-left: 0;
  }

  .hero-heading-left-3 {
    flex-flow: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 1000px;
    display: flex;
  }

  .container-4 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero-wrapper-4 {
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 900px;
  }

  .hero-split-4 {
    align-self: center;
    align-items: center;
    max-width: 87.5px;
    margin-bottom: 0;
  }

  .margin-bottom-24px-5 {
    text-align: center;
    width: 200px;
    font-weight: 500;
  }

  .button-primary-5 {
    text-align: center;
    align-self: center;
    width: 220px;
    padding: 5px 0;
  }

  .shadow-two-4 {
    width: 200%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-6 {
    margin-top: -40px;
    display: block;
  }

  .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-7.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .logos-without-title {
    margin-top: 0;
  }

  .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: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    height: 530px;
  }

  .list-item {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
  }

  .heading-15 {
    text-align: center;
    align-self: auto;
  }

  .container-5 {
    max-width: none;
    display: block;
  }

  .footer-wrapper-two {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    width: auto;
    margin-top: 0;
  }

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

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

  .footer-light-2 {
    height: 350px;
  }

  .heading-16, .paragraph-14, .heading-17, .paragraph-15 {
    text-align: center;
    padding-left: 0;
  }

  .button-8 {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    display: flex;
  }

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

  .margin-bottom-24px-7 {
    width: 100%;
    font-size: 11px;
  }

  .button-primary-8.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .footer-copyright-3 {
    width: 200px;
    margin-top: 40px;
  }

  .heading-19 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
  }

  .body-3 {
    height: 1116.25px;
    max-height: 1116.25px;
  }

  .heading-21 {
    font-size: 26px;
  }

  .paragraph-17 {
    font-size: 21px;
  }
}

#w-node-_4046a754-0a39-f451-8455-e4ce23cdc89f-c1d8dda0, #w-node-_0cafea41-87bb-6685-f5ba-f6e0c2ce0b53-c1d8dda0, #w-node-_5836e3fe-b5f8-d9e6-2909-e9adcf920e0b-c1d8dda0, #w-node-_212a9d89-f91a-1175-1cd5-4d7e55d03115-c1d8dda0, #w-node-d3e0bb32-a9bc-d0a2-7ee3-04ce8d18bc7b-c1d8dda0, #w-node-_1f625ffe-b971-737a-836e-7d5383bd6153-c1d8dda0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Refspecialty';
  src: url('../fonts/refspecialty-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/.') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shine Pro';
  src: url('../fonts/fonnts.com-ShineProBold.otf') format('opentype'), url('../fonts/fonnts.com-ShineProBold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-ShineProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shine pro normal';
  src: url('../fonts/fonnts.com-ShineProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shine pro obl normal';
  src: url('../fonts/fonnts.com-ShineProRegObl.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shine pro 500';
  src: url('../fonts/fonnts.com-ShineProReg.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '666';
  src: url('../fonts/fonnts.com-ShineProReg.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '777';
  src: url('../fonts/fonnts.com-ShineProBold.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}