*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  scroll-margin-top: 175px;
  scroll-behavior: smooth;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol,
menu {
  list-style: none
}

input,
select,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  font-family: "articulat-cf";
  color: var(--gray);
  line-height: 1.5;
}

/* ----------------------------------------------------------
  Header Styles
---------------------------------------------------------- */

header img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* ----------------------------------------------------------
  Hero Styles
---------------------------------------------------------- */

.heroSection {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.heroSection img {
  width: 100%;
}

.heroSection::after {
  content: "";
  background-color: rgba(1, 84, 134, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.heroSection .contentContainer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  z-index: 5;
  padding: 5% 4%;
  font-size: 2.8rem;
  line-height: 1;
}

.heroSection .contentContainer i {
  font-weight: 600;
}

.heroSection .contentContainer .lineOne span {
  opacity: 0;
  display: inline-block;
}

.heroSection .contentContainer .lineOne {
  margin-bottom: 10px;
}

.heroSection .plus {
  position: absolute;
  z-index: 7;
  max-width: 216px;
  width: 11.5%;
}

.heroSection .plusOne {
  bottom: 76%;
  right: 3.8%;
}

.heroSection .plusTwo {
  bottom: 45.7%;
    right: 9.5%;
}

.heroSection .plusThree {
  bottom: 30.4%;
  right: 15%;
}

.heroSection .plusFour {
  bottom: 15.1%;
  right: -2.5%;
}

.heroSection .plusFive {
  bottom: 0;
  right: 3.2%;
}

@media (min-width: 1450px) {
  .heroSection .contentContainer {
    font-size: 3.5rem;
  }
}