@charset "UTF-8";
/*------------Breakpoints-----------*/
/*------------Variables-----------*/
/*------------Typography -----------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
}

body,
input,
textarea,
select,
button {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 4.4rem;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5.4rem;
  }
}

h2,
.h2 {
  font-size: 3.4rem;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 4.8rem;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 3.4rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2.4rem;
  }
}

h5,
.h5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.8rem;
  }
}

h6,
.h6 {
  font-size: 0.94rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.3rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  p {
    font-size: 1.8rem;
    line-height: 1.5 !important;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 2.4rem;
  }
}

li {
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  li {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .extra-small {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .button,
  .project-btn {
    font-size: 2.4rem;
  }
}

/*------------ANIMATIONS-----------*/
.fade_in_up {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: transform 2s cubic-bezier(0.4, 1, 1, 1), opacity 1s cubic-bezier(1, 0.5, 1, 1);
}

.fade_in_left {
  opacity: 0;
  transform: translate3d(-42px, 0, 0);
  transition: transform 2s cubic-bezier(0.4, 1, 1, 1), opacity 1s cubic-bezier(1, 0.5, 1, 1);
}

.fade_in_right {
  opacity: 0;
  transform: translate3d(42px, 0, 0);
  transition: transform 2s cubic-bezier(0.4, 1, 1, 1), opacity 1s cubic-bezier(1, 0.5, 1, 1);
}

.animated.fade_in_up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade_in {
  opacity: 0;
  transition: all 0.5s ease-in;
}

.scale_in {
  opacity: 0 !important;
  transform: scale(0.9) !important;
  transition: all 0.5s ease-in !important;
}

.animated.scale_in {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.animated .scale_in {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.animated .fade_in_left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animated .fade_in_right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animated .fade_in_up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animated .fade_in {
  opacity: 1;
}

.animated .fade_in_up:nth-of-type(2) {
  transition-delay: 0.2s;
}

.animated .fade_in_up:nth-of-type(3) {
  transition-delay: 0.4s;
}

.animated .fade_in_up:nth-of-type(4) {
  transition-delay: 0.6s;
}

.animated .fade_in_up:nth-of-type(5) {
  transition-delay: 0.8s;
}

.animated .fade_in_up:nth-of-type(6) {
  transition-delay: 1s;
}

.animated .fade_in_up:nth-of-type(7) {
  transition-delay: 1.2s;
}

.animated .fade_in_up:nth-of-type(8) {
  transition-delay: 1.4s;
}

.animated .fade_in:nth-of-type(2) {
  transition-delay: 0.2s;
}

.animated .fade_in:nth-of-type(3) {
  transition-delay: 0.4s;
}

.animated .fade_in:nth-of-type(4) {
  transition-delay: 0.6s;
}

.animated .fade_in:nth-of-type(5) {
  transition-delay: 0.8s;
}

.animated .fade_in:nth-of-type(6) {
  transition-delay: 1s;
}

.animated .fade_in:nth-of-type(7) {
  transition-delay: 1.2s;
}

.animated .fade_in:nth-of-type(8) {
  transition-delay: 1.4s;
}

a {
  text-decoration: none;
}

/*------------Grid Styles-----------*/
section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 1.8rem;
}

.vh100 {
  height: calc(100vh - 100px);
}
@media (min-width: 1024px) {
  .vh100 {
    height: calc(100vh - 60px);
  }
}

.col-30 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-30 {
    width: 30%;
  }
}

.col-33 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-33 {
    width: 32%;
  }
}

.col-35 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-35 {
    width: 35%;
  }
}

.col-40 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-40 {
    width: 40%;
  }
}

.col-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-50 {
    width: 50%;
  }
}

.col-60 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-60 {
    width: 60%;
  }
}

.col-65 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-65 {
    width: 65%;
  }
}

.col-70 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-70 {
    width: 70%;
  }
}

.v-100 {
  min-height: 100vh;
}

.button {
  border: 3.5px solid #d71313;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 0.5rem 3.5rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.5s ease;
}
.button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.button:hover {
  background: #d71313;
  color: #fff;
}
@media (min-width: 360px) {
  .button {
    padding: 0.5rem 3.8rem;
  }
  .button svg {
    padding-left: 1.4rem;
  }
}
@media (min-width: 768px) {
  .button {
    font-size: 2.4rem;
  }
}
@media (min-width: 1366px) {
  .button {
    padding: 1rem 4.5rem;
  }
  .button svg {
    padding-left: 0.8rem;
  }
}

.project-btn svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1024px) {
  .project-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.red-btn {
  color: #fff;
  background: #d71313;
  fill: transparent;
  stroke: #fff;
  margin-top: 1rem;
  transition: all 0.5s ease;
}
.red-btn svg {
  transition: all 0.5s ease;
}
.red-btn:hover {
  color: #d71313;
  background: #fff;
}
.red-btn:hover svg {
  stroke: #d71313;
}

.phone {
  padding-right: 1rem;
  display: flex;
}
@media (min-width: 1024px) {
  .phone {
    padding-right: 4rem;
  }
}
.phone:hover {
  cursor: pointer;
}
.phone span {
  display: none;
  font-size: 2rem;
  padding-left: 1rem;
}
.phone span a {
  color: #fff;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 60px;
  z-index: 998;
  background: transparent;
}
header.scrolled {
  background-color: rgba(0, 33, 66, 0.45);
}
header.scrolled .menu-mobile-menu-container {
  top: 14%;
}
header .logo:hover {
  cursor: pointer;
}
header .logo svg {
  width: 40px;
  height: 100%;
}
@media (min-width: 768px) {
  header .logo svg {
    width: 5rem;
  }
}
@media (min-width: 1024px) {
  header .logo svg {
    width: 10rem;
  }
}
header .header-navs {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header svg {
  fill: #fff;
  color: #fff;
}
header .menu-main-menu-container {
  display: none;
}
header .menu-main-menu-container li {
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.4, 1, 0.5, 1);
}
header .menu-main-menu-container li a {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
@media (min-width: 1366px) {
  header .menu-main-menu-container li a {
    font-size: unset;
  }
}
header .menu-main-menu-container li.header-button a {
  border-radius: 2rem;
  background-color: #002142;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 1, 0.5, 1);
}
header .menu-main-menu-container li.header-button a:hover {
  background-color: #002142;
}
@media (min-width: 1024px) {
  header .menu-main-menu-container li.header-button a {
    margin-left: 1.5rem;
  }
}
header .menu-mobile-menu-container {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  max-height: 0;
  background: #002142;
  overflow: hidden;
  transition: max-height cubic-bezier(0.5, 1, 0.4, 1);
  transition-duration: 0.4s;
  text-align: center;
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container {
    padding-top: 0;
    text-align: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(0, 46, 93) 0%, rgb(0, 46, 93) 25%, rgba(9, 9, 121, 0) 25%);
    height: 100vh;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container {
    background: linear-gradient(90deg, rgb(0, 46, 93) 0%, rgb(0, 46, 93) 20%, rgba(9, 9, 121, 0) 20%);
  }
}
header .menu-mobile-menu-container.open {
  transition-timing-function: cubic-bezier(1, 0.4, 1, 0.5);
  min-height: 60px;
  max-height: 100vh;
  z-index: 1000;
  padding-top: 3rem;
  top: 0;
}
header .menu-mobile-menu-container .menu-mobile-item {
  padding: 1rem;
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .menu-mobile-item {
    padding: 5rem;
  }
}
header .menu-mobile-menu-container .menu-mobile-item a {
  color: #fff;
  transition: all 0.5s ease;
}
header .menu-mobile-menu-container .menu-mobile-item a:hover {
  cursor: pointer;
  color: #d71313;
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-items {
    max-width: 23%;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-items {
    max-width: 14%;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-items .type-logo {
  margin-bottom: 2rem;
  max-width: 25rem;
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-items .type-logo svg {
    width: 22rem;
  }
}
@media (min-width: 1366px) {
  header .menu-mobile-menu-container .mobile-menu-container-items .type-logo svg {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-items .type-logo {
    margin-bottom: 15rem;
  }
  header .menu-mobile-menu-container .mobile-menu-container-items .type-logo svg {
    width: unset;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-items li {
  padding: 0;
  padding-bottom: 1rem;
  font-size: 18px;
  text-align: left;
}
@media (min-width: 551px) {
  header .menu-mobile-menu-container .mobile-menu-container-items li {
    text-align: left;
  }
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-items li {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-items li:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-items li {
    padding-bottom: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 2.6rem;
    text-align: left;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom {
  text-align: left;
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom {
    max-width: 23%;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom {
    max-width: 16%;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom p {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom p {
    text-align: left;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .red-btn {
  font-size: 18px;
  padding: 1rem 5.5rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  background: #d71313;
  color: #fff;
  border: 1px solid #d71313;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .red-btn {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .red-btn {
    padding: 1rem 3.5rem;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .red-btn {
    text-align: left;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .red-btn:hover {
  background: #fff;
  color: #d71313;
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .copyright {
  opacity: 0.22;
  font-size: 12px;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .copyright {
    font-size: 18px;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .priv {
  opacity: 0.22;
  font-size: 12px;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .priv {
    font-size: 18px;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .priv {
    padding-right: 3rem;
  }
}
@media (min-width: 1366px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .priv {
    padding-right: 10rem;
  }
}
@media (min-width: 1600px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .priv {
    padding-right: 7rem;
  }
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .webs {
  opacity: 0.22;
  font-size: 12px;
  display: inline-block;
  transition: all 0.5s ease;
}
header .menu-mobile-menu-container .mobile-menu-container-bottom .webs:hover {
  opacity: 1;
  color: #d71313;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container .mobile-menu-container-bottom .webs {
    font-size: 18px;
  }
}
header .menu-mobile-menu-container .second-exit {
  width: 100vw;
  height: 100vh;
  margin-top: -50%;
}
header .menu-mobile-menu-container li {
  list-style: none;
  padding: 1.5rem;
  z-index: 1;
}
header .menu-mobile-menu-container #menu-mobile-menu {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
header .menu-mobile-menu-container #menu-mobile-menu li {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
header .menu-mobile-menu-container #menu-mobile-menu li:last-child {
  margin-bottom: 0;
}
header .menu-mobile-menu-container #menu-mobile-menu li a {
  font-style: italic;
}
header .menu-mobile-menu-container a {
  color: #fff;
}
@media (min-width: 768px) {
  header .menu-mobile-menu-container #menu-mobile-menu {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  header {
    height: 100px;
    background-color: transparent;
    padding: 1rem 2rem;
    transition: 0.5s all cubic-bezier(0.4, 1, 0.5, 1);
  }
  header.scrolled {
    transform: translate3d(0, -2rem, 0) !important;
    background-color: rgba(0, 33, 66, 0.45);
    padding-top: 3rem;
  }
  header.scrolled .logo {
    width: 20rem;
  }
  header .logo {
    transition: 0.5s width cubic-bezier(0.4, 1, 0.5, 1);
    width: 25rem;
  }
  header .menu-main-menu-container {
    display: block;
  }
  header .menu-main-menu-container ul {
    display: flex;
    align-items: center;
  }
}

.menu-btn {
  transition: 0.4s all ease;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.menu-btn:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .menu-btn {
    padding: 0;
  }
}

.menu-btn.btnToggle {
  margin-top: 1rem;
}

.menu-btn span {
  background: #fff;
  width: 2rem;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  transition: 0.4s opacity ease, 0.4s transform ease;
}

.menu-btn.btnToggle span {
  height: 1.5px;
}

/*------------Custom Style Start-----------*/
section.heroBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  min-height: 85vh;
  display: block;
}
@media (max-width: 360px) {
  section.heroBanner {
    min-height: 106vh;
  }
}
section.heroBanner .content-left h1 {
  text-align: left;
  line-height: 5.4rem;
}
section.heroBanner .content-left h2 {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
section.heroBanner .herocontent-holder {
  position: absolute;
  z-index: 5;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  display: flex;
  bottom: -3%;
  opacity: 0;
  transition: all 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
}
section.heroBanner .herocontent-holder .content-left {
  display: none;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  section.heroBanner .herocontent-holder .content-left {
    text-align: left;
    width: 45%;
    padding-bottom: 0;
  }
}
@media (min-width: 1366px) {
  section.heroBanner .herocontent-holder .content-left {
    width: 95%;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  section.heroBanner .herocontent-holder .content-left {
    margin-bottom: 13.2rem;
    padding-left: 12rem;
    padding-bottom: 0;
    width: 90%;
  }
}
section.heroBanner .herocontent-holder.active {
  opacity: 1;
}
section.heroBanner .herocontent-holder.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
section.heroBanner .herocontent-holder.active:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.749737395) 100%);
}
section.heroBanner .herocontent-holder.active:hover {
  transform: unset;
  cursor: unset;
}
section.heroBanner .herocontent-holder.active .content-left {
  display: block;
  z-index: 100;
}
@media (min-width: 1366px) {
  section.heroBanner .herocontent-holder.active {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  section.heroBanner .herocontent-holder {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  section.heroBanner .herocontent-holder:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
}
section.heroBanner .hero-1 {
  width: 120px;
  height: 120px;
  z-index: 50;
  bottom: -4rem;
  left: 13%;
  opacity: 1;
  z-index: 50;
}
section.heroBanner .hero-1.active {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 49;
  background-position: 80%;
}
@media (min-width: 768px) {
  section.heroBanner .hero-1.active {
    background-position: center;
  }
}
@media (min-width: 768px) {
  section.heroBanner .hero-1 {
    width: 210px;
    height: 210px;
    top: 20%;
    right: 5%;
    left: unset;
  }
}
@media (min-width: 1366px) {
  section.heroBanner .hero-1 {
    width: 275px;
    height: 275px;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1600px) {
  section.heroBanner .hero-1 {
    width: 320px;
    height: 320px;
  }
}
section.heroBanner .hero-2 {
  opacity: 1;
  width: 120px;
  height: 120px;
  bottom: -4rem;
  left: 13%;
  z-index: 50;
}
section.heroBanner .hero-2.active {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 49;
}
section.heroBanner .hero-2.topper {
  left: unset;
  right: 13%;
}
@media (min-width: 768px) {
  section.heroBanner .hero-2 {
    width: 210px;
    height: 210px;
    right: 5%;
    left: unset;
    bottom: unset;
    top: 20%;
  }
  section.heroBanner .hero-2.topper {
    left: unset;
    right: 5%;
    top: 60%;
  }
}
@media (min-width: 1366px) {
  section.heroBanner .hero-2 {
    width: 275px;
    z-index: 50;
    height: 275px;
    margin-bottom: 5rem;
  }
  section.heroBanner .hero-2.active {
    width: 100%;
    height: 100%;
    z-index: 49;
  }
  section.heroBanner .hero-2.topper {
    top: 60%;
    right: 5%;
  }
}
@media (min-width: 1600px) {
  section.heroBanner .hero-2 {
    width: 320px;
    height: 320px;
  }
}
section.heroBanner .hero-3 {
  opacity: 1;
  width: 120px;
  height: 120px;
  bottom: -4rem;
  right: 13%;
  z-index: 50;
}
section.heroBanner .hero-3.active {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 49;
}
@media (min-width: 768px) {
  section.heroBanner .hero-3 {
    width: 210px;
    height: 210px;
    right: 5%;
    top: 60%;
  }
}
@media (min-width: 1366px) {
  section.heroBanner .hero-3 {
    right: 5%;
    z-index: 50;
    width: 275px;
    height: 275px;
  }
  section.heroBanner .hero-3.active {
    z-index: 49;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  section.heroBanner .hero-3 {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 360px) {
  section.heroBanner .content-left {
    padding: 0 3.3rem 3.9rem 3.9rem;
  }
}
@media (min-width: 768px) {
  section.heroBanner {
    min-height: 75vh;
  }
}
@media (min-width: 1024px) {
  section.heroBanner {
    min-height: 90vh;
  }
}
@media (min-width: 1366px) {
  section.heroBanner {
    min-height: 100vh;
    align-items: center;
  }
  section.heroBanner .herocontent-holder {
    align-items: flex-end;
  }
  section.heroBanner .content-left h1 {
    font-size: 10.1rem;
    line-height: 10.1rem;
    padding-right: 10%;
  }
  section.heroBanner .content-left h1 span {
    display: block;
  }
  section.heroBanner .content-left h2 {
    font-size: 3.4rem;
    margin-bottom: 7.2rem;
  }
  section.heroBanner .content-left h2 span {
    display: block;
  }
}
@media (min-width: 1600px) {
  section.heroBanner {
    align-items: flex-end;
  }
}

section.copy {
  margin-top: 4.2rem;
}
section.copy .content h1 {
  color: #002e5d;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: left;
  border-left: 6px solid #d71313;
  padding-left: 1.4rem;
  padding: 1rem 0 1rem 1.4rem;
}
section.copy .content {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  section.copy .content {
    margin-bottom: 0;
  }
}
section.copy .inner-content {
  margin: 2.9rem 0 2.9rem;
}
section.copy .inner-content p {
  line-height: 1.4;
  color: #002142;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  section.copy .inner-content p {
    font-size: 2.4rem;
  }
}
@media (min-width: 360px) {
  section.copy .inner-content p {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1366px) {
  section.copy {
    margin-top: 2.2rem;
  }
  section.copy .content {
    margin-top: 4rem;
  }
  section.copy .content h1 {
    font-size: 4.8rem;
    line-height: 5.7rem;
    padding: 1rem 30rem 1rem 7rem;
  }
  section.copy .inner-content {
    display: flex;
    justify-content: space-between;
    padding: 7rem;
  }
  section.copy .inner-content p {
    padding-right: 4.5rem;
  }
  section.copy .content .button {
    margin-left: 7rem;
  }
}
@media (min-width: 1600px) {
  section.copy {
    padding: 0;
    margin: 0;
  }
  section.copy .content {
    margin: 0;
    padding: 10rem;
  }
  section.copy .content h1 {
    width: 960px;
  }
  section.copy .inner-content {
    padding-right: 0;
    margin: 0;
  }
  section.copy .inner-content p {
    padding: 0;
  }
  section.copy .inner-content p:first-child {
    margin-right: 8rem;
  }
}

section.liveFeed {
  background-color: #002142;
  color: #fff;
  flex-direction: column-reverse;
  padding-left: 0;
  padding-right: 0;
}
section.liveFeed .content {
  text-align: center;
}
section.liveFeed .content h1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: left;
  border-left: 6px solid #d71313;
  padding-left: 1.4rem;
  padding: 1rem 0 1rem 1.4rem;
  margin-left: 2rem;
}
section.liveFeed .content p {
  font-size: 1.6rem;
  padding-left: 2rem;
  text-align: left;
}
section.liveFeed .image-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 297px;
  width: 100%;
  background-size: 95%;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  section.liveFeed {
    flex-direction: row;
    padding: 4rem 1.8rem;
  }
  section.liveFeed .image-holder {
    width: 50%;
    height: 100%;
    padding-bottom: 40%;
    margin-bottom: 0;
  }
  section.liveFeed .content p {
    padding-left: 2rem;
    padding-right: 1rem;
    font-weight: 400;
  }
  section.liveFeed .button {
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  section.liveFeed .image-holder {
    background-size: cover;
  }
}
@media (min-width: 1366px) {
  section.liveFeed .content h1 {
    font-size: 5.4rem;
    line-height: 6.5rem;
  }
  section.liveFeed .content p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (min-width: 1600px) {
  section.liveFeed {
    padding: 10.4rem 18.4rem;
  }
  section.liveFeed .image-holder {
    max-height: 800px;
  }
  section.liveFeed .content h1 {
    padding-left: 6.8rem;
  }
  section.liveFeed .content p {
    padding-left: 9.8rem;
    padding-right: 20rem;
    margin-bottom: 6.5rem;
  }
  section.liveFeed .content {
    text-align: left;
  }
  section.liveFeed .content .button {
    margin-left: 9.8rem;
  }
}

section.projectsLiveFeed {
  padding: 0;
  display: block;
  margin-bottom: 5rem;
}
section.projectsLiveFeed .liveFeed-holder-top {
  display: flex;
  background-color: #002142;
  color: #fff;
  padding-left: 0;
  padding-right: 1rem;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 4.2rem;
}
section.projectsLiveFeed .liveFeed-holder-top .content {
  text-align: center;
}
section.projectsLiveFeed .liveFeed-holder-top .content h1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: left;
  border-left: 6px solid #d71313;
  padding-left: 1.4rem;
  padding: 1rem 0 1rem 1.4rem;
  margin-left: 2rem;
}
section.projectsLiveFeed .liveFeed-holder-top .content p {
  font-size: 1.6rem;
  padding-left: 2rem;
  text-align: left;
}
section.projectsLiveFeed .liveFeed-holder-top .image-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 297px;
  width: 100%;
  background-size: 95%;
  margin-bottom: 2.8rem;
}
@media (min-width: 360px) {
  section.projectsLiveFeed .liveFeed-holder-top .content h1 {
    padding: 1rem 5rem 1rem 1.4rem;
  }
}
@media (min-width: 768px) {
  section.projectsLiveFeed .liveFeed-holder-top {
    flex-direction: row;
    padding: 4rem 1.8rem;
  }
  section.projectsLiveFeed .liveFeed-holder-top .image-holder {
    width: 50%;
    height: 100%;
    padding-bottom: 40%;
    margin-bottom: 0;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content p {
    padding-left: 2rem;
    padding-right: 1rem;
    font-weight: 400;
  }
  section.projectsLiveFeed .liveFeed-holder-top .button {
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  section.projectsLiveFeed .liveFeed-holder-top {
    align-items: center;
  }
  section.projectsLiveFeed .liveFeed-holder-top .image-holder {
    background-size: cover;
    padding-bottom: 45%;
  }
}
@media (min-width: 1366px) {
  section.projectsLiveFeed .liveFeed-holder-top {
    padding-bottom: 0;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content h1 {
    font-size: 5.4rem;
    line-height: 6.5rem;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (min-width: 1600px) {
  section.projectsLiveFeed .liveFeed-holder-top {
    padding: 10.4rem 15.4rem 10.4rem 18.4rem;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content-holder {
    margin-left: 10rem;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content {
    text-align: left;
  }
  section.projectsLiveFeed .liveFeed-holder-top .image-holder {
    max-height: 800px;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content h1 {
    padding-left: 6.8rem;
    padding-right: 0;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content p {
    padding-left: 9.8rem;
    margin-bottom: 6.5rem;
  }
  section.projectsLiveFeed .liveFeed-holder-top .content .button {
    margin-left: 9.8rem;
  }
}
section.projectsLiveFeed .projectsContent-holder {
  background-color: #002142;
  display: flex;
  flex-wrap: wrap;
}
section.projectsLiveFeed .projectsContent-holder .project {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.projectsLiveFeed .projectsContent-holder .project-content {
  padding: 9.3rem 2.8rem 2.4rem 1.8rem;
}
section.projectsLiveFeed .projectsContent-holder .border-holder {
  color: #fff;
  border-left: 3.5px solid #d71313;
  padding-left: 1.6rem;
}
section.projectsLiveFeed .projectsContent-holder .border-holder h3 {
  font-size: 1.6rem;
}
section.projectsLiveFeed .projectsContent-holder .border-holder ul {
  padding: 0;
}
section.projectsLiveFeed .projectsContent-holder .border-holder li {
  font-size: 1.3rem;
  position: relative;
  margin-left: 1rem;
  font-weight: 300;
  list-style: none;
}
section.projectsLiveFeed .projectsContent-holder .border-holder li:before {
  content: "•";
  font-size: 13px;
  padding-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -1rem;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  section.projectsLiveFeed .projectsContent-holder .border-holder li:before {
    font-size: 23px;
  }
}
section.projectsLiveFeed .projectsContent-holder .project.active .project-content {
  opacity: 1;
  background-color: #002142;
  height: 100%;
}
section.projectsLiveFeed .projectsContent-holder .project-content {
  opacity: 0;
  color: #fff;
  transition: all 0.3s ease;
}
section.projectsLiveFeed .projectsContent-holder .project-btn {
  color: #fff;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  section.projectsLiveFeed .projectsContent-holder .project-btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 1366px) {
  section.projectsLiveFeed .projectsContent-holder .project-btn {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  section.projectsLiveFeed .projectsContent-holder .project {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  section.projectsLiveFeed .projectsContent-holder {
    padding: 5rem 0;
  }
  section.projectsLiveFeed .projectsContent-holder .border-holder li {
    font-size: 2.4rem;
  }
  section.projectsLiveFeed .projectsContent-holder .border-holder h3 {
    font-size: 3.2rem;
  }
  section.projectsLiveFeed .projectsContent-holder .project-btn {
    color: #fff;
  }
}
@media (min-width: 1366px) {
  section.projectsLiveFeed .projectsContent-holder .project {
    width: 25%;
  }
  section.projectsLiveFeed .projectsContent-holder .border-holder ul {
    margin-bottom: 3.2rem;
  }
  section.projectsLiveFeed .projectsContent-holder .border-holder {
    padding-left: 1.6rem;
  }
}
@media (min-width: 1600px) {
  section.projectsLiveFeed .projectsContent-holder .project-content {
    padding: 20.6rem 0 5rem 6rem;
  }
}
section.projectsLiveFeed .projectHighlight-holder-new {
  background-color: #002142;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 10vw 5vw 10vw 0;
}
@media (max-width: 767px) {
  section.projectsLiveFeed .projectHighlight-holder-new .project-highlight {
    grid-auto-flow: row;
    grid-template-columns: unset;
    padding: 20vw 0;
    gap: 5vw;
  }
  section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content .content-holder {
    padding: 0 5vw;
  }
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .image-holder-new {
  display: grid;
  align-items: center;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content {
  display: grid;
  align-items: center;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content .content-holder {
  padding-left: 2.9rem;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content .content-holder h1 {
  font-size: 4.4rem;
  border-left: 3px solid #d71313;
  padding-left: 2.1rem;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content .content-holder span {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
}
section.projectsLiveFeed .projectHighlight-holder-new .project-highlight .content .content-holder p {
  color: #fff;
}
section.projectsLiveFeed .projectHighlight-holder {
  background-color: #002142;
  padding: 4.5rem 2rem 6rem 0;
  padding-right: 2rem;
}
section.projectsLiveFeed .projectHighlight-holder .project-highlight {
  display: flex;
  flex-direction: column;
  margin-bottom: 25vw;
}
section.projectsLiveFeed .projectHighlight-holder .image-holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 302px;
  width: 100%;
  background-size: cover;
  margin-bottom: 2.8rem;
}
section.projectsLiveFeed .projectHighlight-holder .content-holder {
  padding-left: 2.9rem;
}
section.projectsLiveFeed .projectHighlight-holder .content-holder h1 {
  font-size: 4.4rem;
  border-left: 3px solid #d71313;
  padding-left: 2.1rem;
}
section.projectsLiveFeed .projectHighlight-holder .content-holder span {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
}
section.projectsLiveFeed .projectHighlight-holder .content-holder p {
  color: #fff;
}
@media (min-width: 360px) {
  section.projectsLiveFeed .projectHighlight-holder .image-holder {
    width: 351px;
  }
}
@media (min-width: 768px) {
  section.projectsLiveFeed .projectHighlight-holder .image-holder {
    width: 50%;
    height: 100%;
    padding-bottom: 40%;
    margin-bottom: 0;
  }
  section.projectsLiveFeed .projectHighlight-holder .content-holder p {
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
  section.projectsLiveFeed .projectHighlight-holder .project-highlight {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  section.projectsLiveFeed .projectHighlight-holder .image-holder {
    padding-bottom: 45%;
  }
}
@media (min-width: 1366px) {
  section.projectsLiveFeed .projectHighlight-holder .content-holder h1 {
    font-size: 5.4rem;
    line-height: 6.5rem;
  }
  section.projectsLiveFeed .projectHighlight-holder .content-holder p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (min-width: 1600px) {
  section.projectsLiveFeed .projectHighlight-holder {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 0%, rgba(0, 33, 66, 0) 28%, #002142 28%);
    padding: 10.4rem 15.4rem 10.4rem 18.4rem;
  }
  section.projectsLiveFeed .projectHighlight-holder .image-holder {
    max-height: 800px;
  }
  section.projectsLiveFeed .projectHighlight-holder .content-holder {
    padding-left: 8rem;
    padding-top: 3.8rem;
  }
  section.projectsLiveFeed .projectHighlight-holder span {
    font-size: 3.2rem;
    font-weight: 400;
  }
  section.projectsLiveFeed .projectHighlight-holder .content h1 {
    padding-left: 6.8rem;
    padding-right: 0;
    border-left: 6px solid #d71313;
  }
  section.projectsLiveFeed .projectHighlight-holder .content p {
    margin-bottom: 6.5rem;
  }
  section.projectsLiveFeed .projectHighlight-holder .content .button {
    margin-left: 7.4rem;
  }
  section.projectsLiveFeed .projectHighlight-holder .button {
    background-color: #d71313;
    color: #fff;
    transition: all 0.5s ease;
  }
  section.projectsLiveFeed .projectHighlight-holder .button:hover {
    background-color: #fff;
    color: #d71313;
  }
}

.loner {
  color: #002142;
  font-size: 3.4rem;
  position: absolute;
  left: 21%;
}

.team {
  padding-top: 7rem;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .team .mobile-only-image {
    display: block;
    height: 320px;
    text-align: center;
  }
  .team .mobile-only-image img {
    width: auto;
    height: 100%;
  }
  .team .team-info-holder {
    position: relative;
  }
  .team .nav-arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 18rem;
    z-index: 50;
    left: 0;
  }
  .team .nav-arrows svg {
    padding: 0 1rem;
  }
  .team .arrow-left {
    background: #fff;
    border-radius: 50%;
  }
  .team .arrow-right {
    background: #fff;
    border-radius: 50%;
  }
  .team .team-info {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .team .team-info h1 {
    color: #002142;
    font-size: 3.2rem;
  }
  .team .team-info h4 {
    color: #002142;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .team .team-info ul {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .team .team-info p {
    color: #002142;
  }
  .team .team-info ul li {
    color: #002142;
  }
  .team .team-info.active {
    display: block;
    opacity: 1;
  }
}
.team .team-image-holder {
  display: none;
}
@media (min-width: 1366px) {
  .team .team-image-holder {
    display: block;
  }
}
.team .team-thumb {
  display: none;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.team .team-thumb:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.team .team-thumb.active {
  filter: unset;
}
.team .team-info ul li {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .team .team-info ul li {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .team .mobile-only-image {
    display: block;
  }
  .team .nav-arrows {
    top: 25rem;
    justify-content: space-around !important;
  }
  .team .team-info-holder {
    padding: 5rem;
  }
  .team .team-info {
    display: none;
  }
  .team .team-info.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .team {
    display: flex;
    align-items: flex-start;
  }
  .team .mobile-only-image {
    display: none;
  }
  .team .team-thumb {
    display: block;
  }
  .team .team-thumb-holder {
    display: block;
    width: 15%;
  }
  .team .team-thumb-holder .team-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 140px;
    width: 140px;
    margin-bottom: 3.6rem;
  }
  .team .team-thumb-holder .team-thumb:last-child {
    margin-bottom: 0;
  }
  .team .team-info-holder {
    padding-top: 1rem;
    width: 70%;
  }
  .team .team-info-holder h1 {
    color: #002142;
    font-size: 3.2rem;
  }
  .team .team-info-holder h4 {
    color: #002142;
    margin-bottom: 0;
  }
  .team .team-info-holder ul {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .team .team-info-holder p {
    font-size: 1.8rem;
  }
  .team .team-info-holder li {
    font-size: 2rem;
  }
  .team .team-image-holder {
    width: 39%;
  }
  .team .nav-arrows {
    display: none;
  }
}
@media (min-width: 1366px) {
  .team {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 8.3rem;
    padding-bottom: 8rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1366px) {
  .team {
    align-items: flex-start;
  }
  .team .team-thumb-holder {
    width: 15%;
    display: block;
    padding-bottom: 28%;
  }
  .team .team-thumb-holder .team-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 140px;
    width: 140px;
    margin-bottom: 3.6rem;
  }
  .team .team-thumb-holder .team-thumb:last-child {
    margin-bottom: 0;
  }
  .team .team-info-holder {
    position: relative;
    width: 45%;
    padding: 0;
  }
  .team .team-info-holder h2 {
    color: #002142;
    font-size: 3.4rem;
  }
  .team .team-info-holder .team-info {
    color: #002142;
    opacity: 0;
    padding-right: 5rem;
    transition: opacity 0.5s ease;
    top: 100%;
    left: 0;
    right: 0;
  }
  .team .team-info-holder .team-info.active {
    opacity: 1;
  }
  .team .team-info-holder .inner-content {
    padding-left: 5rem;
  }
  .team .team-info-holder .team-info h1 {
    color: #002142;
    font-size: 4.4rem;
    border-left: 6px solid #d71313;
    padding-left: 4.4rem;
    margin-bottom: 2.3rem;
  }
  .team .team-info-holder .team-info span {
    font-size: 3.4rem;
    display: block;
  }
  .team .team-info-holder .team-info p {
    color: #002142;
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .team .team-info-holder .team-info ul {
    color: #002142;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .team .team-info-holder .team-info li {
    color: #002142;
    font-size: 1.8rem;
  }
  .team .team-info-holder .team-info h4 {
    color: #002142;
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 700;
  }
  .team .team-image-holder {
    width: 39%;
    padding-right: 1%;
    position: relative;
  }
  .team .team-image-holder .team-image {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: auto;
    height: 800px;
    transition: opacity 0.5s ease;
  }
  .team .team-image-holder .team-image.active {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .team .team-thumb-holder {
    width: 20%;
    padding-bottom: 0;
  }
  .team .team-thumb-holder .team-thumb {
    height: 240px;
    width: 240px;
  }
  .team .team-info-holder {
    width: 44%;
  }
  .team .team-info-holder .team-info {
    padding-right: 18rem;
  }
  .team .team-image-holder {
    width: 35%;
  }
}

.counter {
  justify-content: center;
}
.counter .stats-holder {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 100%;
}
.counter .stat h1 {
  color: #002142;
  margin-bottom: 0;
  font-size: 8.5rem;
  line-height: 9rem;
}
.counter .stat {
  margin-bottom: 3rem;
}
.counter .stat:first-child h1 {
  letter-spacing: -1rem;
}
@media (min-width: 551px) {
  .counter .stat {
    margin-bottom: 0;
  }
}
.counter span.litte-text {
  font-size: 6.5rem;
}
.counter .stat p {
  color: #d61313;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .counter .stats-holder {
    flex-direction: row;
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .counter .stats-holder {
    width: 80%;
  }
}
@media (min-width: 1366px) {
  .counter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 82%;
    padding-bottom: 30%;
  }
  .counter .stats-holder {
    padding-top: 10.5rem;
    padding-bottom: 5.5rem;
    width: 80%;
  }
  .counter .stat {
    text-align: center;
    width: 33%;
    margin-bottom: 4rem;
  }
  .counter .stat span {
    font-size: 10.1rem;
  }
  .counter span.big-text {
    font-size: 22.1rem;
  }
  .counter .stat h1 {
    color: #002142;
    margin-bottom: 0;
    line-height: 16.5rem;
  }
  .counter .stat p {
    color: #d61313;
    font-weight: 700;
    font-size: 2.4rem;
  }
}

footer #mc_embed_signup {
  background: #fff;
  clear: left;
  font: inherit;
  max-width: 750px;
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  footer #mc_embed_signup {
    margin-left: 9rem;
  }
}
@media (min-width: 1024px) {
  footer #mc_embed_signup .mc-field-group {
    display: flex;
    align-items: flex-start;
  }
}
footer #mc_embed_signup .mc-field-group label {
  color: #002142;
  padding-bottom: 0.5rem;
  font-size: 15px;
}
@media (min-width: 768px) {
  footer #mc_embed_signup .mc-field-group label {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  footer #mc_embed_signup .mc-field-group label {
    width: 48%;
    text-align: right;
    padding-right: 1rem;
  }
}
footer #mc_embed_signup .mc-field-group input {
  border: none;
  border-bottom: 1.5px solid #002142;
  border-radius: 0;
}
@media (min-width: 1024px) {
  footer #mc_embed_signup .mc-field-group input {
    width: 48%;
  }
}
footer #mc_embed_signup .sub-button {
  position: relative;
}
@media (min-width: 1024px) {
  footer #mc_embed_signup .sub-button {
    text-align: right;
  }
}
footer #mc_embed_signup .sub-button svg {
  position: absolute;
  right: 0;
}
footer #mc_embed_signup #form-button {
  background-color: #d71313;
  height: 52px;
  border-radius: 0;
  width: 75%;
  max-width: 239px;
  margin-top: 3rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  footer #mc_embed_signup #form-button {
    margin-right: 4rem;
  }
}
@media (min-width: 1366px) {
  footer #mc_embed_signup #form-button {
    margin-right: 15rem;
  }
}
footer .footer-top {
  display: flex;
  flex-direction: column;
  padding: 2.3rem;
}
@media (min-width: 1024px) {
  footer .footer-top {
    flex-direction: row;
  }
}
footer p.bold {
  font-weight: 700 !important;
}
footer .foot-nav {
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  footer .foot-nav {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  footer .foot-nav {
    text-align: left;
    width: 50%;
  }
}
footer .foot-nav h5 {
  text-transform: uppercase;
}
footer .footer-nav-left h5 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-nav-left h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  footer .footer-nav-left h5 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
footer .footer-nav-left p {
  margin-bottom: 0.5rem;
  color: #002142;
}
footer .footer-nav-right p {
  margin-bottom: 0.5rem;
  color: #002142;
}
footer p.bold {
  color: #002142;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  footer p.bold {
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  footer p.bold {
    padding-top: 0;
  }
}
footer .footer-nav-left a {
  color: #002142;
}
footer .footer-nav-right h5 {
  display: none;
}
@media (min-width: 1600px) {
  footer .footer-nav-right h5 {
    display: block;
  }
}
footer h5 {
  color: #002142;
  font-weight: 700;
}
footer .form-holder {
  width: 100%;
  margin-bottom: -5rem;
}
@media (min-width: 1024px) {
  footer .form-holder {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  footer .form-holder {
    width: 50%;
  }
}
footer .footer-bottom {
  padding: 2.3rem 2.3rem 2.3rem 2.5rem;
  background-color: #002142;
  color: #fff;
}
footer .footer-bottom a {
  color: #fff;
}
footer .footer-bottom p {
  opacity: 0.2 !important;
  transition: all 0.5s ease;
}
footer .footer-icons {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  footer .footer-icons {
    justify-content: unset;
  }
}
@media (min-width: 1366px) {
  footer .footer-icons {
    margin-top: 1rem;
  }
}
@media (min-width: 1600px) {
  footer .footer-icons {
    margin-top: 20rem;
  }
}
footer .footer-icons a:nth-child(2) {
  padding: 0 2.3rem;
}
footer span svg {
  height: 5.5rem;
}
@media (min-width: 1024px) {
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  footer .footer-top {
    display: flex;
    flex-direction: row;
    padding: 10.1rem 5rem;
  }
}
@media (min-width: 1600px) {
  footer .foot-nav {
    display: flex;
    text-align: left;
  }
  footer .foot-nav a {
    color: #002142;
  }
  footer h5 {
    color: #002142;
    font-size: 2.4rem;
    font-weight: 700;
  }
  footer .footer-nav-left {
    width: 50%;
    color: #002142;
  }
  footer .footer-nav-left p {
    margin-bottom: 3.5rem;
  }
  footer .footer-nav-right {
    width: 50%;
    color: #002142;
  }
  footer .footer-icons {
    display: flex;
    width: 50%;
    align-items: center;
  }
  footer .footer-icons svg {
    fill: #002142;
    padding-right: 2.3rem;
  }
  footer p {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 3rem;
  }
  footer p.bold {
    font-weight: 700;
  }
  footer .footer-bottom {
    background-color: #002142;
    color: #fff;
    padding: 5rem 16rem;
  }
  footer .footer-bottom p {
    margin: 0;
    font-size: 1.8rem;
  }
  footer .footer-bottom .copyright {
    width: 50%;
  }
  footer .footer-bottom .privacy {
    width: 25%;
  }
  footer .footer-bottom .website {
    width: 25%;
  }
}

.jotform-form {
  border: none;
  padding: 0;
}
.jotform-form .supernova .form-all,
.jotform-form .form-all {
  box-shadow: none;
  border: 0;
}
.jotform-form .form-input {
  border: 0;
}

@supports (-ms-ime-align: auto) {
  section.heroBanner {
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.heroBanner {
    overflow: hidden;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  section.heroBanner .hero-1 {
    left: inherit;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  section.heroBanner .hero-2 {
    left: inherit;
    bottom: inherit;
  }
  section.heroBanner .hero-2.topper {
    left: inherit;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .herocontent-holder.active:hover {
    transform: none !important;
    cursor: inherit !important;
  }
  section.copy {
    display: block;
  }
  .header-navs {
    flex: 1;
  }
  footer {
    overflow: hidden;
  }
  body {
    overflow-x: hidden;
  }
}
.always_display .project-content {
  opacity: 1 !important;
}

/*# sourceMappingURL=style.css.map */
