/*
Theme Name: Archetype Undersea
Description: Wordpress Theme Designed for Archetype Undersea.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #fff;
  --default-color: #fff;
  --white: #ffffff;
  --btn-color: #f2a209;
  --amber: #f2a209;
  --header-font: "eurostile", sans-serif;
  --body-font: "raleway", sans-serif;
  --geom-graphic: "geom-graphic", sans-serif;
  --button-radius: 5px;
  --line-height-desktop: 56px;
  --line-height-mobile: 49px;
  --base-fontsize: 15px;
  --base-lineheight: 1.6em;
  --max-width: 1220px;
  --body-background: #111;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: var(--body-background);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: var(--body-background);
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:not(.button):hover {
  color: var(--amber);
  text-decoration: underline;
}

.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.45em;
  font-family: var(--header-font);
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 2.8rem 0 2.2rem;
  padding: 0 0 0 2.5rem;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 16px;
  background: #f2a209;
  width: 7px;
}
blockquote p {
  font-size: 1.4em;
  font-style: italic;
  font-weight: 250;
  line-height: 1.6em;
  letter-spacing: 0.03em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: var(--button-radius);
  border: none;
  height: var(--line-height-desktop);
  line-height: calc(var(--line-height-desktop) - 2px);
  font-style: normal;
  color: #020202;
  font-size: 1.26rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: calc(var(--line-height-desktop) - 2px);
  max-width: 100%;
  padding: 0 0.85em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: var(--btn-color);
  color: #111;
  text-align: center;
  font-family: var(--header-font);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-sm {
  line-height: calc(var(--line-height-mobile) - 2px);
  height: var(--line-height-mobile);
  font-size: 1.2rem;
}
.button.btn-xs {
  line-height: calc(var(--line-height-mobile) - 6px);
  height: calc(var(--line-height-mobile) - 4px);
  font-size: 1.2rem;
}
.button.btn-black {
  background: #111;
  color: #fff;
  border-color: #111;
}
.button.btn-outline-white {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button.btn-outline-white:hover {
  color: #fff;
}
.button:hover,
a.button:hover,
[class*="btn"]:hover {
  transform: scale(1.05);
  color: #111;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
  color: var(--btn-color);
}
.text-fern {
  color: #437326;
}
.text-green {
  color: #a1cb6b;
}
.bg-highlight {
  background-color: #7cab40 !important;
}
.text-right {
  text-align: right;
}
.font13 {
  line-height: var(--base-lineheight);
  font-size: 0.8666rem;
}
.font18 {
  line-height: 1.65em;
  font-size: 1.2rem;
}
.font19 {
  font-size: 1.117rem;
  line-height: 1.58em;
}
.font20 {
  font-size: 1.333rem;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
.font22 {
  font-size: 1.466rem;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse,
.row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font24 {
  font-size: 1.2rem;
  line-height: 1.74em;
}
.text-blue {
  color: #a1cb6b;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_heading {
  display: none;
}
.gform_fields {
  margin: 0 -6px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
  width: 50%;
  padding-bottom: 16px;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="password"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield select {
  width: 100%;
  line-height: calc(var(--line-height-desktop) - 8px);
  height: calc(var(--line-height-desktop) - 6px);
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 122px;
  line-height: 1.5em;
}
.gform_footer img {
  position: absolute;
}
.gform_footer {
  text-align: center;
  padding-top: 2px;
}
.gform_footer .button {
  width: auto;
  background: #111;
  color: #fff;
  line-height: 42px;
  height: 50px;
  border-color: #111;
}
.validation_error {
  display: none;
}
.gfield_description {
  font-size: 0.93rem;
  letter-spacing: 0.03em;
  margin-top: 0.28em;
}
.gfield_description.validation_message {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  top: 65%;
  right: 20px;
}
.gfield_label {
  line-height: calc(var(--line-height-desktop) - 8px);
  height: calc(var(--line-height-desktop) - 6px);
  position: absolute;
  left: 1.5em;
  top: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
}
.gfield.toggle-label .gfield_label {
  font-size: 12px;
  line-height: 1.4em;
  top: 0px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gfield--type-select .gfield_label {
  display: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 0;
  padding-right: 0;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
.video-wrapper iframe {
      width: 100vw;
      height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  padding: 5.1rem 0 3.25rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}
section h2,
h2 {
  font-family: var(--geom-graphic);
  font-size: 4.333rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
}
section h3,
h3 {
  font-family: var(--geom-graphic);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
}
section h4,
h4 {
  font-family: var(--header-font);
  font-size: 1.93rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
section h5,
h5 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}
section h6,
h6 {
  font-family: var(--josefin);
  font-size: 1.08em;
  line-height: 1em;
  letter-spacing: -0.01em;
}
main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
body:has(#banner) header {
  position: absolute;
}
header {
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  border-bottom: solid 1px #333333;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(5px);
  width: 100%;
  position: relative;
}
#logo {
  padding: 1.35rem 1.45rem;
  position: relative;
  border-right: solid 1px #333333;
  min-width: 368px;
}

#header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#header-right-top {
  flex: 2;
  padding: 0 23px;
  text-align: right;
  border-bottom: solid 1px #333333;
  display: flex;
  justify-content: flex-end;
}
#header-login {
  color: #fff;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
#header-login a {
  display: block;
  color: #fff;
}
#header-login a:hover {
  text-decoration: none;
  color: var(--amber);
}
nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
nav ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
}
nav ul.desktopMenu > li {
  position: relative;
  color: #fff;
  font-size: 1.066rem;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
nav ul.desktopMenu > li > a {
  display: block;
  color: #fff;
  padding: 0 1.23em;
  display: flex;
  align-items: center;
  background: transparent;
}
nav ul.desktopMenu > li > a:before {
  content: "";
  width: 100%;
  height: 0px;
  border-radius: 0 0 1.066rem 1.066rem;
  background: var(--amber);
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
nav ul.desktopMenu > li > a > i {
  color: var(--amber);
  font-size: 0.777em;
  margin-left: 0.2em;
}
nav ul.desktopMenu > li > a:hover,
nav ul.desktopMenu > li.current-menu-item > a {
  text-decoration: none;
  color: var(--amber);
}
nav ul.desktopMenu > li:hover > a:before,
nav ul.desktopMenu > li.current-menu-item > a:before {
  height: 5px;
}
nav ul.desktopMenu > li > ul {
  position: absolute;
  display: none;
  background: var(--amber);
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius:  0 0 1.066rem 1.066rem; overflow: hidden;
}
nav ul.desktopMenu > li > ul > li {
  border-top: solid 1px #333;
}
nav ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 0px 15px;
  color: var(--indigo);
}
nav ul.desktopMenu > li > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.15); color: #fff; text-decoration: none;
}

/*------------------------------------------------*/
/*-------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  padding: 3.5rem 0 15rem;
  background: #111;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: var(--amber);
}
#footerNav {
  padding-top: 3.3rem;
}
#footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2.6em;
  font-size: 1.066rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footerNav ul > li {
  position: relative;
}
#footerNav ul > li > a {
  display: block;
}
#copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  padding-top: 2.4rem;
}
/*------------------------------------------------*/
/*-------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 12.6rem 0 7.4rem;
}
#banner.justify-content-end:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 26.49%, #111 73.26%);
}
#banner.justify-content-start:before {
  background: linear-gradient(270deg, rgba(17, 17, 17, 0) 42.36%, #111 81.32%),
    linear-gradient(180deg, rgba(17, 17, 17, 0) 70.43%, #111 100%);
}
#banner .bg-image.bannerImg{
  z-index: 2;
}
#banner .bg-image.video-wrapper{
  z-index: 3;
}
#banner h2 {
  text-transform: uppercase;
  padding-bottom: 0;
}
#banner h4 {
  padding-top: 0.55em;
  text-transform: uppercase;
  padding-bottom: 0;
}
.bannerTxt {
  padding-top: 0.8em;
  font-size: 1.466rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
.bannerTxt > p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.bannerTxt > p:last-child {
  margin-bottom: 0;
}
.bannerBtns {
  padding-top: 1.5rem;
}
/*------------------------------------------------*/
/*-------------------[HOME]------------------*/
/*------------------------------------------------*/
#page-home #banner {
  background: #111;
}
#page-home #banner .bg-image {
  width: 83.75%;
}
#home-mission {
  position: relative;
  padding: 2.55rem 0 1px;
  background: #111;
}
#home-mission .bg-image {
  width: 100%;
  position: absolute;
}
#home-mission .col.sectionImgCol {
  padding-right: 0;
  padding-left: 10px;
}
#home-capabilities {
  padding: 2.5rem 0 0;
}
#home-capabilities .container {
  max-width: 100%;
  padding: 0;
}
.capabilities-row {
  margin: 12px 0 0 0;
}
.capabilities-row .col {
  padding: 0;
}
.capability-item.tech-item {
  min-height: 418px;
  align-items: center;
}
.capability-item .tech-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.capability-item .tech-data {
  text-align: center;
  width: 100%;
  padding: 4.3rem 4.2rem;
}
.capability-item .tech-image img {
  opacity: 0.2;
}
.capability-item .tech-image img {
  filter: grayscale(1);
}
.capability-item .tech-desc {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4em;
}
#home-insights-title {
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #111;
}
#home-insights-title .container {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  max-width: 800px;
  padding: 4.3rem 0;
}
#home-insights-title .container::before {
  content: "";
  position: absolute;
  background-image: url(images/logo_overlay_black.png);
  width: 100%;
  height: 73%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#home-insights {
  position: relative;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 0;
}
#home-insights .container {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 4.95rem 0 4.5rem;
}
#home-insights .entry {
  max-width: 596px;
  margin: 0 auto;
}
/*------------------------------------------------*/
/*-------------------[TECHNOLOGY]------------------*/
/*------------------------------------------------*/
#page-technology {
  position: relative;
}
#page-technology #banner {
  position: relative;
  background: #111;
}
#page-technology #banner .bg-image {
  left: inherit;
  right: 0;
  width: 86.7%;
}

#page-technology #banner .bannerTxtBx {
  max-width: 750px;
}
#page-technology #banner .bannerTxt {
  padding-top: 0.9em;
}
.technology-item {
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #111;
}
.tech-item {
  display: flex;
  position: relative;
}
.tech-image {
  width: 39.34%;
  position: relative;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}
.tech-image .bg-image,
.entries-list .entry .bg-image {
  background: #111;
}
.tech-image .bg-image img,
.entries-list .entry .bg-image img {
  opacity: 0.5;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  filter: grayscale(1);
}

.technology-item:hover .tech-image .bg-image,
.entries-list .entry:hover .bg-image {
  background: #072036;
}
.technology-item:hover .tech-image .bg-image img,
.entries-list .entry:hover .bg-image img {
  opacity: 0.25;
}
.technology-item:hover .tech-data .button {
  background: var(--amber);
  color: #111;
  border-color: var(--amber);
}
.tech-image .bg-image:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.7) 100%
  );
}

.tech-image .bg-image {
  width: 100%;
}
.tech-data {
  width: 50%;
  flex-grow: 1;
  padding: 6.3rem 3.2rem;
}

.tech-data h4 {
  text-transform: uppercase;
}
.tech-desc {
  font-size: 1.066rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  padding-top: 2px;
  margin-bottom: 1em;
}
#technologies-note {
  text-align: center;
  padding: 0;
  background: #111;
}
#technologies-note .container {
  padding: 1.2rem 0;
  border-left: solid 2px #333;
  border-right: solid 2px #333;
}
#technologies-note p {
  letter-spacing: 0.03em;
}

#ready-get-started {
  padding: 0;
  position: relative;
  text-align: center;
  color: #111;
}
#ready-get-started .container {
  padding: 3.6rem 2rem;
  border-radius: 0 0 2.4rem 2.4rem;
  background: var(--amber);
  overflow: hidden;
}
#ready-get-started .sectionTxtBx {
  max-width: 570px;
  margin: 0 auto;
}

/*------------------------------------------------*/
/*-------------------[SOLUTIONS]------------------*/
/*------------------------------------------------*/
#page-solutions {
  position: relative;
}
#page-solutions #banner {
  padding-bottom: 10.15rem;
  background: #111;
}
#page-solutions #banner .bg-image {
  width: 100%;
}
#page-solutions #banner .bg-image:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.53%, #111 101.09%);
}
#page-solutions #banner .bg-image img {
  opacity: 0.4;
}
#page-solutions #banner .bannerTxt {
  padding-top: 1.3em;
}
.technology-item.solutions-item {
  background: transparent;
}
.solutions-item .tech-image {
  width: 100%;
  position: absolute;
  height: 100%;
  border: none;
  opacity: 0.13;
}
.solutions-item .tech-image img {
  filter: grayscale(1);
}
.solutions-item:hover .tech-image img {
  filter: grayscale(0);
}
.solutions-item .tech-data {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 5.94rem 2rem;
}
.solutions-item .tech-data .button {
  margin-top: 1rem;
}

/*------------------------------------------------*/
/*-----------------------[BLOG]-------------------*/
/*------------------------------------------------*/
.entry {
  position: relative;
}
.postMeta {
  color: #fff;

  text-align: center;
  font-size: 0.8666rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}
.postMeta a {
  color: #fff;
  font-weight: 700;
}
.entry-summary {
  padding-top: 1px;
  letter-spacing: 0.03em;
}
.entry-btn {
  padding-top: 1.8rem;
}
#single-blog {
  position: relative;
}
#single-blog header,
#single-blog:has(#banner) header {
  position: relative;
}
#single-blog #banner {
  height: 366px;
  padding: 1rem 0;
  border-bottom: solid 1px #333333;
}
#single-blog #banner .bg-image {
  width: 100%;
}
#single-blog #banner .bg-image img {
  opacity: 1;
  filter: grayscale(1);
}
#single-blog #banner .bg-image:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.7) 100%
  );
}
#single-blog main {
  padding: 0;
  border-bottom: 2px solid #333;
}
#single-blog main .container {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  padding-bottom: 1rem;
}
.backBtn {
  text-align: center;
}
.backBtn a {
  display: inline-block;
  color: #fff;
  font-family: var(--header-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0.25em 1.25em 0.5em;
}
.backBtn a:hover {
  text-decoration: none;
}

#single-blog main .entry {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.1rem 0;
}
.entry-header {
  padding-bottom: 2.5rem;
  position: relative;
}
#single-blog main .entry .postMeta {
  color: #fff;
  font-family: var(--header-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-bottom: 0.6em;
  text-align: center;
}
#single-blog main .entry .postMeta a {
  color: #fff;
}
#single-blog main .entry-title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--header-font);
  letter-spacing: 0;
  padding-bottom: 0.35em;
}
#single-blog main .entry-summary {
  font-size: 1.066rem;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  padding: 0 11px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: var(--body-font);
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  text-transform: none;
  padding-top: 0.55em;
  padding-bottom: 1.05em;
}
/* Font sizes only */
.entry-content h2 {
  font-size: 1.6rem;
}
.entry-content h3 {
  font-size: 1.35rem;
}
.entry-content h4 {
  font-size: 1.15rem;
}
.entry-content h5 {
  font-size: 1rem;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
  margin-bottom: 3rem;
}
.entry-content p {
  letter-spacing: 0.03em;
}

/*------------------------------------------------*/
/*----------------[MEDIA & INSIGHTS]--------------*/
/*------------------------------------------------*/

#page-media #banner {
  position: relative;
  padding: 14.45rem 0 9.85rem;
  background: #111;
}
#page-media #banner .bg-image {
  width: 55.7%;
  left: inherit;
  right: 0;
}
#page-media #banner .bg-image:before {
  background: linear-gradient(270deg, rgba(17, 17, 17, 0) 56.61%, #111 100%);
}
#page-media #banner .bannerBtns {
  padding-top: 0;
  position: absolute;
  width: 84%;
  left: 100%;
  top: 50%;
  justify-content: center;
  margin-top: -2rem;
}
body .fancybox-slide--iframe .fancybox-content {
  background: #fff;
  max-width: 1000px;
}

#page-media #banner h4 {
  padding-top: 0.35em;
  text-transform: uppercase;
  padding-bottom: 0;
}

#section-media-posts {
  padding: 0;
  position: relative;
}
.entries-list {
  margin: 0;
}
.entries-list .col {
  padding: 0;
  border: solid 1px #333333;
}
.entries-list .entry .bg-image {
  position: relative;
  width: 100%;
  height: 236px;
  background: #111;
}
.entries-list .entry .bg-image img {
  filter: grayscale(1);
  opacity: 0.2;
}
.entries-list .entry .bg-image.withImg {
  border-bottom: solid 1px #333333;
}
.entries-list .entry .bg-image.withoutImg img {
  object-fit: contain;
  width: 200px;
  opacity: 1;
  margin: 0 auto;
  display: block;
}
.entries-list .entry-meta {
  padding: 2.8rem 2.4rem 3.6rem;
}
.entries-list .postMeta {
  text-align: left;
  font-size: 1.06rem;

  font-weight: 700;
}
.entries-list .entry-meta h4 {
  font-size: 1.73rem;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 0.68em;
}
.entries-list .entry-btn {
  padding-top: 1.05rem;
}

#paginationWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

#paginationWrapper .page-item {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 39px;
  text-transform: uppercase;
}

#paginationWrapper .page-item a,
#paginationWrapper .page-item span {
  color: #fff;

  display: block;
  line-height: 33px;
  padding: 13px 21px;
  letter-spacing: 0.03em;
  width: 172px;
}

.inactive.pager-btn {
  pointer-events: none;
  cursor: default;
}

.page-items.pages {
  display: flex;
  gap: 8px;
}

.page-items.pages span,
.page-items.pages a {
  display: block;
  width: 43px;
  height: 39px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  border-radius: 5px;
  background: #333;
}
.page-items.pages span {
  background: var(--btn-color);
  color: #000;
}

#page-blog .tech-image {
  width: 33.33%;
}

.latest_tag {
  position: absolute;
  z-index: 99;
  color: #000;
  font-family: var(--header-font);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 0 0 5px 0;
  background: var(--btn-color);
  padding: 7px 18px;
}

/*------------------------------------------------*/
/*---------------------[CONTACT]------------------*/
/*------------------------------------------------*/
#page-contact {
  position: relative;
}
#page-contact #banner {
  position: relative;
  padding-top: 11.8rem;
  padding-bottom: 4.25rem;
  background: #111;
}
#page-contact #banner .bannerTxtBx {
  max-width: 750px;
  margin: 0 auto;
}

.formBx {
  position: relative;
  border-radius: 2.4rem;
  background: var(--btn-color);
  padding: 2.8rem;
  color: #000;
}
.formBxIn {
  max-width: 800px;
  margin: 0 auto;
}
