/*
Theme Name: SILVR AI AGENCEY
Description: A custom theme built by the FS.
Author: FS
Version: 1.0
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

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

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

body {
  font-family: "lato", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.is-active {
  position: relative;
}
body.is-active main {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body.is-active:after {
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  inset: 0;
}

h1 {
  font-family: "elza-narrow", sans-serif;
}

h2 {
  font-family: "elza-narrow", sans-serif;
}

h3 {
  font-family: "elza-narrow", sans-serif;
}

h1 {
  font-size: 56px;
  line-height: 61.93px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
}

h2 {
  font-size: 52px;
  line-height: 61.93px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 23px;
    line-height: 29px;
  }
}

.btnwrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

img.visible-mobile {
  display: none;
}

img.visible-desktop {
  display: block;
}

@media (max-width: 980px) {
  img.visible-desktop {
    display: none;
  }
  img.visible-mobile {
    display: block;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  z-index: 999;
}
@media (min-width: 1024px) {
  header {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  header .logowrap img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  header .header_nav {
    transition: all 0.3s ease-in-out;
  }
  header.is-scrolling {
    background: linear-gradient(60deg, rgba(40, 41, 45, 0.8) 0%, rgba(52, 56, 59, 0.8) 100%);
    filter: drop-shadow(9px 9px 18px rgba(31, 31, 31, 0.62));
    border-radius: 32.5px;
    filter: drop-shadow(9px 9px 18px rgba(31, 31, 31, 0.62));
    -webkit-backdrop-filter: blur(11px);
            backdrop-filter: blur(11px);
    top: 2%;
    margin-inline: auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
  }
  header.is-scrolling .header_nav {
    padding-top: 0;
    transition: all 0.5s ease-in-out;
  }
  header.is-scrolling .logowrap img {
    transform: scale(0.75);
  }
}

header .logowrap a, header .logowrap img {
  display: block;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 4%;
}
.container.small {
  max-width: 1650px;
}

.button-white {
  border-radius: 25.5px;
  background: linear-gradient(#efefef 0%, #fefefe 100%);
  box-shadow: 9px 9px 18px rgba(31, 31, 31, 0.07);
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 61.93px;
  text-align: center;
  color: #1b2226;
  text-transform: uppercase;
  padding-block: 1rem;
  padding-inline: 3rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button-white {
    padding-inline: 2rem;
  }
}
.button-white:hover {
  background: #272B2F;
  color: #fff;
}

.button-normal {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding-block: 1.5ch 1.5ch;
  position: relative;
  z-index: 3;
  padding-inline: 1ch;
}
.button-normal:after {
  content: "";
  width: 100%;
  background-color: #adadad;
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .button-normal:hover {
    color: #fff;
  }
  .button-normal:hover:after {
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #E0E0E0;
  padding-inline: 4%;
}
@media (max-width: 980px) {
  .header_nav {
    border-radius: 27.5px;
    background: linear-gradient(#28292d 0%, #34383b 100%);
    box-shadow: 9px 9px 18px rgba(31, 31, 31, 0.62);
    padding-top: 0;
    margin-top: 20px;
    padding-block: 10px;
  }
}
.header_nav a {
  text-decoration: none;
}

.phonewrap {
  margin-left: 3vw;
}
@media (max-width: 980px) {
  .phonewrap {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
  }
}
.phonewrap #phoneicon {
  display: none;
}
.phonewrap a {
  color: #E0E0E0;
  position: relative;
  display: inline-block;
  padding-block: 0.5rem;
}
.phonewrap a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5em;
  right: 50%;
  width: 0;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.phonewrap a:hover:after {
  right: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .phonewrap a {
    font-size: 0;
    padding-block: 0;
    display: inline-flex;
    align-items: center;
  }
  .phonewrap a #phoneicon {
    display: block;
  }
}

.right {
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
  list-style: none;
  gap: 3vw;
  justify-content: flex-end;
}
.header-menu ul {
  list-style: none;
}
.header-menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5em;
  right: 50%;
  width: 0;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.header-menu a {
  color: #E0E0E0;
  display: block;
  position: relative;
  padding-block: 0.5rem;
  line-height: 1.5;
}
@media (hover: hover) {
  .header-menu a:hover:after {
    right: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
.header-menu li.menu-item-has-children {
  position: relative;
}
@media (hover: hover) {
  .header-menu li.menu-item-has-children:hover .sub-menu.depth-0 {
    visibility: visible;
  }
  .header-menu li.menu-item-has-children:hover a:after {
    right: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
.header-menu .sub-menu {
  min-width: 265px;
  position: absolute;
  top: 100%;
  left: -10px;
  border-radius: 14px;
  padding: 10px 0;
  background: linear-gradient(#28292d 0%, #34383b 100%);
  box-shadow: 9px 9px 18px rgba(31, 31, 31, 0.62);
  visibility: hidden;
}
.header-menu .sub-menu li {
  border-block: 1px solid rgba(112, 112, 112, 0.2);
}
.header-menu .sub-menu li:first-of-type {
  border-top: 0;
}
.header-menu .sub-menu li:first-of-type a {
  padding-block: 0 5px;
}
.header-menu .sub-menu a {
  padding-inline: 20px;
  padding-block: 5px;
  background: transparent;
  transition: background 0.3s ease-in-out;
}
.header-menu .sub-menu a:hover {
  background: #1E1E21;
  transition: background 0.3s ease-in-out;
}
.header-menu .sub-menu.depth-0 li.menu-item-has-children:hover .sub-menu.depth-1 {
  visibility: visible;
}
.header-menu .sub-menu.depth-1 {
  left: 100%;
  top: -6px;
}

#navopen {
  display: none;
  margin-left: 1rem;
}
@media (max-width: 980px) {
  #navopen {
    display: block;
    width: 25px;
  }
  #navopen.is-active #close {
    display: block;
  }
  #navopen.is-active #open {
    display: none;
  }
  #navopen #close {
    display: none;
  }
}

@media (max-width: 980px) {
  .header_nav {
    left: 12px;
    width: calc(100% - 24px);
    position: relative;
  }
  .header_nav.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(#28292d 0%, #34383b 100%);
    box-shadow: unset;
    transition: box-shadow 0.3s ease-in-out;
  }
  .header-menu {
    flex-direction: column;
    position: relative;
    gap: 0;
  }
  .header-menu a span:after {
    content: "";
    border-bottom: 1px solid rgba(235, 235, 235, 0.6);
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  .header-menu a.is-active span {
    position: relative;
  }
  .header-menu a.is-active span:after {
    width: 100%;
    transition: width 0.3s ease-in-out;
  }
  .header-menu > li {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  .header-menu .nav-plus {
    display: none;
  }
  .header-menu li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-menu li a {
    padding-left: 23px;
    padding-block: 10px;
    display: block;
    width: 100%;
  }
  .header-menu .sub-menu {
    position: relative;
    left: unset;
    border-radius: unset;
    background: unset;
    box-shadow: unset;
    top: unset;
    min-width: unset;
    width: 100%;
    visibility: visible;
    padding-block: 0;
    display: none;
  }
  .header-menu .sub-menu li:first-of-type a {
    padding-block: 5px;
  }
  .header-menu .sub-menu a {
    padding-left: 43px;
    padding-block: 5px;
  }
  .header-menu .sub-menu.depth-1 {
    left: unset;
    top: unset;
  }
  .header-menu .sub-menu.depth-1 a {
    padding-left: 66px;
  }
  .header-menu .sub-menu li {
    border: unset;
  }
  .logowrap {
    max-width: 120px;
  }
  .mainnav {
    display: none;
  }
  .mainnav.is-active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 666;
    filter: drop-shadow(9px 9px 18px rgba(31, 31, 31, 0.62));
    width: 100%;
    background: linear-gradient(10deg, #28292d 0%, #34383b 100%);
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    transition: all 0.3s ease-in-out;
  }
}
.button.fancy.dark {
  --shiny-cta-bg: #28292d;
  --shiny-cta-end: #34383b;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: #EBEBEB;
  --shiny-cta-highlight-subtle: #fbed81;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}
.button.fancy.dark {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  padding: 1.25rem 2.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  text-decoration: none;
  box-shadow: -9px -9px 18px rgba(76, 77, 85, 0.53);
  text-transform: uppercase;
  background: linear-gradient(-90deg, var(--shiny-cta-bg), var(--shiny-cta-end)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
}
.button.fancy.dark::before, .button.fancy.dark::after,
.button.fancy.dark span::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.button.fancy.dark:active {
  translate: 0 1px;
}

/* Dots pattern */
.button.fancy.dark::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  -webkit-mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
          mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}

/* Inner shimmer */
.button.fancy.dark::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(-50deg, transparent, var(--shiny-cta-highlight), transparent);
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
          mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

.button.fancy.dark span {
  z-index: 1;
}
.button.fancy.dark span::before {
  --size: calc(100% + 1rem);
  width: var(--size);
  height: var(--size);
  box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
  opacity: 0;
}

/* Animate */
.button.fancy.dark {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
}
.button.fancy.dark, .button.fancy.dark::before, .button.fancy.dark::after {
  animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
  animation-composition: add;
}
.button.fancy.dark span::before {
  transition: opacity var(--transition);
  animation: calc(var(--duration) * 1.5) breathe linear infinite;
}

.button.fancy.dark:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);
}
.button.fancy.dark:is(:hover, :focus-visible), .button.fancy.dark:is(:hover, :focus-visible)::before, .button.fancy.dark:is(:hover, :focus-visible)::after {
  animation-play-state: running;
}
.button.fancy.dark:is(:hover, :focus-visible) span::before {
  opacity: 1;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}
@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}
@keyframes breathe {
  from, to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
.button.fancy.white {
  --shiny-cta-bg: #fff;
  --shiny-cta-end: #EBEBEB;
  --shiny-cta-bg-subtle: #fff;
  --shiny-cta-fg: #1B2226;
  --shiny-cta-highlight: #fff;
  --shiny-cta-highlight-subtle: #fff;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}
.button.fancy.white {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  padding: 1.25rem 2.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  text-decoration: none;
  box-shadow: -9px -9px 18px rgba(76, 77, 85, 0.53);
  text-transform: uppercase;
  background: linear-gradient(-90deg, var(--shiny-cta-bg), var(--shiny-cta-end)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
}
.button.fancy.white::before, .button.fancy.white::after,
.button.fancy.white span::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.button.fancy.white:active {
  translate: 0 1px;
}

/* Dots pattern */
.button.fancy.white::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  -webkit-mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
          mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}

/* Inner shimmer */
.button.fancy.white::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(-50deg, transparent, var(--shiny-cta-highlight), transparent);
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
          mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

.button.fancy.white span {
  z-index: 1;
}
.button.fancy.white span::before {
  --size: calc(100% + 1rem);
  width: var(--size);
  height: var(--size);
  box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
  opacity: 0;
}

/* Animate */
.button.fancy.white {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine;
}
.button.fancy.white, .button.fancy.white::before, .button.fancy.white::after {
  animation: var(--animation) var(--duration), var(--animation) calc(var(--duration) / 0.4) reverse paused;
  animation-composition: add;
}
.button.fancy.white span::before {
  transition: opacity var(--transition);
  animation: calc(var(--duration) * 1.5) breathe linear infinite;
}

.button.fancy.white:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);
}
.button.fancy.white:is(:hover, :focus-visible), .button.fancy.white:is(:hover, :focus-visible)::before, .button.fancy.white:is(:hover, :focus-visible)::after {
  animation-play-state: running;
}
.button.fancy.white:is(:hover, :focus-visible) span::before {
  opacity: 1;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}
@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}
@keyframes breathe {
  from, to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
.home_hero {
  background-image: url(images/gradientbg.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 1374px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home_hero {
    height: 100vh;
  }
}
.home_hero .skew {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 49.9%, rgb(255, 255, 255) 50.2%), linear-gradient(-50deg, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0) 0);
}
@media (max-width: 767px) {
  .home_hero .skew {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0) 49.9%, rgb(255, 255, 255) 50.2%), linear-gradient(-50deg, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0) 0);
  }
}
.home_hero .homelaxwrap {
  position: relative;
  min-width: 100%;
}
.home_hero .homelaxwrap img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.home_hero .container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 1rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  z-index: 333;
}
@media (max-width: 767px) {
  .home_hero .container {
    padding-inline: 40px;
    top: 33%;
    padding-top: 3rem;
  }
}
.home_hero .container .cnt {
  text-align: center;
}
.home_hero .container .cnt h1 {
  margin-block: 0 24px;
}
.home_hero .container .cnt p {
  font-size: 26px;
}
@media (max-width: 767px) {
  .home_hero .container .cnt p {
    font-size: 18px;
    line-height: 25px;
    text-wrap: balance;
  }
}
.home_hero .container .cnt .button {
  margin-top: 24px;
}

.giantpyramid .wrap {
  position: absolute;
  z-index: 33;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.giantpyramid .wrap img {
  opacity: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.giantpyramid .wrap img.simple-parallax-initialized {
  opacity: 1;
}

.sectiontwo {
  padding-block: 128px;
}
@media (max-width: 767px) {
  .sectiontwo {
    padding-block: 60px;
  }
}
.sectiontwo .container {
  max-width: 844px;
}
.sectiontwo .line {
  position: relative;
}
.sectiontwo h2 {
  text-align: center;
  font-weight: 400;
  color: #42444D;
  margin-block: 0 40px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home_featured_clients .divider {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.home_featured_clients .container {
  background-color: #272B2F;
  color: #fff;
  display: block;
  padding-left: 10%;
  padding-block: 0 60px;
  padding-right: 0;
}
.home_featured_clients h2 {
  font-family: "elza-narrow", sans-serif;
  font-weight: 300;
  margin-bottom: 22px;
  margin-left: 26px;
}
.home_featured_clients .clientlogo {
  display: none;
}
.home_featured_clients .clientbg {
  display: block;
}
.home_featured_clients .clientbg img {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 23px 26px rgba(0, 0, 0, 0.31);
}
.home_featured_clients .slick-list {
  padding-left: 0 !important;
}
.home_featured_clients p:first-of-type {
  margin-top: 3rem;
  font-family: "elza-narrow", sans-serif;
  font-weight: normal;
  font-size: 28px;
  margin-left: 26px;
}
.home_featured_clients p:last-of-type {
  margin-left: 26px;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 37px;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  .home_featured_clients p:last-of-type {
    line-height: 20px;
  }
}
.home_featured_clients .slick-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
}
@media (max-width: 767px) {
  .home_featured_clients .slick-arrow {
    display: none;
  }
}
.home_featured_clients .singleslide {
  padding-inline: 1rem;
  position: relative;
}
.home_featured_clients .singleslide.slick-active {
  position: relative;
}
.home_featured_clients .singleslide.slick-active a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 33;
}
.home_featured_clients .singleslide.slick-active a:before {
  content: "";
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: absolute;
  inset: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  z-index: 66;
}
.home_featured_clients .singleslide.slick-active a:hover:before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
.home_featured_clients .singleslide.slick-active a:hover .clientlogo {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.home_featured_clients .clientlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: block;
}
.home_featured_clients a {
  color: #fff;
  text-decoration: none;
}

.logo_tracks {
  padding-block: 100px;
  background: #EBEBEB;
  /*  IMPORTANT CODE BELOW */
}
@media (max-width: 767px) {
  .logo_tracks {
    padding-block: 40px 100px;
    background-color: #EBEBEB;
  }
}
.logo_tracks.darkbg {
  background: #272b2f;
}
.logo_tracks.darkbg .slider::before,
.logo_tracks.darkbg .slider::after {
  background-image: linear-gradient(to right, #272b2f 0%, rgba(255, 255, 255, 0) 100%);
}
.logo_tracks img {
  display: block;
}
.logo_tracks .slider {
  height: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.logo_tracks .slider::before,
.logo_tracks .slider::after {
  position: absolute;
  background-image: linear-gradient(to right, #EBEBEB 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 15%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .logo_tracks .slider::before,
  .logo_tracks .slider::after {
    background-image: linear-gradient(to right, #EBEBEB 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.logo_tracks .slider::before {
  left: 0;
  top: 0;
}
.logo_tracks .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.logo_tracks .slide-track {
  width: calc(5400px - 2rem);
  display: flex;
  animation: scroll 70s linear infinite;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .logo_tracks .slide-track {
    width: calc(2700px - 2rem);
  }
}
.logo_tracks .slide-track2 {
  width: calc(5400px - 2rem);
  display: flex;
  animation: scroll2 60s linear infinite;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .logo_tracks .slide-track2 {
    width: calc(2700px - 2rem);
    margin-top: 2rem;
  }
}
.logo_tracks .slide {
  width: 300px;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .logo_tracks .slide {
    width: 150px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-3600px);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-3600px);
  }
}
.logo_tracks .btnwrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo_tracks .slide-track {
    width: 4000px;
  }
  .logo_tracks .slide-track2 {
    width: 3000px;
  }
  .logo_tracks .slide {
    width: 200px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-2000px);
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-1000px);
    }
  }
}
.logo_tracks .btnwrap {
  display: none;
}
@media (max-width: 767px) {
  .logo_tracks .btnwrap {
    margin-top: 4rem;
    display: flex;
  }
}

.great_at_what_we_do {
  background-image: url(images/bottom-splot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.great_at_what_we_do .split-box {
  background-repeat: no-repeat;
  background-image: url(images/split.svg);
  background-size: cover;
  background-position: bottom center;
  aspect-ratio: 1600/360;
  position: relative;
  z-index: 3;
  top: -1px;
}
.great_at_what_we_do .container {
  padding-inline: 10%;
  display: flex;
  align-items: center;
  gap: 8%;
  margin-top: -150px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .great_at_what_we_do .container {
    flex-wrap: wrap;
    margin-top: -100px;
  }
}
.great_at_what_we_do .cntwrap {
  min-width: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .great_at_what_we_do .cntwrap {
    width: 100%;
    margin-top: 40px;
  }
}
.great_at_what_we_do .cntwrap .inner {
  border-left: 1px solid #adadad;
  padding-left: 4%;
}
@media (max-width: 767px) {
  .great_at_what_we_do .cntwrap .inner {
    border: none;
    padding-left: 0;
  }
}
.great_at_what_we_do .cntwrap a {
  color: #fff;
}
.great_at_what_we_do .cntwrap h2 {
  font-weight: normal;
  font-size: 33px;
  line-height: 1;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .great_at_what_we_do .cntwrap h2 {
    font-size: 23px;
  }
}
.great_at_what_we_do .cntwrap h2 strong {
  font-weight: normal;
  color: #ADADAD;
}
.great_at_what_we_do .cntwrap p {
  margin-block: 0;
}
@media (max-width: 767px) {
  .great_at_what_we_do .cntwrap p {
    font-size: 16px;
    line-height: 2;
  }
}
.great_at_what_we_do .imgwrap {
  min-width: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .great_at_what_we_do .imgwrap {
    width: 100%;
  }
}
.great_at_what_we_do .imgwrap img {
  border-radius: 20px;
}
.great_at_what_we_do .btnwrap {
  margin-top: 4rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .great_at_what_we_do .btnwrap {
    margin-top: 1rem;
    margin-block: 1rem;
  }
}

footer {
  background-color: #272B2F;
  color: #fff;
  padding-block: 30px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  footer a:not(.split-text a):hover {
    text-decoration: underline;
  }
}
footer .container {
  padding-inline: 10%;
}
@media (max-width: 767px) {
  footer .container {
    padding-inline: 4%;
  }
}
footer .hr {
  border-top: 1px solid #656567;
}
footer .inner {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767px) {
  footer .inner {
    margin-top: 0px;
  }
}
footer .cntwrap {
  position: relative;
  margin-top: 230px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .cntwrap {
    margin-top: 180px;
  }
}
footer .cntwrap p {
  margin-block: 0 3rem;
}
footer .iconfooter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  z-index: 0;
}
footer .large {
  width: 100%;
  font-family: "elza-narrow", sans-serif;
  font-weight: normal;
  font-size: 62px;
  line-height: 61.93px;
  text-align: center;
  color: #fff;
  align-self: center;
  position: relative;
  z-index: 3;
  margin-block: 0 3rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  footer .large {
    font-size: 42px;
  }
}
footer .split-text {
  font-family: Lato;
  font-weight: 300;
  font-size: 18px;
  line-height: 61.93px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 40vw;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  footer .split-text:hover:before, footer .split-text:hover:after {
    width: 30px;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  footer .split-text {
    max-width: 100%;
  }
}
footer .split-text::before, footer .split-text::after {
  background-color: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  transition: all 0.3s ease-in-out;
}
footer .split-text::before {
  right: 0.5em;
  margin-left: -50%;
}
footer .split-text::after {
  left: 0.5em;
  margin-right: -50%;
}
footer .bottomfooter {
  display: block;
  width: 100%;
}
footer .socials {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 70px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
footer .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copy {
  font-size: 13px;
  margin-top: 48px;
  padding-block: 0 90px;
}
@media (max-width: 767px) {
  footer .copy {
    padding-block: 0 30px;
  }
}

.bgsettings, .H2_single_column_bg_image, .insidepage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* INSIDE PAGE STUFF */
.insidepage main a {
  color: inherit;
  text-underline-offset: 0.8ex;
}
.insidepage main a:hover {
  text-decoration: none;
}

main section p {
  margin-block: 0 3rem;
}
main section ol {
  margin-left: 1.4rem;
  margin-block: 0 3rem;
  color: #fff;
}
main section ol li {
  color: #fff;
}
main section ul {
  margin-left: 1.4rem;
  margin-block: 0 3rem;
}
main section ul li {
  list-style-image: url(images/bullet.webp);
  margin-block: 0 1.5rem;
  padding-left: 1rem;
}

.insidepage {
  background-image: url(images/inside-bg.svg);
  background-color: #272B2F;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .insidepage {
    background-attachment: scroll;
    background-size: contain;
    background-position: top center;
  }
}

.inside_header {
  position: relative;
  min-height: 900px;
  padding-block: 0 4%;
}
@media (max-width: 767px) {
  .inside_header {
    min-height: unset;
    padding-top: 80px;
    background-attachment: scroll;
  }
}
.inside_header .container {
  display: flex;
  color: #fff;
  align-items: center;
  padding-top: 12%;
  gap: 40px;
}
@media (min-width: 1920px) {
  .inside_header .container {
    padding-top: 15%;
  }
}
@media (max-width: 767px) {
  .inside_header .container {
    flex-wrap: wrap;
    padding-top: unset;
  }
}
.inside_header .header-pre-heading {
  margin-bottom: 5px;
}
.inside_header h1 {
  color: #fff;
  font-family: "elza-narrow", sans-serif;
  font-size: 52px;
  line-height: 61.93px;
  font-weight: 500;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .inside_header h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.inside_header h2 {
  margin-block: 0 1rem;
}
.inside_header p:has(.button) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .inside_header p:has(.button) {
    display: flex;
    justify-content: center;
  }
}
.inside_header .left {
  width: 50%;
}
@media (max-width: 767px) {
  .inside_header .left {
    width: 100%;
  }
}
.inside_header .right {
  width: 50%;
}
@media (max-width: 767px) {
  .inside_header .right {
    width: 100%;
    order: -1;
    padding-block: 2rem;
  }
  .inside_header .right svg {
    max-width: 60%;
    margin: 0 auto;
  }
}
.inside_header .right svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .inside_header .right svg {
    max-height: 560px;
  }
}
.inside_header #natilus path {
  opacity: 0;
}
.inside_header .lead_block .container {
  padding-top: 150px;
  max-width: 1650px;
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .inside_header .lead_block .container {
    margin-block: 0 0px;
  }
}
@media (max-width: 767px) {
  .inside_header .lead_block .container {
    padding-top: 30px;
  }
}
.inside_header .lead_block h2 {
  font-family: "elza-narrow", sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 61.93px;
  text-align: center;
  color: #fff;
  transform: translate(0px, 10px);
  opacity: 0;
  text-wrap: balance;
  margin-block: 0 2rem;
}
.inside_header .lead_block img {
  filter: drop-shadow(10px 22px 22px rgba(0, 0, 0, 0.46));
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inside_header .lead_block .cnt-grid {
  display: grid;
  grid-template-columns: 1fr 50% 1fr;
}
@media (max-width: 767px) {
  .inside_header .lead_block .cnt-grid {
    display: block;
  }
}
@media (max-width: 767px) {
  .inside_header .lead_block .cnt-grid figure img {
    margin: 0 auto;
    min-width: 100%;
    aspect-ratio: 4/6;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.inside_header .lead_block .cnt-grid figure {
  margin-top: -150px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .inside_header .lead_block .cnt-grid figure {
    margin-top: 0;
  }
}
.inside_header .lead_block .cnt-grid figure:last-of-type {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .inside_header .lead_block .cnt-grid figure:last-of-type {
    margin-block: 0;
  }
}
.inside_header .lead_block .cnt-grid figure:last-of-type img {
  margin-block: 0;
}
@media (max-width: 767px) {
  .inside_header .lead_block .cnt-grid figure:last-of-type img {
    margin-block: 40px;
  }
}
.inside_header .pre-heading {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1ch;
  margin-block: 0 1rem;
  transform: translate(0px, 10px);
  opacity: 0;
  width: 100%;
}
.inside_header .pre-heading:before {
  content: "";
  width: 90%;
  background-color: #707070;
  height: 1px;
  display: inline-block;
  flex: 1;
}
.inside_header .pre-heading:after {
  content: "";
  width: 90%;
  background-color: #707070;
  height: 1px;
  display: inline-block;
  flex: 1;
}
@media (max-width: 767px) {
  .inside_header .cnt {
    margin-top: 40px;
  }
}
.inside_header blockquote {
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  margin-block: 0 40px;
  transform: translate(0px, 10px);
  opacity: 0;
}
@media (max-width: 767px) {
  .inside_header blockquote {
    font-size: 36px;
  }
}
.inside_header p:has(cite) {
  text-align: center;
}
.inside_header cite {
  font-family: "elza-narrow", sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 37.93px;
  text-align: center;
  color: #fff;
  margin-block: 0 40px;
  display: block;
  transform: translate(0px, 10px);
  opacity: 0;
}
@media (max-width: 767px) {
  .inside_header cite {
    font-size: 25px;
  }
}
.inside_header .light-divider {
  display: block;
  width: 100%;
  position: relative;
  top: 2px;
}

.recent_dev_projects {
  padding-block: 120px;
  background-color: #EBEBEB;
}
.recent_dev_projects.grid-of-thirds .grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .recent_dev_projects.grid-of-thirds .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recent_dev_projects h2 {
  text-align: center;
  margin-block: 0 100px;
}
.recent_dev_projects .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media (max-width: 767px) {
  .recent_dev_projects .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.recent_dev_projects .btnwrap {
  margin-top: 100px;
}
.recent_dev_projects .hoverlogo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.recent_dev_projects .item {
  opacity: 0;
}
.recent_dev_projects .item .devimg {
  position: relative;
  z-index: 1;
}
.recent_dev_projects .item .devimg img {
  margin: 0 auto;
  display: block;
}
.recent_dev_projects .item a {
  display: block;
  position: relative;
}
.recent_dev_projects .item a:before {
  content: "";
  border-radius: 20px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .recent_dev_projects .item a:hover:before {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .recent_dev_projects .item a:hover .hoverlogo {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
}

.insidepage .logo_tracks {
  background-color: #EBEBEB;
  padding-block: 100px 0px;
}
.insidepage .logo_tracks .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.insidepage .logo_tracks .slider::before, .insidepage .logo_tracks .slider::after {
  background-image: linear-gradient(to right, #EBEBEB 0%, rgba(255, 255, 255, 0) 100%);
}
.insidepage .divider {
  margin-top: 80px;
  display: block;
  width: 100%;
}

.gray_fifty_fifty {
  background-color: #EBEBEB;
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .gray_fifty_fifty {
    margin-block: 0 0px;
  }
}
@media (min-width: 1024px) {
  .gray_fifty_fifty {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .gray_fifty_fifty {
    padding-block: 40px;
    margin-block: 0;
  }
}
.gray_fifty_fifty h2 {
  font-weight: normal;
  margin-block: 0 30px;
}
@media (min-width: 1024px) {
  .gray_fifty_fifty h2 {
    font-size: 46px;
    line-height: 51.93px;
  }
}
.gray_fifty_fifty .container {
  display: flex;
  gap: 160px;
}
@media (max-width: 767px) {
  .gray_fifty_fifty .container {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.gray_fifty_fifty .container.reverse {
  flex-direction: row-reverse;
}
.gray_fifty_fifty .container .col {
  min-width: 0;
  width: 50%;
  align-self: center;
}
@media (max-width: 767px) {
  .gray_fifty_fifty .container .col {
    width: 100%;
  }
}
.gray_fifty_fifty .container .col:has(img) {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  width: 40%;
  max-width: 550px;
}
@media (max-width: 767px) {
  .gray_fifty_fifty .container .col:has(img) {
    width: 100%;
    max-width: unset;
    justify-content: center;
  }
}
.gray_fifty_fifty .container .col:has(img) img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .gray_fifty_fifty .container .col:has(img) img {
    max-width: 80%;
  }
}
.gray_fifty_fifty .container .col p:last-of-type {
  margin-block: 0;
}

.text_only_sixty_fourty {
  padding-block: 120px;
}
@media (max-width: 767px) {
  .text_only_sixty_fourty {
    padding-block: 40px;
  }
}
.text_only_sixty_fourty .container {
  display: flex;
}
@media (max-width: 767px) {
  .text_only_sixty_fourty .container {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.text_only_sixty_fourty h2, .text_only_sixty_fourty h3 {
  font-size: 30px;
  line-height: 1.3;
}
.text_only_sixty_fourty .col {
  width: 40%;
}
@media (max-width: 767px) {
  .text_only_sixty_fourty .col {
    width: 100%;
  }
}
.text_only_sixty_fourty .col:nth-child(1) {
  width: 60%;
}
@media (max-width: 767px) {
  .text_only_sixty_fourty .col:nth-child(1) {
    width: 100%;
  }
}
.text_only_sixty_fourty .col:nth-child(1) h2:last-of-type, .text_only_sixty_fourty .col:nth-child(1) h3:last-of-type {
  margin-top: 2rem;
}
.text_only_sixty_fourty .col:nth-child(2) h2, .text_only_sixty_fourty .col:nth-child(2) h3 {
  text-align: center;
  margin-block: 0 3rem;
}
.text_only_sixty_fourty .col:nth-child(2) h2:last-of-type, .text_only_sixty_fourty .col:nth-child(2) h3:last-of-type {
  margin-block: 0;
}

.social_presence {
  background-color: #EBEBEB;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .social_presence {
    padding-top: 160px;
  }
}
.social_presence.darkbg {
  background: #272B2F;
}
.social_presence .gallerypart {
  display: flex;
  width: calc(100% + 260px); /* Extend beyond the viewport */
  margin-left: -130px; /* Shift left to overflow */
  position: relative;
  z-index: 333;
}
@media (max-width: 767px) {
  .social_presence .gallerypart {
    margin-left: -100px;
    width: calc(100% + 200px); /* Extend beyond the viewport */
  }
}
.social_presence .gallerypart figure {
  align-self: flex-start;
  position: relative;
  z-index: 44;
  flex: 1;
}
.social_presence .gallerypart figure:nth-child(even) {
  margin-top: -100px;
}
.social_presence .gallerypart img {
  display: block;
  width: 100%;
  height: auto;
}
.social_presence .gallerypart img:nth-child(even) {
  top: -100px;
}
.social_presence .container.small {
  max-width: 780px;
  padding-block: 140px;
}
@media (max-width: 767px) {
  .social_presence .container.small {
    padding-block: 40px;
  }
  .social_presence .container.small h2 {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .full_width_image_tall_parallax {
    aspect-ratio: 16/9;
  }
}

.heading_only {
  margin-bottom: 60px;
  text-align: center;
}
.heading_only h2, .heading_only h3 {
  margin-block: 0 30px;
}

.black_block_layouts_master {
  background: #272B2F;
  color: #fff;
  padding-top: 4%;
}

.h2_side_heading_ {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  padding-block: 60px 0;
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .h2_side_heading_ {
    margin-block: 0 0px;
  }
}
@media (max-width: 980px) {
  .h2_side_heading_ {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .h2_side_heading_ {
    grid-template-columns: 1fr;
  }
}
.h2_side_heading_ h3 {
  margin-block: 0 1rem;
}
.h2_side_heading_ h2 {
  font-family: "elza-narrow", sans-serif;
  font-weight: normal;
  line-height: 51.93px;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .h2_side_heading_ h2 {
    font-size: 46px;
  }
}

.h3_two_column {
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .h3_two_column {
    margin-block: 0 0px;
  }
}
.h3_two_column.remove-margin {
  margin-block: 0;
  padding-block: 4%;
}
.h3_two_column .container.has-flex {
  display: flex;
  gap: 73px;
}
@media (max-width: 767px) {
  .h3_two_column .container.has-flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .h3_two_column h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37.93px;
    margin-block: 120px 15px;
  }
  .h3_two_column h3:first-of-type {
    margin-block: 0px 15px;
  }
}
.h3_two_column h2 {
  margin-block: 0 3rem;
}
.h3_two_column .col {
  width: 50%;
}
@media (max-width: 767px) {
  .h3_two_column .col {
    width: 100%;
  }
}
.h3_two_column .has-heading {
  text-align: center;
  margin-bottom: 60px;
}

.h3_three_column {
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .h3_three_column {
    margin-block: 0 0px;
  }
}
.h3_three_column .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
}
@media (max-width: 767px) {
  .h3_three_column .container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .h3_three_column h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37.93px;
    margin-block: 0 30px;
  }
}

.black_block_layouts_master .gray_fifty_fifty {
  background: transparent;
}

.container-gray-fifty:has(+ .fifty_fifty) {
  margin-bottom: 220px;
}
@media (max-width: 767px) {
  .container-gray-fifty:has(+ .fifty_fifty) {
    margin-bottom: 0px;
  }
}

.fifty_fifty {
  margin-bottom: 220px;
}
@media (max-width: 767px) {
  .fifty_fifty {
    margin-bottom: 0px;
  }
}
.fifty_fifty .container {
  display: flex;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .fifty_fifty .container {
    flex-wrap: wrap;
  }
}
.fifty_fifty .container.reverse {
  flex-direction: row-reverse;
}
.fifty_fifty .container.reverse .col.has-img figure {
  background-image: url(images/50-dark-bg_png.webp);
}
.fifty_fifty .container.reverse .col.has-img figure:before {
  background-image: url(images/light-50-clip-small_png.webp);
}
.fifty_fifty .container .col {
  width: 100%;
}
.fifty_fifty .container .col.has-cnt {
  background: #373b3e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fifty_fifty .container .col.has-img {
  background: transparent;
  max-width: 690px;
  min-height: 867px;
}
@media (max-width: 767px) {
  .fifty_fifty .container .col.has-img {
    min-height: auto;
    max-width: 100%;
  }
}
.fifty_fifty .container .col.has-img figure {
  position: relative;
  display: grid;
  background-image: url(images/50-bg_png.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .fifty_fifty .container .col.has-img figure {
    margin-top: 0;
  }
}
.fifty_fifty .container .col.has-img figure:before {
  content: "";
  background-image: url(images/50-clip-small_png.webp);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
  width: 101px;
  height: 129px;
}
.fifty_fifty .container .col.has-img figure .size-full {
  margin-left: 100px;
  max-height: calc(100% - 129px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
}
.fifty_fifty .container .col.has-img figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.fifty_fifty .container .col .cnt {
  padding: 8% 20%;
}
@media (max-width: 767px) {
  .fifty_fifty .container .col .cnt {
    padding: 6%;
  }
}
.fifty_fifty .container .col .cnt h3,
.fifty_fifty .container .col .cnt h2 {
  margin-block: 30px;
}

.H2_single_column_bg_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .H2_single_column_bg_image {
    margin-block: 0 0px;
  }
}
@media (max-width: 767px) {
  .H2_single_column_bg_image {
    flex-wrap: wrap;
    padding-block: unset;
  }
}
.H2_single_column_bg_image.btmmarge {
  margin-block: 0;
}
.H2_single_column_bg_image:before {
  content: "";
  background: #373b3e;
  opacity: 0.79;
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .H2_single_column_bg_image:before {
    display: none;
  }
}
.H2_single_column_bg_image .cnt {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 870px;
}
@media (max-width: 767px) {
  .H2_single_column_bg_image .cnt {
    max-width: 100%;
    padding: 6%;
  }
}
.H2_single_column_bg_image .cnt h2 {
  margin-block: 0 30px;
  font-size: 46px;
  line-height: 51.93px;
  font-weight: 300;
}
.H2_single_column_bg_image .cnt h2:only-child {
  margin-block: 0;
}
.H2_single_column_bg_image .cnt h3 {
  margin-block: 0 30px;
}
.H2_single_column_bg_image .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .H2_single_column_bg_image .mobimg {
    display: block;
  }
}

.black_block_layouts_master.has-light-blocks {
  color: #42444D;
  background: transparent;
}
.black_block_layouts_master.has-light-blocks.remove-final-slash .wrapper > div:last-of-type {
  margin-bottom: 0;
  padding-block: 0 100px;
}
@media (max-width: 767px) {
  .black_block_layouts_master.has-light-blocks.remove-final-slash .wrapper > div:last-of-type {
    padding-block: 0 40px;
  }
}
.black_block_layouts_master.has-light-blocks .fifty_fifty h2, .black_block_layouts_master.has-light-blocks .fifty_fifty h3, .black_block_layouts_master.has-light-blocks .fifty_fifty h4, .black_block_layouts_master.has-light-blocks .fifty_fifty p, .black_block_layouts_master.has-light-blocks .fifty_fifty ul, .black_block_layouts_master.has-light-blocks .fifty_fifty a {
  color: #fff;
}
.black_block_layouts_master.has-light-blocks ol li {
  color: currentColor;
  margin-block: 0 3rem;
}
.black_block_layouts_master.has-light-blocks .wrapper {
  background: #EBEBEB;
  display: block;
  padding-top: 95px;
}
.black_block_layouts_master.has-light-blocks .wrapper > div:last-of-type {
  margin-bottom: 0;
  padding-block: 0 160px;
}
@media (max-width: 767px) {
  .black_block_layouts_master.has-light-blocks .wrapper > div:last-of-type {
    padding-block: 0 40px;
  }
}
.black_block_layouts_master.has-light-blocks .divide {
  display: block;
}
.black_block_layouts_master.has-light-blocks .divide img {
  display: block;
  width: 100%;
  height: auto;
}
.black_block_layouts_master.has-light-blocks .spacer {
  display: block;
  overflow: hidden;
}
.black_block_layouts_master.has-light-blocks .spacer img {
  display: block;
  min-width: 100vw;
  width: 100;
  height: auto;
  position: relative;
}

.preheading {
  font-family: "elza-narrow", sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 34.93px;
  text-align: left;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}

.our_work_hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 200px 360px;
  aspect-ratio: 16/13;
}
@media (max-width: 767px) {
  .our_work_hero {
    padding-block: 160px;
  }
}
.our_work_hero:before {
  content: "";
  background: #000;
  opacity: 0.65;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our_work_hero .size-full {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.our_work_hero .container {
  position: relative;
  z-index: 33;
  color: #fff;
}
.our_work_hero .cnt {
  max-width: 48%;
}
@media (max-width: 767px) {
  .our_work_hero .cnt {
    max-width: 100%;
  }
}
.our_work_hero .cnt h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 61.93px;
  margin-bottom: 40px;
}
.our_work_hero .preheading {
  margin-bottom: 20px;
}
.our_work_hero .decor {
  width: 100%;
}
.our_work_hero .decor img {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
  display: block;
  width: 100%;
}

img.divder {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 2px;
}

.our_work_block {
  background: #EBEBEB;
  position: relative;
  z-index: 33;
}
.our_work_block .btnwrap {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .our_work_block .btnwrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .our_work_block .btnwrap {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.our_work_block .inners h2 {
  text-align: center;
  font-weight: 500;
  font-size: 46px;
  line-height: 57.93px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .our_work_block .inners h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}
.our_work_block .inners .single h2:not(first-of-type) {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .our_work_block .inners .single h2:not(first-of-type) {
    margin-top: 40px;
  }
}
.our_work_block .inners .single .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .our_work_block .inners .single .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our_work_block .inners .single .wrap:first-of-type {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .our_work_block .inners .single .wrap:first-of-type {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our_work_block .divder {
  padding-top: 40px;
}
.our_work_block .singlewrappers a {
  display: block;
  padding: 1rem;
}
.our_work_block .linkout {
  position: relative;
  z-index: 33;
  display: block;
}
.our_work_block .linkout:before {
  content: "";
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: absolute;
  inset: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  z-index: 33;
}
.our_work_block .linkout:hover .logo {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
.our_work_block .linkout:hover:before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
.our_work_block .linkout .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.blogheader {
  padding-block: 225px 80px;
}
@media (max-width: 767px) {
  .blogheader {
    padding-block: 100px 60px;
  }
}

.blog a {
  color: #fff;
}
.blog h1 {
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 61.93px;
  text-align: left;
  color: #fff;
}
.blog h3 {
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 37.93px;
  text-align: left;
  color: #fff;
  margin-block: 26px;
}
.blog .filter {
  display: flex;
  list-style: none;
  gap: 0;
  align-items: center;
  margin-bottom: 30px;
}
.blog .filter button {
  text-decoration: none;
  padding-inline: 1rem;
}
.blog .filter button.is-active {
  border-radius: 14.5px;
  background: transparent;
  box-shadow: 9px 9px 18px rgba(31, 31, 31, 0.62);
  -webkit-backdrop-filter: blur(11.7402000427px);
          backdrop-filter: blur(11.7402000427px);
  background-color: rgba(255, 255, 255, 0.15);
  padding-inline: 1rem;
  padding-block: 0.5rem;
}
.blog .filter li button {
  color: #fff;
  font-family: "elza-narrow", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}
.blog .filter .first {
  color: #fff;
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-right: 1rem;
}

.meta {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 33.93px;
  text-align: left;
  color: #fff;
  margin-bottom: 26px;
}
.meta a {
  color: #fff;
}

.viewpost {
  color: #fff;
  padding-block: 0 60px;
}
.viewpost .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .viewpost .container {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
.viewpost .ex {
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 33.93px;
  text-align: left;
  color: #fff;
}
.viewpost .btnwrap {
  justify-content: flex-start;
}
.viewpost .btnwrap a {
  text-underline-offset: 6px;
}

.subscribe {
  display: none;
}
.subscribe .frm_form_field:has(input[type=email]) input {
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.16));
  font-family: "elza-narrow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #343434;
  border-radius: 28px;
  text-indent: 1rem;
  height: 48px;
}
.subscribe .frm_button_submit {
  border-radius: 28px;
  background: linear-gradient(#28292d 0%, #34383b 100%);
  box-shadow: -9px -9px 18px rgba(76, 77, 85, 0.53);
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-inline: 2rem;
  padding-block: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  height: 48px;
}
@media (max-width: 767px) {
  .subscribe .frm_button_submit {
    box-shadow: -2px -2px 18px rgba(76, 77, 85, 0.53);
    width: 60%;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.subscribe .frm_button_submit:hover {
  background: #fff;
  color: #42444D;
}
.subscribe .frm_html_container {
  color: #fff;
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 37.93px;
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  .subscribe .frm_html_container {
    text-align: center;
    font-size: 1.25rem;
  }
}
.subscribe .container .inner {
  padding-block: 94px;
  border-block: 1px solid #656567;
}
@media (max-width: 767px) {
  .subscribe .container .inner {
    padding-block: 40px;
  }
}
@media (max-width: 767px) {
  .subscribe .frm_form_fields .frm_fields_container {
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .subscribe .frm_submit {
    justify-content: center;
  }
}

.single-post footer .hr,
.blog footer .hr {
  display: none;
}

.single-post {
  color: #fff;
}
.single-post h2, .single-post h3 {
  margin-bottom: 30px;
}
.single-post h2:not(:first-of-type), .single-post h3:not(:first-of-type) {
  margin-top: 2em;
}
.single-post h2 {
  font-size: 46px;
  line-height: 51.93px;
}
.single-post .meta {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-post .meta {
    font-size: 1rem;
  }
}
.single-post .preheading {
  text-align: center;
}
.single-post h1 {
  color: #fff;
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 61.93px;
  text-align: center;
}
.single-post .singleblog p {
  margin-block: 0 3rem;
}
.single-post .singleblog a {
  color: #fff;
  text-underline-offset: 0.5ex;
}
.single-post .singleblog .container {
  padding-inline: 8%;
}
@media (max-width: 767px) {
  .single-post .singleblog .container {
    padding-inline: 4%;
  }
}
.single-post .fimag {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.single-post .fimag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.blognav {
  margin-block: 60px;
  display: flex;
  justify-content: space-between;
}

.next, .prev {
  width: 55.22px;
  height: 56px;
  background: transparent;
  border-radius: 27.61px;
  background: linear-gradient(#28292d 0%, #34383b 100%);
  box-shadow: -9px -9px 18px rgba(76, 77, 85, 0.53);
  color: #fff;
  text-decoration: none;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
}
.next svg path, .prev svg path {
  transition: stroke 1s ease;
}
.next:hover, .prev:hover {
  background: #fff;
  box-shadow: -2px -2px 9px rgba(76, 77, 85, 0.53);
  transition: all 0.8s ease;
}
.next:hover svg path, .prev:hover svg path {
  stroke: #42444D;
  transition: stroke 0.4s ease;
}

.prev svg {
  transform: rotate(180deg);
}

.contact_us_block {
  padding-top: 250px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact_us_block {
    padding-top: 0;
  }
}
.contact_us_block .container {
  max-width: calc(990px + 8%);
}
.contact_us_block h2 {
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 61.93px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.contact_us_block h1 {
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 61.93px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.contact_us_block p:has(em) {
  font-family: "elza-narrow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  line-height: 51.93px;
  text-align: center;
  color: #fff;
}

section:has(iframe) iframe {
  min-height: 640px;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  section:has(iframe) iframe {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  section:has(iframe) p:has(iframe[src*=youtube]) {
    aspect-ratio: 16/9;
  }
  section:has(iframe) p:has(iframe[src*=youtube]) iframe {
    width: 100%;
    height: 100%;
  }
}

main .tooltipcnt a {
  color: #000;
  font-size: 1rem;
  font-weight: inherit;
}

.tooltipcnt * {
  color: #000;
  font-size: 1rem;
}

#tooltip .tooltipcnt > a {
  font-weight: 300;
}

.source {
  background: #272b2e;
  color: #fff;
  padding-block: 1rem 0;
}
@media (min-width: 1024px) {
  .source .container {
    padding-inline: 10%;
  }
}
.source #opensources {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.source .singlesources {
  display: none;
  font-size: 14px;
  font-weight: 400;
}
.source p {
  margin-bottom: 1rem;
}
.source p:last-of-type {
  margin-bottom: 0;
}

.just_content {
  margin-block: 0 60px;
}
@media (min-width: 1024px) {
  .just_content .container {
    max-width: 1200px;
  }
}
.just_content.margin-bottom {
  padding-block: 0 40px;
}
@media (max-width: 767px) {
  .just_content.margin-bottom {
    padding-block: 0 30px;
  }
}
@media (max-width: 767px) {
  .just_content {
    margin-block: 0 30px;
  }
}
.just_content h2 {
  margin-bottom: 1em;
}

.team_grid_thirds {
  margin-block: 0 160px;
}
@media (max-width: 767px) {
  .team_grid_thirds {
    margin-block: 0 0px;
  }
}
.team_grid_thirds.team_grid_fours .teamgrid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .team_grid_thirds.team_grid_fours .teamgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team_grid_thirds h3 {
  text-align: center;
  font-family: "elza-narrow", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team_grid_thirds h3 {
    margin-bottom: 30px;
  }
}
.team_grid_thirds .teamgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 980px) {
  .team_grid_thirds .teamgrid {
    grid-template-columns: 1fr;
  }
}
.team_grid_thirds .teamgrid img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.team_grid_thirds .teamgrid .cnt {
  padding-top: 1rem;
  padding-left: 1rem;
}
.team_grid_thirds .teamgrid .cnt p {
  line-height: 1.25;
  margin-bottom: 1rem;
}

.white_heavy_right_list {
  background: #fff;
  padding-block: 120px;
}
@media (max-width: 767px) {
  .white_heavy_right_list {
    padding-block: 40x;
  }
}
.white_heavy_right_list .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
}
@media (max-width: 767px) {
  .white_heavy_right_list .container {
    display: block;
  }
}
.white_heavy_right_list h2 {
  font-size: 30px;
  line-height: 37.93px;
  margin-bottom: 1rem;
}
.white_heavy_right_list .heavy {
  text-align: center;
  font-family: "elza-narrow", sans-serif;
  font-size: 30px;
  line-height: 37.93px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .white_heavy_right_list .heavy {
    margin-top: 2rem;
    text-align: left;
  }
}

#tooltip img {
  outline: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  top: -4px;
}

.transparentbg {
  background: transparent;
}

.acc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-contact .contact_us_block {
    padding-top: 120px;
  }
}

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