:root {
  --white-smoke: #f5f6f9;
  --bryant-blue: #004795;
  --white: white;
  --bryant-yellow: #fcdb00;
  --gold: #ffe641;
  --black: black;
  --dark-grey: #a5a5a5;
  --gainsboro: #ddd;
  --lime: #48ff01;
  --lime-green: #00ad31;
  --coral: #ff8e64;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #333;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  color: #000;
  background-color: #dddddd14;
  border-left: 2px solid #ff8e64;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.page-fade-in {
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: #ffffffe6;
  padding: 1rem 5%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container-full {
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.brand {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 0;
  display: flex;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu.scroll {
  height: 60px;
}

.image-background-section {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-background-section.footer-section {
  background-color: var(--white-smoke);
  background-image: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.blog-hero-section {
  background-image: linear-gradient(#10124699, #10124699), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, 6px, cover;
  position: static;
}

.image-background-section.blog-hero-section.correct-blog {
  background-image: linear-gradient(#0000, #0000), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 50% 0, 50% 0;
  background-size: auto, auto, cover;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
}

.button {
  background-color: var(--bryant-blue);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  width: 180px;
  height: auto;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow .3s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  box-shadow: 0 4px 16px #00000040;
}

.button.hero-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--bryant-blue);
  border-radius: 30px;
  height: auto;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.button.hero-button:hover {
  border-color: var(--bryant-blue);
  background-color: var(--bryant-blue);
  color: var(--white);
}

.button.color {
  border: 1px solid var(--bryant-blue);
  color: var(--bryant-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-radius: 30px;
  height: auto;
  padding: 9px 25px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s, background-color .4s;
  display: none;
}

.button.color:hover {
  background-color: var(--bryant-blue);
  color: #fff;
  box-shadow: 0 4px 16px #00000040;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.button.left {
  background-color: var(--bryant-yellow);
  color: var(--bryant-blue);
}

.button.white {
  background-color: var(--white);
  color: var(--bryant-blue);
  font-weight: 600;
}

.button.white:hover {
  background-color: var(--gold);
  color: var(--black);
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section.no-padding {
  padding: 0;
}

.section.dotbg {
  background-image: linear-gradient(#f5f6f99c, #f5f6f99c), url('../images/vec63227.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-wrapper-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0;
}

.section-header {
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 50px;
}

.section-header.white {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}

.section-header.left {
  text-align: left;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.services-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-card {
  text-align: left;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
  padding: 48px 32px 32px;
  position: relative;
}

.services-tittle {
  text-align: left;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-small {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.features-wrapper {
  justify-content: space-between;
  display: flex;
}

.features-wrapper._2 {
  padding-left: 0;
  padding-right: 0;
}

.half-side-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.half-side-content.image-background {
  object-fit: contain;
  background-image: linear-gradient(#00479563, #00479563), url('../images/Prologis-Miami-Head_3.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.half-side-content.image-background._2 {
  background-image: linear-gradient(#10124675, #10124675), url('../images/Concours-Club2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.half-side-content.contact-bacground {
  width: 50%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  background-color: var(--white-smoke);
  background-image: url('../images/bolt_white.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  height: auto;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.icon {
  background-image: url('../images/BOLT-01.png'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 100% -2px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, auto;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-info {
  text-align: left;
  max-width: 400px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.small-features {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 500px;
  margin-left: 0;
  padding: 50px 15px 50px 0;
  display: flex;
}

.small-feature {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.small-feature.mobile-feature1 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.top-padding {
  margin-top: 12px;
}

.services-block-image {
  border: 2px solid var(--bryant-blue);
  background-color: #fff;
  background-image: url('../images/BOLT-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block-image._2 {
  background-image: url('../images/BOLT-01.png');
  background-size: 40px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image._3 {
  background-image: url('../images/BOLT-01.png');
  background-size: 40px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-left: -35px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.text-field {
  color: #969696;
  background-color: #f5f6f987;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 24px;
  font-weight: 400;
  transition: border .4s;
  display: inline-block;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field.message {
  min-height: 150px;
}

.text-field-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  width: 70%;
}

.text-field-2.message {
  color: #969696;
  background-color: #f5f6f987;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  font-weight: 400;
  transition: border .4s;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.sponsor-section {
  background-color: #f5f6f9;
  padding-top: 48px;
  padding-bottom: 48px;
}

.sponsor-link {
  opacity: .65;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  transition: opacity .3s;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 8.33%;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  width: 24%;
  margin-right: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-header {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
}

.image-link {
  background-image: linear-gradient(#10124633, #10124633), url('../images/miami-skyline-P7GKC7U---01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  display: flex;
  position: relative;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 20px;
  display: inline-block;
}

.purchase-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  transition: all .3s;
  box-shadow: 0 0 16px #0000002b;
}

.purchase-button.outline:hover {
  color: #ff8e64;
  background-color: #fff;
}

.purchase-button.outline.top-padding {
  border: 2px none var(--white);
  background-color: var(--bryant-blue);
  color: var(--white);
}

.purchase-button.outline.top-padding:hover {
  color: #fdd00c;
}

.purchase-button.outline.top-padding.w--current {
  color: #fdd00c;
  border-color: #fdd00c;
}

.purchase-button.outline.top-padding.w--current:hover {
  color: var(--gold);
}

.purchase-button.orange-text {
  color: #000;
  border-color: #fdd00c;
  font-weight: 600;
  transition: background-color .4s;
}

.purchase-button.orange-text:hover {
  color: #fff;
  background-color: #fdd00c;
}

.purchase-button.nav {
  border-width: 2px;
  border-color: var(--bryant-blue);
  color: var(--bryant-blue);
  font-weight: 700;
  transition: background-color .4s;
}

.purchase-button.nav:hover {
  color: var(--white);
  background-color: #fdd00c;
}

.purchase-button.nav.w--current {
  border-color: #fdd00c;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.purchase-button.nav.w--current:hover {
  background-color: #fdd00c;
}

.nav-link {
  color: var(--bryant-blue);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

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

.nav-link.w--current {
  color: var(--bryant-blue);
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #fdd00c;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #fdd00c;
}

.blog-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.blog {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

.purchase-section {
  background-color: #0000;
  background-image: linear-gradient(#0047958a, #0047958a), url('../images/rare-thunderstorm-producing-lightning-over-tacoma--P3QA4HJ---01.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10px;
  padding-bottom: 80px;
  position: static;
}

.purchase-button-block {
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-us-card {
  text-align: left;
  width: 100%;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.fact-section {
  background-color: #f5f6f9;
  padding: 72px 56px;
  position: relative;
}

.facts {
  display: flex;
}

.fact-item {
  text-align: center;
  flex: 1;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  font-weight: 700;
  line-height: 26px;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.white.center {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.white.center.percentual {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.white._04 {
  margin-bottom: 40px;
}

.left {
  float: none;
}

.image-5 {
  float: left;
  height: 20px;
  margin-right: 10px;
}

.contact-us-wrapper-half-section {
  justify-content: space-between;
  display: flex;
}

.footer-copyright {
  background-color: var(--bryant-blue);
  color: var(--bryant-blue);
  border-top: 1px solid #ffffff4d;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
}

.text-copyright {
  color: #fdd00c;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
  display: inline;
}

.text-link-copyright {
  color: #fdd00c;
  text-transform: none;
  font-size: 12px;
  text-decoration: none;
}

.text-link-copyright:hover {
  text-decoration: underline;
}

.footer-text {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 400;
}

.big-tittle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.separator {
  background-color: #0000;
  width: 75px;
  height: 70px;
  margin: 10px auto;
  display: block;
}

.separator._404 {
  margin-bottom: 0;
}

.pattern-dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50%;
  background-size: auto;
  height: 30px;
}

.logo-type {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.logo-type.white-font {
  color: #fff;
}

.color-font {
  color: #ff8e64;
  text-transform: uppercase;
  font-weight: 700;
}

.utility-page-wrap {
  background-image: url('../images/electrician-close-up2.jpg'), linear-gradient(#10124680, #10124680);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(#10124680, #10124680), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  display: flex;
}

.pass-window {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.pass-form {
  color: #333;
}

.input {
  text-align: center;
  height: 48px;
  margin-bottom: 24px;
}

.password-image {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-side {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.page-header-overlay {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.blog-dark-overlay {
  background-image: linear-gradient(#10124680, #10124680);
  position: absolute;
  inset: 0;
}

.dropdown-link {
  color: #a5a5a5;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #fdd00c;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-link.w--current:hover {
  background-color: #fdd00c;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  border-radius: 4px;
  margin-top: 0;
  box-shadow: 0 1px 3px #00000026;
}

.scroll-nav {
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #0000001f;
}

.success-message {
  color: #fff;
  background-color: #00ad31;
  border-radius: 10px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
}

.div-block-12 {
  margin-left: 0;
}

.div-button {
  float: right;
  height: 80px;
  padding-top: 15px;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.rich-text {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  text-align: left;
}

.image-7 {
  margin-top: 20px;
}

.image-7.logo-no-scroll {
  margin-top: 0;
}

.image-7.logo-scroll {
  width: 250px;
  margin-top: 0;
}

.hero-slide-title-2 {
  color: #19155e;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hero-slide-title-2.white {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.container-full-2 {
  background-color: #0000;
  max-width: 1200px;
}

.div-block-17 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.html-embed {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-18 {
  width: 75px;
}

.paragraph {
  color: var(--gainsboro);
  text-align: center;
}

.paragraph.margin-custom.text-color-white {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.button-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section_about-locations {
  display: none;
}

.section_home-feature {
  background-color: #0000;
}

.section_home-feature.background-color-lightblue {
  background-color: #bde1f361;
  display: block;
}

.home-feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: none;
}

.padding-global {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.padding-global.building-test {
  margin-top: -29px;
}

.padding-global.about-us-pad {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h5 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.about-locations_tab-pane {
  height: 100%;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #173551;
  border: 2px solid #173551;
  padding: .75rem 1.4rem;
  font-weight: 600;
  transition: all .35s;
}

.button-5:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.button-5.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #173551;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-5.is-link:hover {
  transform: none;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_about-header {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/hvac-technician-testing-newly-installed-warehouse-2022-12-16-11-39-49-utc.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 5rem;
  position: relative;
}

.section_about-header.about-us-pad {
  background-image: linear-gradient(#0009, #0009), url('../images/rare-thunderstorm-producing-lightning-over-tacoma--P3QA4HJ---01.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 0;
}

.section_about-header.services-bg {
  background-image: linear-gradient(#00000094, #00000094);
  background-position: 0 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-20px {
  margin-bottom: 20px;
}

.margin-bottom.margin-large {
  margin-bottom: 60px;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.about-locations_map {
  width: 100%;
  height: 100%;
}

.about-locations_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services_content {
  flex-direction: column;
  align-items: center;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-medium {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-size-medium.text-color-white {
  color: var(--gainsboro);
  text-align: center;
  font-size: 1.2rem;
}

.padding-section-large {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.padding-section-large.landing {
  padding-top: 8rem;
}

.container-large {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.commerical-cooling {
  padding-top: 0;
}

.container-large.states-we-have-worked-in {
  margin-top: 55px;
}

.heading-style-h2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  color: #173551;
  background-color: #0000;
  width: 5rem;
  height: 5rem;
}

.home-testimonial_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-locations_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.about-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.about-header_background-image-wrapper.abt-bg {
  background-image: linear-gradient(#00000080, #00000080);
}

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

.text-subtitle {
  color: var(--bryant-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.line-subtitle {
  background-color: var(--bryant-blue);
  width: 27px;
  height: 1px;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.text-color-white {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.about-locations_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.about-locations_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.about-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-header_background-image.ab-bg {
  background-image: url('../images/hvac-system-piping-in-commercial-building-2022-11-28-18-49-20-utc.jpg');
  background-position: 100%;
  background-size: auto;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.custom {
  padding-top: 3rem;
}

.heading-12 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0047958a;
  position: absolute;
  inset: 0%;
}

.home-about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-color-white {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.section_home-about {
  position: relative;
}

.text-subtitle-2 {
  color: var(--bryant-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.line-subtitle-2 {
  background-color: var(--white);
  color: var(--white);
  width: 27px;
  height: 1px;
}

.line-subtitle-2.blue-line {
  background-color: var(--bryant-blue);
  color: var(--bryant-blue);
}

.section_layout {
  background-color: var(--bryant-blue);
}

.heading-15 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.heading-16 {
  color: var(--white);
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.paragraph-2 {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
}

.bold-text-2 {
  color: var(--white);
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_about-header-2 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/hvac-technician-testing-newly-installed-warehouse-2022-12-16-11-39-49-utc.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 45px;
  padding-top: 5rem;
  position: relative;
}

.section_about-header-2.contact-us-photo {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/IMG_2002.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.paragraph-3 {
  text-align: left;
  letter-spacing: .2px;
  font-weight: 500;
  line-height: 27px;
}

.project_list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_list.related {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-padding-top {
  padding-top: 0;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.filter_options {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.recent_component {
  flex-direction: column;
  align-items: center;
}

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

.section_recent {
  background-color: #0047951a;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-green {
  font-size: 28px;
  line-height: 40px;
}

.text-weight-semibold.text-style-allcaps.heading-style-h5 {
  text-align: center;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.collection-list-wrapper-2 {
  display: inline-block;
}

.fs-radio_field-1 {
  color: var(--bryant-blue);
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
  display: flex;
  position: relative;
}

.fs-radio_field-1:hover {
  opacity: 1;
  color: #696969;
  border-color: #696969;
}

.fs-radio_field-1.is-active {
  color: #696969;
}

.fs-radio_icon-1 {
  z-index: 1;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  display: none;
  position: relative;
}

.fs-radio_button-1 {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-1.w--redirected-focus {
  box-shadow: none;
}

.fs-radio_button-1.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-1 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.project-image {
  object-fit: cover;
  width: 100%;
  font-weight: 600;
  position: relative;
}

.blog33_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.project_overlay {
  color: #f2f2f2;
  text-align: center;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project_hidden_content {
  display: none;
}

.project-page-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.project_slider {
  background-color: #f2f2f2;
  height: 597px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.left-arrow-2, .right-arrow-2 {
  font-size: 25px;
  display: flex;
}

.projects-page-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 380px;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-details-wrap {
  background-color: #f2f2f2;
  padding: 20px 25px;
}

.slide-navigation {
  font-size: 10px;
  inset: auto 0% -40px;
}

.project-slide {
  height: 100%;
}

.hide {
  display: none;
}

.projects-link:hover {
  color: var(--bryant-blue);
  text-decoration: none;
}

.paragraph-4 {
  text-align: center;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.success-message-3 {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
}

.hero-copy {
  color: #f0f2fa;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.padding-global-3 {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.page_header_component {
  text-align: left;
  width: 55%;
  margin-right: 0;
}

.page_header_component.landing {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.form-block-contact {
  width: 100%;
}

.error-message-second {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
  padding: 20px;
}

.grid-contact {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
}

.hero-grid {
  grid-template-rows: auto;
}

.center-button-block {
  text-align: left;
  width: 100%;
}

.side-contact {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e4ecf691;
  border-radius: 10px;
  height: auto;
  padding: 45px 24px;
  position: relative;
  right: -45px;
  box-shadow: 7px 7px 25px #525b731f;
}

.side-contact.v2 {
  z-index: 0;
  box-shadow: none;
  border-color: #343cc233;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.left-form, .heading-17 {
  text-align: left;
}

.paragraph-5 {
  text-align: center;
  font-size: 22px;
}

.paragraph-5.text-size-color-edit {
  color: var(--white);
  font-size: 18px;
}

.status-background {
  background-color: var(--bryant-blue);
  padding: 15px;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.header7_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header7_content {
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.section_header7 {
  position: relative;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-color-white {
  color: var(--white);
}

.video-overlay-layer-3 {
  z-index: 1;
  background-color: #00479566;
  position: absolute;
  inset: 0%;
}

.layout4_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_header33 {
  position: relative;
}

.header33_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 76px;
  display: flex;
}

.header33_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.section_layout38 {
  position: relative;
}

.layout38_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout38_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.paragraph-6, .paragraph-7 {
  letter-spacing: .2px;
  font-weight: 500;
  line-height: 27px;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #0f0c89;
  border: 2px solid #0f0c89;
  flex: none;
  padding: .75rem 1.4rem;
  font-weight: 600;
  transition: all .35s;
}

.button-6:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.button-6.is-white {
  color: #0f0c89;
  background-color: #fff;
  border-color: #fff;
}

.ee-logo {
  max-width: 40%;
  margin-bottom: 20px;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.header36_content {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  padding-left: 5vw;
  padding-right: 5rem;
  display: flex;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-5.is-center {
  justify-content: center;
}

.section_cta51 {
  background-color: var(--bryant-blue);
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100svh;
  display: grid;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text.careers p {
  color: var(--black);
}

.text-rich-text.careers li {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.section_header36 {
  color: #fff;
  background-image: url('../images/electrcian-close-up.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta51_card {
  background-color: var(--white);
  border-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brand {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    float: none;
    text-align: left;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 60px;
    bottom: auto;
    left: 0;
    overflow: scroll;
  }

  .image-background-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding: 80px 24px;
  }

  .section-wrapper-content {
    width: 470px;
  }

  .section-wrapper-content.page-header, .section-wrapper-content.page-header.blog {
    width: 80%;
  }

  .section-header {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }

  .services-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .services-card {
    flex: 1;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .half-side-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }

  .half-side-content.contact-bacground {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
  }

  .half-side-content.gray {
    flex: 0 auto;
    width: 50%;
    height: auto;
    display: flex;
  }

  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-content.map {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half-side-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-features {
    flex: 1;
  }

  .small-feature {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
  }

  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.mobile-footer {
    flex-direction: column;
  }

  .footer-content {
    margin-left: 0;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 0;
  }

  .footer-links {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .purchase-button, .purchase-button.outline, .purchase-button.nav, .purchase-button.nav:hover {
    color: #fff;
  }

  .nav-link {
    color: #a5a5a5;
    width: 100%;
    padding: 16px 0;
    display: block;
  }

  .nav-link:hover {
    color: var(--bryant-yellow);
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .menu-button, .menu-button:active {
    color: var(--bryant-blue);
  }

  .menu-button.w--open {
    color: var(--bryant-blue);
    background-color: #0000;
  }

  .menu-button.black {
    color: #000;
  }

  .purchase-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .fact-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .white.center, .white.center.percentual {
    width: 90%;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }

  .image-7.logo-scroll {
    margin-bottom: 20px;
  }

  .html-embed {
    height: auto;
  }

  .home-feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-locations_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_component, .layout_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .project_list, .project_list.related {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .collection-list-2 {
    grid-row-gap: 0px;
  }

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

  .project-page-image {
    object-fit: cover;
  }

  .project_slider {
    height: 387px;
  }

  .projects-page-grid {
    grid-template-columns: 1fr 240px;
  }

  .page_header_component {
    width: 70%;
  }

  .form-block-contact {
    width: 100%;
  }

  .grid-contact, .hero-grid {
    grid-template-columns: 1fr;
  }

  .side-contact {
    width: 110%;
    right: 0;
  }

  .side-contact.v2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-5.text-size-color-edit {
    font-size: 16px;
  }

  .menu-icon1_line-top {
    background-color: var(--bryant-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--bryant-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle {
    background-color: var(--bryant-blue);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .layout4_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header36_content {
    min-height: 600px;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta51_card {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .image-background-section.blog-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-wrapper-content.page-header {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .services-card {
    width: 100%;
    margin-bottom: 58px;
    margin-left: 0;
    margin-right: 0;
    padding: 56px 32px 48px;
  }

  .services-card.mobile-card1 {
    width: 100%;
  }

  .features-wrapper {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .features-wrapper._2 {
    flex-flow: column;
  }

  .half-side-content {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background._2 {
    flex-flow: row;
  }

  .half-side-content.contact-us-half-side, .half-side-content.gray {
    width: 100%;
    height: auto;
  }

  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .small-features {
    justify-content: center;
    max-width: 91%;
  }

  .small-feature {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer {
    padding-right: 20px;
  }

  .footer-content {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-links {
    width: 50%;
  }

  .image-link {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .purchase-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 20px;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .image-side {
    width: 100%;
  }

  .div-button {
    padding-top: 15px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-feature_component, .about-locations_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-locations_map {
    height: 20rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_component {
    grid-template-columns: 1fr;
  }

  .layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_list {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .form-block {
    width: 100%;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-2.no-padding-landscape {
    padding-left: 0;
    padding-right: 0;
  }

  .project-page-image {
    object-fit: none;
  }

  .project_slider {
    height: 283px;
  }

  .projects-page-grid {
    grid-template-columns: 1fr;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page_header_component {
    width: 80%;
  }

  .form-block-contact {
    width: 100%;
  }

  .grid-contact {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .side-contact {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    right: 0;
  }

  .side-contact.v2 {
    width: 100%;
  }

  .paragraph-5.text-size-color-edit {
    font-size: 14px;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .layout4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .header36_content {
    padding-top: 0;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta51_card {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .image-background-section.blog-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.hero-button {
    margin-bottom: 8px;
    margin-right: 16px;
  }

  .section.mp {
    padding-right: 12px;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }

  .section-header.left.mobile-contact {
    font-size: 25px;
  }

  .section-header.left.font-reduce {
    font-size: 30px;
    line-height: 40px;
  }

  .services-card {
    align-self: auto;
    width: 100%;
  }

  .services-card.mobile-card1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .half-side-content.contact-us-half-side {
    min-height: 750px;
  }

  .half-side-content.icon {
    height: auto;
  }

  .half-side-info {
    max-width: 400px;
  }

  .half-side-info.maxw-reduce-mp {
    max-width: 350px;
  }

  .small-feature {
    width: 1000%;
    margin-bottom: 20px;
  }

  .small-feature.mobile-feature1 {
    margin-bottom: 20px;
  }

  .services-block-image {
    margin-left: -60px;
    top: -14px;
    left: 38px;
  }

  .services-block-image._2, .services-block-image._3 {
    margin-left: -60px;
  }

  .footer.mobile-footer {
    flex-wrap: wrap;
    place-content: flex-end center;
    align-self: auto;
    align-items: center;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .footer-content {
    margin-left: 0;
  }

  .footer-links {
    width: 100%;
    margin-right: 0;
  }

  .purchase-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-us-card {
    padding-left: 0;
    padding-right: 0;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 16px;
  }

  .white.center {
    width: 95%;
  }

  .footer-copyright {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-10 {
    text-align: left;
    flex: 0 auto;
  }

  .div-block-12 {
    text-align: left;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .image-7.logo-scroll {
    width: 200px;
  }

  .hero-slide-title-2, .hero-slide-title-2.white {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.margin-custom {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .paragraph.margin-custom.text-color-white {
    font-size: .875rem;
  }

  .button-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .home-feature_component {
    grid-template-columns: 1fr;
  }

  .about-locations_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.custom {
    padding-top: 0;
  }

  .home-about_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout_component, .project_list.related {
    grid-template-columns: 1fr;
  }

  .project_slider {
    height: 196px;
  }

  .page_header_component {
    width: 100%;
  }

  .form-block-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-contact {
    width: 100%;
  }

  .side-contact {
    width: 100%;
    position: static;
    right: 0;
  }

  .side-contact.v2 {
    width: 100%;
    margin-top: 0;
    padding: 30px 15px;
  }

  .paragraph-5.text-size-color-edit {
    font-size: 14px;
  }

  .paragraph-5.text-size-color-edit.align-left-mp {
    text-align: left;
  }

  .text-color-white {
    font-size: 25px;
  }

  .layout4_component {
    grid-template-columns: 1fr;
  }

  .header36_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header36_component {
    grid-template-columns: 1fr;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .text-size-medium-3 {
    font-size: 1.1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta51_card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_3f53355a-8511-3603-5318-845cb16c55af-08027e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f53355a-8511-3603-5318-845cb16c55b1-08027e5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_190e7696-480d-4548-5e7a-970d2bff37f7-53992997, #w-node-_190e7696-480d-4548-5e7a-970d2bff3804-53992997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560d9169-ad70-741a-1225-910445c6eda2-9472b221, #w-node-_560d9169-ad70-741a-1225-910445c6eda6-9472b221, #w-node-_560d9169-ad70-741a-1225-910445c6edaa-9472b221, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56b5-313b5697, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56b9-313b5697, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56bd-313b5697 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cadd211-4faa-9f42-16eb-12fbdce50e20-78a29537 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_560d9169-ad70-741a-1225-910445c6ed9a-9472b221, #w-node-_560d9169-ad70-741a-1225-910445c6ed9e-9472b221, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56ad-313b5697, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56b1-313b5697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5cadd211-4faa-9f42-16eb-12fbdce50e20-78a29537 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5dd2843d-05b8-22d8-0182-1ad7993f731f-3b870550 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3f53355a-8511-3603-5318-845cb16c550b-08027e5a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_560d9169-ad70-741a-1225-910445c6eda2-9472b221, #w-node-_560d9169-ad70-741a-1225-910445c6eda6-9472b221, #w-node-_560d9169-ad70-741a-1225-910445c6edaa-9472b221, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56b5-313b5697, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56b9-313b5697, #w-node-_66b6ed3b-2610-9290-fdad-8228313b56bd-313b5697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


