@import url(https://use.typekit.net/csl7phv.css);
/**
 Media Query Ranges
**/
:root {
  --base-off-white: #fff;
  --red-color: #9b2d30;
  --red-color-light: #b53538; /* Light Red */
  --base-black: #000;
  --Charcoal: #2e2d31;
  --grey-over-white: rgba(46, 45, 49, 0.1);
  --grey-over-black: rgba(255, 255, 255, 0.1);
  --team-color: #008080;
  --orange-color: #e87033;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  color: var(--slate-gray-color);
}

.header1 {
  font-size: 3rem; /* 48px */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  font-style: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .header1 {
    font-size: 1.75rem; /* 28px */
  }
}

.header2 {
  font-size: 2.5rem; /* 40px */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .header2 {
    font-size: 1.75rem; /* 28px */
  }
}

.header3 {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .header3 {
    font-size: 1.5rem; /* 24px */
  }
}

.header4 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem; /* 28px */
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .header4 {
    font-size: 1.25rem; /* 20px */
  }
}

.header5 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .header5 {
    font-size: 1.125rem; /* 18px */
  }
}

.subheader {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.56; /* 156.25% */
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.body-lg-text {
  font-size: 1.125rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}

.body-text {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .body-text {
    font-size: 1rem;
  }
}

.normal-text {
  font-size: 0.875rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.hero-main__wrapper {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  padding-top: 400px !important;
  overflow: hidden;
  background-color: #faf9f9;
}
@media screen and (max-width: 999px) {
  .hero-main__wrapper {
    padding-bottom: 0;
    background-size: 1340px;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media screen and (max-width: 999px) {
  .hero-main__wrapper .container {
    padding: 0;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container {
  z-index: 3;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .hero-main__wrapper .container .hero-main__wrapper-container {
    padding: 0;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container::after {
  clear: both;
  content: "";
  width: 100%;
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content {
  padding-left: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  padding-right: 0;
  align-items: flex-end;
  gap: 0%;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content {
    flex-direction: column;
    gap: 20px;
  }
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content::after {
    content: "";
    background-color: var(--orange-color);
    height: 38%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 130px;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__wrapper-container-content-inner {
  display: inline-flex;
  gap: 20px;
  background-color: var(--base-off-white);
  padding: 1.5rem;
  background-color: var(--base-off-white);
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__wrapper-container-content-inner {
    flex-direction: column-reverse;
    gap: 10px;
    margin: 0 12px;
    width: calc(100% - 24px);
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__title {
  color: #000;
  font-size: 36px;
  line-height: 100%; /* 36px */
  margin: 0 0 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  will-change: transform;
  text-align: left;
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__title br {
  display: none;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__title {
    text-align: left;
  }
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__title br {
    display: block;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon img {
  max-width: 154px;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon img {
    max-width: 75px;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon .hero-main__sub-title {
  display: none;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon .hero-main__sub-title {
    display: block;
  }
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__icon .hero-main__sub-title svg {
    display: none;
  }
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__sub-title {
  /* Heading/Subheading */
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin: 0 0 8px;
  text-align: left;
  will-change: transform;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__sub-title svg rect {
  fill: #008080;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .container .hero-main__wrapper-container .hero-main__wrapper-container-content .hero-main__sub-title {
    display: none;
  }
}
.hero-main__wrapper .hero-main__wrapper-container-form {
  margin-top: -60px;
  position: relative;
  flex: 0 0 40%;
}
.hero-main__wrapper .hero-main__wrapper-container-form .gform_validation_errors {
  display: none;
}
.hero-main__wrapper .hero-main__wrapper-container-form .validation_message {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  padding: 5px !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 999px) {
  .hero-main__wrapper .hero-main__wrapper-container-form {
    margin-top: 0;
    flex: 1 1 100%;
    width: 100%;
  }
  .hero-main__wrapper .hero-main__wrapper-container-form .hero-main__wrapper-container-form-inner {
    border: 0 !important;
  }
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__wrapper-container-form-inner {
  border-top: 16px solid #e87033;
  border-right: 16px solid #e87033;
  background: #fff;
  box-shadow: -8px -4px 34px 0 rgba(0, 0, 0, 0.09);
  padding: 1.5rem;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-title {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  margin-top: 0;
  line-height: normal;
  text-transform: uppercase;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content #gform_1 .hidetop {
  display: none;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content #gform_1 .hidetopbottom {
  display: none;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content #gform_1 .w-full-top {
  width: 100%;
  grid-column: span 12;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gfield_label,
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform-field-label {
  display: none;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gfield--type-checkbox .gform-field-label {
  display: inline-block;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gfield_checkbox .gform-field-label {
  display: inline-block;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body select {
  background-color: rgba(108, 135, 135, 0.1);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../assets/images/chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  color: #000;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body .gfield input,
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body select,
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body textarea {
  background: rgba(108, 135, 135, 0.1);
  border: 0;
  padding: 10px 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 44px;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_body ::placeholder {
  color: #000;
  opacity: 1;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-main__wrapper .hero-main__wrapper-container-form .hero-main__form-content .gform_footer input[type=submit] {
  background-color: #e87033;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal !important;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}

.inner-page-title__wrapper {
  position: relative;
}
.inner-page-title__wrapper:before {
  opacity: 0.9;
  content: "";
  background: var(--orange-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.inner-page-title__wrapper {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 999px) {
  .inner-page-title__wrapper {
    padding: 2rem 0;
  }
}
.inner-page-title__wrapper .inner-page-title-container {
  padding: 0 3rem;
  text-align: left;
  border-radius: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .inner-page-title__wrapper .inner-page-title-container {
    padding: 2rem;
    flex-direction: column;
  }
}
.inner-page-title__wrapper .inner-page-title-container .inner-page-title__sub-title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .inner-page-title__wrapper .inner-page-title-container .inner-page-title__sub-title {
    font-size: 0.875rem; /* 14px */
  }
}
.inner-page-title__wrapper .inner-page-title-container .inner-page-title__sub-title {
  color: var(--Dark-grey, #aba9ab);
  text-transform: uppercase;
  padding: 0;
  margin: 0 0;
  position: relative;
  z-index: 2;
}
.inner-page-title__wrapper .inner-page-title-container .inner-page-title__title {
  color: var(--White, #fff);
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  line-height: normal;
  font-style: normal;
}
@media only screen and (max-width: 999px) {
  .inner-page-title__wrapper .inner-page-title-container .inner-page-title__title {
    font-size: 1.5rem;
  }
}
.inner-page-title__wrapper .inner-page-title-container::after {
  content: "";
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
@media only screen and (max-width: 768px) {
  .inner-page-title__wrapper .inner-page-title-container::after {
    background-size: cover;
  }
}

.accordions__wrapper {
  padding: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .accordions__wrapper {
    padding: 4rem 0;
  }
}
.accordions__wrapper .container {
  width: min(1390px, 100%);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 1390px) {
  .accordions__wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .accordions__wrapper .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.accordions__wrapper .accordions__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .accordions__wrapper .accordions__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.accordions__wrapper .accordions__title svg {
  display: inline-block;
  vertical-align: middle;
}
.accordions__wrapper .accordions__title svg rect {
  fill: var(--orange-color);
}
@media only screen and (max-width: 576px) {
  .accordions__wrapper .accordions__title {
    font-size: 28px;
  }
}
.accordions__wrapper .accordions__content {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__content {
    font-size: 1rem;
  }
}
.accordions__wrapper .accordions__content {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__content {
    font-size: 1rem;
  }
}
.accordions__wrapper .accordions__content a {
  text-decoration: underline;
}
.accordions__wrapper .accordions__content a:hover {
  text-decoration: none;
}
.accordions__wrapper .accordions__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.accordions__wrapper .accordions__item {
  border-radius: var(--border-radius-on-base, 0);
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  background: #008080;
  padding: 2rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__item {
    padding: 1rem;
  }
}
.accordions__wrapper .accordions__item.active {
  border-left-color: var(--orange-color);
}
.accordions__wrapper .accordions__item.active .accordions__item-accordion-button {
  font-weight: 700;
  color: var(--base-off-white);
}
.accordions__wrapper .accordions__item.active .accordions__item-accordion-button .accordions__item-accordion-icon {
  transform: rotate(180deg);
}
.accordions__wrapper .accordions__item.active .accordions__item-content {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  margin-top: 1.5rem;
  display: block;
  color: var(--base-off-white);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 33.2px */
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__item.active .accordions__item-content {
    word-wrap: break-word;
  }
}
.accordions__wrapper .accordions__item .accordions__item-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 0;
  gap: 10px;
}
.accordions__wrapper .accordions__item .accordions__item-accordion-button:hover {
  background-color: rgba(var(--petroleum-blue-dark-rgb), 0.1);
}
.accordions__wrapper .accordions__item .accordions__item-accordion-button-title {
  flex: 1;
  line-height: 150%;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base-off-white);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__item .accordions__item-accordion-button-title {
    font-size: 1rem;
  }
}
.accordions__wrapper .accordions__item .accordions__item-accordion-icon {
  font-size: 1.25rem;
  color: var(--base-off-white);
  line-height: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.accordions__wrapper .accordions__item .accordions__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 2rem;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 32.4px */
}
.accordions__wrapper .accordions__item .accordions__item-content {
  color: var(--base-off-white);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  /* Paragraph/20pt/Medium */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 768px) {
  .accordions__wrapper .accordions__item .accordions__item-content {
    font-size: 1rem;
  }
}
.accordions__wrapper .accordions__item .accordions__item-content ul {
  padding-left: 20px;
}
.accordions__wrapper .accordions__item .accordions__item-content p {
  margin: 0 0 2rem;
}
.accordions__wrapper .accordions__item .accordions__item-content p:last-child {
  margin-bottom: 0;
}

.content-block__wrapper {
  background-color: #fff;
  margin: 64px 0;
  display: inline-block;
  width: 100%;
}
.content-block__wrapper blockquote {
  margin: 2rem 0;
  padding-left: 1rem;
  font-style: normal;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .content-block__wrapper blockquote {
    font-size: 1rem;
  }
}
.content-block__wrapper blockquote {
  font-weight: 400;
  max-width: 940px;
}
.content-block__wrapper .content-block__content {
  color: #000000;
}
.content-block__wrapper .content-block__content h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.content-block__wrapper .content-block__content p {
  margin: 0 0 1.5rem;
}
.content-block__wrapper .content-block__content p:only-child, .content-block__wrapper .content-block__content p:last-child {
  margin-bottom: 0;
}
.content-block__wrapper #gform_3 .w-full-top {
  width: 100%;
  grid-column: span 12;
}
.content-block__wrapper #gform_3 .gfield_label,
.content-block__wrapper #gform_3 .gform-field-label {
  display: none;
}
.content-block__wrapper #gform_3 .gfield--type-checkbox .gform-field-label {
  display: inline-block;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.content-block__wrapper #gform_3 .gfield--type-checkbox .gchoice input {
  min-height: auto;
}
.content-block__wrapper #gform_3 .gfield--type-checkbox .gchoice label {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content-block__wrapper #gform_3 .gfield_description {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.content-block__wrapper #gform_3 .gform_fileupload_rules {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0;
}
.content-block__wrapper .gform_confirmation_message {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.content-block__wrapper .gfield_checkbox .gform-field-label {
  display: inline-block;
}
.content-block__wrapper .gform_body select {
  background-color: rgba(108, 135, 135, 0.1);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../assets/images/chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  color: #000;
}
.content-block__wrapper .gform_body .gfield input[type=file] {
  color: #000;
}
.content-block__wrapper .gform_body .gfield input[type=file]::file-selector-button {
  color: #000;
}
.content-block__wrapper .gform_body .gfield input,
.content-block__wrapper .gform_body select,
.content-block__wrapper .gform_body textarea {
  background: rgba(108, 135, 135, 0.1);
  border: 0;
  padding: 10px 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 44px;
  color: rgb(0, 0, 0);
}
.content-block__wrapper .gform_body ::-moz-placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.content-block__wrapper .gform_body ::placeholder {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.content-block__wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-block__wrapper .gform_footer input[type=submit] {
  background-color: #e87033;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal !important;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.filter-sidebar {
  margin-bottom: 40px;
}
.filter-sidebar .filter-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .filter-sidebar .filter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.filter-sidebar .filter-wrapper .filter-header .filter-title {
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.filter-sidebar .filter-wrapper .filter-header .filter-title svg rect {
  fill: #e87033;
}
@media only screen and (max-width: 576px) {
  .filter-sidebar .filter-wrapper .filter-header .filter-title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 28px;
    gap: 10px;
    margin-bottom: 0;
  }
}
.filter-sidebar .filter-wrapper .status {
  display: none;
}
.filter-sidebar .filter-group {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.filter-sidebar .filter-group .news-filter-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .filter-sidebar .filter-group .news-filter-group {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .filter-sidebar .filter-group .news-filter-group .news-filter-label {
    width: 100%;
    display: block;
  }
}

select#portfolio-filter-portfolio-category {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  color: #71717a;
  background-color: transparent;
  width: 180px;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e4e4e7;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
select#portfolio-filter-portfolio-category > button {
  display: flex;
  width: 100%;
  font-family: inherit;
  color: currentColor;
}
select#portfolio-filter-portfolio-category > button > svg {
  margin: 0 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
}
select#portfolio-filter-portfolio-category:has(option:not([hidden]):checked) {
  color: #18181b;
}
select#portfolio-filter-portfolio-category:focus-visible {
  outline: 2px solid #a1a1aa;
  outline-offset: -1px;
}
select#portfolio-filter-portfolio-category::picker-icon {
  display: none;
}
select#portfolio-filter-portfolio-category::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  border: 1px solid #e4e4e7;
  padding: 0.25rem;
  margin-top: 0.25rem;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition: opacity 225ms ease-in-out, transform 225ms ease-in-out;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
}
@starting-style {
  select#portfolio-filter-portfolio-category::picker(select) {
    transform: translateY(-0.25rem) scale(0.95);
    opacity: 0;
  }
}
select#portfolio-filter-portfolio-category optgroup label {
  display: block;
  padding: 0.375rem 0.5rem;
}
select#portfolio-filter-portfolio-category option {
  padding: 0.375rem 0.5rem;
  border-radius: calc(0.5rem - 4px);
  outline: none;
}
select#portfolio-filter-portfolio-category option::after {
  content: "";
  width: 1rem;
  height: 1.5rem;
  margin-left: auto;
  opacity: 0;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2318181b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
}
select#portfolio-filter-portfolio-category option::checkmark {
  display: none;
}
select#portfolio-filter-portfolio-category option:checked {
  background-color: transparent;
}
select#portfolio-filter-portfolio-category option:checked::after {
  opacity: 1;
}
select#portfolio-filter-portfolio-category option:hover, select#portfolio-filter-portfolio-category option:focus-visible {
  background-color: #f4f4f5;
  color: #18181b;
}

.filter-group h4 {
  color: #333f48;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px !important;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0 0;
}

.filter-group a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-decoration: none;
  background: var(--petroleum-blue-light, #cae7ed);
  /* Paragraph/20pt/Medium */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 768px) {
  .filter-group a {
    font-size: 1rem;
  }
}

.filter-group span .activecheck {
  display: none;
}

.filter-group span.active .activecheck {
  display: inline;
}

.filter-group span .defaultcheck {
  margin-top: 2px;
  display: inline;
}

.filter-group span.active a {
  background-color: var(--petroleum-blue-dark);
  color: var(--base-off-white);
}
.filter-group span.active .defaultcheck {
  display: none;
}

.filter-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.filter-header h2 {
  color: #333f48;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: normal;
  line-height: 140%; /* 33.6px */
}

.nav-filter,
.nav-filter-news {
  max-width: 260px;
}

.nav-filter.show,
.nav-filter-news.show {
  display: block;
}

.filter-opener svg,
.filter-news-opener svg {
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.filter-opener.active svg,
.filter-news-opener.active svg {
  transform: rotate(180deg);
}

.nav-filter #search,
.nav-filter-news #searchnews {
  background-image: url(https://tourismhr.ca/wp-content/uploads/2025/04/MagnifyingGlass.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px 12px;
  background-color: #fff;
  border: 1px solid #e3eaf8;
  padding: 12px 24px 12px 35px;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  max-width: 220px;
}

.portfolio-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
@media only screen and (max-width: 768px) {
  .portfolio-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-cards-wrapper .portfolio__item {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image .portfolio__item-category {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image .portfolio__item-category .portfolio__item-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 100%;
  width: 100%;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image .portfolio__item-category .portfolio__item-category-tag .bullet-point {
  width: 26px;
  background-color: var(--orange-color);
  margin-right: 0;
  height: 100%;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-image .portfolio__item-category .portfolio__item-category-tag .category-name {
  background-color: var(--orange-color);
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 10px;
  padding: 10px 0;
  height: auto;
  flex: 1;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-title {
  margin: 0;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 150%; /* 30px */
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-title a {
  font-weight: 500;
  text-decoration: none;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-title a:hover {
  text-decoration: underline;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--deep-rose-magenta-medium);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__link {
  text-decoration: none;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-title {
  text-decoration: none;
  margin: 0;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-learn-more {
  margin-top: auto;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-learn-more a {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 150%; /* 24px */
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 12px 0;
  color: #000;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-learn-more a svg {
  width: 16px;
}
.portfolio-cards-wrapper .portfolio__item .portfolio__item-content .portfolio__item-learn-more a svg path {
  fill: #000;
}
.portfolio-cards-wrapper .portfolio__item:hover .portfolio__item-learn-more a::after {
  color: var(--pure-white-color);
}

.content .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.pagination-wrapper .paged {
  color: #333f48;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.content .pagination {
  text-align: center;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}

.content .pagination li {
  list-style: none;
}

.content .pagination li .page-numbers {
  border-radius: 0;
  border: 1px solid #000;
  background: var(--base-off-white, #f3f4f0);
  text-align: center;
  color: var(--base-black-80);
  text-decoration: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 140%; /* 25.2px */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.content .pagination li .page-numbers:hover {
  background-color: var(--orange-color);
  color: #fff;
  border-color: var(--orange-color);
}

.content .pagination li .next,
.content .pagination li .prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.content .pagination li .next svg,
.content .pagination li .prev svg {
  width: 16px;
  height: 14px;
}
.content .pagination li .next svg path,
.content .pagination li .prev svg path {
  stroke: #000;
}
.content .pagination li .next:hover,
.content .pagination li .prev:hover {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}
.content .pagination li .next:hover svg path,
.content .pagination li .prev:hover svg path {
  stroke: #fff;
}

.content .pagination li .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid var(--orange-color);
  background: var(--orange-color);
  color: #fff;
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 140%; /* 25.2px */
}

.portfolio-filter-group {
  position: relative;
  display: inline-block;
}
.portfolio-filter-group .portfolio-filter-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #fff;
  color: var(--orange-color);
  border: none;
  padding: 14px 18px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  min-width: 220px;
  width: 100%;
  text-align: left;
  border: 2px solid var(--orange-color);
  transition: background-color 0.2s ease;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.portfolio-filter-group .portfolio-filter-trigger .portfolio-filter-trigger-text {
  flex: 1;
}
.portfolio-filter-group .portfolio-filter-trigger .portfolio-filter-chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.portfolio-filter-group .portfolio-filter-trigger .portfolio-filter-chevron path {
  stroke: var(--orange-color);
}
.portfolio-filter-group .portfolio-filter-trigger[aria-expanded=true] {
  background-color: var(--orange-color);
  color: #fff;
}
.portfolio-filter-group .portfolio-filter-trigger[aria-expanded=true] .portfolio-filter-chevron {
  transform: rotate(180deg);
}
.portfolio-filter-group .portfolio-filter-trigger[aria-expanded=true] .portfolio-filter-chevron path {
  stroke: #fff;
}
.portfolio-filter-group .portfolio-filter-trigger:focus-visible {
  outline: 2px solid var(--orange-color);
  outline-offset: 2px;
}
.portfolio-filter-group .portfolio-filter-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--orange-color);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  min-width: 220px;
}
.portfolio-filter-group .portfolio-filter-options .portfolio-filter-option {
  padding: 10px 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  transition: background-color 0.15s ease;
}
.portfolio-filter-group .portfolio-filter-options .portfolio-filter-option:first-child {
  border-top: none;
}
.portfolio-filter-group .portfolio-filter-options .portfolio-filter-option:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.portfolio-filter-group .portfolio-filter-options .portfolio-filter-option.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.portfolio-filter-group.open .portfolio-filter-options {
  display: block;
}
@media only screen and (max-width: 768px) {
  .portfolio-filter-group {
    width: 100%;
  }
  .portfolio-filter-group .portfolio-filter-trigger {
    min-width: 100%;
  }
  .portfolio-filter-group .portfolio-filter-options {
    min-width: 100%;
  }
}

.get-a-quote-block__wrapper {
  padding: 64px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 999px) {
  .get-a-quote-block__wrapper {
    padding: 32px 0;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper {
  display: grid;
  background: rgba(0, 128, 128, 0.8);
  padding: 2rem;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.confirmation-visible {
  display: flex;
  flex-direction: column;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.confirmation-visible .get-a-quote-block__form {
  box-shadow: none;
  padding: 2rem;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.has-no-form {
  grid-template-columns: 1fr;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.has-no-form .get-a-quote-block__content {
  margin-left: 0;
  align-items: center;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.has-no-form .get-a-quote-block__content .get-a-quote-block__title {
  margin-top: 0;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper.has-no-form .get-a-quote-block__content .get-a-quote-block__subtitle {
  max-width: 667px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content {
    margin-left: 0;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__title {
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__title {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__title svg {
  display: inline-block;
  vertical-align: middle;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__title svg rect {
  fill: #fff;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__subtitle {
  margin: 0;
  margin-bottom: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  line-height: normal;
  font-style: normal;
}
@media only screen and (max-width: 999px) {
  .get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__button {
  background-color: #e87033;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: normal !important;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__content .get-a-quote-block__button {
    width: 100%;
  }
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form {
  padding: 1.5rem;
  background: #fff;
  box-shadow: -8px -4px 34px 0 rgba(0, 0, 0, 0.09);
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_validation_errors {
  display: none;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_confirmation_message {
  background: url(../assets/images/material-symbols_check.svg) no-repeat top center;
  background-size: 30px;
  padding-top: 60px;
  text-align: center;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_confirmation_message h3 {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  margin-top: 0;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_confirmation_message {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .validation_message {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  padding: 5px !important;
  font-size: 14px !important;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form #gform_4 .hidetopbottom {
  display: none;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gfield_label {
  display: none;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body select {
  background-color: rgba(108, 135, 135, 0.1);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../assets/images/chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  color: #000;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body .gfield input,
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body select,
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body textarea {
  min-height: 44px;
  background: rgba(108, 135, 135, 0.1);
  border: 0;
  padding: 10px 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_body ::placeholder {
  color: #000;
  opacity: 1;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_footer {
  padding-bottom: 0;
}
.get-a-quote-block__wrapper .get-a-quote-block__inner-wrapper .get-a-quote-block__form .gform_footer input[type=submit] {
  background-color: #e87033;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: normal !important;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}

.services-block__wrapper {
  padding: 40px 0;
  background: #f9f9f9;
}
@media only screen and (max-width: 999px) {
  .services-block__wrapper {
    padding: 2rem 0 0;
  }
}
.services-block__wrapper .services-block__inner-wrapper {
  margin: 0 auto;
}
.services-block__wrapper .services-block__title {
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.services-block__wrapper .services-block__title svg rect {
  fill: #e87033;
}
@media only screen and (max-width: 576px) {
  .services-block__wrapper .services-block__title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 28px;
    gap: 10px;
  }
}
.services-block__wrapper .services-block__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.services-block__wrapper .services-block__cards-wrapper.is-service-page {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 999px) {
  .services-block__wrapper .services-block__cards-wrapper.is-service-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .services-block__wrapper .services-block__cards-wrapper.is-service-page {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 999px) {
  .services-block__wrapper .services-block__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .services-block__wrapper .services-block__cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.services-block__wrapper .services-block__card {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.services-block__wrapper .services-block__card:hover .services-block__card-content {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
  width: calc(100% - 10px);
  background: var(--orange-color);
}
.services-block__wrapper .services-block__card:hover .services-block__card-content .services-block__card-title {
  color: #fff;
}
.services-block__wrapper .services-block__card:hover .services-block__card-content .services-block__card-title a {
  display: block;
}
.services-block__wrapper .services-block__card:hover .services-block__card-content .services-block__card-description {
  opacity: 1;
  display: block;
  color: #fff;
  pointer-events: auto;
  transform: translateY(0);
}
.services-block__wrapper .services-block__card-image-wrapper {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.services-block__wrapper .services-block__card-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-block__wrapper .services-block__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  border-bottom: 8px solid #e87033;
  border-left: 8px solid #e87033;
  background: #fff;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.services-block__wrapper .services-block__card-title {
  margin-bottom: 0;
  margin-top: 0;
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.services-block__wrapper .services-block__card-title a {
  display: none;
  text-decoration: none;
}
.services-block__wrapper .services-block__card-title a:hover {
  text-decoration: underline;
}
.services-block__wrapper .services-block__card-description {
  opacity: 0;
  display: none;
  pointer-events: none;
  transform: translateY(20px);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4px;
  transition: opacity 0.3s, transform 0.3s;
  font-size: 1rem;
  color: #000;
  margin-top: 8px;
  padding: 0;
}

.reviews-block__wrapper {
  background-color: var(--orange-color);
  overflow: hidden;
}
.reviews-block__wrapper.one-review__wrapper {
  background-image: url(../assets/images/reviews-bg.svg);
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: left center;
}
.reviews-block__wrapper.one-review__wrapper .one-review {
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper.one-review__wrapper .one-review {
    padding: 0 20px;
    width: auto;
  }
}
.reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__inner-titles {
  padding-left: 0 !important;
  background: none;
}
.reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__inner-titles .reviews-block__title {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__reviews-wrapper {
    width: 100%;
  }
}
.reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__reviews-wrapper .swiper-single {
  padding-left: 65px;
  padding-top: 45px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__reviews-wrapper .swiper-single {
    padding-left: 0;
    padding-top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper.one-review__wrapper .one-review .reviews-block__reviews-wrapper .swiper-single .reviews-block__review {
    width: 100%;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper {
  display: flex;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  background: url(../assets/images/reviews-bg.svg) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles {
    gap: 32px;
    padding: 24px 12px !important;
    background-position: bottom;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows {
  width: 100px;
  margin-left: 50px;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows {
    margin: 0 auto !important;
    display: flex;
    gap: 20px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .prev-ctrl-reviews {
  left: 0 !important;
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .prev-ctrl-reviews::after,
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .next-ctrl-reviews::after {
  content: none;
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .prev-ctrl-reviews svg,
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .next-ctrl-reviews svg {
  width: 24px;
  height: 24px;
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .prev-ctrl-reviews svg rect,
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .next-ctrl-reviews svg rect {
  fill: #fff;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .prev-ctrl-reviews,
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles .swiper-arrows .next-ctrl-reviews {
    position: unset;
    margin-top: 0;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h2.reviews-block__title {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h2.reviews-block__title {
    flex-direction: column;
    font-size: 28px;
    gap: 10px;
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h2.reviews-block__title svg rect {
  fill: #fff;
}
@media only screen and (max-width: 576px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h2.reviews-block__title {
    font-size: 28px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h3.reviews-block__sub-title {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  font-style: normal;
  line-height: 100%; /* 44px */
  padding: 0;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__inner-titles h3.reviews-block__sub-title {
    margin-bottom: 8px;
    margin-left: 0;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__reviews-wrapper {
  padding: 64px 0;
  width: 65%;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__reviews-wrapper {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0 0 2rem 0;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .swiper-slide {
  padding-left: 65px;
  padding-top: 45px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .swiper-slide {
    padding-left: 0;
    padding-top: 35px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review {
  padding: 40px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review {
    padding: 30px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .stars {
  margin-left: 70px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .stars .reviews-block__rating-label {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  line-height: 6.105px; /* 43.606% */
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .stars {
    margin-left: 150px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-name {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-left: 70px;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-name {
    margin-left: 150px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-name.no-subheader {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-name.no-subheader {
    margin-bottom: 50px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-job-title {
  margin: 0;
  margin-left: 70px;
  padding: 0;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 16px */
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__author-job-title {
    margin-left: 150px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__content {
  color: #000;
  margin-top: 24px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 140%; /* 25.2px */
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__review-content .reviews-block__content {
    margin-top: 34px;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__author-photo {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  border: 8px solid var(--orange-color);
}
@media screen and (max-width: 999px) {
  .reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__author-photo {
    border-left: 0;
  }
}
.reviews-block__wrapper .reviews-block__inner-wrapper .reviews-block__review .reviews-block__author-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-block__wrapper {
  padding: 64px 0;
  background: #f9f9f9;
}
@media screen and (max-width: 999px) {
  .projects-block__wrapper {
    padding: 2rem 0;
  }
}
.projects-block__wrapper .projects-block__inner-wrapper {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .projects-block__wrapper .projects-block__inner-wrapper {
    padding: 0 16px;
  }
}
.projects-block__wrapper .projects-block__inner-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.projects-block__wrapper .projects-block__inner-header .projects-block__header-link {
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
.projects-block__wrapper .projects-block__inner-header .projects-block__header-link:hover {
  text-decoration: underline;
}
.projects-block__wrapper .projects-block__title {
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .projects-block__wrapper .projects-block__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.projects-block__wrapper .projects-block__title svg {
  display: inline-block;
  vertical-align: middle;
}
.projects-block__wrapper .projects-block__title svg rect {
  fill: #008080;
}
@media only screen and (max-width: 576px) {
  .projects-block__wrapper .projects-block__title {
    font-size: 28px;
  }
}
.projects-block__wrapper .projects-block__projects-swiper {
  height: 490px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 999px) {
  .projects-block__wrapper .projects-block__projects-swiper {
    height: auto;
    padding-bottom: 30px;
  }
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide {
  display: flex;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .projects-block__wrapper .projects-block__projects-swiper .swiper-slide {
    height: auto;
    flex-direction: column;
    text-align: center;
  }
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-title {
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.2;
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-title a {
  text-decoration: none;
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-title a:hover {
  text-decoration: underline;
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-image {
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-image img {
  width: 100%;
  height: 440px;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 999px) {
  .projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .projects-block__wrapper .projects-block__projects-swiper .swiper-slide .projects-block__project .projects-block__project-image {
    max-width: 100%;
  }
}
.projects-block__wrapper .projects-block__projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .projects-block__wrapper .projects-block__projects-wrapper {
    gap: 18px;
  }
}
.projects-block__wrapper .swiper-arrows {
  position: absolute;
  bottom: 15px;
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .projects-block__wrapper .swiper-arrows {
    bottom: 0;
  }
}
.projects-block__wrapper .swiper-arrows .next-ctrl-projects,
.projects-block__wrapper .swiper-arrows .prev-ctrl-projects {
  position: absolute;
  bottom: 0%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.projects-block__wrapper .swiper-arrows .next-ctrl-projects svg,
.projects-block__wrapper .swiper-arrows .prev-ctrl-projects svg {
  width: 20px;
  height: 20px;
}
.projects-block__wrapper .swiper-arrows .next-ctrl-projects:after,
.projects-block__wrapper .swiper-arrows .prev-ctrl-projects:after {
  font-size: 16px;
  color: #000;
  content: none;
}

.certifications-block__wrapper {
  padding: 48px 0;
  background: #f9f9f9;
}
@media only screen and (max-width: 576px) {
  .certifications-block__wrapper {
    padding: 1rem 0 2rem 0;
  }
}
.certifications-block__wrapper .certifications-block__inner-wrapper {
  text-align: center;
}
.certifications-block__wrapper .certifications-block__title {
  margin-bottom: 2rem;
  text-align: left;
  color: #000;
  font-size: 36px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0;
}
.certifications-block__wrapper .certifications-block__title svg {
  display: inline-block;
  vertical-align: middle;
}
.certifications-block__wrapper .certifications-block__title svg rect {
  fill: #008080;
}
.certifications-block__wrapper .certifications-block__certifications-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.certifications-block__wrapper .certifications-block__certification-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 80px;
  transition: box-shadow 0.2s;
}
.certifications-block__wrapper .certifications-block__certification-image {
  max-width: 130px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.certifications-block__wrapper .certifications-block__button-wrapper {
  margin-top: 24px;
  display: inline-flex;
}
.certifications-block__wrapper .certifications-block__button {
  padding: 10px 20px;
  color: var(--base-off-white);
  border: 2px solid var(--orange-color);
  background-color: var(--orange-color);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .certifications-block__wrapper .certifications-block__certifications-wrapper {
    gap: 32px;
    margin-bottom: 0;
  }
  .certifications-block__wrapper .certifications-block__certification-card {
    padding: 16px 20px;
  }
  .certifications-block__wrapper .certifications-block__title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 28px;
    gap: 10px;
  }
  .certifications-block__wrapper .certifications-block__certifications-wrapper {
    gap: 18px;
  }
  .certifications-block__wrapper .certifications-block__certification-card {
    min-width: 45%;
    min-height: 60px;
    padding: 10px 8px;
  }
  .certifications-block__wrapper .certifications-block__certification-image {
    max-width: 100px;
    max-height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .certifications-block__wrapper .certifications-block__button-wrapper {
    width: 100%;
  }
  .certifications-block__wrapper .certifications-block__button-wrapper .certifications-block__button {
    width: 100%;
  }
}

.tile-images-with-content-wrapper {
  background: #008080;
  padding: 0;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .tile-images-with-content-wrapper {
    margin-top: 0;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__inner-wrapper {
  display: grid;
  gap: 40px;
  align-items: center;
  gap: 4rem;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 999px) {
  .tile-images-with-content-wrapper .tile-images-with-content__inner-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__images-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 999px) {
  .tile-images-with-content-wrapper .tile-images-with-content__images-wrapper {
    height: 300px;
    background-position: bottom center;
    background-image: url(../assets/images/top-hero-mobile-bg-png);
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__images-wrapper .tile-images-with-content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper {
  padding: 60px 0;
  display: flex;
  padding-right: 30%;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 999px) {
  .tile-images-with-content-wrapper .tile-images-with-content__content-wrapper {
    padding: 32px 16px !important;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__title {
  margin: 0;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  font-style: normal;
  line-height: normal;
  color: var(--base-off-white);
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Neue Haas Grotesk Display Pro";
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin: 0 0 1rem;
}
@media screen and (max-width: 999px) {
  .tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__sub-title {
    margin: 0;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__sub-title svg rect {
  fill: #fff;
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__content {
  font-size: 1.125rem;
  color: var(--base-off-white);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__content {
    margin-bottom: 1rem;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__content strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__content p {
  margin: 0 0 1rem;
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__content p:last-child {
  margin-bottom: 0;
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid var(--base-off-white);
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__button {
    width: 100%;
    text-align: center;
    align-self: center;
    justify-content: center;
  }
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__button:hover {
  background: var(--orange-color);
}
.tile-images-with-content-wrapper .tile-images-with-content__content-wrapper .tile-images-with-content__button svg {
  margin-left: 8px;
}
@media (max-width: 900px) {
  .tile-images-with-content-wrapper .tile-images-with-content__inner-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.page-template-page-landingpage #masthead:not(.scrolled) {
  background-color: var(--base-off-white);
}

.landing-page-form__wrapper {
  background-color: #008080;
  background-image: url(../assets/images/reviews-bg.svg);
  padding: 64px 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 999px) {
  .landing-page-form__wrapper {
    padding: 32px 0;
  }
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper {
  display: grid;
  background: var(--base-off-white);
  padding: 2rem;
  grid-template-columns: 1.2fr 2fr;
  gap: 3rem;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper.confirmation-visible {
  display: flex;
  flex-direction: column;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper.confirmation-visible .landing-page-form__form {
  box-shadow: none;
  padding: 2rem;
}
@media only screen and (max-width: 999px) {
  .landing-page-form__wrapper .landing-page-form__inner-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content {
    margin-left: 0;
  }
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__subtitle {
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: left;
  color: #000;
  font-size: 1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__subtitle {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__subtitle svg {
  display: inline-block;
  vertical-align: middle;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__subtitle svg rect {
  fill: #000;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__title {
  margin: 0;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: normal;
  font-style: normal;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__title p {
  margin: 0;
  padding: 0;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__title strong {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  .landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__content .landing-page-form__title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form {
  padding: 1.5rem;
  background: #fff;
  box-shadow: -8px -4px 34px 0 rgba(0, 0, 0, 0.09);
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_validation_errors {
  display: none;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .content-text {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_confirmation_message {
  background: url(../assets/images/material-symbols_check.svg) no-repeat top center;
  background-size: 30px;
  padding-top: 60px;
  text-align: center;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_confirmation_message h3 {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  margin-top: 0;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_confirmation_message {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .validation_message {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 400;
  padding: 5px !important;
  font-size: 14px !important;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form #gform_4 .hidetopbottom {
  display: none;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gfield_label {
  display: none;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body select {
  background-color: rgba(108, 135, 135, 0.1);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../assets/images/chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  color: #000;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield input,
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body select,
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body textarea {
  min-height: 44px;
  background: rgba(108, 135, 135, 0.1);
  border: 0;
  padding: 10px 20px;
  font-size: 1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield input[type=checkbox] {
  min-height: unset;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield_consent_label {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield_consent_label a {
  font-weight: 400;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body ::placeholder {
  color: #000;
  opacity: 1;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield--type-consent input[type=checkbox] {
  position: absolute !important;
  left: -9999px;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield--type-consent input[type=checkbox] + label {
  position: relative !important;
  padding-left: 1.5em !important; /* Adjust spacing */
  cursor: pointer !important;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield--type-consent input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #ccc;
  background: #fff;
  /* Add other styles like border-radius, box-shadow, etc. */
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield--type-consent input[type=checkbox]:checked + label::before {
  background-color: #e87033; /* Color when checked */
  border-color: #e87033;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body {
  /* Add a checkmark using ::after pseudo-element */
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_body .gfield--type-consent input[type=checkbox]:checked + label::after {
  /* Add styles for your checkmark (e.g., background image or character) */
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_footer {
  padding-bottom: 0;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gform_footer input[type=submit] {
  background-color: #e87033;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: normal !important;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
}
.landing-page-form__wrapper .landing-page-form__inner-wrapper .landing-page-form__form .gfield_html a {
  font-weight: 400;
}

.services-list__wrapper {
  padding: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .services-list__wrapper {
    padding: 4rem 0;
  }
}
.services-list__wrapper .services-list__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .services-list__wrapper .services-list__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-list__wrapper .services-list__title svg {
  display: inline-block;
  vertical-align: middle;
}
.services-list__wrapper .services-list__title svg rect {
  fill: var(--orange-color);
}
@media only screen and (max-width: 576px) {
  .services-list__wrapper .services-list__title {
    font-size: 28px;
  }
}
.services-list__wrapper .services-list__inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}
.services-list__wrapper .services-list__inner-wrapper.single {
  justify-content: center;
}
.services-list__wrapper .services-list__item {
  background: var(--orange-color);
  color: var(--base-off-white);
  padding: 20px;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: var(--border-radius-on-base, 0);
  flex: 1 1 calc(33% - 3.5px);
  max-width: calc(33% - 3.5px);
}
.services-list__wrapper .services-list__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 700px) {
  .services-list__wrapper .services-list__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.services-list__wrapper .services-list__item:only-child {
  flex-basis: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .services-list__wrapper .services-list__item {
    flex-basis: 100%;
  }
}

.service-process__wrapper {
  background-color: var(--orange-color);
  padding: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .service-process__wrapper {
    padding: 4rem 0;
  }
}
.service-process__wrapper .service-process__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .service-process__wrapper .service-process__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-process__wrapper .service-process__title svg {
  display: inline-block;
  vertical-align: middle;
}
.service-process__wrapper .service-process__title svg rect {
  fill: var(--base-off-white);
}
@media only screen and (max-width: 576px) {
  .service-process__wrapper .service-process__title {
    font-size: 28px;
  }
}
.service-process__wrapper .service-process__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 64px;
  margin: 0;
  list-style: none;
  background-color: var(--base-off-white);
}
@media screen and (max-width: 999px) {
  .service-process__wrapper .service-process__inner-wrapper {
    padding: 32px;
  }
}
.service-process__wrapper .service-process__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  counter-increment: process-step;
  position: relative;
}
.service-process__wrapper .service-process__item::before {
  margin-top: 0;
  content: counter(process-step, decimal) ".";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange-color);
  color: #fff;
  font-size: 24px;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 450;
}
.service-process__wrapper .service-process__inner-wrapper {
  counter-reset: process-step;
}
.service-process__wrapper .service-process__item-name {
  font-size: 24px;
  color: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 450;
}

.page-portfolio .innerpage-hero-wrapper,
.page-portfolio-2 .innerpage-hero-wrapper {
  min-height: 400px;
  background-position: center;
}
.page-portfolio .innerpage-hero-wrapper:before,
.page-portfolio-2 .innerpage-hero-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-portfolio .innerpage-hero-wrapper .innerpage-hero__inner-wrapper,
.page-portfolio-2 .innerpage-hero-wrapper .innerpage-hero__inner-wrapper {
  position: relative;
  z-index: 2;
}

.innerpage-hero-wrapper {
  background: #008080;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 600px;
}
@media screen and (max-width: 999px) {
  .innerpage-hero-wrapper {
    min-height: 300px;
    padding: 20px 0;
  }
}
.innerpage-hero-wrapper .innerpage-hero__inner-wrapper {
  display: flex;
  align-items: center;
  padding: 0 96px;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .innerpage-hero-wrapper .innerpage-hero__inner-wrapper {
    padding: 0;
  }
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 0.5rem;
}
@media only screen and (max-width: 999px) {
  .innerpage-hero-wrapper .innerpage-hero__content-wrapper {
    padding: 32px 0 !important;
  }
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  font-style: normal;
  line-height: normal;
  color: var(--base-off-white);
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-family: "Neue Haas Grotesk Display Pro";
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin: 0 0;
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__content {
  font-size: 1.125rem;
  color: var(--base-off-white);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__content {
    margin-bottom: 1rem;
  }
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__content strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__content p {
  margin: 0 0 1rem;
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__content p:last-child {
  margin-bottom: 0;
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid var(--orange-color);
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__button {
    width: 100%;
    text-align: center;
    align-self: center;
    justify-content: center;
  }
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__button:hover {
  background: var(--orange-color);
}
.innerpage-hero-wrapper .innerpage-hero__content-wrapper .innerpage-hero__button svg {
  margin-left: 8px;
}
@media (max-width: 900px) {
  .innerpage-hero-wrapper .innerpage-hero__inner-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

.service-credential-and-credibility-wrapper {
  padding: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .service-credential-and-credibility-wrapper {
    padding: 4rem 0;
  }
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .service-credential-and-credibility-wrapper .service-credential-and-credibility__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__title svg {
  display: inline-block;
  vertical-align: middle;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__title svg rect {
  fill: #008080;
}
@media only screen and (max-width: 576px) {
  .service-credential-and-credibility-wrapper .service-credential-and-credibility__title {
    font-size: 28px;
  }
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper .service-credential-and-credibility__credentials-wrapper .service-credential-and-credibility__credential-lists {
  width: 100%;
  margin: 0;
  padding: 0;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper .service-credential-and-credibility__credentials-wrapper .service-credential-and-credibility__credential-lists li.service-credential-and-credibility__credential-list-item {
  list-style: none;
  display: grid;
  grid-template-columns: 32px calc(100% - 32px);
  width: 100%;
  align-items: self-start;
  gap: 10px;
  margin-bottom: 1rem;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 28px */
  width: 100%;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper .service-credential-and-credibility__credentials-wrapper .service-credential-and-credibility__credential-lists li.service-credential-and-credibility__credential-list-item svg {
  flex-basis: 44px;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper .service-credential-and-credibility__credentials-wrapper .service-credential-and-credibility__credential-lists li.service-credential-and-credibility__credential-list-item svg path {
  width: 24px;
  height: 24px;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__inner-wrapper .service-credential-and-credibility__credentials-wrapper .service-credential-and-credibility__credential-lists li.service-credential-and-credibility__credential-list-item span {
  display: inline-block;
  max-width: calc(100% - 44px);
}
.service-credential-and-credibility-wrapper .credibility-images-slider {
  width: 100%;
  margin-top: 3rem;
}
.service-credential-and-credibility-wrapper .credibility-images-slider .swiper-wrapper {
  align-items: center;
}
.service-credential-and-credibility-wrapper .credibility-images-slider .swiper-wrapper .swiper-slide {
  text-align: center;
}
.service-credential-and-credibility-wrapper .credibility-images-slider .swiper-wrapper .swiper-slide .service-credential-and-credibility__credibility-image {
  display: inline-flex;
}
.service-credential-and-credibility-wrapper .credibility-images-slider .swiper-wrapper .swiper-slide .service-credential-and-credibility__credibility-image img {
  max-width: 180px;
  height: auto;
  width: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__item {
  background: var(--orange-color);
  color: var(--base-off-white);
  padding: 20px;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: var(--border-radius-on-base, 0);
  flex: 1 1 calc(50% - 3.5px);
  max-width: calc(50% - 3.5px);
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 700px) {
  .service-credential-and-credibility-wrapper .service-credential-and-credibility__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.service-credential-and-credibility-wrapper .service-credential-and-credibility__item:only-child {
  flex-basis: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .service-credential-and-credibility-wrapper .service-credential-and-credibility__item {
    flex-basis: 100%;
  }
}

.service-overview-wrapper {
  background: var(--orange-color);
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .service-overview-wrapper {
    margin-top: 0;
  }
}
.service-overview-wrapper .service-overview__inner-wrapper {
  display: grid;
  gap: 40px;
  align-items: center;
  gap: 4rem;
  grid-template-columns: 1fr;
}
@media (max-width: 999px) {
  .service-overview-wrapper .service-overview__inner-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.service-overview-wrapper .service-overview__inner-wrapper.has-image {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 999px) {
  .service-overview-wrapper .service-overview__inner-wrapper.has-image {
    grid-template-columns: 1fr;
  }
}
.service-overview-wrapper .service-overview__inner-wrapper.has-image img {
  width: 100%;
  max-width: 230px;
  height: auto;
}
.service-overview-wrapper .service-overview__images-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media only screen and (max-width: 999px) {
  .service-overview-wrapper .service-overview__images-wrapper {
    height: 300px;
    background-position: bottom center;
    background-image: url(../assets/images/top-hero-mobile-bg-png);
  }
}
.service-overview-wrapper .service-overview__images-wrapper .service-overview__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.service-overview-wrapper .service-overview__content-wrapper {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 999px) {
  .service-overview-wrapper .service-overview__content-wrapper {
    padding: 32px 16px !important;
  }
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: var(--base-off-white);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: self-start;
}
@media only screen and (max-width: 999px) {
  .service-overview-wrapper .service-overview__content-wrapper .service-overview__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__title svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__title svg rect {
  fill: var(--base-off-white);
}
@media only screen and (max-width: 576px) {
  .service-overview-wrapper .service-overview__content-wrapper .service-overview__title {
    font-size: 28px;
  }
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__content {
  font-size: 1.125rem;
  color: var(--base-off-white);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .service-overview-wrapper .service-overview__content-wrapper .service-overview__content {
    margin-bottom: 1rem;
  }
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__content strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__content p {
  margin: 0 0 1rem;
}
.service-overview-wrapper .service-overview__content-wrapper .service-overview__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .service-overview-wrapper .service-overview__inner-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.service-image-link-list-wrapper {
  padding: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .service-image-link-list-wrapper {
    padding: 4rem 0;
  }
}
.service-image-link-list-wrapper .service-image-link-list__inner-wrapper {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
@media (max-width: 999px) {
  .service-image-link-list-wrapper .service-image-link-list__inner-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.service-image-link-list-wrapper .service-image-link-list__left-image-wrapper {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
}
.service-image-link-list-wrapper .service-image-link-list__left-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.service-image-link-list-wrapper .service-image-link-list__left-image-wrapper .service-image-link-list__text-on-image {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem 2rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inline-flex;
  margin-top: auto;
  align-items: flex-end;
}
.service-image-link-list-wrapper .service-image-link-list__left-image-wrapper .service-image-link-list__text-on-image h3 {
  margin: 0;
  font-size: 36px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  max-width: 340px;
}
.service-image-link-list-wrapper .service-image-link-list__link-lists {
  flex: 1 1 50%;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
@media (max-width: 999px) {
  .service-image-link-list-wrapper .service-image-link-list__link-lists {
    padding: 24px 16px;
    border-left-width: 4px;
  }
}
.service-image-link-list-wrapper .service-image-link-list__link-lists {
  list-style: none;
  margin: 0;
}
.service-image-link-list-wrapper .service-image-link-list__link-list-item {
  margin: 0;
}
.service-image-link-list-wrapper .service-image-link-list__link-list-item a {
  padding: 2rem;
  color: #000;
  text-decoration: underline;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  display: inline-block;
  transition: color 0.2s, background 0.2s, border-left-color 0.2s;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
  padding-left: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.service-image-link-list-wrapper .service-image-link-list__link-list-item a:hover, .service-image-link-list-wrapper .service-image-link-list__link-list-item a:focus {
  color: var(--orange-color);
  border-left-color: var(--orange-color);
  text-decoration: underline;
}
.service-image-link-list-wrapper .service-image-link-list__title {
  margin-bottom: 2rem;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .service-image-link-list-wrapper .service-image-link-list__title {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-image-link-list-wrapper .service-image-link-list__title svg {
  display: inline-block;
  vertical-align: middle;
}
.service-image-link-list-wrapper .service-image-link-list__title svg rect {
  fill: var(--orange-color);
}
@media only screen and (max-width: 576px) {
  .service-image-link-list-wrapper .service-image-link-list__title {
    font-size: 28px;
  }
}

.project-gallery__wrapper {
  padding: 64px 0 32px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .project-gallery__wrapper {
    padding: 56px 0 32px;
  }
}
@media screen and (max-width: 600px) {
  .project-gallery__wrapper {
    padding: 32px 0;
  }
}
.project-gallery__wrapper .project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .project-gallery__wrapper .project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-gallery__wrapper .project-gallery__item img {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .project-gallery__wrapper .project-gallery {
    grid-template-columns: 1fr;
  }
  .project-gallery__wrapper .project-gallery__item img {
    height: 200px;
  }
}
.project-gallery__wrapper .project-gallery__item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
}
.project-gallery__wrapper .project-gallery__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.project-gallery__wrapper .project-gallery__item img:hover {
  transform: scale(1.04);
}

.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
}
.lb-overlay.is-open {
  display: flex;
}
.lb-overlay__img-wrap {
  position: relative;
  max-width: 88vw;
  max-height: calc(100vh - 160px);
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-overlay__img-wrap img {
  max-width: 88vw;
  max-height: calc(100vh - 160px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lb-overlay__close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 20px;
  right: 24px;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  padding: 4px;
  z-index: 100001;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.lb-overlay__close:hover {
  opacity: 1;
}
.lb-overlay__close svg {
  width: 28px;
  height: 28px;
  display: block;
}
.lb-overlay__nav {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 100001;
}
.lb-overlay__arrow {
  background: var(--orange-color);
  border: 0 solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.lb-overlay__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}
.lb-overlay__counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.project-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .project-hero {
    min-height: 380px;
  }
}
@media screen and (max-width: 600px) {
  .project-hero {
    min-height: 450px;
  }
}
.project-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.project-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.project-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.78) 100%);
}
.project-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 56px;
}
@media screen and (max-width: 999px) {
  .project-hero__content {
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .project-hero__content {
    padding: 0 0 1.5rem;
  }
}
.project-hero__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 56px;
}
@media screen and (max-width: 600px) {
  .project-hero__title {
    margin-bottom: 1rem;
  }
}
.project-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 600px) {
  .project-hero__meta {
    gap: 1rem;
    flex-direction: column;
  }
}
.project-hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
  position: relative;
}
.project-hero__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background: var(--orange-color);
  flex-shrink: 0;
}
.project-hero__meta-label {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
  line-height: 1;
}
.project-hero__meta-value {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .project-hero__meta-value {
    font-size: 1rem;
  }
}

.project-nav {
  background: #fff;
}
.project-nav__inner {
  display: flex;
  border-top: 1px solid var(--orange-color);
  align-items: stretch;
}
.project-nav__divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  align-self: stretch;
  margin: 2rem 0;
}
.project-nav__item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
  text-decoration: none;
  color: var(--Charcoal);
  transition: background 0.25s ease;
  overflow: hidden;
}
.project-nav__item:hover .project-nav__title {
  color: var(--orange-color);
}
.project-nav__item--prev {
  padding-right: 3rem;
  flex-direction: row-reverse;
  text-align: right;
  padding-left: 3rem;
}
@media screen and (max-width: 480px) {
  .project-nav__item--prev {
    align-items: flex-start !important;
    padding: 10px 0 !important;
  }
  .project-nav__item--prev .project-nav__title {
    display: grid !important;
    grid-template-columns: 24px 3fr;
    gap: 4px;
  }
}
.project-nav__item--prev .project-nav__direction svg {
  margin-right: 4px;
}
.project-nav__item--next {
  flex-direction: row-reverse;
  text-align: right;
  padding-left: 3rem;
}
@media screen and (max-width: 480px) {
  .project-nav__item--next {
    align-items: flex-end !important;
    padding: 10px 0 !important;
  }
  .project-nav__item--next .project-nav__title {
    display: grid !important;
    grid-template-columns: 3fr 24px;
    gap: 4px;
  }
}
.project-nav__item--next .project-nav__direction {
  justify-content: flex-end;
}
.project-nav__item--next .project-nav__direction svg {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .project-nav__item {
    padding: 1.75rem 1rem;
  }
  .project-nav__item--next {
    padding-left: 1rem;
  }
  .project-nav__item--prev {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .project-nav__item {
    flex-direction: column !important;
    align-items: flex-start;
    text-align: left !important;
    gap: 0.75rem;
  }
  .project-nav__item--next .project-nav__direction {
    justify-content: flex-start;
  }
}
.project-nav__thumb {
  width: 96px;
  height: 68px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}
.project-nav__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
@media screen and (max-width: 768px) {
  .project-nav__thumb {
    width: 72px;
    height: 52px;
  }
}
.project-nav__content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.project-nav__direction {
  display: inline-flex;
  align-items: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(46, 45, 49, 0.45);
}
.project-nav__direction svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
}
.project-nav__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.25;
  margin: 0;
  display: flex;
  gap: 10px;
  color: var(--Charcoal);
  transition: color 0.25s ease;
  display: inline-flex !important;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .project-nav__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.project-nav__title svg {
  width: 24px;
  height: 24px;
}

.project-overview {
  padding: 64px 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .project-overview {
    padding: 56px 0;
  }
}
@media screen and (max-width: 600px) {
  .project-overview {
    padding: 32px 0;
  }
}
.project-overview.project-overview--no-media {
  padding-bottom: 32px;
}
.project-overview__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .project-overview__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.project-overview__inner.project-overview__inner--no-media {
  grid-template-columns: 1fr;
}
.project-overview__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.project-overview__heading {
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 100%; /* 36px */
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .project-overview__heading {
    font-size: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.project-overview__heading svg {
  display: inline-block;
  vertical-align: middle;
}
.project-overview__heading svg rect {
  fill: var(--orange-color);
}
@media only screen and (max-width: 576px) {
  .project-overview__heading {
    font-size: 28px;
  }
}
.project-overview__heading-accent {
  display: inline-flex;
  gap: 4px;
  flex-shrink: 0;
}
.project-overview__heading-accent::before, .project-overview__heading-accent::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: var(--orange-color);
}
.project-overview__body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.project-overview__body p {
  margin: 0 0 1em;
}
.project-overview__body p:last-child {
  margin-bottom: 0;
}
.project-overview__media {
  position: relative;
}
.project-overview__video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #000;
}
.project-overview__video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-overview__video-wrap--youtube {
  aspect-ratio: 16/9;
}
.project-overview__video-wrap--youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.project-overview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, background 0.25s ease;
  z-index: 2;
}
.project-overview__play svg {
  width: 24px;
  height: 24px;
  color: var(--Charcoal);
  margin-left: 3px;
  transition: color 0.25s ease;
}
.project-overview__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange-color);
}
.project-overview__play:hover svg {
  color: #fff;
}
.project-overview__play.is-playing {
  opacity: 0;
  pointer-events: all;
}
.project-overview__play.is-playing:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange-color);
}
.project-overview__play.is-playing:hover svg {
  color: #fff;
}

html {
  font-size: 100%;
  line-height: 1.5;
}

body {
  padding: 0;
  margin: 0;
}

.screen-reader-shortcut,
.sr-only {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-size: 1.5rem;
}

b,
strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: min(1390px, 100%);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 1390px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.underlined-link {
  text-decoration: underline;
}
.underlined-link:hover {
  text-decoration: none;
  color: var(--rescue-red-color);
}

.mobile-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

textarea {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px !important;
}

.swiper-scrollbar {
  opacity: 1 !important;
  background: var(--petroleum-blue-10) !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--petroleum-blue-dark);
}

main section div a {
  font-weight: 700;
  text-decoration: underline;
}
main section div a:hover {
  text-decoration: none;
}

.home #page-wrapper {
  margin-top: 0 !important;
}

.side-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 999px) {
  .side-menu {
    display: none;
    gap: 1rem;
  }
}
.side-menu a {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 15px 12px 15px;
  border-radius: 6px !important;
  color: var(--base-off-white);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: capitalize;
  background-color: var(--red-color);
}
.side-menu a:hover {
  background-color: var(--red-color-light) !important;
}

.home.page-template-page-flexible-content #masthead {
  z-index: 99;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
}
.home.page-template-page-flexible-content #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
}
.home.page-template-page-flexible-content #masthead .top-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home.page-template-page-flexible-content #masthead .top-header .logo-wrapper .scroll-logo {
  display: none;
}
.home.page-template-page-flexible-content #masthead .top-header .top-header-phone a {
  color: var(--base-off-white);
}
.home.page-template-page-flexible-content #masthead.scrolled {
  position: fixed;
  background-color: var(--pure-white-color) !important;
}
.home.page-template-page-flexible-content #masthead.scrolled .main-logo {
  display: none;
}
.home.page-template-page-flexible-content #masthead.scrolled .scroll-logo {
  display: block !important;
}
.home.page-template-page-flexible-content #masthead.scrolled .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}
.home.page-template-page-flexible-content #masthead.scrolled .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home.page-template-page-flexible-content #masthead.scrolled .top-header .top-header-phone a {
  color: #000;
}
.home.page-template-page-flexible-content #masthead:not(.scrolled) .scroll-logo {
  display: none;
}
.home.page-template-page-flexible-content #masthead:not(.scrolled) .main-logo {
  display: block;
}
.home.page-template-page-flexible-content #masthead:not(.scrolled) .top-header .top-header-phone svg path {
  fill: var(--base-off-white);
}
.home.page-template-page-flexible-content #masthead:not(.scrolled) .top-header .top-header-phone a {
  color: #fff;
}
.home.page-template-page-flexible-content #page-wrapper {
  margin-top: var(--header-height, 128px);
}

.mega-menu-menu-1-mobile-open #masthead .scroll-logo {
  display: block !important;
}
.mega-menu-menu-1-mobile-open #masthead .main-logo {
  display: none !important;
}
.mega-menu-menu-1-mobile-open #masthead .top-header {
  display: block;
  background-color: var(--base-off-white);
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .header-right-content {
  z-index: 2;
  border-top: 1px solid var(--orange-color);
  padding-top: 10px;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .header-right-content .top-header-phone svg path {
  fill: #000;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .header-right-content .top-header-phone a {
  color: #000;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .main-logo {
  display: none;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children .mega-sub-menu {
  padding-left: 0 !important;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children .mega-sub-menu > li > a {
  text-align: center;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #000 !important;
}
@media only screen and (max-width: 999px) {
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap {
    background-color: var(--base-off-white);
    border-bottom: 4px solid var(--orange-color);
  }
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu-toggle {
  margin-top: 10px;
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
  background-color: var(--base-black);
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner:before, .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner:after {
  background-color: var(--base-black);
}
.mega-menu-menu-1-mobile-open #masthead.scrolled {
  background-color: var(--pure-white-color) !important;
}
.mega-menu-menu-1-mobile-open #masthead.scrolled .top-header .scroll-logo {
  display: block !important;
}
.mega-menu-menu-1-mobile-open #masthead.scrolled .top-header .main-logo {
  display: none;
}
.mega-menu-menu-1-mobile-open #masthead:not(.scrolled) {
  background-color: transparent;
}
.mega-menu-menu-1-mobile-open #masthead:not(.scrolled) .scroll-logo {
  display: none;
}
.mega-menu-menu-1-mobile-open #masthead:not(.scrolled) .main-logo {
  display: block;
}
.mega-menu-menu-1-mobile-open #masthead:not(.scrolled) .nav-controls {
  color: var(--calm-steel-color);
}
.mega-menu-menu-1-mobile-open #masthead:not(.scrolled) .hamburger-open > div {
  background-color: var(--white-color);
}

#masthead {
  visibility: visible;
  opacity: 1;
  padding: 0;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 1000px) {
  #masthead {
    padding: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 992px) and (orientation: landscape) {
  #masthead {
    padding: 0;
  }
}
#masthead.scrolled {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#masthead.scrolled .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle {
  background-color: rgba(0, 0, 0, 0.1);
}
#masthead.scrolled .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
  background-color: var(--base-black);
}
#masthead.scrolled .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner:before {
  background-color: var(--base-black);
}
#masthead.scrolled .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner:after {
  background-color: var(--base-black);
}
#masthead.scrolled .top-header {
  display: block;
  background-color: var(--base-off-white);
}
#masthead.scrolled .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}
#masthead.scrolled .top-header .container .header-right-content .top-header-phone svg path {
  fill: #000;
}
#masthead.scrolled .top-header .container .header-right-content .top-header-phone a {
  color: #000;
}
#masthead.scrolled .top-header .main-logo {
  display: none;
}
#masthead:not(.scrolled) {
  background-color: transparent;
}
#masthead:not(.scrolled) .nav-controls {
  color: var(--pure-white-color);
}
#masthead:not(.scrolled) .hamburger-open > div {
  background-color: var(--pure-white-color);
}
#masthead:not(.scrolled) .scroll-logo {
  display: block;
}
#masthead:not(.scrolled) .main-logo {
  display: none;
}
#masthead .topheader-notice {
  background: var(--orange-color);
  padding: 1rem 0;
  color: var(--base-off-white);
}
#masthead .topheader-notice .container {
  position: relative;
  text-align: left;
  padding-right: 50px;
  font-family: var(--inter-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
@media only screen and (min-width: 1000px) {
  #masthead .topheader-notice .container {
    text-align: center;
    padding-right: 20px;
  }
}
#masthead .topheader-notice .container #close-notice {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1rem;
  color: var(--base-off-white);
}
@media only screen and (min-width: 1000px) {
  #masthead .topheader-notice .container #close-notice {
    right: 0;
  }
}
#masthead .top-header {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  #masthead .top-header {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#masthead .top-header .container .top-header-content {
  border-radius: 2rem;
  padding: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content {
    padding: 1rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    height: auto;
  }
}
#masthead .top-header .container .top-header-content .mega-menu-wrap {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 60px;
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu {
    padding: 0;
    margin-top: 0;
    height: auto;
    overflow-y: unset;
  }
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle {
  border-radius: 0;
  line-height: 37px;
  height: 37px;
  width: 37px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-self: end;
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle {
    display: none;
  }
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle.mega-menu-open {
  background-color: var(--petroleum-blue-10);
  margin-right: 14px;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle + #mega-menu-menu-1 {
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle + #mega-menu-menu-1 {
    margin-top: -4px !important;
    background-color: transparent;
    height: auto !important;
    display: flex;
  }
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated {
  width: 21px;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
  height: 2px;
  background-color: var(--base-off-white);
  width: 21px;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner::before, #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner::after {
  content: "";
  width: 21px;
  background-color: var(--base-off-white);
  height: 2px;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu {
  position: unset !important;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu {
  margin-top: 1rem;
  padding: 12px;
  border-radius: 32px;
  background: var(--base-white) !important;
  box-shadow: 0 0 12px 0 rgba(125, 112, 97, 0.12);
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "futura-pt", sans-serif !important;
  font-size: 1rem;
  font-style: normal;
  border-radius: 15px;
  line-height: 150%; /* 21px */
  text-transform: capitalize;
  padding: 12px 12px;
  color: #000 !important;
  background-color: transparent;
  position: relative;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: var(--petroleum-blue-light);
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:first-of-type {
  padding-top: 0;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:last-child {
  padding-bottom: 0;
}
#masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link::before {
  display: none;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link {
  margin-left: auto;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a {
  padding: 12px 15px 12px 15px;
  border-radius: 6px !important;
  color: var(--base-off-white);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: capitalize;
  background-color: var(--red-color);
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a:hover {
  background-color: var(--red-color-light) !important;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a {
  font-size: 0.875rem !important;
  color: var(--base-off-white) !important;
  background-color: var(--red-color) !important;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link {
    margin-left: unset;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background-color: transparent;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #000;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  font-weight: 600;
  background-color: transparent;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  color: #000;
  display: inline-flex;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: transparent;
  border-radius: 15px;
}
@media only screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: var(--base-off-white);
  }
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
    text-transform: none;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    height: auto;
    line-height: 1.85; /* 185.714% */
    padding: 12px;
  }
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .mega-indicator {
  display: inline-flex;
  align-items: center;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > a.mega-menu-link {
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.85; /* 185.714% */
  letter-spacing: -0.1px;
  display: inline-flex;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > a.mega-menu-link {
    font-size: 1rem;
    font-weight: 600;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: var(--pure-white-color);
  top: 100%;
  padding: 1rem 1rem 0;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-top: 1px solid #979797;
    padding: 2.25rem 0;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: none;
  color: var(--base-off-white);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    font-size: 0.875rem;
    top: 1px;
  }
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    top: 1px;
  }
}
#masthead .top-header .container .top-header-content #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(180deg);
}
#masthead .top-header .container .top-header-content .mega-menu-wrap-top .menu-wrap-top-inner {
  display: flex;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap {
    display: flex;
    background-color: transparent;
  }
}
#masthead .top-header .container .top-header-content .mega-menu-wrap-top .header-social-icons {
  display: none;
}
#masthead .top-header .container .header-right-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#masthead .top-header .container .header-right-content .button {
  padding: 10px 20px;
  color: var(--base-off-white);
  border: 2px solid var(--orange-color);
  background-color: var(--orange-color);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
#masthead .top-header .container .header-right-content .top-header-phone svg path {
  fill: #000;
}
#masthead .top-header .container .header-right-content .top-header-phone a {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-decoration: underline;
}
#masthead .top-header .container .header-right-content .top-header-phone a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .container .header-right-content {
    justify-content: space-between;
    width: 100%;
  }
}
#masthead .top-header .logo-wrapper {
  width: 248px;
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .logo-wrapper {
    width: 160px;
  }
}
#masthead .top-header .logo-wrapper a {
  display: inline-flex;
}
#masthead .top-header .logo-wrapper .main-logo {
  width: 160px;
  height: auto;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .logo-wrapper .main-logo {
    width: 180px;
  }
}
#masthead .top-header .logo-wrapper .scroll-logo {
  width: 180px;
  height: auto;
  transition: opacity 0.3s ease;
}
#masthead .top-header .search-toggle-wrapper.active .text-search {
  transform: translate(300%, 0%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#masthead .top-header .search-toggle-wrapper.active .input-holder-wrapper:hover {
  background: transparent;
  border: 2px solid var(--base-white);
}
#masthead .top-header .search-toggle-wrapper.active .input-holder {
  width: 400px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper.active .input-holder {
    width: 270px;
  }
}
#masthead .top-header .search-toggle-wrapper.active .input-holder .search-input {
  opacity: 1;
  padding: 0px 45px 0 20px;
  transition: all 0.1s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
#masthead .top-header .search-toggle-wrapper.active .input-holder .search-icon {
  margin: 0;
  background-color: transparent;
}
#masthead .top-header .search-toggle-wrapper.active .input-holder .search-icon:hover {
  background-color: var(--yellow-medium);
}
@media only screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper.active .input-holder .search-icon {
    border: 2px solid transparent;
    background-color: var(--yellow-light) !important;
  }
  #masthead .top-header .search-toggle-wrapper.active .input-holder .search-icon:hover {
    background-color: var(--yellow-medium) !important;
  }
}
@media only screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper {
    width: 100%;
    height: 50px;
  }
}
#masthead .top-header .search-toggle-wrapper .input-holder {
  height: 45px;
  width: 45px;
  overflow: hidden;
  background: var(--yellow-light);
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#masthead .top-header .search-toggle-wrapper .input-holder .search-input {
  width: 100%;
  border-radius: 15px;
  height: 45px;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--yellow-light);
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--base-gray);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
}
#masthead .top-header .search-toggle-wrapper .input-holder .search-icon {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 15px;
  background: var(--yellow-medium);
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper .input-holder .search-icon {
    border: 2px solid var(--base-white);
  }
}
#masthead .top-header .search-toggle-wrapper .input-holder-wrapper {
  display: flex;
  background: var(--base-white);
  align-items: center;
  width: 400px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  border: 2px solid var(--base-white);
}
@media only screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper .input-holder-wrapper {
    border: 0;
    width: auto;
    background: none;
    justify-content: end;
    position: absolute;
    z-index: 100;
    right: 74px;
  }
}
#masthead .top-header .search-toggle-wrapper .input-holder-wrapper:hover {
  background: #e9eae6;
  border: 2px solid #e9eae6;
}
#masthead .top-header .search-toggle-wrapper .input-holder-wrapper .text-search {
  position: absolute;
  left: calc(45px + 1rem);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 999px) {
  #masthead .top-header .search-toggle-wrapper .input-holder-wrapper .text-search {
    display: none;
  }
}
#masthead .top-header .header-social-icons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  display: none;
}
@media only screen and (min-width: 1000px) {
  #masthead .top-header .header-social-icons {
    display: flex;
  }
}
#masthead .top-header .header-social-icons a {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 0.6px solid transparent;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#masthead .top-header .header-social-icons a img {
  width: 20px;
  max-height: 20px;
}
#masthead .top-header .header-social-icons a:hover {
  border-radius: 10px;
  border: 0.6px solid var(--petroleum-blue-dark);
  background-color: var(--petroleum-blue-10);
}
#masthead .bottom-header {
  margin: 0.75rem 0;
  background-color: transparent;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  #masthead .bottom-header {
    display: none !important;
  }
}
#masthead .bottom-header .container .bottom-header-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (min-width: 1390px) {
  #masthead .bottom-header .container .bottom-header-content {
    flex-direction: row;
  }
}
#masthead .bottom-header .container .bottom-header-content .logo-wrapper {
  display: none;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .side-menu {
  display: none;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .menu-main-menu-container ul.menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .menu-main-menu-container ul.menu li {
  list-style: none;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .menu-main-menu-container ul.menu li a {
  font-family: var(--font-family-primary, "Open Sans");
  font-size: var(--Labels-label-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: capitalize;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 60px;
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu {
    padding: 0;
    margin-top: 0;
    height: auto;
    overflow-y: unset;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle {
  border-radius: 0;
  line-height: 37px;
  height: 37px;
  width: 37px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-self: end;
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle {
    display: none;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle.mega-menu-open {
  background-color: var(--petroleum-blue-10);
  margin-right: 14px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle + #mega-menu-menu-1 {
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle + #mega-menu-menu-1 {
    margin-top: -4px !important;
    background-color: transparent;
    height: auto !important;
    display: flex;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated {
  width: 21px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
  height: 2px;
  background-color: var(--base-off-white);
  width: 21px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner::before, #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner::after {
  content: "";
  width: 21px;
  background-color: var(--base-off-white);
  height: 2px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu {
  position: unset !important;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu {
  margin-top: 1rem;
  padding: 12px;
  border-radius: 32px;
  background: var(--base-white) !important;
  box-shadow: 0 0 12px 0 rgba(125, 112, 97, 0.12);
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "futura-pt", sans-serif !important;
  font-size: 1rem;
  font-style: normal;
  border-radius: 15px;
  line-height: 150%; /* 21px */
  text-transform: capitalize;
  padding: 12px 12px;
  color: #000 !important;
  background-color: transparent;
  position: relative;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: var(--petroleum-blue-light);
  bottom: -8px;
  left: 0;
  transition: all 0.3s ease;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:first-of-type {
  padding-top: 0;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:last-child {
  padding-bottom: 0;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link::before {
  display: none;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link {
  margin-left: auto;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a {
  padding: 12px 15px 12px 15px;
  border-radius: 6px !important;
  color: var(--base-off-white);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-transform: capitalize;
  background-color: var(--red-color);
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a:hover {
  background-color: var(--red-color-light) !important;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link a {
  font-size: 0.875rem !important;
  color: var(--base-off-white) !important;
  background-color: var(--red-color) !important;
}
@media screen and (max-width: 999px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contact-link {
    margin-left: unset;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background-color: transparent;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #000;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  font-weight: 600;
  background-color: transparent;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  color: #000;
  display: inline-flex;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: transparent;
  border-radius: 15px;
}
@media only screen and (max-width: 999px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: var(--base-off-white);
  }
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
    text-transform: none;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    height: auto;
    line-height: 1.85; /* 185.714% */
    padding: 12px;
  }
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .mega-indicator {
  display: inline-flex;
  align-items: center;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > a.mega-menu-link {
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.85; /* 185.714% */
  letter-spacing: -0.1px;
  display: inline-flex;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > a.mega-menu-link {
    font-size: 1rem;
    font-weight: 600;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: var(--pure-white-color);
  top: 100%;
  padding: 1rem 1rem 0;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-top: 1px solid #979797;
    padding: 2.25rem 0;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: none;
  color: var(--base-off-white);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.354 6.35375L8.35403 11.3538C8.30759 11.4002 8.25245 11.4371 8.19175 11.4623C8.13105 11.4874 8.06599 11.5004 8.00028 11.5004C7.93457 11.5004 7.86951 11.4874 7.80881 11.4623C7.74811 11.4371 7.69296 11.4002 7.64653 11.3538L2.64653 6.35375C2.55271 6.25993 2.5 6.13269 2.5 6C2.5 5.86732 2.55271 5.74007 2.64653 5.64625C2.74035 5.55243 2.8676 5.49973 3.00028 5.49973C3.13296 5.49973 3.26021 5.55243 3.35403 5.64625L8.00028 10.2931L12.6465 5.64625C12.693 5.5998 12.7481 5.56295 12.8088 5.53781C12.8695 5.51267 12.9346 5.49973 13.0003 5.49973C13.066 5.49973 13.131 5.51267 13.1917 5.53781C13.2524 5.56295 13.3076 5.5998 13.354 5.64625C13.4005 5.69271 13.4373 5.74786 13.4625 5.80856C13.4876 5.86925 13.5006 5.93431 13.5006 6C13.5006 6.0657 13.4876 6.13076 13.4625 6.19145C13.4373 6.25215 13.4005 6.3073 13.354 6.35375Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (min-width: 1000px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    font-size: 0.875rem;
    top: 1px;
  }
}
@media screen and (max-width: 999px) {
  #masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    top: 1px;
  }
}
#masthead .bottom-header .container .bottom-header-content #primary-menu .primary-menu--wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(180deg);
}
#masthead .mega-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#masthead .mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top {
  flex: 1;
}
@media only screen and (max-width: 999px) {
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top {
    position: absolute;
    background-color: var(--base-white);
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: transparent !important;
  }
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin-bottom: 8px;
  }
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu {
    background-color: var(--base-white) !important;
    padding: 12px !important;
    margin-top: 4.5rem !important;
    overflow-y: scroll !important;
  }
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .mega-menu-wrap .mega-menu li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
    padding: 12px !important;
    height: auto !important;
    line-height: normal !important;
  }
  .mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .header-social-icons {
    display: flex;
    background-color: var(--base-off-white);
    padding: 1rem;
    justify-content: center;
  }
}
.mega-menu-menu-1-mobile-open #masthead .top-header .container .top-header-content .mega-menu-wrap-top .side-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 1rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  display: none;
}

@media only screen and (max-width: 999px) {
  :root {
    --header-height: 98px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
    border-bottom: 0.8px solid var(--petroleum-blue-light);
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu {
    margin-top: 0;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px !important;
    background-color: transparent !important;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-bottom: none;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
    content: none;
  }
  #masthead .top-header .container .top-header-content .mega-menu-wrap .mega-menu .mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 999px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    flex: 1;
    justify-content: center;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left:empty,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center:empty {
    display: none;
  }
}
footer {
  background-color: var(--orange-color);
  color: var(--base-off-white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 999px) {
  footer .container {
    padding: 0 12px;
  }
}
footer .container .footer-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5%;
}
@media screen and (max-width: 999px) {
  footer .container .footer-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
}
footer .container .footer-container .footer-text-below-logo p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
}
footer .container .footer-container .footer-text-below-logo p strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  footer .container .footer-container .footer-text-below-logo {
    text-align: left;
  }
}
footer .container .footer-container .footer-text-below-logo .gform_confirmation_wrapper .gform_confirmation_message {
  background-color: rgba(128, 255, 128, 0.25);
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 5px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .container .footer-container .footer-top .logo-social {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1000px) {
  footer .container .footer-container .footer-top .logo-social {
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  footer .container .footer-container .footer-top .logo-social {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
footer .container .footer-container .footer-top .logo-social .footer-logo img {
  width: 100px;
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu {
  display: grid;
  gap: 8%;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1000px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 999px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    display: flex;
    gap: 3rem;
  }
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu .footer-menu-wrap ul {
  margin: 0;
  padding: 0;
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu .footer-menu-wrap ul li {
  margin-bottom: 1.5rem;
  list-style: none;
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu .footer-menu-wrap ul li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.45px;
  color: var(--base-off-white);
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .footer-menu-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .footer-menu-wrap {
    width: 100%;
  }
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul li a {
  text-decoration: none;
}
footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul {
    display: flex;
    gap: 12px;
  }
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul li {
    display: inline-flex;
    gap: 12px;
    align-items: center;
  }
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul li:first-child::before {
    content: none;
  }
  footer .container .footer-container .footer-details-wrap-container .footer-details-menu .service-menu-wrap ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--base-off-white);
    position: relative;
    display: block;
  }
}
footer .container .footer-container .footer-header {
  color: rgba(255, 255, 255, 0.85);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.45px;
}
footer .container .footer-container .contact-us-section {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  footer .container .footer-container .contact-us-section {
    align-items: flex-start;
  }
}
footer .container .footer-container .contact-us-section .footer-header {
  margin-bottom: 0;
}
footer .container .footer-container .contact-us-section a {
  text-decoration: underline;
  color: var(--base-off-white);
}
footer .container .footer-container .contact-us-section a:hover {
  text-decoration: none;
}
footer .container .footer-container .contact-us-section .contact-phone,
footer .container .footer-container .contact-us-section .contact-calltime,
footer .container .footer-container .contact-us-section .footer-address {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  gap: 8px;
}
@media only screen and (max-width: 999px) {
  footer .container .footer-container .contact-us-section .contact-phone,
  footer .container .footer-container .contact-us-section .contact-calltime,
  footer .container .footer-container .contact-us-section .footer-address {
    justify-content: center;
  }
}
footer .container .footer-container .contact-us-section .contact-calltime svg {
  margin-top: 4px;
}
footer .container .footer-container .contact-us-section .footer-social-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
footer .container .footer-container .contact-us-section .footer-social-links a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.6px solid transparent;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .container .footer-container .contact-us-section .footer-social-links a img {
  width: 18px;
  max-height: 18px;
}
footer .container .footer-container .contact-us-section .footer-social-links a:hover, footer .container .footer-container .contact-us-section .footer-social-links a:focus-within {
  background-color: rgba(255, 255, 255, 0.3);
}
footer .container .gform_wrapper .gform_validation_errors {
  display: none;
}
footer .container .gform_wrapper form {
  display: flex;
  position: relative;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  footer .container .gform_wrapper form {
    width: 100%;
  }
}
footer .container .gform_wrapper form .validation_message {
  position: absolute;
  padding: 2px 5px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .container .gform_wrapper form .gfield_error [aria-invalid=true] {
  border-width: 2px;
  border-color: #d72700;
}
footer .container .gform_wrapper .gfield_label {
  display: none;
}
footer .container .gform_wrapper .gfield input {
  background-color: var(--orange-color);
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #fff;
  padding: 8px 20px;
  font-size: 1rem;
}
footer .container .gform_wrapper .gfield input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .container .gform_wrapper .gfield input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .container .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
footer .container .gform_wrapper .gform_footer input[type=submit] {
  background-color: #fff;
  color: var(--orange-color);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid var(--orange-color);
  padding: 10px 20px;
  font-size: 1rem;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .container .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff;
  color: var(--orange-color);
}

#goToTop {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border-radius: 9999px;
  padding: 1rem;
  z-index: 100;
  background-color: transparent;
  backdrop-filter: blur(1px);
  transition: transform 150ms linear;
}
@media only screen and (min-width: 1000px) {
  #goToTop {
    bottom: 1rem;
  }
}
#goToTop:hover {
  transform: scale(1.1);
}

.archive {
  margin: 0 0 0;
  padding-bottom: 3rem;
}
.archive .archive-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .archive .archive-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.archive .archive-posts__item {
  background: var(--pure-white-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archive .archive-posts__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.archive .archive-posts__image {
  position: relative;
  overflow: hidden;
  height: 254px;
}
.archive .archive-posts__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive .archive-posts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.archive .archive-posts__image:hover img {
  transform: scale(1.05);
}
.archive .archive-posts__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.archive .archive-posts__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.archive .archive-posts__category a {
  display: inline-block;
  color: var(--safety-navy-color);
  letter-spacing: 0.5px;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56; /* 156.25% */
  letter-spacing: 1px;
  margin-right: 0.5rem;
}
.archive .archive-posts__category a::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  content: url("../assets/images/Ellipse.svg");
  margin-right: 0.5rem;
}
.archive .archive-posts__date {
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 156.25% */
  letter-spacing: 1px;
}
.archive .archive-posts__title {
  margin: 0;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem; /* 20px */
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; /* 125% */
}
.archive .archive-posts__title a {
  color: var(--safety-navy-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.archive .archive-posts__title a:hover {
  color: var(--rescue-red-color);
}
@media only screen and (min-width: 768px) {
  .archive .archive-posts__title {
    font-size: 1.125rem;
  }
}
.archive .archive-posts__excerpt {
  color: #000;
  /* p */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem; /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 1.57; /* 157.143% */
  letter-spacing: -0.1px;
}
.archive .archive-posts__read-more-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  margin-top: auto !important;
}
@media only screen and (min-width: 768px) {
  .archive .archive-posts__read-more-wrapper {
    text-align: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.archive .archive-posts__read-more {
  padding: 13px 19px !important;
}
.archive .archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0.5rem;
}
.archive .archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  color: var(--safety-navy-color);
  text-decoration: none;
  border: 1px solid var(--safety-navy-color);
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}
.archive .archive-pagination .page-numbers:hover {
  background: var(--safety-navy-color);
  color: var(--pure-white-color);
  border-color: var(--safety-navy-color);
}
.archive .archive-pagination .page-numbers:hover svg path {
  fill: var(--pure-white-color);
}
.archive .archive-pagination .page-numbers.current {
  background: var(--safety-navy-color);
  color: var(--pure-white-color);
  border-color: var(--safety-navy-color);
}
.archive .archive-pagination .page-numbers.prev, .archive .archive-pagination .page-numbers.next {
  padding: 0.5rem;
  border: none;
  background: transparent;
}
.archive .archive-pagination .page-numbers.prev svg, .archive .archive-pagination .page-numbers.next svg {
  width: 35px;
  height: 35px;
}
.archive .archive-pagination .page-numbers.prev svg path, .archive .archive-pagination .page-numbers.next svg path {
  fill: var(--safety-navy-color);
  transition: fill 0.3s ease;
}
.archive .archive-pagination .page-numbers.prev:hover, .archive .archive-pagination .page-numbers.next:hover {
  background: transparent;
}
.archive .archive-pagination .page-numbers.prev:hover svg path, .archive .archive-pagination .page-numbers.next:hover svg path {
  fill: var(--safety-navy-color);
}
.archive .archive-pagination .page-numbers.dots {
  border: none;
  background: none;
  cursor: default;
}
.archive .archive-pagination .page-numbers.dots:hover {
  background: none;
  color: var(--safety-navy-color);
}
.archive .archive-pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .archive .archive-pagination {
    gap: 0.25rem;
  }
  .archive .archive-pagination .page-numbers {
    padding: 0.4rem 0.6rem;
    margin: 0 0.1rem;
    font-size: 0.875rem;
    min-width: 43px;
    height: 43px;
  }
  .archive .archive-pagination .page-numbers.prev, .archive .archive-pagination .page-numbers.next {
    padding: 0.4rem;
  }
  .archive .archive-pagination .page-numbers.prev svg, .archive .archive-pagination .page-numbers.next svg {
    width: 43px;
    height: 43px;
  }
}
.archive.loading .archive-posts__item {
  opacity: 0.5;
  pointer-events: none;
}
.archive .no-posts-message {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--charcoal-color, #666);
  font-size: 1.125rem;
  font-style: italic;
}
.archive .archive-pagination {
  margin: 3rem 0;
  text-align: center;
}
.archive .archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
.archive .archive-pagination .page-numbers li {
  margin: 0;
}
.archive .archive-pagination .page-numbers a,
.archive .archive-pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  text-decoration: none;
  color: #5a6c86;
  border-radius: 4px;
  transition: all 0.3s ease;
  color: var(--safety-navy-color);
  text-decoration: none;
  border: 1px solid var(--safety-navy-color);
}
.archive .archive-pagination .page-numbers a:hover,
.archive .archive-pagination .page-numbers span:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}
.archive .archive-pagination .page-numbers .current {
  background-color: var(--rescue-red-color);
  color: white;
  font-weight: 600;
}
.archive .archive-pagination .page-numbers .prev svg,
.archive .archive-pagination .page-numbers .next svg {
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
}
.archive .archive-pagination .page-numbers .prev svg path,
.archive .archive-pagination .page-numbers .next svg path {
  fill: #5a6c86;
}
.archive .archive-pagination .page-numbers .prev:hover svg path,
.archive .archive-pagination .page-numbers .next:hover svg path {
  fill: var(--rescue-red-color);
}
.archive .archive-pagination .page-numbers .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.archive.woocommerce-shop .woocommerce-breadcrumb-header .page-description {
  display: none;
}

.error-404 {
  margin: 20px 0 50px;
}
.error-404 .page-header h1 {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .error-404 .page-header h1 {
    font-size: 1.5rem; /* 24px */
  }
}
.error-404 .page-header h1 {
  margin-bottom: 0;
  color: var(--petroleum-blue-dark);
}
.error-404 p {
  font-size: 1.25rem;
  color: var(--base-black-80);
}
@media only screen and (max-width: 768px) {
  .error-404 p {
    font-size: 1rem;
  }
}

.breadcrumb-header {
  background-color: var(--safety-navy-color);
  border-radius: 0 0 30px 30px;
  margin-bottom: 34px;
}
.breadcrumb-header .breadcrumb-header-wrapper {
  padding: 56px 0;
  color: var(--pure-white-color);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../assets/images/product-image-pattern.svg);
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: 94% 30%;
  color: var(--pure-white-color);
  outline: 0 !important;
  line-height: 1.8;
}
.breadcrumb-header .breadcrumb-header-wrapper .breadcrumbs > span {
  display: flex;
  gap: 0.5rem;
  color: #b1bac9;
}
.breadcrumb-header .breadcrumb-header-wrapper .breadcrumbs > span span {
  color: var(--pure-white-color);
}
.breadcrumb-header .breadcrumb-header-wrapper .breadcrumbs > span span a {
  color: #b1bac9;
}
.breadcrumb-header .breadcrumb-header-wrapper .entry-header .entry-title {
  margin: 15px 0 0 0;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  font-style: normal;
  line-height: 1.13; /* 113.333% */
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-header .breadcrumb-header-wrapper .entry-header .entry-title {
    font-size: 75px;
  }
}
.breadcrumb-header .breadcrumb-header-wrapper .page-description {
  margin-top: 10px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-header .breadcrumb-header-wrapper .page-description {
    max-width: 70%;
  }
}

.entry-title.page-contact-us {
  display: none;
}

.page-contact-us .type-page .entry-content p a {
  color: #000;
}
.page-contact-us .type-page .entry-content p a:hover {
  text-decoration: underline;
}

.contact-wrapper {
  border-radius: 30px;
  background: var(--pure-white-color);
  /* drop2 */
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 75px 0;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .contact-wrapper {
    padding: 80px;
    flex-direction: row;
  }
}
.contact-wrapper .header2 {
  color: var(--safety-navy-color);
  /* h3 */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 125% */
  letter-spacing: 1px;
  margin-top: 0;
}
.contact-wrapper .contact-form-wrapper {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .contact-form-wrapper {
    padding: 40px;
  }
}
.contact-wrapper .contact-card {
  gap: 1rem;
}
.contact-wrapper .contact-card h3.wp-block-heading {
  padding: 0;
  margin: 0 0 1rem;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.contact-wrapper .contact-card img {
  margin-top: 3px;
}
.contact-wrapper .contact-card p {
  color: #000;
  /* p */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.1px;
}
.contact-wrapper .contact-card a {
  position: relative;
}
.contact-wrapper .contact-card a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: transparent;
  transition: width 0.3s ease-in-out;
  left: 0;
  bottom: -5px;
  margin-top: 0.5rem;
}
.contact-wrapper .contact-card a:hover::after {
  background-color: var(--rescue-red-color);
  width: 100%;
}

.page-blog #page-wrapper {
  background: #ececec;
}
.page-blog #page-wrapper .page-header {
  color: var(--safety-navy-color);
  /* h3 */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem; /* 40px */
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; /* 125% */
  letter-spacing: 1px;
  margin-top: 3rem;
}

.search .page-header h1 {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .search .page-header h1 {
    font-size: 1.5rem; /* 24px */
  }
}
.search .page-header h1 {
  color: var(--petroleum-blue-dark);
  margin-bottom: 2rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .search .page-header h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .search .page-header h1 {
    font-size: 1.25rem; /* 20px */
  }
}
.search article {
  background-color: var(--petroleum-blue-light);
  margin-bottom: 2rem;
  padding: 3rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .search article {
    padding: 2rem;
  }
}
.search article .entry-title {
  color: var(--petroleum-blue-dark);
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .search article .entry-title {
    font-size: 1.125rem; /* 18px */
  }
}
.search article .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.search article .entry-summary {
  font-size: 1.25rem;
  color: var(--base-black);
}
@media only screen and (max-width: 768px) {
  .search article .entry-summary {
    font-size: 1rem;
  }
}
.search .page-content.prose {
  background-color: var(--base-off-white);
  padding: 3rem;
  border-radius: 2rem;
  font-size: 20px;
}
.search .page-content.prose p {
  padding: 0;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .search .page-content.prose {
    padding: 3rem;
  }
}
.search .page-content.prose .search-field {
  background: var(--base-white);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  border: 2px solid var(--base-white);
  padding: 12px;
  border: none;
  outline: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.search .page-content.prose input[type=search]::-webkit-search-cancel-button {
  /* Hide the default icon */
  /* Add custom styles */
  height: 20px;
  width: 20px;
  margin-left: 0.4em;
  cursor: pointer;
  /* Change the color by using a filter or replacing with a background image */
  filter: grayscale(100%) brightness(0.5); /* Example: change to gray */
  accent-color: var(--petroleum-blue-dark); /* Change to your desired color */
}
.search .page-content.prose .search-submit {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 15px;
  background: var(--yellow-medium);
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-image: url("../assets/images/search-icon.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

.posts-navigation .nav-links {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  padding: 12px;
  color: var(--base-off-white);
  border-radius: 1rem;
  background: var(--petroleum-blue-dark);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover {
  background: var(--petroleum-blue-medium);
}

.type-post .entry-content p {
  font-size: 1.25rem;
  color: var(--petroleum-blue-dark);
}
@media only screen and (max-width: 768px) {
  .type-post .entry-content p {
    font-size: 1rem;
  }
}

.single .entry-content h2,
.single .entry-content h2.wp-block-heading {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h2,
  .single .entry-content h2.wp-block-heading {
    font-size: 1.5rem; /* 24px */
  }
}
.single .entry-content h2,
.single .entry-content h2.wp-block-heading {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h2,
  .single .entry-content h2.wp-block-heading {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .single .entry-content h2,
  .single .entry-content h2.wp-block-heading {
    font-size: 1.25rem; /* 20px */
  }
}
.single .entry-content h3,
.single .entry-content h3.wp-block-heading {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem; /* 28px */
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h3,
  .single .entry-content h3.wp-block-heading {
    font-size: 1.25rem; /* 20px */
  }
}
.single .entry-content h3,
.single .entry-content h3.wp-block-heading {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h3,
  .single .entry-content h3.wp-block-heading {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .single .entry-content h3,
  .single .entry-content h3.wp-block-heading {
    font-size: 1.125rem; /* 18px */
  }
}

.archive #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title {
  padding-bottom: 0;
}
.archive .evotax_term_card .evo_card_wrapper {
  width: 100%;
}
.archive .evotax_term_card .evo_card_wrapper .content-area {
  width: 100%;
}
.archive .evotax_term_card .content-area {
  width: 100%;
}
.archive .evotax_term_card .content-area .eventon {
  width: 100%;
}
.archive .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.archive .evo_lightbox_content h3.evo_h {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
  .archive .evo_lightbox_content h3.evo_h {
    font-size: 1.125rem; /* 18px */
  }
}
.archive .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.archive .evo_lightbox_content h3.evo_h {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .archive .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
  .archive .evo_lightbox_content h3.evo_h {
    padding-left: 30px;
  }
}
.archive .no_events {
  min-height: 200px;
  border: 0 !important;
}
.archive .no_events .no_events {
  font-size: 20px !important;
  color: var(--petroleum-blue-dark) !important;
  text-transform: none !important;
}
@media only screen and (max-width: 768px) {
  .archive .no_events .no_events {
    font-size: 1rem !important;
  }
}
.archive .evo_events_list_box #evcal_list {
  min-height: 200px;
}
.archive .evo_events_list_box #evcal_list .evcal_list_a {
  gap: 20px;
}
.archive .evo_events_list_box #evcal_list .evoet_cx span.evcal_event_title,
.archive .evo_events_list_box #evcal_list .evcal_event_subtitle {
  text-transform: none;
}
.archive .evo_events_list_box #evcal_list .evcal_month_line p {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .archive .evo_events_list_box #evcal_list .evcal_month_line p {
    font-size: 1.5rem; /* 24px */
  }
}
.archive .evo_events_list_box #evcal_list .evcal_month_line p {
  color: var(--petroleum-blue-dark);
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 44px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--petroleum-blue-dark) !important;
}
@media only screen and (max-width: 768px) {
  .archive .evo_events_list_box #evcal_list .evcal_month_line p {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .archive .evo_events_list_box #evcal_list .evcal_month_line p {
    font-size: 1.25rem; /* 20px */
  }
}
.archive .evo_events_list_box #evcal_list .evoet_dayblock .evo_start {
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  gap: 8px;
}
.archive .evo_events_list_box #evcal_list .evoet_dayblock .evo_start .day {
  font-size: 1.5rem;
  font-weight: 700;
}
.archive .evo_events_list_box #evcal_list .evoet_dayblock .evo_start .month {
  font-size: 1.5rem;
  font-weight: 700;
}
.archive .evotax_term_card h3.evotax_term_subtitle {
  /* Heading/Heading 3 */
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem; /* 36px */
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .archive .evotax_term_card h3.evotax_term_subtitle {
    font-size: 1.5rem; /* 24px */
  }
}
.archive .evotax_term_card h3.evotax_term_subtitle {
  color: var(--petroleum-blue-dark);
  margin-bottom: 16px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .archive .evotax_term_card h3.evotax_term_subtitle {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    line-height: 1.1;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .archive .evotax_term_card h3.evotax_term_subtitle {
    font-size: 1.25rem; /* 20px */
  }
}
.archive #evcal_list .eventon_list_event .evcal_eventcard p {
  font-size: 1.25rem;
  color: var(--base-black-80);
}
@media only screen and (max-width: 768px) {
  .archive #evcal_list .eventon_list_event .evcal_eventcard p {
    font-size: 1rem;
  }
}
.archive #evcal_list .eventon_list_event .evcal_eventcard p a {
  text-decoration: underline !important;
  color: var(--base-black-80);
}
.archive #evcal_list .eventon_list_event .evcal_eventcard p a:hover {
  text-decoration: none !important;
}

.landing-page-hero__overlay-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .landing-page-hero__overlay-wrapper {
    padding: 60px 0;
  }
}
.landing-page-hero__overlay-wrapper .landing-page-hero__overlay {
  min-height: 600px;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vh - 68px);
  padding: 60px 0;
}
@media (max-width: 768px) {
  .landing-page-hero__overlay-wrapper .landing-page-hero__overlay {
    min-height: 280px;
    padding: 40px 0;
  }
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content-wrapper {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .landing-page-hero__overlay-wrapper .landing-page-hero__content-wrapper {
    padding: 0;
  }
}
.landing-page-hero__overlay-wrapper .landing-page-hero__sub-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  color: #fff;
  padding: 10px 20px;
  margin-top: 0;
  border-top: 4px solid #e87033;
  border-right: 4px solid #e87033;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__title {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  font-style: normal;
  line-height: 100%; /* 64px */
  margin-bottom: 1.5rem;
  line-height: 1.15;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 768px) {
  .landing-page-hero__overlay-wrapper .landing-page-hero__title {
    font-size: 1.5rem;
  }
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-style: normal;
  line-height: 1.2;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content .orange-color {
  color: var(--orange-color);
}
@media screen and (max-width: 999px) {
  .landing-page-hero__overlay-wrapper .landing-page-hero__content {
    font-size: 20px;
  }
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content p {
  margin-bottom: 1em;
  margin-top: 0;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content p:last-child {
  margin-bottom: 0;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__content strong {
  font-weight: 600;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__button-wrapper {
  margin-top: 1.5rem;
  display: inline-flex;
}
.landing-page-hero__overlay-wrapper .landing-page-hero__button {
  padding: 10px 20px;
  color: var(--base-off-white);
  border: 2px solid var(--orange-color);
  background-color: var(--orange-color);
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase;
}
