/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/modules.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

/* *****************************************
		VARIABLES
******************************************** */
:root {
  /* Light palette */
  --light-bg: oklch(98% 0.01 95);
  --light-bg2: oklch(92.5% 0.04 280);
  --light-surface: oklch(96% 0.02 95);
  --light-text: oklch(22.1% 0 0);
  --light-accent: oklch(65% 0.16 260);
  /* Dark palette */
  --dark-bg: oklch(52.4% 0.276 276.6);
  --dark-bg2: oklch(25% 0.15 260);
  --dark-surface: oklch(18% 0.03 275);
  --dark-text:oklch(100% 0 0);
  --dark-accent: oklch(75% 0.16 260);
  /* This will be set by JS as a percentage string like `72%` */
  --daylight: 0%;
  /* Derived tokens using color-mix (widely supported in modern browsers) */
  --bg:       color-mix(in oklab, var(--dark-bg) var(--daylight), var(--light-bg));
  --bg2:	  color-mix(in oklab, var(--dark-bg2) var(--daylight), var(--light-bg2));
  --surface:  color-mix(in oklab, var(--light-surface) var(--daylight), var(--dark-surface));
  --text:     var(--light-text);
  --accent:   color-mix(in oklab, var(--light-accent) var(--daylight), var(--dark-accent));
  color-scheme: light dark;
  /* lets the browser pick correct form controls, etc. */ }

:root[data-theme-lock="light"] {
  --daylight: 100%; }

:root[data-theme-lock="dark"] {
  --daylight: 0%; }

.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  display: grid;
  grid-gap: 40px; }
  .grid .col-8, .grid-1 .col-8, .grid-2 .col-8, .grid-3 .col-8, .grid-4 .col-8, .grid-5 .col-8, .grid-6 .col-8 {
    width: 75%; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex.justify-center, .justify-center.flex-wrap {
    justify-content: center; }
  .flex.align-center, .align-center.flex-wrap {
    align-items: center; }

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media screen and (max-width: 900px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-tablet-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-tablet-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-tablet-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 650px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-mobile-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-mobile-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-mobile-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-mobile-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 650px) {
  .hidden-mobile {
    display: none; } }

body {
  background: var(--bg2);
  color: var(--light-text);
  font-family: "Figtree", sans-serif;
  margin: 0;
  padding: 0;
  transition: background 0.3s ease, color 0.3s ease; }

.dg.ac {
  z-index: 9999 !important; }

@font-face {
  src: url(fonts/AlbertSans-VariableFont.ttf);
  font-family: 'Albert Sans'; }

@font-face {
  src: url(fonts/Figtree-VariableFont.ttf);
  font-family: 'Figtree'; }

a {
  text-decoration: none; }

p {
  line-height: 1.5; }

p, li, a, input, textarea, select {
  font-size: 18px;
  font-family: "Figtree", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: initial; }

h1 {
  font-size: 68px;
  margin-bottom: 30px; }

h2 {
  font-size: 58px;
  margin-bottom: 20px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 18px;
  margin-bottom: 20px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

@media screen and (max-width: 650px) {
  h1 {
    font-size: 38px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 24px; } }

.block {
  padding: 6vw 5.3%;
  position: relative; }
  @media screen and (max-width: 650px) {
    .block {
      padding: 40px 25px; } }

.block-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px !important;
  background: black;
  color: white !important;
  padding: 5px 7px;
  z-index: 700; }

.capper {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1310px) {
    .capper {
      width: 1500px; } }

.bg-purple {
  background: var(--dark-bg); }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.vert-center {
  align-self: center; }

.bg-white {
  background: white; }

.bg-black {
  background: #191919; }

.bg-lt-grey {
  background: #f7f7f7; }

.color-white {
  color: white; }

.color-black {
  color: #191919; }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.button {
  display: inline-block;
  padding: 15px 25px 15px;
  color: white;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: auto;
  font-weight: 700;
  border-radius: 30px;
  font-size: 16px;
  background: #0F907F;
  transition: all 0.25s ease-in; }
  .button p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.0; }

ul {
  list-style-type: none; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 0; }

.img-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: #f7f7f7; }
  .img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

.image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 20px;
  transition: transform 0.4s ease-out;
  transform: scale(0.98); }
  .image-wrap:hover {
    transform: scale(1); }
    .image-wrap:hover img.cover {
      transform: scale(1); }

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  transition: transform 0.4s ease-out; }

.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  color: #191919; }

.content-container p, .content-container li {
  color: #191919; }

.content-container p:last-child, .content-container h1:last-child, .content-container h2:last-child, .content-container h3:last-child, .content-container h4:last-child, .content-container h5:last-child, .content-container input:last-child, .content-container select:last-child, .content-container textarea:last-child {
  margin-bottom: 0; }

.content-container ul {
  margin-left: 20px;
  margin-bottom: 20px; }

.content-container iframe {
  max-width: 100%; }

.content-container a {
  color: #191919;
  transition: color .3s ease-out;
  text-decoration: underline; }
  .content-container a:hover {
    color: #333333; }

@media screen and (max-width: 650px) {
  .content-container {
    padding-left: 0;
    padding-right: 0; } }

.gform_required_legend {
  display: none; }

header#masthead {
  padding: 10px 5.3%;
  position: absolute;
  z-index: 900;
  background: transparent;
  display: flex;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: space-between;
  align-items: center; }
  header#masthead h1 {
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--text); }
  header#masthead .site-branding {
    display: flex;
    gap: 10px;
    align-items: center; }
    header#masthead .site-branding svg {
      height: 50px;
      width: auto; }
      header#masthead .site-branding svg .cls-1 {
        fill: var(--text); }
    header#masthead .site-branding #di-text {
      color: var(--light-text);
      font-weight: 900;
      font-size: 16px;
      letter-spacing: 1.1px;
      font-family: "Albert Sans", sans-serif; }
  header#masthead #site-navigation #menu-main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header#masthead #site-navigation #menu-main-menu li {
      font-size: 16px;
      list-style-type: none;
      font-weight: 700; }
    header#masthead #site-navigation #menu-main-menu > li {
      padding: 15px 24px 15px;
      position: relative; }
      header#masthead #site-navigation #menu-main-menu > li ul {
        background: #f7f7f7; }
      header#masthead #site-navigation #menu-main-menu > li:last-child {
        padding-right: 0; }
        header#masthead #site-navigation #menu-main-menu > li:last-child a {
          padding: 10px 26px;
          background: #0F907F;
          color: white;
          border-radius: 20px; }
      header#masthead #site-navigation #menu-main-menu > li:hover ul {
        display: block; }
    header#masthead #site-navigation #menu-main-menu li ul {
      position: absolute;
      top: 100%;
      left: 0;
      width: 250px;
      display: none;
      padding: 10px 0;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      header#masthead #site-navigation #menu-main-menu li ul li {
        display: block;
        padding: 10px;
        transition: all .24s ease-out;
        line-height: 1.3; }
        header#masthead #site-navigation #menu-main-menu li ul li:hover {
          background: #eaeaea; }
  header#masthead #site-navigation a {
    text-decoration: none;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    transition: color .3s ease-out; }
  header#masthead .ham {
    display: none;
    position: relative;
    width: 24px;
    height: 16px; }
    header#masthead .ham span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--text);
      position: relative;
      position: absolute;
      transition: all .3s ease-out; }
      header#masthead .ham span:first-child {
        top: 0; }
      header#masthead .ham span:nth-child(2) {
        top: 6px;
        opacity: 1; }
      header#masthead .ham span:last-child {
        top: 12px; }
  @media screen and (max-width: 1100px) {
    header#masthead .ham {
      cursor: pointer;
      display: block;
      z-index: 1000; }
      header#masthead .ham.open span:first-child {
        transform: rotate(45deg);
        top: 6px; }
      header#masthead .ham.open span:nth-child(2) {
        opacity: 0; }
      header#masthead .ham.open span:last-child {
        transform: rotate(-45deg);
        top: 6px; }
    header#masthead #site-navigation {
      position: fixed;
      left: 100%;
      top: 0;
      width: 100vw;
      height: 100vh;
      background: #f7f7f7;
      transition: transform .3s ease-out;
      will-change: transform; }
      header#masthead #site-navigation ul {
        display: block;
        padding: 40px 30px;
        text-align: center; }
      header#masthead #site-navigation li {
        color: white;
        display: block;
        text-align: center; }
        header#masthead #site-navigation li a {
          color: #191919;
          font-size: 24px; }
        header#masthead #site-navigation li:hover a {
          color: #191919; }
      header#masthead #site-navigation.open {
        transform: translate3d(-100%, 0, 0); } }
  @media screen and (max-width: 650px) {
    header#masthead {
      padding: 10px 25px 8px; }
      header#masthead .site-branding h1 {
        font-size: 20px; } }

#footer {
  background: #4B41EB;
  padding: 70px 5.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 650px) {
    #footer {
      padding: 40px 5.3%; } }
  #footer li:hover a, #footer a:hover {
    text-decoration: underline; }
  #footer .footer-menu p {
    color: white;
    font-size: 16px; }
  #footer .footer-menu-inner {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    #footer .footer-menu-inner li, #footer .footer-menu-inner li a {
      color: white;
      font-weight: 700;
      font-size: 18px; }
    #footer .footer-menu-inner .menu {
      display: flex;
      align-items: center;
      gap: 20px; }
      #footer .footer-menu-inner .menu ul {
        display: flex;
        gap: 20px; }
    #footer .footer-menu-inner .social {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-left: 40px; }
  #footer .footer-branding {
    display: flex;
    gap: 40px;
    align-items: center;
    color: white; }
    @media screen and (max-width: 650px) {
      #footer .footer-branding svg {
        width: 70px; } }

.home #main {
  background: linear-gradient(to bottom, var(--bg) 0, var(--bg2) 30%, var(--bg) 70%, var(--bg2) 100%); }

.home .hero-wrap {
  padding: 180px 5.3% 80px;
  position: relative;
  pointer-events: none;
  height: 100vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #FFFFFF 30%, #EDECFF 50%, #E6E4FF 100%); }

.home canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  pointer-events: initial;
  z-index: 0; }

.home .home-hero {
  padding: 0;
  pointer-events: none;
  z-index: 50;
  position: relative; }
  .home .home-hero .hero-text-container {
    width: 100%;
    max-width: 700px; }
  .home .home-hero p {
    font-size: 20px; }

.home .canvas-controller {
  position: absolute;
  bottom: 100px;
  z-index: 100;
  right: 22%;
  pointer-events: initial; }
  .home .canvas-controller .slide-navigation {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative; }
    .home .canvas-controller .slide-navigation .nav-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
      width: 20px;
      cursor: pointer;
      transition: all 0.3s ease-out;
      position: relative;
      z-index: 2; }
      .home .canvas-controller .slide-navigation .nav-item .industry-name {
        font-size: 14px;
        font-weight: 600;
        opacity: 0;
        width: 80px;
        position: absolute;
        left: -20px;
        top: -25px;
        text-align: center;
        transform: translate3d(0, 10px, 0px);
        transition: all 0.3s ease-out;
        white-space: nowrap;
        pointer-events: none;
        color: #a29df5; }
      .home .canvas-controller .slide-navigation .nav-item.active {
        width: 40px; }
        .home .canvas-controller .slide-navigation .nav-item.active .industry-name {
          margin-bottom: 6px;
          opacity: 1;
          transform: translate3d(0, 0, 0);
          color: #4B41EB;
          transition: all 0.26s ease-out .2s; }
      .home .canvas-controller .slide-navigation .nav-item .nav-dot {
        position: relative;
        z-index: 5;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: white;
        transition: all 0.47s ease;
        cursor: pointer; }
        .home .canvas-controller .slide-navigation .nav-item .nav-dot.active {
          border-color: #4B41EB;
          background: #4B41EB;
          border-radius: 20px;
          width: 40px; }

.industry-container {
  position: relative;
  z-index: 10; }
  .industry-container h4 {
    margin-left: 5.3%;
    margin-top: 120px;
    margin-bottom: 40px; }
  .industry-container div.outer-track {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px; }
  .industry-container ul {
    display: flex;
    gap: 20px;
    position: relative;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    padding-left: 5.3%; }
    .industry-container ul li {
      cursor: pointer;
      pointer-events: initial;
      padding: 22px 80px;
      background: white;
      border-radius: 100px;
      text-align: center;
      font-weight: 700;
      line-height: 1;
      display: flex;
      align-items: center;
      color: var(--light-text); }
      .industry-container ul li.active {
        background: #B5AFFF;
        color: var(--light-text); }

.block-intro .grid-2 {
  align-items: center;
  grid-template-columns: 1.2fr .8fr; }

.block-intro video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

@media screen and (max-width: 650px) {
  .block-intro .grid-2 {
    display: flex;
    flex-wrap: wrap-reverse; }
    .block-intro .grid-2 > div {
      width: 100%; } }

.block-featured-projects .capper {
  gap: 80px; }
  @media screen and (max-width: 650px) {
    .block-featured-projects .capper {
      gap: 20px; } }

.block-featured-projects h2 {
  margin-top: 80px; }

.block-featured-projects h3 {
  margin-top: 20px; }

.block-featured-projects a {
  color: var(--text); }

.block-featured-projects .project:first-child {
  margin-top: 80px; }

.block-featured-projects .project:nth-child(2n + 3) {
  margin-top: -120px; }

.block-featured-projects .project:nth-child(2n + 4) {
  margin-top: 80px; }

@media screen and (max-width: 650px) {
  .block-featured-projects .project h3 {
    font-size: 18px; } }

.block-featured-projects ul {
  display: flex;
  gap: 20px;
  margin-top: 10px; }
  .block-featured-projects ul li {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Albert Sans", sans-serif;
    position: relative; }
    @media screen and (max-width: 650px) {
      .block-featured-projects ul li {
        font-size: 12px; } }
    .block-featured-projects ul li:not(:last-child):after {
      content: "•";
      position: absolute;
      right: -14px;
      top: 0px; }

.block-team .capper {
  border-radius: 10px;
  padding: 60px;
  gap: 80px; }
  @media screen and (max-width: 650px) {
    .block-team .capper {
      padding: 40px 30px; } }
  .block-team .capper .founder-container {
    align-items: center;
    gap: 40px; }
    .block-team .capper .founder-container > div {
      max-width: 50%; }
      .block-team .capper .founder-container > div h4, .block-team .capper .founder-container > div p {
        width: 100%; }
      .block-team .capper .founder-container > div h4 {
        text-transform: initial;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 8px;
        color: white; }
      .block-team .capper .founder-container > div p {
        font-size: 14px; }

.block-team h2, .block-team p {
  color: var(--dark-text);
  width: 620px;
  max-width: 100%; }

.block-services .services-header {
  border-bottom: solid 2px #8F88FF;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .block-services .services-header h2 {
    margin-bottom: 0; }
  @media screen and (max-width: 650px) {
    .block-services .services-header {
      border-bottom: none;
      padding-bottom: 40px; }
      .block-services .services-header h2 {
        margin-bottom: 20px; } }

.block-services .services-row {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 2px #8F88FF;
  transition: padding .24s ease-out; }
  @media screen and (max-width: 650px) {
    .block-services .services-row {
      margin-bottom: 40px;
      border-bottom: none;
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }
  .block-services .services-row .fronter {
    position: relative;
    z-index: 10;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center; }
    .block-services .services-row .fronter > div:first-child {
      flex: 1 0 auto; }
    .block-services .services-row .fronter > svg {
      flex: 1 0 auto;
      width: 80px; }
    @media screen and (max-width: 650px) {
      .block-services .services-row .fronter {
        padding: 0px 20px; } }
  .block-services .services-row h3 {
    font-size: 48px;
    width: 650px;
    max-width: 90%; }
    @media screen and (max-width: 650px) {
      .block-services .services-row h3 {
        font-size: 32px;
        width: 100%; } }
  .block-services .services-row svg {
    margin-bottom: 10px; }
    .block-services .services-row svg path, .block-services .services-row svg circle {
      transition: all .24s ease-out; }
  .block-services .services-row a svg {
    margin-bottom: 0; }
    .block-services .services-row a svg circle {
      fill: none;
      stroke-width: 1px;
      stroke: #4B41EB; }
    .block-services .services-row a svg path {
      fill: #4B41EB; }
  .block-services .services-row p {
    opacity: 0;
    color: white;
    width: 300px;
    max-width: 75%; }
  .block-services .services-row p, .block-services .services-row svg {
    transition: all .24s ease-out; }
  .block-services .services-row .underlay-wrap {
    position: relative;
    opacity: 0;
    transition: all 0.24s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .block-services .services-row .underlay-wrap .underlay {
      z-index: 2;
      border-radius: 20px;
      background: #0F907F;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: .9; }
    .block-services .services-row .underlay-wrap img {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      width: 100%;
      object-fit: cover;
      z-index: 0;
      border-radius: 20px;
      transition: all .24s ease-out; }
  @media screen and (max-width: 900px) {
    .block-services .services-row .underlay-wrap, .block-services .services-row p, .block-services .services-row svg, .block-services .services-row h3 {
      opacity: 1;
      color: white; }
    .block-services .services-row svg circle {
      fill: white; }
    .block-services .services-row svg path {
      fill: #0F907F;
      stroke: #0F907F; }
    .block-services .services-row p {
      max-width: initial; } }
  .block-services .services-row:hover {
    padding-top: 80px;
    padding-bottom: 80px; }
    .block-services .services-row:hover h3 {
      color: white; }
    .block-services .services-row:hover .underlay-wrap {
      opacity: 1; }
    .block-services .services-row:hover p, .block-services .services-row:hover svg {
      opacity: 1; }
    .block-services .services-row:hover svg path {
      stroke: #0F907F;
      fill: #0F907F; }
    .block-services .services-row:hover svg circle {
      fill: white; }
    .block-services .services-row:hover a svg circle {
      stroke: white; }

.bg-dark .block-logos .logo-grid > div {
  background: white; }

.block-logos {
  position: relative;
  overflow: hidden; }
  .block-logos h2 {
    margin-bottom: 60px; }
  .block-logos .logo-grid {
    position: relative;
    z-index: 0;
    max-width: initial;
    width: max-content;
    will-change: transform; }
    .block-logos .logo-grid .inner-logo-row {
      gap: 120px;
      align-items: center;
      flex-wrap: nowrap;
      margin-right: 120px; }
      .block-logos .logo-grid .inner-logo-row > div {
        width: 160px;
        padding: 16px;
        background: transparent;
        border-radius: 10px;
        transition: background .3s ease-out; }
  @media screen and (max-width: 650px) {
    .block-logos .logo-grid {
      gap: 40px; }
      .block-logos .logo-grid > div {
        width: 100px; }
      .block-logos .logo-grid.top-row-logo {
        margin-bottom: 40px !important; } }

.block-contact .form-wrap {
  padding: 5.3%;
  background: white;
  border-radius: 20px; }
  .block-contact .form-wrap h2, .block-contact .form-wrap p {
    color: #191919; }
  .block-contact .form-wrap .form-header {
    margin-bottom: 30px; }
  .block-contact .form-wrap form .gform_fields {
    grid-row-gap: 25px; }
  .block-contact .form-wrap form textarea, .block-contact .form-wrap form input, .block-contact .form-wrap form select {
    background: #E6E4FF;
    border-radius: 5px !important;
    padding: 14px 20px !important;
    border: none !important;
    color: #191919 !important; }
  .block-contact .form-wrap form .gchoice .gfield-choice-input {
    margin-left: 0; }
  @media screen and (max-width: 650px) {
    .block-contact .form-wrap form .gchoice {
      display: block !important; }
      .block-contact .form-wrap form .gchoice .gfield-choice-input {
        margin-left: 0;
        margin-bottom: 10px; } }
  .block-contact .form-wrap form label, .block-contact .form-wrap form legend, .block-contact .form-wrap form input::placeholder, .block-contact .form-wrap form textarea::placeholder {
    color: #191919;
    font-weight: 700;
    font-family: "Figtree", sans-serif; }
  .block-contact .form-wrap form .gfield-choice-input {
    width: 30px;
    height: 30px;
    appearance: none;
    padding: 5px !important; }
    .block-contact .form-wrap form .gfield-choice-input:checked, .block-contact .form-wrap form .gfield-choice-input:active {
      background: #4B41EB;
      border: none; }
  @media screen and (max-width: 650px) {
    .block-contact .form-wrap {
      padding: 40px 30px; } }

/* *****************************************
		THEME SLIDER
******************************************** */
.theme-slider-container {
  position: fixed;
  inset: auto 1rem 1rem auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 200px;
  z-index: 1000;
  transition: all 0.3s ease; }
  .theme-slider-container:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); }
  .theme-slider-container label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #191919;
    text-align: center; }

.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .slider-wrapper span {
    font-size: 1rem;
    opacity: 0.8; }

#theme-slider {
  flex: 1;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #e8e8e8, #191919);
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease; }
  #theme-slider:hover {
    transform: scaleY(1.1); }
  #theme-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    #theme-slider::-webkit-slider-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3); }
  #theme-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    #theme-slider::-moz-range-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3); }

.theme-slider-container > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem; }

#theme-value {
  font-size: 0.8rem;
  color: #191919;
  opacity: 0.9;
  font-weight: 500; }

@media (prefers-color-scheme: dark) {
  .theme-slider-container {
    background: rgba(25, 25, 25, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1); } }

