/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 23:27:32 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Gotham-Book";
  src: url("../ccdev_fonts/gotham/Gotham-Book.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Book%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("../ccdev_fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Book.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../ccdev_fonts/gotham/Gotham-Medium.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../ccdev_fonts/gotham/Gotham-Bold.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../ccdev_fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Bold.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-BoldItalic";
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../ccdev_fonts/gotham/Gotham-Light.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg"), url("../ccdev_fonts/gotham/Gotham-Light.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Light.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-LightItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
.inside_header {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: end;
  height: 100vh;
}
.inside_header .av-parallax .av-parallax-inner {
  background-position: 50% 50% !important;
}
.inside_header .av-parallax .av-parallax-inner:after {
  background-image: linear-gradient(to top, #000 0, transparent 50%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.inside_header .content {
  padding: 50px 0 !important;
}
.inside_header .av-special-heading h1 {
  letter-spacing: 5px !important;
  margin-bottom: 0;
}
.inside_header .av-special-heading .av-subheading p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .inside_header:not(#home_header) .container {
    align-items: center;
    display: flex;
    height: calc(100% - 90px);
  }
}
.inside_header:not(#home_header) .header_content {
  transform: translate3d(0, -100px, 0);
}
@media only screen and (max-width: 767px) {
  .inside_header:not(#home_header) .header_content {
    align-items: center;
    display: flex;
    transform: translate3d(0, 0, 0) !important;
  }
}
.inside_header:not(#home_header) .header_content .av-special-heading h1 {
  font-family: "Gotham-Medium", sans-serif !important;
  padding-bottom: 10px;
}
.inside_header:not(#home_header) .header_content .av-special-heading h1 span {
  font-family: "Gotham-Medium", sans-serif !important;
}
.inside_header:not(#home_header) .header_content .av-special-heading .av-subheading {
  margin-top: 30px;
}
.inside_header:not(#home_header) .header_content .av-special-heading .av-subheading p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
}
.inside_header#home_header {
  align-items: start !important;
  min-height: 700px;
}
.inside_header#home_header .header_content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  min-height: 700px;
}
.inside_header#home_header .header_content .av-special-heading {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 10% !important;
}
.inside_header#home_header .header_content .av-special-heading h1 {
  color: #0D1E32;
  font-size: 65px;
  margin-bottom: 10px !important;
}
.inside_header#home_header .header_content .av-special-heading h1 span {
  display: block;
}
.inside_header#home_header .header_content .av-subheading p {
  color: #0D1E32;
  font-size: clamp(22px, 4vw, 27px);
  text-transform: uppercase;
  letter-spacing: 2px !important;
}
.inside_header#pipeline_header .av-parallax-inner:before, .inside_header#careers_header .av-parallax-inner:before {
  background-image: linear-gradient(to bottom, #fff 0, transparent 20%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.inside_header#about_header .av-parallax .av-parallax-inner {
  background-position: 50% -10vh !important;
}
.inside_header#about_header .av-parallax .av-parallax-inner:before {
  background-image: linear-gradient(to bottom, #fff 0, transparent 10%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.inside_header#pipeline_header .av-parallax .av-parallax-inner {
  background-position: 25% 50% !important;
}
.inside_header#careers_header .av-parallax .av-parallax-inner {
  background-position: 65% -25vh !important;
}
