/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

@font-face {
  font-family: "Causten-Med";
  src: url("../../assets/fonts/Causten_Fonts/Causten-Medium.otf") format("opentype");
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "Causten-Bold";
  src: url("../../assets/fonts/Causten_Fonts/Causten-Bold.otf") format("opentype");
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "Causten-Light";
  src: url("../../assets/fonts/Causten_Fonts/Causten-Light.otf") format("opentype");
  /* IE9 Compat Modes */
}
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1 {
  font-size: 76px;
  line-height: 1.25;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
  font-family: "Causten-Bold", sans-serif;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  font-family: "Causten-Bold", sans-serif;
}

h4 {
  font-size: 24px;
  font-family: "Causten-Bold", sans-serif;
}

h5 {
  font-size: 22px;
  font-family: "Causten-Bold", sans-serif;
}

h6 {
  font-size: 20px;
  font-family: "Causten-Bold", sans-serif;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 16px;
}
p.large {
  font-size: 20px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button--primary {
  background-color: #739BBE;
  justify-content: center;
  align-items: center;
  color: #313131;
  border: 1px solid #739BBE;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 24px 12px 24px;
  font-family: "Causten-Bold", sans-serif;
}
.button--primary:hover {
  border: 1px solid #DFF43F;
  color: #313131;
  text-decoration: none;
  background: #DFF43F;
  transition: all 0.3s ease;
}
.button--secondary {
  background-color: #000;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #739BBE;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 24px 12px 24px;
  font-family: "Causten-Bold", sans-serif;
}
.button--secondary:hover {
  border: 1px solid #DFF43F;
  color: #313131;
  text-decoration: none;
  background: #DFF43F;
  transition: all 0.3s ease;
}
.button--tertiary {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: #739BBE;
  border: 1px solid #739BBE;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 24px 12px 24px;
  font-family: "Causten-Bold", sans-serif;
}
.button--tertiary:hover {
  border: 1px solid #DFF43F;
  color: #313131;
  text-decoration: none;
  background: #DFF43F;
  transition: all 0.3s ease;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Causten-Med", sans-serif;
  display: block !important;
  padding: 10px 0 !important;
  width: 100% !important;
  border: none;
  border-radius: 0px;
  margin-top: 15px !important;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Causten-Light", sans-serif;
  font-size: 16px;
}
.gform_wrapper textarea::placeholder,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(178, 178, 178, 0.6549019608);
  font-family: "Causten-Light", sans-serif;
  font-size: 16px;
}
.gform_wrapper textarea:active, .gform_wrapper textarea:focus,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):active,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  border-bottom: 1px solid #DFF43F;
  outline: none;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield_required {
  color: #739BBE !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  color: #739BBE;
  padding: 0 !important;
  font-family: "Causten-Bold", sans-serif;
  font-size: 14px;
  border: 0 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 2rem !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 3.5rem;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: #739BBE;
  border: 1px solid #739BBE;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 24px 12px 24px;
  font-family: "Causten-Bold", sans-serif;
}
.gform_wrapper .button:hover {
  border: 1px solid #DFF43F;
  color: #313131;
  text-decoration: none;
  background: #DFF43F;
  transition: all 0.3s ease;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message {
  font: 400 45px/43px "Causten-Med", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff !important;
  font-size: 20px !important;
  text-align: center;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1260px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 685px;
}

.site-section {
  padding: 3.25rem 0;
}
.site-section.first-block-padding {
  padding-top: 6.5rem;
}
.site-section.last-block-padding {
  padding-bottom: 6.5rem;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 1.75rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 1.75rem;
}
.site-section.extra-top-padding {
  padding-top: 4.5rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .site-section {
    padding: 2rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 4.25rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 4.25rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 3.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 1.75rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.75rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.75rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  .site-section {
    padding: 1.25rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.5rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 0.75rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.75rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.25rem;
  }
}

.header {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: "Causten-Bold", sans-serif;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 0;
  max-width: 1240px;
  margin: 0 auto;
}
.header__logo {
  max-width: 175px;
}
.header__nav {
  width: 100%;
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 40px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 4px;
  align-items: center;
  cursor: pointer;
}
.header__nav .menu li a {
  color: #739BBE;
  transition: all 0.3s ease;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  padding: 1rem;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.3s ease;
}
.header__nav .menu li.nav-button a {
  background-color: #739BBE;
  justify-content: center;
  align-items: center;
  color: #313131;
  border: 1px solid #739BBE;
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 10px 24px 12px 24px;
  font-family: "Causten-Bold", sans-serif;
}
.header__nav .menu li.nav-button a:hover {
  border: 1px solid #DFF43F;
  color: #313131;
  text-decoration: none;
  background: #DFF43F;
  transition: all 0.3s ease;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 20px;
  min-width: 205px;
  list-style: none;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(36px);
  z-index: 2;
}
.header__nav .menu li .sub-menu li {
  padding-bottom: 1rem;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.header__nav .menu li .sub-menu li a {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #DFF43F;
}
.header__nav .menu li:hover a {
  color: #DFF43F;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  transition: all 0.3s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  stroke: #DFF43F;
}
.header__nav .menu li.active .caret-wrapper {
  transition: all 0.3s ease;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.3s ease;
}
@media (max-width: 1475px) {
  .header__inner {
    padding: 3rem 20px;
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__inner {
    padding: 2rem 1rem 2.5rem;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.3s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__logo {
    position: relative;
    z-index: 2;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #000;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .header__nav .menu {
    padding: 150px 0 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0px;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 0 12px 25px;
    max-width: 25%;
    margin: 0 0 0 0.5rem;
    border: none;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li .caret-wrapper {
    padding: 0;
    margin-left: 1rem;
  }
  .header__nav .menu li:hover a {
    color: #739BBE;
  }
  .header__nav .menu li:hover .caret-wrapper svg {
    transform: none;
  }
  .header__nav .menu li:hover .caret-wrapper svg path {
    stroke: #739BBE !important;
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li.nav-button {
    margin-left: 1.5rem;
  }
  .header__nav .menu li.active a {
    color: #DFF43F;
  }
  .header__nav .menu li.active .caret-wrapper svg {
    transform: rotate(90deg);
  }
  .header__nav .menu li.active .caret-wrapper svg path {
    stroke: #DFF43F !important;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease;
  }
}
@media (max-width: 480px) {
  .header__nav .menu li .sub-menu {
    max-width: 38%;
  }
  .header__nav .menu li .sub-menu li {
    padding-bottom: 1rem;
  }
  .header__nav .menu li .sub-menu li a {
    line-height: 1.25;
  }
}

.footer {
  background-color: #000;
  padding: 3.5rem 0 4.5rem;
  font-family: "Causten-Bold", sans-serif;
}
.footer a:hover {
  text-decoration: none;
  color: #DFF43F;
  transition: all 0.3s ease;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer__container > div {
  width: 175px;
}
.footer__container > div:first-of-type {
  width: 38%;
}
.footer__container .logo {
  margin-bottom: 1.5rem;
}
.footer__container .address,
.footer__container .phone,
.footer__container .email {
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.footer .industries p.large,
.footer .services p.large,
.footer .about p.large {
  margin-bottom: 3rem;
  position: relative;
}
.footer .industries p.large::after,
.footer .services p.large::after,
.footer .about p.large::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 95%;
  height: 1px;
  top: 0;
  left: 0;
  transform: translateY(3rem);
}
.footer .industries__list,
.footer .services__list,
.footer .about__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.footer .social {
  display: flex;
  column-gap: 1.5rem;
  list-style: none;
  margin: 0;
}
.footer .social li {
  list-style: none;
}
.footer .social li:hover svg {
  fill: #DFF43F;
  transition: all 0.3s ease;
}
.footer .social svg {
  max-width: 25px;
  width: 100%;
  height: auto;
  fill: #fff;
  transition: all 0.3s ease;
}
.footer .social__Instagram:hover path {
  fill: #DFF43F !important;
  transition: all 0.3s ease;
}
.footer .social__Instagram path {
  fill: #fff !important;
}
.footer .social__LinkedIn path {
  fill: #000 !important;
}
.footer .social__LinkedIn rect {
  fill: #fff !important;
  transition: all 0.3s ease;
}
.footer .social__LinkedIn:hover rect {
  fill: #DFF43F !important;
  transition: all 0.3s ease;
}
.footer .social__LinkedIn svg path {
  fill: #739BBE;
  transition: all 0.3s ease;
}
.footer .social__LinkedIn svg rect {
  fill: #fff;
  transition: all 0.3s ease;
}
.footer__bottom {
  margin-top: 4.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  font-family: "Causten-Light", sans-serif;
}
.footer__bottom .links {
  display: flex;
  column-gap: 3rem;
  font-family: "Causten-Bold", sans-serif;
}
@media (max-width: 1024px) {
  .footer__container > div {
    width: 20%;
  }
  .footer__container > div:first-of-type {
    width: 32.5%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 0 3.5rem;
  }
  .footer .social {
    justify-content: center;
  }
  .footer__container {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .footer__container > div {
    width: 29%;
  }
  .footer__container > div:first-of-type {
    width: 100%;
    text-align: center;
  }
  .footer__container .industries p.large,
  .footer__container .services p.large,
  .footer__container .about p.large {
    margin-bottom: 2rem;
    position: relative;
  }
  .footer__container .industries p.large::after,
  .footer__container .services p.large::after,
  .footer__container .about p.large::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 95%;
    height: 1px;
    top: 0;
    left: 0;
    transform: translateY(2.5rem);
  }
  .footer__container .industries__list,
  .footer__container .services__list,
  .footer__container .about__list {
    row-gap: 0.5rem;
  }
  .footer__bottom {
    margin-top: 3rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 2.5rem 0;
  }
  .footer__container > div {
    width: 100%;
    padding: 0 15%;
    text-align: center;
  }
  .footer .industries p.large,
  .footer .services p.large,
  .footer .about p.large {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .footer .industries p.large::after,
  .footer .services p.large::after,
  .footer .about p.large::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 72.5%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 2.5rem);
  }
  .footer .industries__list,
  .footer .services__list,
  .footer .about__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
  }
  .footer__bottom {
    justify-content: center;
    margin-top: 2.5rem;
    row-gap: 1rem;
    text-align: center;
  }
  .footer__bottom p {
    margin-bottom: 0.5rem;
  }
}

.detail-hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 105vh;
  padding-bottom: 10rem;
  color: #fff;
}
.detail-hero::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 24px 24px;
}
.detail-hero::before {
  content: "";
  position: absolute;
  background-image: var(--bg-img-url);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 0 0 24px 24px;
}
.detail-hero__inner {
  position: relative;
  z-index: 1;
}
.detail-hero__content {
  position: relative;
  font-size: 20px;
  max-width: 680px;
  font-family: "Causten-Light", sans-serif;
}
.detail-hero__heading {
  width: 100%;
  margin-bottom: 0.5rem;
}
.detail-hero__heading h1 {
  margin-bottom: 0;
  max-width: 755px;
  line-height: 1.25;
  font-family: "Causten-Bold", sans-serif;
}
.detail-hero__post-details {
  display: flex;
  font-family: "Causten-Bold", sans-serif;
  align-items: center;
  column-gap: 1.5rem;
  font-size: 16px;
  margin-top: 2rem;
}
.detail-hero__post-details__image img {
  border-radius: 50%;
}
.detail-hero__blog .detail-hero__heading h1 {
  max-width: 865px;
}
.detail-hero__blog .detail-hero__content {
  font-family: "Causten-Med", sans-serif;
}
@media (max-width: 1024px) {
  .detail-hero {
    height: 67vh;
    padding-bottom: 3.5rem;
  }
  .detail-hero__blog {
    height: auto;
    padding: 14rem 0 8.5rem;
  }
  .detail-hero__project {
    padding-bottom: 6.5rem;
    height: 71vh;
  }
}
@media (max-width: 768px) {
  .detail-hero {
    height: auto;
    padding: 14rem 0 1.5rem;
  }
  .detail-hero__blog {
    height: auto;
    padding-bottom: 7.5rem;
  }
  .detail-hero__project {
    padding: 14rem 0 6rem;
  }
  .detail-hero__content {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .detail-hero__blog {
    height: auto;
    padding: 12rem 0 1.5rem;
  }
  .detail-hero__project {
    padding: 14rem 0 1.5rem;
  }
  .detail-hero__post-details__image img {
    max-width: 72px;
  }
}

.error404 {
  height: 82vh;
  background-color: #000;
  color: #fff;
}
.error404 .site-container {
  height: 100%;
}
.error404__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.5rem;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .error404 {
    height: 65vh;
  }
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #F1F1F2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
.homepage__hero {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 24px 24px;
}
.homepage__hero .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  border-radius: 0 0 24px 24px;
}
.homepage__hero .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 24px 24px;
}
.homepage__hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 10vh;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
}
.homepage__hero__content__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 755px;
}
.homepage__hero__content__inner h1 {
  margin-bottom: 1.5rem;
  font-family: "Causten-Bold", sans-serif;
}
.homepage__hero__content__inner p {
  font-family: "Causten-Light", sans-serif;
  margin-bottom: 2rem;
}
.homepage__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 0 0 24px 24px;
}
.homepage__hero::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 24px 24px;
}
@keyframes scroll {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(65%);
    opacity: 0;
  }
}
.homepage__services {
  padding: 6.5rem 0;
}
.homepage__services__heading {
  position: relative;
}
.homepage__services__heading::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/soundbar_group.svg");
  background-position: 0% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
  opacity: 0.6;
}
.homepage__services__heading h2 {
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
}
.homepage__services__container {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 2rem;
}
.homepage__services .service-item {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.homepage__services .service-item .fancy-heading {
  padding: 6px 0 8px 0;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.homepage__services .service-item .fancy-heading h3 {
  position: relative;
  z-index: 1;
}
.homepage__services .service-item .fancy-heading::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 95%;
  background-color: #DFF43F;
  top: 0;
  left: -2rem;
  border-radius: 0 50px 50px 0;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.homepage__services .service-item:hover .fancy-heading {
  color: #000;
  transition: all 0.7s ease;
}
.homepage__services .service-item:hover .fancy-heading::after {
  transform: translateX(0);
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .homepage__services .service-item:hover .fancy-heading {
    color: #fff;
  }
  .homepage__services .service-item:hover .fancy-heading::after {
    display: none;
  }
}
.homepage__services .service-item img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  height: 100%;
}
.homepage__services .service-item--1 {
  grid-area: 1/1/7/3;
}
.homepage__services .service-item--1 img {
  max-height: 832px;
}
.homepage__services .service-item--2 {
  grid-area: 1/3/4/6;
}
.homepage__services .service-item--3 {
  grid-area: 4/3/7/6;
}
.homepage__services .service-item__image {
  position: relative;
  height: 100%;
}
.homepage__services .service-item__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 1;
}
.homepage__services .service-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.homepage__services .service-item__content {
  position: absolute;
  bottom: 2rem;
  padding-left: 2rem;
  z-index: 3;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
  font-family: "Causten-Bold", sans-serif;
}
.homepage__services .service-item__button {
  transition: all 0.3s ease;
}
.homepage__services .service-item:hover {
  transition: all 0.7s ease;
}
.homepage__services .service-item:hover .service-item__image::after {
  opacity: 0;
  transition: all 0.7s ease;
}
.homepage__services .service-item:hover .service-item__image::before {
  opacity: 1;
  transition: all 0.7s ease;
}
.homepage__services .service-item:hover .service-item__button {
  color: #DFF43F;
  transition: all 0.7s ease;
}
.homepage__industries {
  padding: 6.5rem 0 3rem;
  position: relative;
}
.homepage__industries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 24px 24px 0px 0px;
}
.homepage__industries::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px;
}
.homepage__industries__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__industries__heading .wave-anim {
  position: relative;
  height: auto;
  width: 25%;
  top: 0;
}
.homepage__industries__heading .wave-anim svg {
  max-height: 80px;
}
.homepage__industries__heading .wave-anim--left {
  left: 0;
}
.homepage__industries__heading .wave-anim--right {
  right: 0;
}
@media (max-width: 768px) {
  .homepage__industries__heading {
    justify-content: center;
  }
}
.homepage__industries__heading h2 {
  color: #fff;
  text-align: center;
}
.homepage__industries__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
  margin-top: 4.5rem;
}
.homepage__industries .industry-item {
  width: calc(50% - 1.25rem);
  padding: 2rem;
  border: 1px solid #fff;
  border-radius: 24px;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.homepage__industries .industry-item .fancy-heading {
  padding: 6px 0 8px 0;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.homepage__industries .industry-item .fancy-heading h3 {
  position: relative;
  z-index: 1;
}
.homepage__industries .industry-item .fancy-heading::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 95%;
  background-color: #DFF43F;
  top: 0;
  left: -2rem;
  border-radius: 0 50px 50px 0;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.homepage__industries .industry-item:hover .fancy-heading {
  color: #000;
  transition: all 0.7s ease;
}
.homepage__industries .industry-item:hover .fancy-heading::after {
  transform: translateX(0);
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .homepage__industries .industry-item:hover .fancy-heading {
    color: #fff;
  }
  .homepage__industries .industry-item:hover .fancy-heading::after {
    display: none;
  }
}
.homepage__industries .industry-item__button {
  margin-top: 0.5rem;
  transition: all 0.3s ease;
}
.homepage__industries .industry-item__icon svg * {
  transition: all 0.3s ease;
}
.homepage__industries .industry-item:hover {
  backdrop-filter: blur(8px);
  transition: all 0.7s ease;
  text-decoration: none;
}
.homepage__industries .industry-item:hover .industry-item__button {
  color: #DFF43F;
  transition: all 0.7s ease;
  text-decoration: none;
}
.homepage__industries .industry-item:hover .industry-item__icon svg * {
  stroke: #DFF43F;
  transition: all 0.7s ease;
}
.homepage__list-section {
  padding: 3rem 0 6.5rem;
  position: relative;
}
.homepage__list-section__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__list-section__heading .wave-anim {
  position: relative;
  height: auto;
  width: 25%;
  top: 0;
}
.homepage__list-section__heading .wave-anim svg {
  max-height: 80px;
}
.homepage__list-section__heading .wave-anim--left {
  left: 0;
}
.homepage__list-section__heading .wave-anim--right {
  right: 0;
}
@media (max-width: 768px) {
  .homepage__list-section__heading {
    justify-content: center;
  }
}
.homepage__list-section__heading h2 {
  color: #fff;
  text-align: center;
}
.homepage__list-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.homepage__list-section__container {
  position: relative;
  margin-top: 4.5rem;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3.5rem;
  column-gap: 2rem;
}
.homepage__list-section__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 32.69%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.homepage__list-section__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 24px;
}
.homepage__list-section__list {
  color: #fff;
  font-size: 20px;
  font-family: "Causten-Bold", sans-serif;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.homepage__list-section__list p {
  position: relative;
  margin-bottom: 0;
}
.homepage__list-section__list p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform: translateY(1rem);
}
.homepage__list-section__list p:last-of-type {
  margin-bottom: 1rem;
}
.homepage__list-section__list p:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-1rem);
}
.homepage__list-section__button {
  position: relative;
  z-index: 2;
}
.homepage__process-section {
  padding: 6.5rem 0 3rem;
  position: relative;
}
.homepage__process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
  border-radius: 0 0 24px 24px;
}
.homepage__process-section::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 24px 24px;
}
.homepage__process-section__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__process-section__heading .wave-anim {
  position: relative;
  height: auto;
  width: 25%;
  top: 0;
}
.homepage__process-section__heading .wave-anim svg {
  max-height: 80px;
}
.homepage__process-section__heading .wave-anim--left {
  left: 0;
}
.homepage__process-section__heading .wave-anim--right {
  right: 0;
}
@media (max-width: 768px) {
  .homepage__process-section__heading {
    justify-content: center;
  }
}
.homepage__process-section__heading h2 {
  color: #fff;
  text-align: center;
}
.homepage__process-section__icons {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  margin-top: 10rem;
}
.homepage__process-section__icons .icon-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.homepage__process-section__icons .icon-item__label h3 {
  font-family: "Causten-Light", sans-serif;
}
.homepage__process-section__icons .icon-item__icon {
  position: relative;
  width: auto;
  align-self: flex-start;
  margin-left: 27px;
  margin-bottom: 2rem;
}
.homepage__process-section__icons .icon-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 88px;
  height: 88px;
  border: 1px solid #fff;
}
.homepage__project-slider {
  padding: 2rem 0;
}
.homepage__project-slider .full-slider__nav {
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 0 6.5rem;
}
.homepage__project-slider .full-slider__nav .slick-arrow {
  position: relative;
  cursor: pointer;
  height: 32px;
}
.homepage__project-slider .full-slider__nav .slick-arrow::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.homepage__project-slider .full-slider__nav .slick-arrow svg path {
  transition: all 0.3s ease;
}
.homepage__project-slider .full-slider__nav .slick-arrow:hover svg path {
  stroke: #000;
  transition: all 0.3s ease;
}
.homepage__project-slider .full-slider__nav .slick-arrow:hover::after {
  background-color: #DFF43F;
  transition: all 0.3s ease;
}
.homepage__project-slider .project-item {
  position: relative;
  margin-left: 2rem;
  overflow: hidden;
  position: relative;
}
.homepage__project-slider .project-item .fancy-heading {
  padding: 6px 0 8px 0;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.homepage__project-slider .project-item .fancy-heading h3 {
  position: relative;
  z-index: 1;
}
.homepage__project-slider .project-item .fancy-heading::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 103%;
  background-color: #DFF43F;
  top: 0;
  left: -2rem;
  border-radius: 0 50px 50px 0;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.homepage__project-slider .project-item:hover .fancy-heading {
  color: #000;
  transition: all 0.7s ease;
}
.homepage__project-slider .project-item:hover .fancy-heading::after {
  transform: translateX(0);
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .homepage__project-slider .project-item:hover .fancy-heading {
    color: #fff;
  }
  .homepage__project-slider .project-item:hover .fancy-heading::after {
    display: none;
  }
}
.homepage__project-slider .project-item::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}
.homepage__project-slider .project-item__content {
  position: absolute;
  bottom: 2rem;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.homepage__project-slider .project-item__content__inner {
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}
.homepage__project-slider .project-item__image {
  width: 100%;
}
.homepage__project-slider .project-item__image img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  border-radius: 24px;
}
.homepage__project-slider .project-item__link {
  margin-top: 0.5rem;
}
.homepage__project-slider .project-item__link a {
  font-family: "Causten-Bold", sans-serif;
  transition: all 0.3s ease;
}
.homepage__project-slider .project-item:hover .project-item__link {
  color: #DFF43F;
  transition: all 0.7s ease;
}
.homepage__form-section {
  padding: 6.5rem 0;
  background-color: #000;
  border-radius: 24px 24px 0 0;
}
.homepage__form-section__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__form-section__heading .wave-anim {
  position: relative;
  height: auto;
  width: 25%;
  top: 0;
}
.homepage__form-section__heading .wave-anim svg {
  max-height: 80px;
}
.homepage__form-section__heading .wave-anim--left {
  left: 0;
}
.homepage__form-section__heading .wave-anim--right {
  right: 0;
}
@media (max-width: 768px) {
  .homepage__form-section__heading {
    justify-content: center;
  }
}
.homepage__form-section__heading h2 {
  color: #fff;
  text-align: center;
}
.homepage__form-section__form {
  margin-top: 4.5rem;
}
@media (max-width: 1475px) {
  .homepage__hero__content {
    padding-inline: 20px;
  }
  .homepage__project-slider .project-item {
    margin-left: 1.5rem;
  }
  .homepage__project-slider .project-item__image img {
    height: 355px;
  }
}
@media (max-width: 1260px) {
  .homepage__hero {
    min-height: 85vh;
  }
  .homepage__hero .video-container {
    padding-bottom: 85vh;
  }
  .homepage__hero .video-container iframe {
    width: 155%;
  }
  .homepage__hero__content {
    bottom: 5vh;
  }
  .homepage__hero__content h1 {
    font-size: clamp(45px, 55px, 5vw);
  }
  .homepage__hero__content__inner {
    max-width: 585px;
  }
  .homepage__industries .industry-item {
    height: 275px;
  }
}
@media (max-width: 1024px) {
  .homepage__hero {
    min-height: 80vh;
  }
  .homepage__hero .video-container {
    padding-bottom: 85vh;
  }
  .homepage__hero .video-container iframe {
    width: 155%;
  }
  .homepage__services {
    padding: 4.5rem 0;
  }
  .homepage__services__container {
    margin-top: 2.5rem;
    grid-gap: 1.5rem;
  }
  .homepage__services__container .service-item__content {
    padding: 0 1rem;
    row-gap: 0.25rem;
    bottom: 1.5rem;
  }
  .homepage__services__container .service-item__heading::after {
    width: 115%;
  }
  .homepage__industries {
    padding: 4.5rem 0;
  }
  .homepage__industries__container {
    margin-top: 2rem;
  }
  .homepage__project-slider .full-slider__nav {
    padding: 3.5rem 0;
  }
  .homepage__form-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 768px) {
  .homepage__hero .video-container iframe {
    width: 200%;
  }
  .homepage__hero .scroll-prompt {
    left: unset;
    right: 20px;
    transform: none;
  }
  .homepage__services__container {
    flex-wrap: wrap;
    display: flex;
  }
  .homepage__services__container .service-item {
    width: 100%;
  }
  .homepage__services__container .service-item__image::before {
    display: none;
  }
  .homepage__services__container .service-item__image img {
    max-height: 335px;
  }
  .homepage__services__container .service-item:hover .service-item__image::after {
    opacity: 1;
  }
  .homepage__industries .industry-item {
    width: 100%;
  }
  .homepage__list-section__container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    row-gap: 3.5rem;
    min-height: 75vh;
    margin-top: 3rem;
    padding: 2rem;
  }
  .homepage__list-section__container::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 32.69%, rgba(0, 0, 0, 0.9) 100%);
  }
  .homepage__list-section__list {
    width: 100%;
    text-align: center;
    row-gap: 1.5rem;
  }
  .homepage__list-section__list p {
    width: 100%;
  }
  .homepage__process-section {
    padding: 0 0 2rem 0;
  }
  .homepage__process-section::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.56) 0%, #000 100%);
  }
  .homepage__process-section__icons {
    flex-direction: column;
    row-gap: 3.5rem;
  }
  .homepage__process-section__icons .icon-item {
    max-width: 65%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
  .homepage__process-section__icons .icon-item__icon {
    align-self: center;
    margin-left: 0;
  }
  .homepage__project-slider .full-slider__nav .slick-arrow:hover svg path {
    stroke: #fff;
    transition: all 0.3s ease;
  }
  .homepage__project-slider .full-slider__nav .slick-arrow:hover::after {
    background-color: #000;
    transition: all 0.3s ease;
  }
  .homepage__project-slider .full-slider__nav .slick-arrow:active svg path {
    stroke: #000;
    transition: all 0.3s ease;
  }
  .homepage__project-slider .full-slider__nav .slick-arrow:active::after {
    background-color: #DFF43F;
    transition: all 0.3s ease;
  }
  .homepage__project-slider .project-item {
    margin-left: 1rem;
  }
  .homepage__project-slider .project-item__image img {
    height: 315px;
  }
  .homepage__form-section__heading {
    justify-content: center;
  }
  .homepage__form-section .gform_footer {
    justify-content: center;
  }
  .homepage__form-section .gform_footer .button {
    margin-top: 2rem;
  }
}
@media (max-width: 610px) {
  .homepage__hero .video-container iframe {
    width: 240%;
  }
  .homepage__list-section__container {
    min-height: 58vh;
  }
}
@media (max-width: 480px) {
  .homepage__hero {
    min-height: 82vh;
  }
  .homepage__hero .video-container {
    padding-bottom: 82vh;
  }
  .homepage__hero .video-container iframe {
    width: 325%;
  }
  .homepage__services {
    padding: 2rem 0;
  }
  .homepage__services__container {
    margin-top: 1.5rem;
  }
  .homepage__services__container .service-item__image img {
    height: 285px;
  }
  .homepage__industries {
    padding: 2.5rem 0 2rem;
  }
  .homepage__list-section {
    padding: 2rem 0;
  }
  .homepage__list-section__container {
    padding: 4rem 2rem 1.5rem;
    min-height: auto;
  }
  .homepage__list-section__list {
    align-items: center;
  }
  .homepage__process-section__heading {
    justify-content: center;
  }
  .homepage__process-section__heading h2 {
    text-align: center;
  }
  .homepage__process-section__icons {
    margin-top: 4rem;
    row-gap: 2.5rem;
  }
  .homepage__process-section__icons .icon-item {
    max-width: 85%;
  }
  .homepage__process-section__icons .icon-item__icon {
    margin-bottom: 1rem;
  }
  .homepage__process-section__icons .icon-item__icon::after {
    width: 75px;
    height: 75px;
  }
  .homepage__project-slider {
    padding: 2rem 0 0.5rem;
  }
  .homepage__project-slider .full-slider__nav {
    padding: 1.5rem 0.5rem;
  }
  .homepage__project-slider .project-item {
    margin-left: 0;
    padding-inline: 20px;
  }
  .homepage__project-slider .project-item__content {
    bottom: 1.5rem;
  }
  .homepage__project-slider .project-item__link {
    margin-top: 0;
  }
  .homepage__project-slider .project-item__image img {
    height: 265px;
  }
  .homepage__project-slider .project-item::after {
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
  .homepage__form-section {
    padding: 2rem 0 0.5rem;
  }
}

.blog-archive-page__list {
  padding: 6.5rem 0 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
.blog-archive-page__pagination {
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.blog-archive-page__pagination .page-numbers:not(.next, .prev) {
  font-size: 16px;
  font-weight: 600;
  color: #739BBE;
  padding: 0.5rem 0.75rem;
  border: 1px solid #739BBE;
  border-radius: 8px 0;
  transition: all 0.3s ease;
}
.blog-archive-page__pagination .page-numbers:not(.next, .prev).current {
  color: #DFF43F;
  background-color: #739BBE;
}
.blog-archive-page__pagination .next,
.blog-archive-page__pagination .prev {
  font-size: 16px;
  color: #739BBE;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-archive-page__list-item {
  display: flex;
  column-gap: 8.5rem;
  align-items: center;
  position: relative;
}
.blog-archive-page__list-item::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 8px;
  background-color: #739BBE;
  border-radius: 96px;
  right: 0;
  top: 4.5rem;
  z-index: -2;
}
.blog-archive-page__list-item .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 3.5rem;
}
.blog-archive-page__list-item .content__title h3 {
  font-size: 2.25rem;
  font-weight: 600;
}
.blog-archive-page__list-item .content__date {
  font-size: 16px;
  font-family: "Causten-Med", sans-serif;
}
.blog-archive-page__list-item .image {
  width: 50%;
  position: relative;
  z-index: 1;
}
.blog-archive-page__list-item .image img {
  width: 100%;
  border-radius: 24px;
  height: 405px;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .blog-archive-page__list-item::after {
    top: 3rem;
  }
}
@media (max-width: 1024px) {
  .blog-archive-page__list {
    padding: 3rem 0;
  }
  .blog-archive-page__list-item {
    column-gap: 3.5rem;
  }
  .blog-archive-page__list-item::after {
    display: none;
  }
  .blog-archive-page__list-item .image img {
    height: 395px;
  }
}
@media (max-width: 768px) {
  .blog-archive-page__hero {
    height: auto;
    padding: 13rem 0 1.5rem;
  }
  .blog-archive-page__list-item {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .blog-archive-page__list-item .content {
    width: 100%;
    padding: 0;
  }
  .blog-archive-page__list-item .image {
    width: 100%;
  }
  .blog-archive-page__list-item .image img {
    height: 365px;
  }
}
@media (max-width: 480px) {
  .blog-archive-page__hero {
    height: 50vh;
  }
  .blog-archive-page__list-item .image img {
    height: 265px;
  }
}

.project-detail__main-content {
  padding: 6.5rem 0;
}
.project-detail__main-content .site-container {
  position: relative;
}
.project-detail__main-content .soundbar {
  position: relative;
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: 100px;
}
.project-detail__main-content .soundbar::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/soundbar_group.svg");
  background-position: 0% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
  opacity: 0.6;
}
.project-detail__main-content__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.project-detail__main-content .main-content {
  width: 50%;
}
.project-detail__main-content .main-content__heading {
  margin-bottom: 1.5rem;
}
.project-detail__main-content .main-content__content {
  font-family: "Causten-Med", sans-serif;
}
.project-detail__main-content .stats {
  width: 28%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.project-detail__main-content .stats h3 {
  margin-bottom: 0.5rem;
}
.project-detail__main-content .stats ul {
  padding-left: 1rem;
}
.project-detail__main-content .stats ul li {
  margin-bottom: 0.5rem;
}
.project-detail__image-gallery {
  padding-bottom: 6.5rem;
}
.project-detail__image-gallery h3 {
  margin-bottom: 2rem;
}
.project-detail__image-gallery .image-gallery {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.project-detail__image-gallery .image-gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.project-detail__image-gallery .image-gallery--3 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.project-detail__image-gallery .image-gallery--3 .grid-item1 {
  grid-area: 1/1/3/2;
}
.project-detail__image-gallery .image-gallery--3 .grid-item2 {
  grid-area: 1/2/2/3;
}
.project-detail__image-gallery .image-gallery--3 .grid-item3 {
  grid-area: 2/2/3/3;
}
.project-detail__image-gallery .image-gallery--4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.project-detail__image-gallery .image-gallery--4 img {
  max-height: 480px;
}
.project-detail__image-gallery .image-gallery--4 .grid-item1 {
  grid-area: 1/1/2/2;
}
.project-detail__image-gallery .image-gallery--4 .grid-item2 {
  grid-area: 1/2/2/3;
}
.project-detail__image-gallery .image-gallery--4 .grid-item3 {
  grid-area: 2/1/3/2;
}
.project-detail__image-gallery .image-gallery--4 .grid-item4 {
  grid-area: 2/2/3/3;
}
.project-detail__image-gallery .image-gallery--5 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.project-detail__image-gallery .image-gallery--5 .grid-item1 {
  grid-area: 1/1/3/2;
}
.project-detail__image-gallery .image-gallery--5 .grid-item2 {
  grid-area: 1/2/2/3;
}
.project-detail__image-gallery .image-gallery--5 .grid-item3 {
  grid-area: 2/2/3/3;
}
.project-detail__image-gallery .image-gallery--5 .grid-item4 {
  grid-area: 3/1/4/2;
}
.project-detail__image-gallery .image-gallery--5 .grid-item5 {
  grid-area: 3/2/4/3;
}
.project-detail__image-gallery .image-gallery--6 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.project-detail__image-gallery .image-gallery--6 .grid-item1 {
  grid-area: 1/1/3/2;
}
.project-detail__image-gallery .image-gallery--6 .grid-item2 {
  grid-area: 1/2/2/3;
}
.project-detail__image-gallery .image-gallery--6 .grid-item3 {
  grid-area: 2/2/3/3;
}
.project-detail__image-gallery .image-gallery--6 .grid-item4 {
  grid-area: 3/1/4/2;
}
.project-detail__image-gallery .image-gallery--6 .grid-item5 {
  grid-area: 4/1/5/2;
}
.project-detail__image-gallery .image-gallery--6 .grid-item6 {
  grid-area: 3/2/5/3;
}
.project-detail__more-projects {
  padding-bottom: 6.5rem;
}
.project-detail__more-projects__heading {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
.project-detail__more-projects__heading::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/soundbar_group.svg");
  background-position: 0% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
  opacity: 0.6;
}
.project-detail__more-projects__subheading {
  text-align: center;
}
.project-detail__more-projects__subheading p {
  margin-bottom: 0;
}
.project-detail__more-projects__projects {
  display: flex;
  column-gap: 2rem;
  margin-top: 4.5rem;
}
.project-detail__more-projects__projects .project-item {
  position: relative;
  height: 585px;
  width: 50%;
  border-radius: 24px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  row-gap: 1rem;
  overflow: hidden;
  position: relative;
}
.project-detail__more-projects__projects .project-item .fancy-heading {
  padding: 6px 0 8px 0;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.project-detail__more-projects__projects .project-item .fancy-heading h3 {
  position: relative;
  z-index: 1;
}
.project-detail__more-projects__projects .project-item .fancy-heading::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 106%;
  background-color: #DFF43F;
  top: 0;
  left: -2rem;
  border-radius: 0 50px 50px 0;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.project-detail__more-projects__projects .project-item:hover .fancy-heading {
  color: #000;
  transition: all 0.7s ease;
}
.project-detail__more-projects__projects .project-item:hover .fancy-heading::after {
  transform: translateX(0);
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .project-detail__more-projects__projects .project-item:hover .fancy-heading {
    color: #fff;
  }
  .project-detail__more-projects__projects .project-item:hover .fancy-heading::after {
    display: none;
  }
}
.project-detail__more-projects__projects .project-item__link {
  font-family: "Causten-Bold", sans-serif;
}
.project-detail__more-projects__projects .project-item:hover {
  text-decoration: none;
}
.project-detail__more-projects__projects .project-item:hover .project-item__link {
  color: #DFF43F;
}
.project-detail__more-projects__projects .project-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%);
  z-index: 4;
  border-radius: 24px;
  z-index: -4;
}
.project-detail__more-projects__projects .project-item::before {
  content: "";
  position: absolute;
  background-image: var(--bg-img-url);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 24px;
}
.project-detail__cta {
  position: relative;
  padding: 3.5rem;
}
.project-detail__cta::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 30% at 50% 50%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}
.project-detail__cta__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.project-detail__cta__heading .wave-anim {
  position: relative;
  height: auto;
  width: 25%;
  top: 0;
}
.project-detail__cta__heading .wave-anim svg {
  max-height: 80px;
}
.project-detail__cta__heading .wave-anim--left {
  left: 0;
}
.project-detail__cta__heading .wave-anim--right {
  right: 0;
}
@media (max-width: 768px) {
  .project-detail__cta__heading {
    justify-content: center;
  }
}
.project-detail__cta__subheading {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.project-detail__cta::before {
  content: "";
  position: absolute;
  background-image: var(--bg-img-url);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 24px 24px 0 0;
}
.project-detail__cta__button {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .project-detail__main-content {
    padding: 4.5rem 0;
  }
  .project-detail__main-content .stats {
    width: 32.5%;
  }
  .project-detail__image-gallery {
    padding-bottom: 4.5rem;
  }
  .project-detail__more-projects {
    padding-bottom: 4.5rem;
  }
  .project-detail__more-projects__projects {
    margin-top: 3.5rem;
  }
  .project-detail__more-projects__projects .project-item {
    height: 365px;
  }
}
@media (max-width: 768px) {
  .project-detail__main-content {
    padding: 2.5rem 0 2rem;
  }
  .project-detail__main-content__container {
    flex-direction: column;
  }
  .project-detail__main-content .main-content {
    width: 100%;
  }
  .project-detail__main-content .stats {
    width: 100%;
    row-gap: 1rem;
  }
  .project-detail__image-gallery {
    padding-bottom: 2rem;
  }
  .project-detail__image-gallery .image-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .project-detail__more-projects {
    padding-bottom: 2rem;
  }
  .project-detail__more-projects__heading {
    margin-bottom: 0.5rem;
  }
  .project-detail__more-projects__subheading {
    max-width: 80%;
    margin: 0 auto;
  }
  .project-detail__more-projects__projects {
    margin-top: 2.5rem;
    flex-direction: column;
    row-gap: 1rem;
  }
  .project-detail__more-projects__projects .project-item {
    width: 100%;
    height: 275px;
    row-gap: 0;
  }
  .project-detail__cta__heading {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .project-detail__image-gallery {
    padding-bottom: 2rem;
  }
  .project-detail__image-gallery .image-gallery {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
  }
  .project-detail__more-projects__projects {
    margin-top: 1rem;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Causten-Light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  background-color: #F1F1F2;
}
body.screen-lock {
  height: auto;
  margin: 0;
  overflow: visible;
}
@media (max-width: 1024px) {
  body.screen-lock {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
}

.scroll-prompt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  z-index: 3;
}
.scroll-prompt .circle {
  animation: scroll 1.25s ease-in alternate infinite;
}
.scroll-prompt.hide {
  display: none;
}

.site-bg {
  position: relative;
  height: 100%;
}
.site-bg__image {
  position: fixed;
  z-index: -11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  opacity: 0.9;
}
.site-bg__image img {
  width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-bg__image {
    width: 70%;
    opacity: 0.5;
  }
  .wave-anim {
    display: none;
  }
}
@media (max-width: 480px) {
  .scroll-prompt {
    display: none;
  }
}