.text-strong {
  font-weight: bold;
}

.text-small {
  font-size: 15px;
}

.text-italics {
  font-style: italic;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white p,
.text-white li,
.text-white a,
.text-white span, .text-white {
  color: white;
}

.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue p,
.text-blue li,
.text-blue a,
.text-blue span, .text-blue {
  color: #1C3865;
}

.bg-green {
  background-color: #594A42;
}

.bg-grey {
  background-color: #5F646F;
}

.bg-blue {
  background-color: #1C3865;
}

body {
  margin: 0;
}
body:has(.show) {
  overflow: hidden;
}

h1 {
  margin: 15px 0 0;
  color: #FFF;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

h2 {
  color: #1C3865;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  color: #1C3865;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

ul {
  padding-left: 30px;
}

a {
  color: #000;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #1C3865;
}

p, li {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.text_block p.sub-heading {
  color: #FFF;
  text-align: center;
  font-family: Inter, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

li a {
  font-weight: bold;
}

.button {
  width: 225px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  margin: 0;
}
.button:hover {
  font-weight: 700;
  color: inherit;
}

.blue-btn {
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
}
.blue-btn:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1C3865;
  border-radius: 50px;
}
.blue-btn:after {
  align-self: flex-start;
  z-index: -1;
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  top: 2px;
  display: block;
  height: 46px;
  width: 0;
  background-color: white;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
}
.blue-btn:hover, .blue-btn.wait {
  color: #1C3865;
  font-weight: 700;
}
.blue-btn:hover span, .blue-btn.wait span {
  color: #1C3865;
}
.blue-btn:hover::after, .blue-btn.wait::after {
  width: calc(100% - 4px);
}

.share-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  max-width: 78px;
  white-space: nowrap;
}
.share-link::after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.25s ease-in-out;
}
.share-link.white::after {
  background: white;
}
.share-link.blue::after {
  background: #1C3865;
}
.share-link:hover::after {
  width: 100%;
}

.divider {
  font-style: normal;
  font-weight: 400;
  margin: 0 10px;
}

#logo svg {
  width: 100%;
  height: auto;
}

#playBtn,
#playText {
  cursor: pointer;
  max-width: none;
}

#pauseSVG0,
#pauseSVG1 {
  visibility: hidden;
}

#model-overlay {
  background: rgba(28, 56, 101, 0.9);
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 30px;
}

#model {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 45px 30px 30px;
  background: #FFF;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #model {
    overflow: auto;
    padding: 60px 70px 45px;
  }
}
@media (min-width: 1180px) {
  #model {
    padding: 60px 100px;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    max-height: calc(100vh - 60px);
  }
}
#model .blue-btn span {
  display: block;
  position: relative;
  z-index: 4;
}
#model .blue-btn:hover span {
  color: #1C3865;
}
#model .blue-btn::after, #model .blue-btn::before {
  z-index: 3;
}
#model p:nth-child(4) {
  margin: 0 0 10px;
}
#model p:nth-child(5) {
  margin: 0 0 10px;
}

.model-text {
  max-width: 660px;
}

#model-video {
  flex-grow: 1;
  margin-bottom: 30px;
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: center;
}
#model-video > div {
  width: 100%;
}

#model-title {
  font-size: 24px;
  line-height: 36px; /* 150% */
  margin: 0 0 15px;
}

#model-desc {
  margin: 0 0 20px;
}

#close-model {
  cursor: pointer;
  width: 20px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

#close-overlay-model {
  width: 100%;
  height: 100%;
  position: absolute;
}

#model-share-btn {
  cursor: pointer;
}

.hide {
  display: none !important;
}

#videos p {
  color: #1C3865;
  font-family: Rubik, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -3px;
  left: 0;
  background: white;
  transition: all 0.25s ease-in-out;
}
.underline:hover:after {
  width: 100%;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 45px;
  max-width: 1440px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out padding;
  padding-top: 30px;
}
@media (min-width: 768px) {
  header .wrapper {
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  header .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  header .wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  header .wrapper {
    padding-top: 30px;
    align-items: flex-start;
  }
}

.text_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
  background-image: url("./images/oil-field.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
}
.text_block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(28, 56, 101, 0.9);
  width: 100%;
  height: 100%;
}
.text_block .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 45px;
  max-width: 1440px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out padding;
  gap: 0;
}
@media (min-width: 768px) {
  .text_block .wrapper {
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .text_block .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .text_block .wrapper {
    padding: 70px 0;
  }
}
.text_block p {
  margin: 0;
  color: white;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .text_block p {
    font-size: 30px;
  }
}

.floating-cta {
  position: fixed;
  width: 175px;
  height: 275px;
  top: 300px;
  right: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1180px) {
  .floating-cta {
    transform: scale(1);
    top: 325px;
  }
}
.floating-cta .wrapper {
  position: relative;
  right: 0;
  width: 275px;
  height: 275px;
  border-radius: 275px;
  border: 5px solid #FFF;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.floating-cta p {
  font-size: 16px;
  line-height: 24px;
  width: 70%;
  margin-top: 50px;
  text-align: center;
}
.floating-cta .strong {
  display: block;
  margin: 0 auto;
  width: 180px;
  font-family: Rubik, sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.floating-cta svg {
  margin: auto 0 20px;
  transition: all 0.5s ease-in-out;
}
.floating-cta.not-top {
  right: 0;
}
.floating-cta.not-top .wrapper {
  right: -250px;
}
@media (min-width: 1180px) {
  .floating-cta.not-top .wrapper {
    right: -220px;
  }
}
.floating-cta.not-top .wrapper {
  background-color: #dedfe1;
}
.floating-cta.not-top svg {
  transform: rotate(90deg);
  transform-origin: 12px -75px;
}

.text_and_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
}
.text_and_icons .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 45px;
  max-width: 1440px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out padding;
}
@media (min-width: 768px) {
  .text_and_icons .wrapper {
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .text_and_icons .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .text_and_icons .wrapper {
    padding: 70px 0;
  }
}
.text_and_icons .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 70px 30px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .text_and_icons .card-wrapper {
    justify-content: flex-start;
  }
}
.text_and_icons .card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text_and_icons .card {
    flex-direction: row;
  }
}
@media (min-width: 1180px) {
  .text_and_icons .card {
    max-width: 48%;
  }
}
.text_and_icons .text {
  width: 100%;
  max-width: 380px;
  text-align: center;
}
@media (min-width: 768px) {
  .text_and_icons .text {
    text-align: left;
  }
}
.text_and_icons .icon {
  aspect-ratio: 1;
  height: 150px;
  width: 150px;
  background: #594A42;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .text_and_icons .icon {
    height: 180px;
    width: 180px;
  }
}
.text_and_icons svg {
  width: 50%;
  height: auto;
}
.text_and_icons p {
  margin: 0;
  color: #000;
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  line-height: 24px; /* 145.833% */
}
@media (min-width: 768px) {
  .text_and_icons p {
    font-size: 24px;
    line-height: 35px;
  }
}

.text_and_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
}
.text_and_image .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 45px;
  max-width: 1440px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out padding;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .text_and_image .wrapper {
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .text_and_image .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .text_and_image .wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1180px) {
  .text_and_image .wrapper {
    padding-right: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
.text_and_image .wrapper > h2, .text_and_image .wrapper > h3 {
  width: 100%;
}
.text_and_image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 768px) {
  .text_and_image .image-wrapper {
    max-width: 768px;
  }
}
.text_and_image .text {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .text_and_image .text {
    padding: 0;
  }
}
@media (min-width: 1180px) {
  .text_and_image .text,
  .text_and_image .image-wrapper {
    max-width: calc(50% - 30px);
  }
}
.text_and_image h3 {
  margin-top: 80px;
  margin-bottom: 20px;
}
.text_and_image h3:first-of-type {
  margin-top: 0;
}
.text_and_image .share-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 25px;
}
.text_and_image .share-wrapper > p {
  margin-top: 25px;
}
.text_and_image.img-left .wrapper {
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .text_and_image.img-left .wrapper {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (min-width: 1180px) {
  .text_and_image.img-left .wrapper {
    padding-right: 70px;
    padding-left: 0;
    flex-direction: row;
  }
}
.text_and_image:nth-child(5) img {
  -o-object-position: 0 -260px;
     object-position: 0 -260px;
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(5) img {
    -o-object-position: 0 40%;
       object-position: 0 40%;
  }
}
.text_and_image:nth-child(5) p {
  margin: 0;
}
@media (min-width: 768px) {
  .text_and_image:nth-child(6) .wrapper {
    gap: 80px 45px;
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(6) .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .text_and_image:nth-child(6) .wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(6) .image-wrapper {
    max-width: calc(55% - 30px);
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(6) .text {
    max-width: calc(45% - 30px);
  }
}
.text_and_image:nth-child(6) img {
  aspect-ratio: 6.7/4;
}
.text_and_image:nth-child(6) .share-wrapper {
  align-items: flex-start;
}
.text_and_image:nth-child(6) svg {
  transition: 0.25s ease-in-out all;
}
.text_and_image:nth-child(6) svg:hover {
  transform: scale(1.05);
}
.text_and_image:nth-child(8) .wrapper {
  flex-direction: column;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .text_and_image:nth-child(8) .wrapper {
    gap: 80px 100px;
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(8) .wrapper {
    align-items: center;
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .text_and_image:nth-child(8) .wrapper {
    padding: 70px 0;
  }
}
.text_and_image:nth-child(8) .content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media (min-width: 768px) {
  .text_and_image:nth-child(8) .content {
    gap: 80px 100px;
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(8) .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(8) .text {
    max-width: calc(70% - 50px);
    flex-grow: 1;
  }
}
.text_and_image:nth-child(8) img {
  aspect-ratio: initial;
  max-width: 315px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #FFF;
  min-width: 0;
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(8) .image-wrapper {
    max-width: calc(43% - 50px);
  }
}
.text_and_image:nth-child(8) .share-wrapper {
  margin-top: 45px;
  flex-direction: column;
}
.text_and_image:nth-child(8) .share-wrapper p {
  margin: 0;
}
@media (min-width: 1180px) {
  .text_and_image:nth-child(9) .wrapper {
    align-items: center;
    padding: 100px 70px 100px 0;
  }
}
.text_and_image:nth-child(9) h2 {
  text-align: left;
  margin-bottom: 50px;
  margin-top: 0;
}
.text_and_image:nth-child(9) h3 {
  color: #000;
}

.grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  position: relative;
}
.grid .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 45px;
  max-width: 1440px;
  box-sizing: border-box;
  transition: 0.5s ease-in-out padding;
}
@media (min-width: 768px) {
  .grid .wrapper {
    padding: 70px 75px;
  }
}
@media (min-width: 1180px) {
  .grid .wrapper {
    padding: 70px 100px;
  }
}
@media (min-width: 1600px) {
  .grid .wrapper {
    padding: 70px 0;
  }
}
.grid .grid-wrapper {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}
.grid .grid-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .grid .grid-item {
    max-width: calc(50% - 23px);
  }
}
@media (min-width: 1180px) {
  .grid .grid-item {
    max-width: calc(33% - 27px);
  }
}
.grid .grid-item img {
  width: 100%;
  cursor: pointer;
}
.grid p {
  margin: 5px 0 0;
}
.grid:nth-child(9) {
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 1180px) {
  .grid:nth-child(9) .wrapper {
    padding: 70px 100px 100px;
  }
}
.grid:nth-child(9) h2 {
  margin-bottom: 20px;
}
.grid:nth-child(11) {
  border-top: 1px solid #E5E5E5;
}
.grid:nth-child(11) .grid-item {
  flex-grow: 1;
}
@media (max-width: 800px) {
  .grid:nth-child(11) .grid-item {
    max-width: 500px;
    margin: auto;
  }
}
.grid:nth-child(11) .grid-wrapper {
  justify-content: flex-start;
}
.grid:nth-child(11) .divider {
  content: "|";
  flex-grow: 1;
  text-align: center;
  line-height: 32px;
  font-size: 36px;
  color: #E5E5E5;
  font-weight: 100;
}
.grid:nth-child(11) p {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.grid:nth-child(11) .share-link {
  max-width: none;
}
.grid:nth-child(11) .socials {
  display: inline-flex;
  align-items: center;
  height: 19px;
  gap: 6px;
  margin-left: 5px;
}
.grid:nth-child(11) .socials svg {
  cursor: pointer;
  transition: 0.25s ease-in-out transform;
}
.grid:nth-child(11) .socials svg:hover {
  transform: scale(1.15);
}
.grid:nth-child(11) a {
  display: flex;
  text-decoration: none;
  line-height: normal;
}
.grid:nth-child(11) img {
  cursor: default;
}

footer {
  display: flex;
  justify-content: center;
}
footer .wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer .wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1180px) {
  footer .wrapper {
    padding: 18px 70px;
    flex-direction: row;
  }
}
footer .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 20px;
}
@media (min-width: 768px) {
  footer .links {
    flex-direction: row;
  }
}
@media (min-width: 1180px) {
  footer .links {
    gap: 0;
  }
}
footer .links span, footer .links a {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  footer .links span, footer .links a {
    margin-bottom: 0;
  }
}
@media (min-width: 1180px) {
  footer .links span, footer .links a {
    padding: 0 10px;
    border-right: 1px solid #E5E5E5;
    text-decoration: none;
  }
  footer .links span:last-child, footer .links a:last-child {
    padding-right: 0;
    border-right: none;
  }
  footer .links span:first-child, footer .links a:first-child {
    padding-left: 0;
  }
}
footer .copyright, footer a {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .copyright, footer a {
    text-align: left;
  }
}
footer a:hover {
  color: white;
}
footer .contact {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1180px) {
  footer .contact {
    border-bottom: none;
    flex-direction: row;
    padding: 0;
    margin-bottom: 0;
  }
}
footer .contact .divider-lg {
  height: 40px;
  background: white;
  width: 1px;
  margin: 0 30px;
  display: none;
}
@media (min-width: 1180px) {
  footer .contact .divider-lg {
    display: inline-block;
  }
}
