@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
:root {
  --header-padding: 70px;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-size: 2.2rem;
  direction: ltr;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Barlow", sans-serif;
  line-height: 1.1;
  word-wrap: break-word;
}

h1 {
  font-size: 6.5rem;
  font-weight: 800;
}

h2 {
  font-size: 6.5rem;
  font-weight: 800;
}

h3 {
  font-size: 3rem;
  font-weight: 800;
}

h4 {
  font-size: 2rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Barlow", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #FF6D0D;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 8px;
}
.content ul {
  list-style: disc;
}
.content ul li::marker {
  color: #FF6D0D;
}
.content ol {
  list-style: decimal;
}
.content p {
  font-size: 1em;
  margin-bottom: 1em;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
}

.container {
  max-width: 1680px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row > * {
  padding-right: 20px;
  padding-left: 20px;
}

header {
  position: fixed;
  z-index: 5555;
  width: 100%;
  background-color: #F5F7FB;
}
header .logo {
  width: 200px;
  height: auto;
  padding: 15px 0;
}
header nav {
  align-self: stretch;
}

/** Main Menu */
ul#main-menu {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 70px;
  height: 100%;
}
ul#main-menu > li {
  position: relative;
  height: 100%;
}
ul#main-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  height: 100%;
  padding: 15px 0;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #000;
}
ul#main-menu > li.current-menu-item > a {
  color: #000;
}
ul#main-menu .sub-menu-wrapper {
  padding: 50px 0;
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%;
  display: none;
  background-color: #F5F7FB;
  font-size: 1.8rem;
}
ul#main-menu .sub-menu-wrapper .sub-menu-sidebar-title, ul#main-menu .sub-menu-wrapper .sub-menu-child-term-title > a {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #FF6D0D;
}
ul#main-menu ul.sub-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  color: #000;
  font-weight: 500;
}
ul#main-menu ul.sub-menu li a .menu-item-subtitle {
  display: block;
  font-size: 0.9em;
  opacity: 0.8;
  font-weight: 400;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #FF6D0D;
}
ul#main-menu > li.menu-item-has-children:hover > a,
ul#main-menu > .solutions-menu-parent:hover > a,
ul#main-menu .solutions-term-item:hover > a {
  color: #FF6D0D;
}
ul#main-menu > li.menu-item-has-children:hover > .sub-menu-wrapper,
ul#main-menu > .solutions-menu-parent:hover > .sub-menu-wrapper,
ul#main-menu .solutions-term-item:hover > .sub-menu-wrapper {
  display: block;
}
ul#main-menu .solutions-menu-parent .sub-menu-wrapper {
  padding: 50px 0 0 0;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu {
  flex-direction: row;
  gap: 50px;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu > li {
  width: 80%;
  padding-right: 30px;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.5;
  right: 0;
  width: 1px;
  height: calc(80% - 50px);
  background-color: #000;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu > li > a {
  display: block;
  padding-bottom: 50px;
  height: 100%;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu > li:hover > a {
  color: #FF6D0D;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu > li:hover.menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 30px;
  bottom: 0;
  background-color: #fff;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu .sub-menu-wrapper {
  padding: 30px 0;
  border-top: 2px solid #fff;
}
ul#main-menu .solutions-menu-parent .sub-menu-container > ul.sub-menu .sub-menu-wrapper img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.popup {
  top: -200%;
  left: 0;
  z-index: 99999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.popup.active-popup {
  top: 0;
  opacity: 1;
}
.popup.active-popup .container {
  transform: translateY(0);
}
.popup .container {
  transform: translateY(-150%);
  padding-top: 50px;
  padding-bottom: 50px;
  transition: 0.5s transform 0.2s;
  background-color: #000;
  color: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-height: 80%;
  overflow: auto;
}

.close-x {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
}
.close-x::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-x::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
  transition: 0.3s;
}

/****** General ******/
.mobile {
  display: none;
}

.section {
  background-color: #F5F7FB;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
  scroll-margin-top: var(--header-padding);
}

.header-padding {
  padding-top: var(--header-padding);
}

.bold {
  font-weight: bold;
}

.light-text {
  font-weight: 400;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.blue-color {
  color: #032158;
}

.primary-color {
  color: #FF6D0D;
}

.dark-bg {
  background-color: #000;
  color: #fff;
}

.light-bg {
  background-color: #F5F7FB;
}

.white-bg {
  background-color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.text-18 {
  font-size: 1.8rem;
}

.text-25 {
  font-size: 2.5rem;
}

.text-30 {
  font-size: 3rem;
}

.text-40 {
  font-size: 4rem;
}

.text-45 {
  font-size: 4.5rem;
}

.text-65 {
  font-size: 6.5rem;
}

.text-100 {
  font-size: 10rem;
  line-height: 0.9;
}

.medium {
  font-weight: 500;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

.btn {
  background-color: transparent;
  border: 0;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 15px;
  color: inherit;
}
.btn .icon {
  background-color: #FF6D0D;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.btn .icon svg path {
  transition: 0.4s;
}
.btn:hover, .btn:focus {
  background-color: transparent;
  color: inherit;
  font-weight: 500;
}
.btn:hover .icon, .btn:focus .icon {
  width: 40px;
  height: 40px;
  margin: 5px;
}
.btn:hover .icon path, .btn:focus .icon path {
  fill: #fff;
}
.btn.simple {
  display: inline-block;
  padding: 3px 15px;
  background-color: #FF6D0D;
  color: black;
  border-radius: 0;
  gap: 10px;
}
.btn.simple svg:first-child {
  margin-inline-end: 10px;
}
.btn.simple svg:last-child {
  margin-inline-start: 10px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#breadcrumbs {
  font-size: 1.7rem;
  margin-top: 0.2em;
  margin-bottom: 2em;
}
#breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  opacity: 0.8;
}

.fixed-parent-wrapper {
  position: relative;
}

.fixed-parent {
  position: absolute;
  height: 100%;
  width: 100%;
  clip: rect(0, auto, auto, 0);
}

.fixed-section {
  width: 100%;
  z-index: 1;
}

.hp-top-section {
  background-color: #032158;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.hp-top-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 400px);
}
.hp-top-section .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp-top-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-top-section .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-top-section .beam {
  position: absolute;
  width: 643px;
  height: 643px;
  aspect-ratio: 1/1;
  border-radius: 643px;
  background: #489AD0;
  filter: blur(200px);
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
  will-change: transform;
}
.hp-top-section .beam--mobile {
  opacity: 1 !important;
  width: 70vw;
  height: 70vw;
  transition: none;
  filter: blur(20vw);
  animation: beam-float 4s ease-in-out;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) scale(4);
}
.hp-top-section h1 {
  margin-bottom: 50px;
}
@keyframes beam-float {
  0% {
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%) scale(1);
  }
  75% {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) scale(4);
  }
}
.hp-top-section .bottom-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  z-index: 55;
}

.hp-solutions-section {
  overflow: visible;
  z-index: 1;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hp-solutions-section .top-content {
  position: sticky;
  padding-top: 30px;
  top: var(--header-height, 0px);
  z-index: 100;
  background: inherit;
}
.hp-solutions-section .top-content.hideUp {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.hp-solutions-section .solutions-row-wrapper {
  position: sticky;
  z-index: 5;
  top: var(--top-content-height, 0px);
}
.hp-solutions-section .solutions.desk {
  position: relative;
}
.hp-solutions-section .solutions-row {
  height: calc(100vh - var(--top-content-height, 0px) - 40px);
}
.hp-solutions-section .solution-item-col {
  background-color: #000;
  padding-top: 40px;
  max-height: calc(100vh - var(--top-content-height, 0px) - 40px);
  height: 500px;
}
.hp-solutions-section .solution-item-col .solution-item {
  display: block;
  position: relative;
  height: 100%;
  padding: 50px 30px;
  color: #fff;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
.hp-solutions-section .solution-item-col .solution-item .background {
  background-color: #489AD0;
  position: absolute;
  inset: 0;
}
.hp-solutions-section .solution-item-col .solution-item .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15));
  top: 0;
  left: 0;
}
.hp-solutions-section .solution-item-col .solution-item .background .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.hp-solutions-section .solution-item-col .solution-item h3 {
  flex: 1;
}
.hp-solutions-section .solution-item-col .solution-item .btn {
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.hp-solutions-section .solution-item-col .solution-item:hover .btn {
  opacity: 1;
}

.hp-tech-map-section {
  overflow: visible;
  background-color: #F5F7FB;
  position: relative;
  z-index: 2;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
}
.hp-tech-map-section .map-col {
  position: relative;
}
.hp-tech-map-section .sonar-icon {
  height: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 520px;
}
.hp-tech-map-section .sonar-icon svg {
  z-index: 3;
  position: sticky;
  max-width: 330px;
  width: 100%;
  top: 30vh;
  min-height: 580px;
  transition: 0.5s;
}
.hp-tech-map-section .sonar-icon svg.is-stuck {
  opacity: 0;
  animation: 0.5s shrink;
}
@keyframes shrink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.hp-tech-map-section .globe-icon {
  position: relative;
  z-index: 2;
}
.hp-tech-map-section .globe-icon svg {
  max-width: 100%;
  height: auto;
}
.hp-tech-map-section .spinning-globe {
  font-size: 310px;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.hp-tech-map-section .spinning-globe .map-elemets {
  position: relative;
  font-size: 4em;
}
.hp-tech-map-section .spinning-globe .gray-map-wrapper {
  transition: 0.5s 0s;
  transition: 4s 0.5s;
}
.hp-tech-map-section .spinning-globe .gray-map-wrapper div.notice {
  text-align: center;
  height: 1em;
  position: relative;
}
.hp-tech-map-section .spinning-globe .gray-map-wrapper .world {
  fill: #ddd;
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.01);
  border: 0px solid #eee;
  box-sizing: border-box;
  background-image: url(#icon-world);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hp-tech-map-section .spinning-globe .gray-map-wrapper .world svg {
  width: 4em;
  height: 1em;
  margin-top: calc(-2px - 0.7em);
  display: inline;
  animation: world-scroll 10s linear infinite;
}
@keyframes world-scroll {
  from {
    margin-left: -2.75em;
  }
  to {
    margin-left: -1em;
  }
}
.hp-tech-map-section .globe-vid {
  width: 100%;
  aspect-ratio: 1/1;
}
.hp-tech-map-section .globe-vid video {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.hp-tech-map-section .row {
  align-items: stretch;
  padding-bottom: 100px;
}
.hp-tech-map-section .icons-col,
.hp-tech-map-section .text-col {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
.hp-tech-map-section .icon-slot,
.hp-tech-map-section .text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hp-tech-map-section .map-row {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hp-about-section {
  overflow: visible;
  min-height: calc(100vh - var(--header-height, 0px));
  display: flex;
}
.hp-about-section .row {
  height: 100%;
  gap: 30px 0;
}
.hp-about-section .sticky {
  position: sticky;
  top: 50vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hp-about-section .certs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #fff;
  padding: 10px 20px;
}
.hp-about-section .btn-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.news-section {
  background-color: #F5F7FB;
  overflow: hidden;
}
.news-section .btn-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.media-item {
  color: inherit;
}
.media-item .image {
  aspect-ratio: 1/1;
}
.media-item .image .hover-elements {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.media-item .image .cat-tag {
  background-color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 5px 15px;
  margin-top: 30px;
  display: inline-block;
}
.media-item:hover .image .hover-elements {
  opacity: 1;
}

.wpcf7 label {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wpcf7 textarea {
  width: 100%;
  background-color: #1F1F1F;
  color: #fff;
  border: 0;
  padding: 10px;
  font-size: 2rem;
}
.wpcf7 input[type=checkbox] {
  accent-color: #1F1F1F;
  border: 1px solid #fff;
}
.wpcf7 textarea {
  height: 8em;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  margin-right: 8px;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  /* The color of the checkmark */
  /* Create a checkmark shape */
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.wpcf7 .wpcf7-list-item input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpcf7 .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.wpcf7 .btn {
  position: relative;
}
.wpcf7 .btn input {
  position: absolute;
  padding-right: 65px;
  background-color: transparent;
  border: 0;
  color: inherit;
  right: 0;
}
.wpcf7 a {
  color: inherit;
  text-decoration: underline;
}

.contact-section .container > .row {
  gap: 30px 0;
}
.contact-section .left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-section .socials {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}
.contact-section .logo {
  margin-top: 40px;
}

.meetup-popup .container > .row {
  gap: 30px 0;
}
.meetup-popup .left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.meetup-popup .socials {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}
.meetup-popup .logo {
  margin-top: 40px;
}

footer {
  z-index: 2;
  color: #fff;
  border-top: 1px solid #1F1F1F;
}
footer .container {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
footer .links {
  display: flex;
  gap: 15px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.8;
}

/* ============================================
   EFFECT 2: contact revealed underneath main
   ============================================ */
main.page-wrap {
  position: relative;
  z-index: 2;
}

.contact-section {
  position: sticky;
  bottom: 0;
  top: var(--header-height, 0);
  left: 0;
  width: 100%;
  z-index: 1;
}

.footer {
  position: relative;
  z-index: 2;
}

.event-btn {
  background-color: #FF6D0D;
  border: 0;
  margin-top: 10px;
  font-size: 1.8rem;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
}
.event-btn:hover {
  background-color: rgb(217, 86.0826446281, 0);
}

.career-top-section {
  overflow: hidden;
}
.career-top-section .top-image {
  width: 50vw;
  max-width: none;
  object-fit: cover;
  aspect-ratio: 10/5;
}

.career-bullets-section .bullet-item {
  position: relative;
}
.career-bullets-section .bullet-item .icon {
  transition: 0.2s;
  width: 0px;
  overflow: hidden;
  height: 50px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.career-bullets-section .bullet-item .icon::after {
  content: "";
  position: absolute;
  left: 50px;
  width: calc(100% - 50px + 40px); /* 40px is the gap */
  height: 1px;
  background-color: #FF6D0D;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s linear 0.1s;
}
.career-bullets-section .bullet-item .text {
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-50px);
}
.career-bullets-section .bullet-item.active .icon {
  border-color: #FF6D0D;
  width: 50px;
}
.career-bullets-section .bullet-item.active .icon::after {
  transform: scaleX(1);
}
.career-bullets-section .bullet-item.active .text {
  opacity: 1;
  transform: translateX(0);
}

.career-tech-section {
  padding: 50px 0;
}
.career-tech-section .bg-element {
  background-attachment: fixed;
  background-size: 100% auto;
  color: #fff;
  padding: 130px 80px 60px 80px;
}
.career-tech-section .bg-element::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.1) 100%);
  top: 0;
  left: 0;
}
.career-tech-section .bg-element .row {
  position: relative;
}

.career-join-section {
  padding: 50px 0;
}
.career-join-section .container {
  padding: 80px;
}
.career-join-section .gallery-slider img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.career-join-section .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: 0;
  margin-top: 30px;
}
.career-join-section .swiper-pagination > * {
  width: 15px;
  height: 15px;
  border: 1px solid #FF6D0D;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
.career-join-section .swiper-pagination > *.swiper-pagination-bullet-active {
  background-color: #FF6D0D;
}

.career-roles-section .container.white-bg {
  padding: 80px;
}
.career-roles-section .role-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.career-roles-section .role-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.career-roles-section .bottom-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.position-content-section {
  padding-top: 50px;
}
.position-content-section .container.white-bg {
  padding: 80px;
}
.position-content-section .row {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.position-content-section .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.position-contact-section {
  padding: 50px 0;
}
.position-contact-section .container.dark-bg {
  padding: 80px;
}

.product-top-section {
  min-height: calc(100vh - var(--header-padding));
  display: flex;
  flex-direction: column;
}
.product-top-section .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.product-top-section .row {
  gap: 30px 0;
}
.product-top-section .top-image {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 96/43;
}
.product-top-section .bullets-strip {
  background-color: #252525;
  padding: 30px 0;
}
.product-top-section .bullets-strip .bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-top-section .bullets-strip .bullets .bullet {
  position: relative;
  padding-right: 35px;
}
.product-top-section .bullets-strip .bullets .bullet::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FF6D0D;
  border-radius: 50%;
}
.product-top-section .bullets-strip .bullets .bullet:last-child::after {
  content: none;
}

.capabilities-section {
  overflow: visible;
}
.capabilities-section .row {
  gap: 30px 0;
}
.capabilities-section .bullet {
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
}
.capabilities-section .bullet::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  top: 1.2em;
  background-color: #FF6D0D;
  border-radius: 50%;
}
.capabilities-section .sticky-part {
  position: sticky;
  top: calc(var(--header-padding, 80px) + 40px);
}

.gallery-section .row {
  gap: 30px 0;
}
.gallery-section img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.diagram-section ul {
  margin-top: 40px;
  column-count: 2;
  column-gap: 40px;
  padding-left: 0;
}
.diagram-section ul li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.diagram-section ul li::marker {
  color: #FF6D0D;
}
.diagram-section ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #C5C5C5;
}

.benefits-section .container {
  padding: 80px 50px;
}
.benefits-section ul {
  margin-top: 40px;
  column-count: 2;
  column-gap: 40px;
  padding-left: 0;
  list-style: none;
}
.benefits-section ul li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.benefits-section ul li svg {
  width: 30px;
}
.benefits-section ul li span {
  flex: 1;
}

.scenarios-section .row {
  gap: 30px 0;
}
.scenarios-section .bullets {
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
}
.scenarios-section .bullets .bullet {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #FF6D0D;
  height: 100%;
  display: flex;
  align-items: center;
}

.solution-top-section svg {
  position: absolute;
  right: 20%;
  top: 20%;
  width: 100px;
}
.solution-top-section .anchors-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.solution-top-section .anchors {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.solution-top-section .anchors a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  color: #fff;
}
.solution-top-section .anchors a:hover {
  border-bottom: 4px solid #FF6D0D;
}

.products-section .products-cat {
  scroll-margin-top: var(--header-padding);
}
.products-section .products-cat:not(:first-child) {
  margin-top: 100px;
}
.products-section .single-product-box {
  display: block;
  margin: 50px 0;
  color: inherit;
}
.products-section .single-product-box .image {
  position: relative;
  width: 100%;
  aspect-ratio: 34/23;
  background-color: #ddd;
}
.products-section .single-product-box .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.4s;
}
.products-section .single-product-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-section .single-product-box .text-col {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 100px;
}
.products-section .single-product-box .text-col .btn {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.products-section .single-product-box .text-col .btn span {
  transition: 0.4s;
  opacity: 0;
  transform: translateX(50px);
}
.products-section .single-product-box:hover .btn span {
  opacity: 1;
  transform: translateX(0);
}
.products-section .single-product-box:hover .image::after {
  opacity: 0.4;
}

.get-in-touch-section .dark-bg {
  padding: 50px;
}
.get-in-touch-section .dark-bg .content, .get-in-touch-section .dark-bg h2 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.posts-filter {
  height: 100%;
  padding-top: 30px;
}
.posts-filter .all-cats {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 30px;
}
.posts-filter .cat-btn {
  padding-bottom: 5px;
  cursor: pointer;
  border-bottom: 6px solid transparent;
}
.posts-filter .cat-btn input {
  opacity: 0;
  position: absolute;
}
.posts-filter .cat-btn.is-active {
  border-color: #FF6D0D;
}
.posts-filter .cat-btn.is-active .title {
  font-weight: 700;
}

.blog-posts-row .media-item-col {
  margin-bottom: 80px;
}

.s-post-main-section .white-bg {
  padding: 50px;
}
.s-post-main-section .main-image {
  aspect-ratio: 1/1;
  width: 480px;
  max-width: 100%;
  float: right;
  margin-bottom: 50px;
  margin-left: 20px;
}
.s-post-main-section .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-content h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 400;
}
.post-content h2:first-child {
  margin-top: 0;
}
.post-content h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
}
.post-content h3:first-child {
  margin-top: 0;
}
.post-content h2, .post-content h3, .post-content p, .post-content ul, .post-content ol {
  max-width: 100%;
  width: 820px;
}
.post-content li {
  margin-bottom: 2rem;
}
.post-content .wp-block-group {
  max-width: 100%;
}
.post-content .wp-block-quote {
  margin-top: 50px;
  position: relative;
  max-width: 100%;
  width: 820px;
  background-color: black;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  padding: 60px 40px;
}
.post-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-quote::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 80px;
  height: 60px;
  background-image: url("../svg/quote.svg");
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  align-items: center;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 30px;
  height: 19px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FF6D0D;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 8px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 16px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F5F7FB;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}

.position-left {
  transform: translateX(-100%);
  left: 0;
}

.position-right {
  transform: translateX(100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  color: #000;
}
ul#mobile-menu > li {
  border-bottom: 2px solid #eee;
  padding: 15px 0;
}
ul#mobile-menu > li > a {
  color: #FF6D0D;
  font-weight: 500;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu, ul#mobile-menu > li ul.sub-menu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li, ul#mobile-menu > li ul.sub-menu > li {
  padding: 5px 0;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li > a, ul#mobile-menu > li ul.sub-menu > li > a {
  font-size: 0.85em;
  font-weight: 500;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li.menu-item-has-children::before, ul#mobile-menu > li ul.sub-menu > li.menu-item-has-children::before {
  content: "";
  display: inline-block;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li.menu-item-has-children.open::before, ul#mobile-menu > li ul.sub-menu > li.menu-item-has-children.open::before {
  transform: rotate(-90deg);
  background-image: url("../svg/arrow-orange.svg");
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li.menu-item-has-children.open > a, ul#mobile-menu > li ul.sub-menu > li.menu-item-has-children.open > a {
  color: #FF6D0D;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container {
  display: none;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container .sub-menu-child-term-title > a, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container .sub-menu-child-term-title > a {
  display: block;
  color: #FF6D0D;
  font-weight: 500;
  padding-left: 15px;
  font-size: 0.8em;
  margin-top: 5px;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container .sub-menu > li, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container .sub-menu > li {
  padding-left: 15px;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container .sub-menu > li > a, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container .sub-menu > li > a {
  font-weight: 400;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container .sub-menu > li > a .menu-item-subtitle, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container .sub-menu > li > a .menu-item-subtitle {
  display: block;
  font-size: 0.8em;
  color: #000;
}
ul#mobile-menu > li > .sub-menu-wrapper > .sub-menu-container > ul.sub-menu > li .sub-menu-container.active, ul#mobile-menu > li ul.sub-menu > li .sub-menu-container.active {
  display: block;
}
ul#mobile-menu .container {
  padding: 0;
}
ul#mobile-menu img, ul#mobile-menu .sub-menu-sidebar-text, ul#mobile-menu .sub-menu-sidebar-title {
  display: none;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #FF6D0D;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1540px) {
  html {
    font-size: 8.5px;
  }
  .container {
    max-width: 1300px;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 6rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  .text-45 {
    font-size: 4rem;
  }
  .text-40 {
    font-size: 3.8rem;
  }
  .text-65 {
    font-size: 5.5rem;
  }
  .text-100 {
    font-size: 8rem;
  }
  .btn .icon {
    width: 40px;
    height: 40px;
  }
  .btn .icon svg {
    width: 20px;
    height: auto;
  }
  .btn:hover .icon {
    width: 34px;
    height: 34px;
    margin: 3px;
  }
  .hp-top-section::after {
    background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 300px);
  }
  .hp-top-section h1 {
    font-size: 5vw;
  }
  .hp-tech-map-section .sonar-icon {
    min-width: 400px;
  }
  .hp-tech-map-section .sonar-icon svg {
    max-width: 250px;
    min-height: 430px;
  }
  .hp-tech-map-section .icons-col,
  .hp-tech-map-section .text-col {
    min-height: 350px;
  }
  .career-bullets-section .bullet-item .icon {
    height: 40px;
    padding: 7px;
  }
  .career-bullets-section .bullet-item .icon::after {
    left: 40px;
    width: calc(100% - 40px + 40px);
  }
  .career-bullets-section .bullet-item.active .icon {
    width: 40px;
  }
  .career-tech-section .bg-element {
    padding: 100px 60px 60px 60px;
  }
  .career-join-section .container {
    padding: 60px;
  }
  .career-join-section .swiper-pagination > * {
    width: 13px;
    height: 13px;
  }
  .career-roles-section .container.white-bg {
    padding: 60px;
  }
  .position-content-section .container.white-bg {
    padding: 60px;
  }
  .position-contact-section .container.dark-bg {
    padding: 60px;
  }
}
/* end of (max-width: 1540px) */
/****************************************************************************************************************/
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .container {
    width: 100%;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section {
    padding: 50px 0;
  }
  .hp-top-section h1 {
    font-size: 4.5rem;
  }
  .hp-solutions-section .solutions-row {
    height: auto;
  }
  .hp-solutions-section .solution-item-col {
    height: calc(100vh - var(--top-content-height, 0px) - 40px);
    position: sticky;
    top: var(--top-content-height, 0px);
  }
  .hp-tech-map-section .row {
    padding-bottom: 0;
  }
  .hp-tech-map-section .sticky-part {
    position: relative;
  }
  .hp-tech-map-section .icons-col {
    display: none;
  }
  .hp-tech-map-section .sonar-icon {
    z-index: 3;
    min-width: 100%;
    position: sticky;
    top: 30vh;
    height: auto;
  }
  .hp-tech-map-section .sonar-icon svg {
    padding-bottom: 8vw;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .hp-tech-map-section .spinning-globe {
    top: auto;
    transform: translate(0);
    bottom: 30px;
  }
  .hp-tech-map-section .text-45 {
    font-size: 2.8rem;
    margin-top: 15px !important;
  }
  .hp-tech-map-section .map-row {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .hp-tech-map-section .map-row::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 100vw;
    bottom: 100%;
    left: 0;
  }
  .hp-tech-map-section .text-col {
    min-height: 0;
  }
  footer .container {
    flex-direction: column;
    gap: 20px;
  }
  .news-section .media_items {
    margin-right: -15px;
    margin-left: -15px;
    overflow: auto;
  }
  .news-section .media_items > .row {
    min-width: 200vw;
    margin: 0;
    margin-bottom: 20px;
  }
  .news-section .media-item .image .cat-tag {
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  .contact-section {
    position: relative;
  }
  .career-top-section .top-image {
    width: 100%;
    margin-top: 30px;
  }
  .career-bullets-section h2 {
    margin-bottom: 30px;
  }
  .career-bullets-section .bullet-item {
    display: flex;
    padding-bottom: 30px;
  }
  .career-bullets-section .bullet-item .icon {
    height: 30px;
    padding: 7px;
  }
  .career-bullets-section .bullet-item .icon::after {
    transform-origin: top;
    transform: scaleY(0);
    top: 30px;
    left: 15px;
    width: 1px;
    height: calc(100% - 30px);
  }
  .career-bullets-section .bullet-item .text {
    flex: 1;
    padding-left: 15px;
  }
  .career-bullets-section .bullet-item.active .icon {
    width: 30px;
  }
  .career-bullets-section .bullet-item.active::after {
    transform: scaleY(1);
  }
  .career-tech-section .bg-element {
    padding: 100px 30px 50px 30px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
  .career-join-section .container {
    padding: 40px 15px;
  }
  .career-join-section .swiper-pagination > * {
    width: 13px;
    height: 13px;
  }
  .career-roles-section .container.white-bg {
    padding: 40px 15px;
  }
  .position-content-section .container.white-bg {
    padding: 40px 15px;
  }
  .position-content-section .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .position-contact-section .container.dark-bg {
    padding: 50px 15px;
  }
  .product-top-section .bullets-strip {
    margin-top: 20px;
  }
  .product-top-section .bullets-strip .bullets {
    gap: 16px 30px;
  }
  .product-top-section .bullets-strip .bullets .bullet {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .product-top-section .bullets-strip .bullets .bullet::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
  }
  .benefits-section .container {
    padding: 50px 20px;
  }
  .benefits-section ul {
    column-count: 1;
  }
  .benefits-section ul li {
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .benefits-section ul li svg {
    width: 25px;
  }
  .solution-top-section svg {
    right: 0;
    top: auto;
    bottom: 100%;
    opacity: 0.8;
  }
  .solution-top-section .anchor {
    padding-bottom: 5px;
  }
  .products-section .single-product-box {
    margin-top: 30px;
  }
  .products-section .single-product-box .text-col {
    padding: 30px 40px 60px;
  }
  .get-in-touch-section .dark-bg {
    padding: 50px 30px;
  }
  .s-post-main-section .white-bg {
    padding: 50px 20px;
  }
  .s-post-main-section .main-image {
    float: none;
    margin: 30px 0;
  }
  .post-content .wp-block-quote {
    font-size: 2.5rem;
    padding: 40px 20px 30px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */