body.theme-child {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}
body.theme-child .skip-link {
  display: none;
}

body.theme-child .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(2.5rem, 2.5rem + 2rem * (100vw - 375px) / (1065px), 4.5rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}
body.theme-child .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(2rem, 2rem + 1.5rem * (100vw - 375px) / (1065px), 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
body.theme-child .elementor-widget-heading h3.elementor-heading-title {
  font-size: clamp(1.625rem, 1.625rem + 0.875rem * (100vw - 375px) / (1065px), 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
}
body.theme-child .elementor-widget-heading h4.elementor-heading-title {
  font-size: clamp(1.5rem, 1.5rem + 0.375rem * (100vw - 375px) / (1065px), 1.875rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
body.theme-child .elementor-widget-heading h5.elementor-heading-title {
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 375px) / (1065px), 1.5rem);
  line-height: 1.4;
}
body.theme-child .elementor-widget-heading h6.elementor-heading-title {
  font-size: clamp(1rem, 1rem + 0.25rem * (100vw - 375px) / (1065px), 1.25rem);
  line-height: 1.5;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
}
body.theme-child .elementor-widget-text-editor.lead p {
  font-size: clamp(1rem, 1rem + 0.125rem * (100vw - 375px) / (1065px), 1.125rem);
  line-height: 1.6;
}
body.theme-child .elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.7;
}

body.theme-child .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
body.theme-child .elementor-location-header .e-con-inner {
  display: flex;
  justify-content: space-between;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
  position: relative;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li {
  top: 0;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li {
    top: 1px;
  }
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li:last-child {
    display: none;
  }
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item {
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #181818;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  padding: 8px 16px;
  overflow: hidden;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item::after {
  opacity: 0;
  transform-origin: bottom;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: -1;
  background: #fa292b;
  height: 100%;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item:hover {
  color: white;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item:hover:after {
  opacity: 1;
}
body.theme-child .elementor-location-header .elementor-widget-button {
  display: flex;
  align-items: center;
}
body.theme-child .elementor-location-header .elementor-widget-button .elementor-button {
  padding: 10px 24px;
  line-height: 1;
}
body.theme-child .elementor-location-header .elementor-menu-toggle {
  background: transparent;
}
body.theme-child .elementor-location-header .elementor-menu-toggle svg {
  fill: #181818;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
  position: fixed;
  top: 65px;
  width: 100%;
  height: calc(100vh - 54px);
  width: 100vw;
  display: flex;
  background: #f3f3f3;
  padding: 32px;
  margin: 0;
  right: 0px;
  z-index: 99;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -60px;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child {
  border: none;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li a.elementor-item {
  width: 100%;
  font-size: 18px;
  color: #181818;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  transition: all 0.4s ease;
  font-size: 20px;
  letter-spacing: 0.04em;
  max-width: 70%;
  border-bottom: solid 1px #e5e5e5;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li a.elementor-item:hover {
  background: white;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child {
  margin: 24px 0 16px;
  border: none;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  background: #fa292b;
  color: white;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a:hover {
  background: #fa696a;
}
body.theme-child .elementor-location-header .elementor-hidden-mobile {
  display: none;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-hidden-mobile {
    display: flex;
  }
}
body.theme-child.admin-bar .elementor-location-header {
  top: 0;
}
@media (min-width: 1024px) {
  body.theme-child.admin-bar .elementor-location-header {
    top: 32px;
  }
}

body.theme-child .elementor-widget-button .elementor-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
}
body.theme-child .elementor-widget-button .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
}
body.theme-child .elementor-widget-button .elementor-button .elementor-button-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
body.theme-child .elementor-widget-button .elementor-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
html {
  scroll-padding-top: 120px;
}

body.theme-child [data-elementor-type=wp-page] {
  overflow-x: hidden;
}
body.theme-child #home #SR7_1_1-4-5 {
  width: auto;
}
body.theme-child .elementor-widget-icon {
  display: flex;
  align-items: center;
}
body.theme-child .elementor-widget-icon .elementor-icon-wrapper {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}