/*
Theme Name: Neve FSE Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: neve-fse
Text Domain: neve-fse-child
Tags: 
*/

body, html {height: auto;}
:root {
	--wp--preset--font-size--huge: clamp(2.25rem, 3.75vw, 3.75rem);
	--wp--preset--font-size--x-large: clamp(2rem, 3vw, 3rem);
	--wp--preset--font-size--large: clamp(1.75rem, 2.25vw, 2.25rem);
	--wp--preset--font-size--medium: clamp(1.625rem, 1.875vw, 1.875rem);
	--wp--preset--font-size--semimedium: clamp(1.25rem, 1.5vw, 1.5rem);
	--wp--preset--font-size--seminormal: clamp(1.125rem, 1.25vw, 1.25rem);
	--wp--preset--font-size--normal: clamp(1rem, 1.125vw, 1.125rem);
	--wp--preset--font-size--small: 0.875rem;
	--wp--preset--spacing--40: clamp(1rem, 1.125vw, 1.125rem);
	--wp--preset--spacing--50: clamp(1.25rem, 1.5vw, 1.5rem);
	--wp--preset--spacing--60: clamp(1.75rem, 2.25vw, 2.25rem);
	--wp--preset--spacing--70: clamp(2rem, 3vw, 3rem);
	--wp--preset--spacing--80: clamp(2.25rem, 3.75vw, 3.75rem);
	--banner-offset-gap: 35px;
	--wp--custom--spacing--outer: clamp(20px,7.8vw,150px);
	--wp--preset--gradient--custom-3-layer: linear-gradient(#ffc87c 0%, rgb(255, 227, 184), rgb(255, 249, 249) 320px, rgb(255, 227, 184), #ffc87c 720px) !important; 
}
h5 {font-size: var(--wp--preset--font-size--semimedium);}
h6 {font-size: var(--wp--preset--font-size--seminormal);}
.wp-block-query-title.wp-block-query-title {font-weight: 500;}
.big-font {font-size: clamp(50px,5.625vw,90px);}
.highlight {
	background-color: var(--wp--preset--color--ti-accent-secondary);
	color: #fff;
	border-radius: 5px;
}
.pad-lg {padding-block: clamp(50px, 7.5vw, 120px);}
.pad-lg-start {padding-block-start: clamp(50px, 7.5vw, 120px);}
.pad-lg-end {padding-block-end: clamp(50px, 7.5vw, 120px);}
.pad-md {padding-block: clamp(40px, 5.625vw, 90px);}
.pad-md-start {padding-block-start: clamp(40px, 5.625vw, 90px);}
.pad-md-end {padding-block-end: clamp(40px, 5.625vw, 90px);}
.pad-sm {padding-block: clamp(30px, 3.75vw, 60px);}
.pad-sm-start {padding-block-start: clamp(30px, 3.75vw, 60px);}
.pad-sm-end {padding-block-end: clamp(30px, 3.75vw, 60px);}
.pad-vsm {padding-block: clamp(20px, 2.5vw, 40px);}
.pad-vsm-start {padding-block-start: clamp(20px, 2.5vw, 40px);}
.pad-vsm-end {padding-block-end: clamp(20px, 2.5vw, 40px);}
.has-semimedium-font-size, .has-semimedium-font-size a.wp-block-button__link {font-size: var(--wp--preset--font-size--semimedium) !important;}
.has-seminormal-font-size, .has-seminormal-font-size a.wp-block-button__link {font-size: var(--wp--preset--font-size--seminormal) !important;}
.align-justify {text-align: justify;}
.tower-container {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: stack;
	background: url(images/tower-base.png) bottom no-repeat;
}
.tower-container :is(.images, .content) {
	grid-area: stack;
	grid-column: 1 / -1;
}
.tower-container .content {
	z-index: 99;
}
.images.stacked {
	display: grid !important;
	grid-template-areas: tower;
	max-width: 100%;
	width: 80%;
	grid-template-columns: 1fr;
	padding: 0 !important;
	.front {
		z-index: 3;
	}
	.light {
		z-index: 2;
	}
	.back {
		z-index: 1;
	}
}
.images.stacked>.tower {
	grid-area: tower;
	grid-column: 1 / -1;
	width: 100%;
}
.images.stacked > .tower img {
	width: 100%;
}
.images.stacked .light {
	opacity: 0;
}
.content .tower-section {
	height: 15%;
	overflow: hidden;
	padding: 20px clamp(20px, 2.2vw, 30px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 !important;
	position: relative;
}
.content .tower-section .link {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.content .tower-section#one {height: 16.8%;}
.content .tower-section#two {height: 18.5%}
.content .tower-section#three {height: 19.8%}
.content .tower-section#four {height: 20.5%}
.content .tower-section .details {
	width: 100%;
	max-width: 30%;
	margin-left: auto;
	max-height: 100%;
	overflow: auto;	
}
.loader5 {
	position: fixed;
	inset: 0;
	text-align: center;
	background-color: #fffd;
	display: grid;
	place-content: center;
	z-index: 9999;
	margin: 0 !important;
  	max-width: none;
	backdrop-filter: blur(10px);
}
@-webkit-keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}
@keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

}
.line-scale>div:nth-child(1) {
	-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale>div:nth-child(2) {
	-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale>div:nth-child(3) {
	-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale>div:nth-child(4) {
	-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale>div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale>div {
	background-color: var(--wp--preset--color--ti-accent);
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}
.site-logo, .svg-logo {width: clamp(160px,20vw,320px);}
.wp-block-navigation__responsive-container-open svg {
  display: none;
}
.wp-block-navigation__responsive-container-open {
  width: clamp(45px,5.2vw,83px);
  height: clamp(30px,2.7vw,43px);
  background-image: linear-gradient(to bottom, transparent calc(50% - 1.5px), #044359 calc(50% - 1.5px), #044359 calc(50% + 1.5px), transparent calc(50% + 1.5px));
  position: relative;
}
.wp-block-navigation__responsive-container-open .wp-block-button__link {opacity: 0;}
.wp-block-navigation__responsive-container-open::before,
.wp-block-navigation__responsive-container-open::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0px;
  height: 3px;
  background: #044359;
  left: 0;
}
.wp-block-navigation__responsive-container-open::after{
  top: auto;
  bottom: 0;
}
.wp-block-navigation__responsive-container-open.close {
  background: transparent; 
	width: 80px;
  height: 42px;
}
.wp-block-navigation__responsive-container-open.close::before {
  transform: translateY(20px) rotate(30deg);
}
.wp-block-navigation__responsive-container-open.close::after {
  transform: translateY(-19px) rotate(-30deg);
}
.wp-block-navigation__responsive-container-close svg, 
.wp-block-navigation__responsive-container-open svg {
	height: clamp(40px, 5.86vw, 90px);
	width: clamp(40px, 6.58vw, 80px);
}
.wp-block-navigation__responsive-container-open svg path {
	scale: 1.3 0.7;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	align-items: stretch;  
  text-align: center;
  gap: 0 !important;
	width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  padding-block: 10px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(:last-of-type) {
  border-bottom: 1px solid var(--wp--preset--color--ti-accent-secondary);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--wp--preset--gradient--custom-deep-yellow-to-light-yellow-vertical) !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: clamp(30px, 3.75vw, 60px);
}
body .wp-block-button .wp-block-button__link.is-style-outline, body .wp-block-button.is-style-outline > .wp-block-button__link {
	border: 2px solid;
	padding: 12px 25px;
}
body .wp-block-button .wp-block-button__link.is-style-outline:hover, body .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: var(--wp--preset--color--ti-accent-secondary);
  border-color: var(--wp--preset--color--ti-accent-secondary);
}
#fullscreen-nav-container {
  position: fixed;
  height: 100%;
  inset: 0;
  transform: translateY(-200%);
  z-index: 999;
	overflow: auto;
  overscroll-behavior: contain;
	margin: 0 !important;
}
#fullscreen-nav-container .wp-block-list {
  padding-left: 0;
  list-style: none;
}
.icon-adjust .wp-block-themeisle-blocks-icon-list-item {
  align-items: start;
}
.icon-adjust .wp-block-themeisle-blocks-icon-list-item:not(:first-of-type) {
  margin-top: var(--wp--preset--spacing--30)
}
.icon-adjust .wp-block-themeisle-blocks-icon-list-item .wp-block-themeisle-blocks-icon-list-item-icon {
  padding-top: 5px;
}
.locations figure > img {
  width: 100%;
  vertical-align: unset;
  height: 200px;
}
.locations figure {
  height: 200px;
}
.locations h3.wp-block-heading {
  flex-grow: 1;
  max-height: 63px;
}
.form-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: clamp(20px,2.2vw,30px);
}
.form-grid .span-2 {
	grid-column: span 2;
}
.form-grid .center {
	text-align: center;
}
.form-grid p {
	margin: 0;
}
.form-grid label {
  margin-bottom: 8px;
  display: block;
  min-height: 24px;
  width: fit-content;
}
.form-grid :is(input:not([type="submit"], [type="file"]), textarea, select) {
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 15px;
	border: none;
}
.form-grid .upload {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  align-items: center;
	cursor: poiner;
}
.form-grid .upload input::file-selector-button {
  display: none;
}
.form-grid .upload .upload-btn {
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  border: 1px solid #484848;
  position: relative;
  color: #cdcdcd;
}
.form-grid .upload .upload-btn::before {
  content: '';
  background: url('data:image/svg+xml,<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" fill="%23cdcdcd" style="--darkreader-inline-fill: var(--darkreader-background-ffffff, %23181a1b);" data-darkreader-inline-fill="" stroke="%23cdcdcd"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>cloud-upload-solid</title><g id="Layer_2" data-name="Layer 2"><g id="invisible_box" data-name="invisible box"><rect width="48" height="48" fill="none"></rect></g><g id="icons_Q2" data-name="icons Q2"><path d="M40.5,21.8a9.1,9.1,0,0,0-3.4-6.5A9.8,9.8,0,0,0,29.6,13,12.2,12.2,0,0,0,19.5,7a11.6,11.6,0,0,0-8.9,4,12.4,12.4,0,0,0-3.2,8.4,11.8,11.8,0,0,0-5.2,8.2A11.5,11.5,0,0,0,5.3,37.8,12.4,12.4,0,0,0,14,41H34.5c7.7,0,11.3-5.1,11.5-9.9A9.9,9.9,0,0,0,40.5,21.8Zm-7.8,6.4a2,2,0,0,1-3.1.2L26,24.8V36a2,2,0,0,1-4,0V24.8l-3.6,3.6a2,2,0,0,1-3.1-.2,2.1,2.1,0,0,1,.4-2.7l6.9-6.9a1.9,1.9,0,0,1,2.8,0l6.9,6.9A2.1,2.1,0,0,1,32.7,28.2Z"></path></g></g></g></svg>') center no-repeat;
  background-size: 110%;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 13px;
}
select option:first-child[value=""] {
	color: #aaa;
}
input.form-submit {
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 30px;
	cursor: pointer;
}
.has-ti-fg-alt-color input.form-submit {background-color: var(--wp--preset--color--ti-accent-secondary);}
.wpcf7-spinner {position: absolute;}
input.form-submit:hover {
  background-color: #fff;
  color: var(--wp--preset--color--ti-accent)
}
.privacy ol {
  padding-left: 32px;
}
.privacy ol > li::marker {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: var(--wp--preset--color--ti-accent);
}
.privacy ol > li {
  margin-bottom: clamp(20px,2.2vw,30px);
}
.privacy ol > li > strong {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: var(--wp--preset--color--ti-accent);
  display: inline-block;
  margin-bottom: 10px
}
.privacy ol > li > strong + ul {
  margin-top: 0px
}
.privacy ol > li ul {
  list-style: disc;
  margin-top: 10px;
}
.privacy ol > li ul > li {
  margin-bottom: 10px
}
.recaptcha {
padding: 6px;
  background: #fff;
  border-radius: 5px;
}
.products .wp-block-tiptip-hyperlink-group-block {
  width: clamp(300px,22vw,390px);
  display: grid;
  place-items: center;
  border-radius: 10px
}
.products {
  gap: clamp(1.75rem, 2.25vw, 2.25rem) 15px;
}
.tablepress {
/* 	width: auto !important; */
	--text-color: var(--wp--preset--color--ti-fg);
	--head-text-color: #fff;
	--head-bg-color: var(--wp--preset--color--ti-accent-secondary);
	--head-active-bg-color: var(--wp--preset--color--ti-accent);
	--odd-text-color: var(--text-color);
	--odd-bg-color: #deeded;
	--even-text-color: var(--text-color);
	--even-bg-color: #ffffff;
	--hover-text-color: var(--text-color);
	--hover-bg-color: #e8f5f5;
	--padding: 1rem 0.5rem;
	--border-radius: 30px;
	border-collapse: separate;
	border-spacing: 0px;
}
.tablepress colgroup col {
	width: clamp(140px,8.75vw,200px) !important;
}
.tablepress thead tr:not(.row-1) > th {
  color: #ffc26e;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0px
}
.tablepress thead th {
  text-align: center;
  font-size: 20px;
  max-width: clamp(140px,8.75vw,200px);
}
.tablepress thead th:first-child {
  border-top-left-radius: var(--border-radius);
}
.tablepress thead th:last-child {
  border-top-right-radius: var(--border-radius);
}
.tablepress thead th:not(:first-of-type) {
  border-left: 2px solid #fff;
}
.tablepress tfoot tr > th {
	background-color: transparent;
	font-weight: 500;
	color: #001b27;
	line-height: 1.5;
	border-bottom: 2px solid var(--wp--preset--color--ti-accent);
	padding: 1rem;
	font-size: 16px;
	border-top: none;
}
.tablepress tfoot tr > th:first-child {
	border-left: 2px solid var(--wp--preset--color--ti-accent);
	border-bottom-left-radius: var(--border-radius);
}
.tablepress tfoot tr > th:last-child {
	border-right: 2px solid var(--wp--preset--color--ti-accent);
	border-bottom-right-radius: var(--border-radius);
}
.tablepress tbody td {
	text-align: center;
	border-top: none;
	padding: 10px 0;
	position: relative;
}
.tablepress tbody td:not(:first-of-type) {
	border-left: 2px solid var(--wp--preset--color--ti-accent-secondary);
}
.tablepress tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius);
}
.tablepress tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius);
}
.tablepress:has(tfoot) tbody tr:last-child td:first-child::before,
.tablepress:has(tfoot) tbody tr:last-child td:last-child::after {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--wp--preset--color--ti-accent);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.tablepress:has(tfoot) tbody tr:last-child td:last-child::after {
  right: 0;
  left: auto;
}
.tablepress tbody tr:has(code) td {
  color: #ffc26e !important;
  border-color: #fff !important;
  background-color: var(--head-bg-color) !important;
  font-weight: 700;
  vertical-align: middle;
  word-break: normal;
}
.tablepress:not(:has(.column-5)) {
  width: auto !important;
  min-width: 600px;
  max-width: 1000px;
  margin-left: 0px;
}
.grouped-posts-by-conductor :where(h3,h4,h5) {margin-block: 10px;}
.product_info {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(25px, 2.5vw, 40px);
  align-items: center;
}
.product_info .image {
  width: 300px;
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
}
.product_info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_info .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product_info .info > * {
  margin: 0px;
}
.product_info .info .product-application {
  padding-inline: var(--wp--preset--spacing--60);
  text-align: justify;
}
.product_info .get-quotes {max-width: 280px;}
.product_info .get-quotes button {
  font-size: 16px;
  padding: 8px 12px !important;
}
.product_info .get-quotes a.quote {
  font-size: 24px;
  margin-bottom: 15px;
  padding: 15px clamp(20px,2.2vw,30px);
}
:root :where(.wp-block-button .wp-block-button__link):hover {
  background: #fff;
  color: var(--wp--preset--color--ti-accent)
}
.product-single .tab-details .tab-name {
  padding: 5px 20px;
  background: var(--wp--preset--color--ti-accent);
  color: #fff;
  border-radius: 20px;
}
.product-single .tab-details h4 {
  color: var(--wp--preset--color--ti-accent);
}
.product-single .tab-details .tables {
  display: flex;flex-wrap: wrap;gap: 25px;
}
.conductor .product-single {
  padding-block: clamp(20px,2.2vw,30px);  
}
.conductor .product-single:not(:last-of-type) {
  border-bottom: 1px solid #997f52;
}
.tab-details > div[data-tab-details] {
  height: 0px;
  overflow: hidden;
  width: fit-content;
}
.product_info .get-quotes.get-quotes.get-quotes.get-quotes button:hover,
.product_info .get-quotes.get-quotes.get-quotes.get-quotes button.active {
  background: #4e9195;
  color: #fff;
  border-color: #4e9195;
}
.imperfect-list {
  list-style: none;  
}
.imperfect-list li {
  position: relative;
}
.imperfect-list li::before {
  position: absolute;
  content: '•';
  left: -15px;
  top: 1.5px;
}
.w-100 {width: 100% !important;}
.wp-block-post-title {font-weight:100;}
.cual .wp-block-column {
  max-width: 500px;
}
.cual {justify-content: space-evenly;}
.wp-block-search__inside-wrapper  input {
  background: transparent;
  border: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0px;
}
.wp-block-search__inside-wrapper button {
  padding: 10px;
  margin-left: 0px;
}
.weired-indent span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
}
:target {
/*    animation: gentle-bg-flash 4s ease-in-out; */
}
#scroll-to-tower {position:relative;}
#scroll-to-tower::after {
	content: '';
	position: absolute;
	background-image: radial-gradient(circle at 90% 80%, #fcfce0 10%, #fcfce0aa 25%, transparent 40%);
	width: 100%;
	height: 70%;
	right: 0;
	bottom: 0%;
	z-index: -1;
}
.term-14 .product_info .image img {object-position: center left;}
.scroll-to-tower:hover {
  color: #4e9192;
}
/* .scroll-to-tower:not(:hover) img {
  filter: brightness(0) saturate(100%);
} */
.images.stacked {max-height: 127vw;overflow: hidden;}
.home-row {row-gap: 0px;}
.popmake-content {max-height: 90vh !important;overflow: auto !important;}
.pum-theme-930, .pum-theme-default-theme {
	background: var(--wp--preset--gradient--custom-3-layer) !important
}
@keyframes gentle-bg-flash {
  0% {
    background-color: #ffe1ab;
  }
  25% {
    background-color: #fff1af;
  }
  50% {
    background-color: #ffe1ab;
  }
  75% {
    background-color: #fff1af;
  }
  100% {
    background-color: #ffe1ab;
  }
}
@media screen and (max-width: 1024px) {
  .logo-cont {
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
  }
	.logo-cont .footer-logo {width: clamp(200px,18.75vw,300px)}
  .images.stacked {
    max-width: none;
    width: unset; 
  }  
  .content .tower-section .details {    
    max-width: 45%;
    margin-inline: auto;
/*     background: #0007; */
    padding: 15px;
  }
  .content .tower-section {    
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .content .tower-section .details > * {
    color: #fff;
  }
	.products .wp-block-tiptip-hyperlink-group-block {width: 45%}
	.product_info {grid-template-columns:auto 1fr;}
	.product_info .get-quotes {
		max-width: 100%;
		grid-column: 2 / -1;
		justify-content: start;
	}
	.product_info .image {grid-row: 1 / 3;}
	.images.stacked {max-height: 191vw;}
	.tab-details > div[data-tab-details] {
		width: 100%;overflow-x: scroll;
	}
}
@media screen and (max-width: 768px) {
	.logo-img {width: 150px;}
  .content .tower-section .details p {
    display: none
  }
	.content .tower-section .details h3 {
		font-size: 20px;
	}
  .content .tower-section .details {
    max-width: 100%;
  }
  .products .wp-block-tiptip-hyperlink-group-block {width: 100%}
  .form-grid {grid-template-columns: 1fr;}
	.form-grid .span-2 {
		grid-column: 1 / -1;
	}
	.product_info {grid-template-columns: 1fr;}
	.product_info .image {
		width: 100%;
  		height: auto;
		aspect-ratio: 1.5 / 1;
	}
	.product_info .get-quotes {
		grid-column: 1;
	}
	.header-search {
		order: 99;
 		width: 100%;
	}
	.home-row .ticss-cc930128 img {width:200px;}
}