@charset "UTF-8";
/******************
// FONT IMPORTS
******************/
@import url("../fonts/fonts.css");
/******************
RESPONSIVE MIXINS
******************/
/******************
USEFUL MIXINS
******************/
/******************
VARIABLES
******************/
.text-white, .text-white * {
  color: #ffffff;
}
.bg-whitesmoke {
  background: #E9EBE6;
}
.bg-whitersmoke {
  background: #E9EBE6;
}
.bg-blue {
  background: #233AC0;
}
.bg-lightpurple {
  background: #949BEB;
}
.text-uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .m-text-center {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .d-text-right {
    text-align: right;
  }
}
@media only screen and (max-width: 991.98px) {
  .m-col-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991.98px) {
  .m-padding-t-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .m-padding-b-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .m-mb-4 {
    margin-bottom: 1.5rem;
  }
}
.wide-image, .wide-image img {
  width: 100%;
}
.all-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/******************
GLOBAL PRESETS
******************/
body, html {
  margin: 0;
  scroll-behavior: smooth;
  color: #000000;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Averta", sans-serif;
  background: #ffffff !important;
}
/** Animation Keyframes **/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  html {
    scroll-padding-top: 180px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video {
  max-width: 100%;
  height: auto;
}
body * {
  color: #000000;
  font-family: "Averta", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  body * [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: none;
  }
}
body * p, body * ul, body * input {
  font-family: "Averta", sans-serif;
}
@media only screen and (max-width: 1199px) {
  body * p br:not(.mobile-only):not(.global), body * ul br:not(.mobile-only):not(.global), body * input br:not(.mobile-only):not(.global) {
    display: none;
  }
}
body * h1, body * .h1, body * h2 {
  text-transform: uppercase;
}
body * h1, body * .h1, body * h2, body * h3, body * h4, body * h5, body * h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
body * h3, body * h4 {
  font-weight: 600;
}
body * h5, body * h6 {
  font-weight: 700;
}
body * h2, body * .h2 {
  font-size: 30px;
}
@media only screen and (max-width: 575.98px) {
  body * h2, body * .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body * h2, body * .h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  body * h2, body * .h2 {
    font-size: 35px;
  }
}
body * section {
  z-index: 1;
}
body * section, body * section * {
  position: relative;
}
body *:focus {
  box-shadow: none;
  outline: none;
}
body * a:focus, body * button:focus {
  box-shadow: none !important;
}
body * button {
  border: none;
}
body * a {
  text-decoration: none;
  color: unset;
}
body * b, body * strong {
  font-weight: 700;
}
body * p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
body * p, body * a {
  font-family: "Averta", sans-serif;
}
body * p b, body * p strong, body * a b, body * a strong {
  font-family: "Averta", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 575.98px) {
  body * .container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 576px) {
  body * .container {
    padding: 0 0.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  body * .container {
    max-width: 1480px;
  }
}
@media only screen and (max-width: 991.98px) {
  .padding-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-y {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .padding-t {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-t {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-t {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .padding-b {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-b {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-b {
    padding-bottom: 5rem;
  }
}
.wrapper {
  padding: 0;
}
.fixed {
  position: fixed;
}
.invert {
  filter: invert(1);
}
.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.bg-contain {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grecaptcha-badge {
  visibility: hidden;
}
.termsfeed-com---nb.termsfeed-com---nb-headline {
  position: fixed;
  background: #ffffff !important;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15);
  width: 100vw;
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-title, .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-reject {
  display: none;
}
.termsfeed-com---nb.termsfeed-com---nb-headline * {
  font-family: "Averta", sans-serif;
}
.termsfeed-com---nb.termsfeed-com---nb-headline *:focus {
  box-shadow: none !important;
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container {
  padding: 1.25rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container {
    flex-direction: column;
  }
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-text-container .cc-nb-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-text-container .cc-nb-text {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-text-container {
    padding-right: 2rem;
  }
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container {
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
  }
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button {
  font-size: 14px;
  border-radius: 0;
  padding: 1rem;
  border: 1px solid #000000;
  border-radius: 0.5rem;
  min-width: 150px;
}
@media only screen and (max-width: 379px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button {
    font-size: 13px;
    min-width: 100px;
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button {
    margin: auto !important;
  }
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button.cc-nb-okagree {
  background: #000000;
  opacity: 0.9;
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button.cc-nb-changep {
  background: #ffffff;
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button:hover {
  color: #ffffff;
  background: #233AC0;
  border-color: #233AC0;
  opacity: 1;
}
.termsfeed-com---nb.termsfeed-com---nb-headline .cc-nb-main-container .cc-nb-buttons-container button:focus {
  outline: none;
  box-shadow: none;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .termsfeed-com---pc-dialog {
  display: flex !important;
  align-items: center;
  min-height: 100%;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .termsfeed-com---pc-dialog .cc-pc-container .cc-cp-body {
  min-height: 320px;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .termsfeed-com---pc-dialog .cc-pc-container .cc-cp-body .cc-cp-body-content-entry a {
  color: #000000;
  text-decoration: none;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .termsfeed-com---pc-dialog .cc-pc-container .cc-cp-body .cc-cp-body-content-entry a:hover {
  color: #FF9100;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-body-tabs-item:nth-child(3), .termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-body-tabs-item:nth-child(5) {
  display: none;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-body-tabs-item-link {
  text-decoration: none !important;
  padding: 0 10px;
  line-height: 40px;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-body-tabs-item-link:focus {
  box-shadow: none;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-pc-head {
  padding: 0.75rem 1rem;
  flex-direction: row;
  height: 60px;
  align-items: center;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-pc-head .cc-pc-head-title, .termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-pc-head .cc-pc-head-lang, .termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-pc-head .cc-pc-head-close {
  padding: 0;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-pc-head .cc-pc-head-lang .cc-pc-head-lang-select {
  display: none;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-foot .cc-cp-foot-byline {
  visibility: hidden;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-foot .cc-cp-foot-button {
  margin-right: 1rem;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-foot .cc-cp-foot-button .cc-cp-foot-save {
  background: #000000;
  text-transform: uppercase;
  font-size: 13px;
  margin: auto !important;
  margin-left: 10px !important;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  border: 1px solid #000000;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.termsfeed-com---pc-overlay.termsfeed-com---palette-light .cc-cp-foot .cc-cp-foot-button .cc-cp-foot-save:hover {
  background: #FF9100;
  border-color: #FF9100;
}
@media only screen and (max-width: 575.98px) {
  .hide-xs {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .show-xs {
    display: none;
  }
}
#main-nav {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  padding: 0;
  height: 60px;
  position: fixed;
  background: #000000;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  #main-nav {
    height: 90px;
  }
}
#main-nav .navbar-nav {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav {
    row-gap: 0.25rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-nav .navbar-nav {
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav .navbar-nav {
    column-gap: 5rem;
  }
}
#main-nav .navbar-nav > li.menu-item {
  position: relative;
  padding: 0.25rem 0;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav > li.menu-item {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .navbar-nav > li.menu-item {
    padding: 0.5rem 0;
  }
}
#main-nav .navbar-nav > li.menu-item a.nav-link {
  color: #ffffff;
  font-family: "Averta", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav > li.menu-item a.nav-link {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
#main-nav .navbar-nav > li.menu-item a.nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#main-nav .navbar-nav > li.menu-item a.nav-link:hover:after, #main-nav .navbar-nav > li.menu-item a.nav-link[aria-current="page"]:after {
  transform: scaleX(100%);
}
@media only screen and (min-width: 992px) {
  #main-nav .navbar-nav > li.menu-item:not(:hover) ul.dropdown-menu {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0.5s;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav > li.menu-item.menu-item-has-children {
    cursor: pointer;
  }
  #main-nav .navbar-nav > li.menu-item.menu-item-has-children:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3px;
    top: 3px;
    transform: rotate(90deg);
    filter: brightness(5);
    opacity: 0.75;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../assets/arrow-right-icon.svg");
    background-size: 9px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
}
#main-nav .navbar-nav > li.menu-item.menu-item-has-children.dropdown-open:after {
  transform: rotate(-90deg);
}
#main-nav .navbar-nav > li.menu-item ul.dropdown-menu {
  border: none;
  border-radius: 0;
  min-width: unset;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav > li.menu-item ul.dropdown-menu {
    background: transparent;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .navbar-nav > li.menu-item ul.dropdown-menu {
    background: rgba(20, 20, 20, 0.7);
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .navbar-nav > li.menu-item ul.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
#main-nav .navbar-nav > li.menu-item ul.dropdown-menu li.nav-item a.dropdown-item {
  background: transparent !important;
  color: #ffffff;
  font-family: "Averta", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0.25rem 0.75rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-nav > li.menu-item ul.dropdown-menu li.nav-item a.dropdown-item {
    font-size: 15px;
    width: auto;
    display: inline-block;
  }
}
#main-nav .navbar-nav > li.menu-item ul.dropdown-menu li.nav-item a.dropdown-item[aria-current="page"] {
  font-weight: 700;
}
#main-nav .navbar-toggler {
  border: none;
  padding: 0;
}
#main-nav .navbar-brand {
  margin: 0;
}
#main-nav .navbar-brand img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-brand img {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .navbar-brand img {
    width: 90px;
    height: 90px;
  }
}
#main-nav .menu-row {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  #main-nav .menu-row {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .menu-row .navbar-brand {
    position: absolute;
    left: calc(50% - 45px);
    top: 40px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .menu-row .navbar-toggler {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .menu-row .menus-wrap {
    justify-content: space-between;
    gap: 180px;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav .menu-row .menus-wrap > *, #main-nav .menu-row .menus-wrap > * > * {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav .navbar-toggler, #main-nav .navbar-brand {
    position: relative;
    z-index: 3;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav #navbarNavDropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 90px 2.5rem 1rem 2.5rem;
    background: #000000;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
}
@media only screen and (max-width: 575.98px) {
  #main-nav #navbarNavDropdown {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #main-nav #navbarNavDropdown {
    padding-left: calc(((100vw - 540px) / 2) + .75rem);
    padding-right: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-nav #navbarNavDropdown {
    padding-left: calc(((100vw - 720px) / 2) + .75rem);
    padding-right: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav #navbarNavDropdown:not(.show) {
    transform: translateY(-300px);
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav #navbarNavDropdown:not(.show) .navbar-nav {
    opacity: 0;
  }
}
#main-nav:not(.scrolled) {
  background: transparent;
  height: 100px;
}
@media only screen and (min-width: 992px) {
  #main-nav:not(.scrolled) {
    height: 180px;
  }
}
#main-nav.scrolled {
  filter: invert(1);
}
@media only screen and (min-width: 992px) {
  #main-nav.scrolled .menu-row .navbar-brand {
    top: 9px;
    left: calc(50% - 30px);
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav.scrolled .menu-row .navbar-brand img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav.scrolled .menu-row .navbar-brand img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-nav.scrolled #navbarNavDropdown {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav.scrolled .container, #main-nav.scrolled .menu-row, #main-nav.scrolled .menus-wrap, #main-nav.scrolled .navbar-nav {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #main-nav.scrolled ul.navbar-nav > li.menu-item {
    display: inline-flex;
    align-items: center;
  }
}
#main-nav.slide-up {
  transform: translateY(-60px);
}
@media only screen and (min-width: 992px) {
  #main-nav.slide-up {
    transform: translateY(-90px);
  }
}
#main-nav {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#footer-outer {
  position: relative;
  background: #ffffff;
}
#footer-outer .footer-top, #footer-outer .footer-bottom, #footer-outer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
}
#footer-outer .footer-top, #footer-outer .footer-bottom {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .footer-top, #footer-outer .footer-bottom {
    padding: 2rem 0;
  }
}
#footer-outer .copyright {
  padding: 1rem 0;
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .copyright * {
    font-size: 15px;
  }
}
#footer-outer .footer-top, #footer-outer .footer-bottom, #footer-outer .copyright, #footer-outer .social-links, #footer-outer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
#footer-outer .footer-top {
  column-gap: 2rem;
  row-gap: 1.5rem;
}
#footer-outer .social-links a, #footer-outer .footer-menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
#footer-outer .social-links a:hover, #footer-outer .footer-menu > li > a:hover {
  color: #949BEB;
}
#footer-outer .social-links {
  row-gap: 1.5rem;
  column-gap: 2rem;
}
@media only screen and (min-width: 768px) {
  #footer-outer .social-links {
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer-outer .social-links a {
    font-size: 1px;
    color: transparent;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #footer-outer .social-links a[href*="instagram"] {
    background-image: url("/wp-content/uploads/2023/10/instagram-icon.svg");
  }
  #footer-outer .social-links a[href*="linkedin"] {
    background-image: url("/wp-content/uploads/2023/10/linkedin-icon.svg");
  }
  #footer-outer .social-links a[href*="creativebrief"] {
    width: 28px;
    height: 28px;
    background-image: url("/wp-content/uploads/2023/10/creativebrief-icon.png");
  }
}
#footer-outer #footer-menu, #footer-outer .menu-footer-menu-container, #footer-outer .footer-menu {
  width: 100%;
}
#footer-outer .footer-menu, #footer-outer .sub-menu {
  list-style: none;
  padding: 0;
}
#footer-outer .footer-menu {
  align-items: flex-start;
  row-gap: 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .footer-menu {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  #footer-outer .footer-menu {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .footer-menu .menu-item {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #footer-outer .footer-menu .menu-item {
    flex-basis: calc(33.3% - 1.5rem);
  }
}
#footer-outer .footer-menu .menu-item a {
  display: block;
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .footer-menu .menu-item a {
    margin-bottom: 0.5rem;
  }
}
#footer-outer .footer-menu .menu-item .sub-menu {
  margin-top: 1rem;
}
@media only screen and (max-width: 575.98px) {
  #footer-outer .footer-menu .menu-item .sub-menu {
    display: none;
  }
}
#footer-outer .footer-menu .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.header-offset {
  margin-top: 100px;
  min-height: 50vh;
}
@media only screen and (min-width: 992px) {
  .header-offset {
    margin-top: 200px;
  }
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.home-banner {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .home-banner {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}
.home-banner .banner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .home-banner .banner-wrap {
    position: absolute;
  }
}
.home-banner .banner-wrap .banner-caption {
  max-width: 1200px;
  margin: 0 auto;
}
.home-banner .banner-wrap .banner-caption .container {
  height: 100%;
}
.home-banner .banner-wrap .banner-caption * {
  color: #ffffff;
}
.home-banner .banner-wrap .banner-caption h1, .home-banner .banner-wrap .banner-caption .h1 {
  letter-spacing: 3px;
  font-size: 40px;
}
.home-banner .banner-wrap .banner-caption h1 *, .home-banner .banner-wrap .banner-caption .h1 * {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .home-banner .banner-wrap .banner-caption h1, .home-banner .banner-wrap .banner-caption .h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner .banner-wrap .banner-caption h1, .home-banner .banner-wrap .banner-caption .h1 {
    font-size: 80px;
  }
}
.home-banner .banner-wrap .banner-caption h1 .text-reveal, .home-banner .banner-wrap .banner-caption .h1 .text-reveal {
  transition: all 0.2s ease;
  opacity: 1;
  position: relative;
  display: block;
}
.home-banner .banner-wrap .banner-caption h1 .text-reveal#reveal-last, .home-banner .banner-wrap .banner-caption .h1 .text-reveal#reveal-last {
  opacity: 0;
  top: -6rem;
}
.transparent-video {
  position: relative;
  top: -50vh;
  margin-top: 100vh;
}
@media only screen and (max-width: 767px) {
  .transparent-video {
    width: 200vw;
    left: -50vw;
  }
}
@media only screen and (min-width: 992px) {
  .transparent-video {
    margin-top: 60vh;
    top: -26vh;
  }
}
@keyframes fadeUpAndOut {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.ctc-video {
  margin-bottom: 2rem;
}
.ctc-video video {
  border-radius: 20px;
}
#scrolling-text {
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  #scrolling-text {
    min-height: 80vh;
  }
}
#scrolling-text .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  gap: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #scrolling-text .content-wrap {
    gap: 7rem;
  }
}
#scrolling-text .scrolling-text-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
}
#scrolling-text .scrolling-text-wrap .scrolling-text {
  line-height: 1.3;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #scrolling-text .scrolling-text-wrap .scrolling-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #scrolling-text .scrolling-text-wrap .scrolling-text {
    font-size: 50px;
  }
}
.services-navigation {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1199px) {
  .services-navigation {
    justify-content: center;
  }
}
.services-navigation .service-block .title, .services-navigation a {
  color: #949BEB;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.services-navigation.landing {
  column-gap: unset;
  row-gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .services-navigation.landing {
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .services-navigation.landing {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-navigation .service-block {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .services-navigation .service-block {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 992px) {
  .services-navigation .service-block {
    flex-basis: calc(33.3% - 1rem);
  }
}
@media only screen and (min-width: 1400px) {
  .services-navigation .service-block {
    flex-basis: calc(16% - .25rem);
  }
}
.services-navigation .service-block .title {
  text-align: center;
  font-size: 15px;
}
.services-navigation .service-block .image-wrap {
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1400px) {
  .services-navigation .service-block .image-wrap {
    margin-top: 3rem;
  }
}
.services-navigation .service-block .image-wrap .bg-cover {
  width: 100%;
  height: 100%;
  transition: transform 5s ease;
  transform-origin: 50% 50%;
}
.services-navigation .service-block .image-wrap .bg-cover:hover {
  transform: scale(1.1);
}
.logo-slider {
  padding-bottom: 3rem;
}
.logo-slider .logo {
  filter: invert(1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider .logo {
    padding: 0 4rem;
  }
}
.logo-slider .logo img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  max-height: 45px;
}
.logo-slider .logo img {
  opacity: 0.3;
}
.service-rows .service-row {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .service-rows .service-row {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .service-rows .service-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service-rows .service-row:nth-child(even) * {
    text-align: right;
  }
  .service-rows .service-row:nth-child(even) ul {
    justify-content: flex-end;
  }
}
.service-rows .service-row .image-wrap, .service-rows .service-row .text-wrap {
  width: 100%;
  height: 100%;
}
.service-rows .service-row .image-wrap {
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .image-wrap {
    min-height: 90vw;
  }
}
.service-rows .service-row .text-wrap {
  padding: 1.5rem 0;
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .text-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .service-rows .service-row .text-wrap {
    padding: 3rem;
  }
}
.service-rows .service-row .text-wrap h2 {
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .text-wrap h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-rows .service-row .text-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-rows .service-row .text-wrap h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-rows .service-row .text-wrap h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .text-wrap h2 br {
    display: none;
  }
}
.service-rows .service-row .text-wrap ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .text-wrap ul {
    justify-content: center;
  }
}
.service-rows .service-row .text-wrap ul li {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 991.98px) {
  .service-rows .service-row .text-wrap ul li {
    font-size: 10px;
  }
}
.service-rows .service-row .text-wrap ul li:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.2;
}
@media only screen and (min-width: 1200px) {
  .service-rows .service-row .text-wrap p {
    font-size: 22px;
  }
}
.service-rows .service-row.colors-lightpurple .text-wrap h2 {
  color: #949BEB;
}
.service-rows .service-row.colors-lightpurple .text-wrap ul li:after {
  background: #949BEB;
}
.service-rows .service-row.colors-orange .text-wrap h2 {
  color: #FF9100;
}
.service-rows .service-row.colors-orange .text-wrap ul li:after {
  background: #FF9100;
}
.service-rows .service-row.colors-pink .text-wrap h2 {
  color: #FF4A94;
}
.service-rows .service-row.colors-pink .text-wrap ul li:after {
  background: #FF4A94;
}
.service-rows .service-row.colors-darkpurple .text-wrap h2 {
  color: #7D48E0;
}
.service-rows .service-row.colors-darkpurple .text-wrap ul li:after {
  background: #7D48E0;
}
.service-rows .service-row.colors-darkblue .text-wrap h2 {
  color: #030D74;
}
.service-rows .service-row.colors-darkblue .text-wrap ul li:after {
  background: #030D74;
}
.service-rows .service-row.colors-green .text-wrap h2 {
  color: #00C6A0;
}
.service-rows .service-row.colors-green .text-wrap ul li:after {
  background: #00C6A0;
}
.cta-btn, .wpcf7 input[type="submit"], .loadMoreBtn-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #949BEB;
  color: #ffffff !important;
  padding: 0.6rem 1rem;
  min-width: 150px;
  font-size: 16px;
  text-align: center !important;
  letter-spacing: 1.5px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0.75rem;
  border-radius: 5px;
  border: none;
  width: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .cta-btn, .wpcf7 input[type="submit"], .loadMoreBtn-label {
    font-size: 15px;
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cta-btn, .wpcf7 input[type="submit"], .loadMoreBtn-label {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-btn, .wpcf7 input[type="submit"], .loadMoreBtn-label {
    font-size: 15px;
  }
}
.cta-btn:hover, .wpcf7 input[type="submit"]:hover, .loadMoreBtn-label:hover {
  transform: translateY(-2px);
}
.cta-btn.btn-lightpurple, .wpcf7 input[type="submit"].btn-lightpurple, .loadMoreBtn-label.btn-lightpurple {
  background: #949BEB !important;
}
.cta-btn.btn-orange, .wpcf7 input[type="submit"].btn-orange, .loadMoreBtn-label.btn-orange {
  background: #FF9100 !important;
}
.cta-btn.btn-pink, .wpcf7 input[type="submit"].btn-pink, .loadMoreBtn-label.btn-pink {
  background: #FF4A94 !important;
}
.cta-btn.btn-darkpurple, .wpcf7 input[type="submit"].btn-darkpurple, .loadMoreBtn-label.btn-darkpurple {
  background: #7D48E0 !important;
}
.cta-btn.btn-darkblue, .wpcf7 input[type="submit"].btn-darkblue, .loadMoreBtn-label.btn-darkblue {
  background: #030D74 !important;
}
.cta-btn.btn-green, .wpcf7 input[type="submit"].btn-green, .loadMoreBtn-label.btn-green {
  background: #00C6A0 !important;
}
.cta-btn.btn-white, .wpcf7 input[type="submit"].btn-white, .loadMoreBtn-label.btn-white {
  background: #ffffff !important;
  color: #7D48E0 !important;
}
.loadMoreBtn {
  margin: 0 auto;
}
section {
  overflow: visible;
  background: #ffffff;
}
.section-heading {
  text-align: center;
  padding-bottom: 2rem;
}
.section-heading h2 {
  border-radius: 40px;
  border: 1px solid #000000;
  padding: 0.5rem 1rem;
  font-size: 14px;
  letter-spacing: 0px;
  font-family: "Averta", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
@media only screen and (max-width: 575.98px) {
  .section-heading h2 {
    font-size: 12px;
    min-width: 140px;
  }
}
.section-heading p {
  margin-top: 1rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section-heading p {
    font-size: 20px;
  }
}
.section-heading .cta-btn {
  min-width: 190px;
}
.people-slider {
  padding-top: 1.5rem;
  padding-bottom: 1px;
}
.people-slider .people-image {
  text-align: center;
  padding: 0 0.75rem;
}
@media only screen and (max-width: 767px) {
  .people-slider .people-image {
    padding: 0 0.5rem;
  }
}
.people-slider .people-image img {
  border-radius: 20px;
  width: 100%;
}
.people-slider.slick-slider .slick-dots {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .people-slider.slick-slider .slick-dots {
    display: none;
  }
}
.contact-block {
  padding: 2rem;
}
@media only screen and (min-width: 576px) {
  .contact-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2023/09/contact-background.jpg");
    border-radius: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-block {
    padding: 3rem 0;
    margin-bottom: -3.25rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-block:before {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    left: -1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2023/09/contact-background.jpg");
  }
}
@media only screen and (min-width: 992px) {
  .contact-block {
    padding: 3.5rem;
  }
}
.contact-block .contact-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .contact-block .contact-text-wrap {
    gap: 3rem;
  }
}
.contact-block .contact-text-wrap .text-bubbles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-block .contact-text-wrap .text-bubbles .text-bubble {
  border-radius: 25px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-right: 3rem;
  background: #ffffff;
  color: #949BEB;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-block .contact-text-wrap .text-bubbles .text-bubble br {
    display: none;
  }
}
.contact-block .contact-text-wrap .text-bubbles .text-bubble:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: rotate(45deg);
  bottom: -5px;
  left: 1.5rem;
}
.contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-larger, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-large, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-medium {
  font-weight: 700;
}
.contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-larger, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-large {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-larger, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-large {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-larger, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-large {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-medium, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-medium, .contact-block .contact-text-wrap .text-bubbles .text-bubble.bubble-small {
    font-size: 22px;
  }
}
.contact-block .contact-info.mobile-only {
  padding-top: 1.5rem;
}
.contact-block .contact-info * {
  color: #ffffff;
}
.contact-block .contact-info h3 {
  font-size: 24px;
  text-transform: none;
}
.wpcf7, .wpcf7 .wpcf7-form {
  max-width: unset;
}
@media only screen and (min-width: 992px) {
  .wpcf7-form, form {
    top: -1rem;
  }
}
.wpcf7-form p, form p {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-size: 16px;
}
.wpcf7-form p b, .wpcf7-form p strong, form p b, form p strong {
  color: #ffffff;
}
.wpcf7-form p input.wpcf7-form-control.wpcf7-submit, form p input.wpcf7-form-control.wpcf7-submit {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .wpcf7-form p input.wpcf7-form-control.wpcf7-submit, form p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .wpcf7-form p input.wpcf7-form-control.wpcf7-submit, form p input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
  }
}
.wpcf7-form br, form br {
  display: none;
}
.wpcf7-form label, form label {
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.wpcf7-form label span, form label span {
  color: #ffffff;
  opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control-wrap input:not([type="submit"]), .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea, .wpcf7-form .input-group input:not([type="submit"]), .wpcf7-form .input-group select, .wpcf7-form .input-group textarea, form .wpcf7-form-control-wrap input:not([type="submit"]), form .wpcf7-form-control-wrap select, form .wpcf7-form-control-wrap textarea, form .input-group input:not([type="submit"]), form .input-group select, form .input-group textarea {
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #7D48E0;
  font-weight: 700;
  border-radius: 9px;
  box-shadow: none;
  padding: 0.75rem 1rem;
  font-size: 16px;
  letter-spacing: 1px;
}
.wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .input-group select, form .wpcf7-form-control-wrap select, form .input-group select {
  background: url("../assets/arrow-down-icon.svg") no-repeat calc(100% - 1rem) 50%;
  background-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  padding-right: 3rem;
}
.wpcf7-form .wpcf7-form-control-wrap textarea, .wpcf7-form .input-group textarea, form .wpcf7-form-control-wrap textarea, form .input-group textarea {
  height: 150px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit, .wpcf7-form button[type="submit"], form input.wpcf7-form-control.wpcf7-submit, form button[type="submit"] {
  box-shadow: none !important;
  color: #949BEB !important;
  background: #ffffff !important;
}
@media only screen and (min-width: 992px) {
  .wpcf7-form input.wpcf7-form-control.wpcf7-submit, .wpcf7-form button[type="submit"], form input.wpcf7-form-control.wpcf7-submit, form button[type="submit"] {
    float: left;
  }
}
@media only screen and (max-width: 991.98px) {
  .wpcf7-form .wpcf7-spinner, form .wpcf7-spinner {
    position: absolute;
    left: 150px;
    bottom: 10px;
  }
}
.wpcf7-form .wpcf7-response-output, form .wpcf7-response-output {
  margin: 0;
  color: #ffffff;
  margin-left: 0 !important;
}
@media only screen and (min-width: 992px) {
  .wpcf7-form .wpcf7-response-output, form .wpcf7-response-output {
    margin-top: 3rem !important;
  }
}
.wpcf7-form.invalid .wpcf7-response-output, form.invalid .wpcf7-response-output {
  background: #FF9100;
  border-color: #FF9100 !important;
}
.wpcf7-form.sent .wpcf7-response-output, form.sent .wpcf7-response-output {
  background: #00C6A0;
  border-color: #00C6A0 !important;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: 5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: 2;
  background: transparent;
  border: 2px solid #ffffff;
}
.slick-slider .slick-arrow [class^="ri-"] {
  font-size: 30px;
}
.slick-slider .slick-arrow [class^="ri-"].ri-arrow-left-s-line {
  left: -2px;
}
.slick-slider .slick-arrow * {
  color: #ffffff;
}
.slick-slider .slick-arrow.slick-prev {
  left: 1rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 960px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 1140px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1400px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 1320px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1600px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(((100vw - 1480px) / 2) + .75rem);
  }
}
.slick-slider .slick-arrow.slick-next {
  right: 1rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 960px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 1140px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1400px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 1320px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1600px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(((100vw - 1480px) / 2) + .75rem);
  }
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
  padding-top: 1.5rem;
  gap: 1rem;
}
.slick-slider .slick-dots li {
  color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-dots li button {
  display: none;
}
.slick-slider .slick-dots li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #949BEB;
}
.slick-slider .slick-dots li.slick-active:after {
  background: #949BEB;
}
.projects-slider {
  padding: 0;
}
.projects-slider .slick-list {
  padding: 0 !important;
}
.projects-slider .project-slide {
  min-height: 560px !important;
  height: 90vh !important;
}
@media only screen and (min-width: 992px) {
  .projects-slider .project-slide {
    min-height: 720px !important;
    height: 100vh !important;
  }
}
.projects-slider .slide-wrap {
  width: 100%;
  height: 100%;
}
.projects-slider .loop-video, .projects-slider .bg-cover, .projects-slider .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-slider video {
  min-width: 100vw;
  width: auto;
  min-height: 100%;
  max-height: 120%;
  max-width: unset;
}
.projects-slider .bg-overlay {
  background: #000000;
  opacity: 0.2;
}
.projects-slider .container, .projects-slider .project-caption {
  height: 100%;
}
.projects-slider .project-caption {
  padding: 7rem 0;
}
@media only screen and (min-width: 768px) {
  .projects-slider .project-caption {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-slider .project-caption * {
    text-align: center;
  }
}
.projects-slider .project-caption .client-logo {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .projects-slider .project-caption .client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.projects-slider .project-caption p {
  line-height: 1.4;
  margin-bottom: 2rem;
}
.projects-slider .client-wrap {
  bottom: calc(5rem + 60px);
}
@media only screen and (min-width: 768px) {
  .projects-slider .client-wrap {
    display: none;
  }
}
.projects-slider .client-wrap .client {
  border: 2px solid #ffffff;
  border-radius: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
}
.projects-slider + .indicators-text {
  display: none;
}
.projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
  position: absolute;
  margin: 0;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  left: 1rem;
  right: 1rem;
  padding: 0 4rem;
  bottom: 4.5rem;
  display: flex !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 960px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 1140px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1400px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 1320px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1600px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    left: calc(((100vw - 1480px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 960px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 1140px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1400px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 1320px) / 2) + .75rem);
  }
}
@media only screen and (min-width: 1600px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    right: calc(((100vw - 1480px) / 2) + .75rem);
  }
}
@media only screen and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    bottom: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    bottom: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots {
    bottom: 4.25rem;
  }
}
.projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
    flex-basis: 20%;
    border-radius: 20px;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid transparent;
  }
}
@media only screen and (min-width: 992px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
    font-size: 18px;
    padding: 0.75rem 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li {
    border-radius: 50%;
  }
}
.projects-slider + .indicators-text + .slider-indicators ul.slick-dots li.slick-active {
  border-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .projects-slider + .indicators-text + .slider-indicators ul.slick-dots li.slick-active {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .projects-slider .slick-arrow {
    display: none !important;
  }
}
.single-projects .project-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  column-gap: 3rem;
  row-gap: 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.single-projects .project-header * {
  text-transform: uppercase;
}
.single-projects .project-header .project-client {
  font-size: 18px;
}
.single-projects .project-header a {
  text-decoration: underline;
  font-weight: 700;
}
.single-projects h1 {
  text-transform: none;
  font-family: "Averta", sans-serif;
  font-weight: 400;
}
.single-projects .project-services {
  padding-top: 1.5rem;
}
.single-projects .project-services ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .single-projects .project-services ul {
    max-width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .single-projects .project-services ul {
    gap: 0.5rem;
  }
}
.single-projects .project-services ul li {
  color: #ffffff;
  background: #949BEB;
  border-radius: 40px;
  font-size: 12px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .single-projects .project-services ul li {
    font-size: 10px;
    padding: 0.5rem;
  }
}
.single-projects section {
  padding: 3rem 0;
}
.single-projects section#intro .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .single-projects section#intro .text-wrap {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .single-projects section#intro .text-wrap h1 br {
    display: none;
  }
}
.single-projects section#intro .client-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-projects section#intro .client-logo img {
  border-radius: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .single-projects section#impact {
    margin-top: -1.5rem;
  }
}
.single-projects section img, .single-projects section video {
  border-radius: 20px;
  width: 100%;
}
.single-projects section video {
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .single-projects section .col {
    min-width: 100%;
  }
}
.single-projects section .section-heading:not(.text-center) {
  text-align: left;
}
.single-projects section .section-heading:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  border-top: 1px solid #000000;
}
.single-projects section .section-heading h2 {
  padding: 0.5rem 1.5rem;
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  .single-projects section .text-row .col:first-child, .single-projects section .text-row .col-lg-6:first-child, .single-projects section .content-row .col:first-child, .single-projects section .content-row .col-lg-6:first-child {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-projects section .text-row .col:nth-child(2), .single-projects section .text-row .col-lg-6:nth-child(2), .single-projects section .content-row .col:nth-child(2), .single-projects section .content-row .col-lg-6:nth-child(2) {
    padding-left: 1.5rem;
  }
}
.single-projects section .video-container, .single-projects section .visuals-row, .single-projects section .image-gallery {
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .single-projects section .video-container, .single-projects section .visuals-row, .single-projects section .image-gallery {
    padding-top: 4rem;
  }
}
.single-projects section .iframe-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .single-projects section .iframe-video-wrapper {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
.single-projects section .visuals-row {
  padding-bottom: 3rem;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .single-projects section .visuals-row {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.single-projects section .visuals-row .visual-column {
  flex-basis: calc(33.3% - 1.5rem);
  flex-grow: 1;
}
.single-projects section .impact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .single-projects section .impact-row {
    flex-direction: column;
    row-gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.single-projects section .impact-row .impact-col {
  flex-basis: calc(25% - 3rem);
}
.single-projects section .impact-row .impact-col p {
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .single-projects section .impact-row .impact-col p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.single-projects section .impact-row .impact-col p b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-projects section .impact-row .impact-col p b {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .single-projects section .impact-row .impact-col p b {
    font-size: 80px;
  }
}
.single-projects section .image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .single-projects section .image-gallery {
    gap: 1rem;
  }
}
.single-projects section .image-gallery .gallery-image {
  flex-basis: calc(33.3% - 1.5rem);
}
@media only screen and (max-width: 767px) {
  .single-projects section .image-gallery .gallery-image {
    flex-basis: calc(33.3% - 1rem);
  }
}
.single-projects section .image-gallery .gallery-image.wide {
  flex-basis: calc(50% - 1.5rem);
}
@media only screen and (max-width: 767px) {
  .single-projects section .image-gallery .gallery-image.wide {
    flex-basis: calc(50% - 1rem);
  }
}
.single-projects section .image-gallery .gallery-image img {
  cursor: pointer;
}
.single-projects .client-testimonial {
  margin-top: 2rem;
  overflow: hidden;
  padding: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .single-projects .client-testimonial {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-projects .client-testimonial {
    padding: 1.5rem;
    margin-top: 3rem;
  }
}
.single-projects .client-testimonial:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 50px;
}
@media only screen and (max-width: 575.98px) {
  .single-projects .client-testimonial:before {
    border-radius: 40px;
  }
}
.single-projects .client-testimonial .row {
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .single-projects .client-testimonial .row {
    row-gap: 1.5rem;
  }
}
.single-projects .client-testimonial .row .col img {
  border-radius: 35px;
}
@media only screen and (max-width: 575.98px) {
  .single-projects .client-testimonial .row .col img {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .single-projects .client-testimonial .row .col .text-wrap {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-projects .client-testimonial .row .col .text-wrap {
    padding-left: 3rem;
    padding-right: 2rem;
  }
}
.single-projects .client-testimonial .row .col .text-wrap .heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .single-projects .client-testimonial .row .col .text-wrap .heading {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .single-projects .client-testimonial .row .col .text-wrap .heading {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 379px) {
  .single-projects .client-testimonial .row .col .text-wrap .heading {
    font-size: 10px;
  }
}
.single-projects .client-testimonial .row .col .text-wrap .quote {
  font-size: 24px;
  font-weight: 700;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-projects .client-testimonial .row .col .text-wrap .quote {
    font-size: 20px;
    margin-bottom: 1rem;
    padding-top: 2rem;
  }
}
.single-projects .client-testimonial .row .col .text-wrap .quote:before {
  content: "“";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-projects .client-testimonial .row .col .text-wrap .quote:before {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .single-projects .client-testimonial .row .col .text-wrap .client {
    font-size: 16px;
  }
}
.single-projects .client-testimonial.background-green:before {
  background: #00C6A0;
}
.single-projects .client-testimonial.background-darkblue:before {
  background: #030D74;
}
.single-projects .client-testimonial.background-orange:before {
  background: #FF9100;
}
.single-projects .client-testimonial.background-lightpurple:before {
  background: #949BEB;
}
.single-projects .post-navigation {
  display: none;
}
.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.gallery-popup:not(.open) {
  opacity: 0;
  transform: scale(0.5);
}
.gallery-popup.open {
  opacity: 1;
  z-index: 9999;
}
.gallery-popup .container {
  position: relative;
  height: 100%;
}
.gallery-popup i {
  color: #ffffff;
  font-size: 25px;
}
.gallery-popup i[class^="ri-"] {
  font-size: 40px;
}
.gallery-popup i[class^="ri-"].ri-close-line {
  font-size: 30px;
}
.gallery-popup span {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup .gallery-close {
  position: absolute;
  right: 0;
  top: 3rem;
}
.gallery-popup .gallery-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .gallery-popup .gallery-wrap {
    width: calc(100% - 6rem);
  }
}
.gallery-popup .gallery-wrap img {
  border-radius: 40px;
}
@media only screen and (max-width: 1199px) {
  .gallery-popup .gallery-wrap img {
    max-height: calc(100vh - 8rem);
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-popup .gallery-wrap img {
    max-width: 900px;
    max-height: 650px;
  }
}
.gallery-popup .gallery-nav {
  position: absolute;
  top: 50%;
}
.gallery-popup .gallery-nav.nav-prev {
  left: 0;
}
.gallery-popup .gallery-nav.nav-next {
  right: 0;
}
.iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px !important;
  height: 0;
}
.iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-navigation {
  margin-bottom: 4rem;
}
.post-navigation .navigation-wrap {
  display: flex;
  column-gap: 3rem;
  justify-content: space-between;
}
.post-navigation .navigation-wrap div[class^="nav-"] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-navigation .navigation-wrap div[class^="nav-"] a, .post-navigation .navigation-wrap div[class^="nav-"] i {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-navigation .navigation-wrap div[class^="nav-"] a {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.post-navigation .navigation-wrap div[class^="nav-"] a [class^="ri-"] {
  position: relative;
  font-size: 30px;
  width: 20px;
  margin-left: -10px;
  left: -1px;
}
.post-navigation .navigation-wrap div[class^="nav-"]:hover {
  opacity: 0.5;
}
.text-banner {
  text-align: center;
  padding: 1.5rem 0;
}
.text-banner p {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .text-banner p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .text-banner p {
    font-size: 22px;
  }
}
.text-banner a {
  font-size: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.text-banner a img {
  width: 40px;
  height: 40px;
}
.text-banner.with-bg {
  padding-top: 8rem;
}
.text-banner.with-bg h1 {
  font-size: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-banner.with-bg h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-banner.with-bg h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .text-banner.with-bg h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-banner.with-bg h1 {
    font-size: 60px;
  }
}
.text-banner h1, .text-banner .h1, .vacancy-title h1, .vacancy-title .h1 {
  margin-bottom: 1rem;
  font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-banner h1, .text-banner .h1, .vacancy-title h1, .vacancy-title .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .text-banner h1, .text-banner .h1, .vacancy-title h1, .vacancy-title .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .text-banner h1, .text-banner .h1, .vacancy-title h1, .vacancy-title .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-banner h1 br, .text-banner .h1 br, .vacancy-title h1 br, .vacancy-title .h1 br {
    display: none;
  }
}
.project-filters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.project-filters ul li a {
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  text-decoration: underline;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #949BEB;
  font-size: 15px;
}
.project-filters ul li a.active {
  color: #ffffff;
}
.project-filters ul li a.active:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  background: #949BEB;
  opacity: 0.5;
}
.projects-all {
  row-gap: 3.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .projects-all {
    row-gap: 2.5rem;
  }
}
.projects-all .project-block .project-block-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-all .project-block .project-block-wrap .image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
}
@media only screen and (max-width: 575.98px) {
  .projects-all .project-block .project-block-wrap .image-wrap {
    min-height: 53vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects-all .project-block .project-block-wrap .image-wrap {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .projects-all .project-block .project-block-wrap .image-wrap {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .projects-all .project-block .project-block-wrap .image-wrap {
    min-height: 360px;
  }
}
.projects-all .project-block .project-block-wrap .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projects-all .project-block .project-block-wrap .content-wrap .project-title {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .projects-all .project-block .project-block-wrap .content-wrap .project-title {
    padding: 1rem;
  }
}
.projects-all .project-block .project-block-wrap .content-wrap .project-title h3 {
  color: #ffffff;
  width: 100%;
  margin: 0;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .projects-all .project-block .project-block-wrap .content-wrap .project-title h3 {
    font-size: 24px;
  }
}
.projects-all .project-block .project-block-wrap .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-all .project-block .project-block-wrap .client-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.projects-all .project-block .project-block-wrap .text-wrap {
  padding-top: 1.5rem;
}
.projects-all .project-block .project-block-wrap .text-wrap .summary {
  margin-bottom: 1rem;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991.98px) {
  .projects-all .project-block .project-block-wrap .text-wrap .summary {
    height: auto !important;
  }
}
.projects-all .project-block .project-block-wrap .text-wrap .summary p {
  margin: 0;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block {
  text-align: center;
  flex-basis: calc(33.3% - 1rem);
}
@media only screen and (max-width: 991.98px) {
  .projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block {
    flex-grow: 1;
    font-size: 14px;
  }
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block b {
  border-radius: 35px;
  overflow: hidden;
  padding: 0.6rem 1.2rem;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 22px;
}
@media only screen and (max-width: 575.98px) {
  .projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block b {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block b {
    font-size: 25px;
  }
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks .impact-block b:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-green .impact-block b:before {
  background: #00C6A0;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-orange .impact-block b:before {
  background: #FF9100;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-lightpurple .impact-block b:before {
  background: #949BEB;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-darkpurple .impact-block b:before {
  background: #7D48E0;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-pink .impact-block b:before {
  background: #FF4A94;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-darkpink .impact-block b:before {
  background: #FF0069;
}
.projects-all .project-block .project-block-wrap .text-wrap .impact-blocks.background-darkblue .impact-block b:before {
  background: #030D74;
}
.projects-all .project-block .project-block-wrap .cta-wrap {
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .projects-all .project-block .project-block-wrap .cta-wrap {
    height: 45px;
    margin-top: 2rem;
  }
}
.projects-all .project-block .project-block-wrap .cta-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #949BEB;
}
.projects-all .project-block .project-block-wrap .cta-wrap .cta-btn {
  border: 1px solid #949BEB;
  box-shadow: none;
  margin: 0;
}
.projects-all .project-block .project-block-wrap .cta-wrap .cta-btn:not(:hover) {
  background: #ffffff;
  color: #949BEB !important;
}
.our-people-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
  top: 3.5rem;
}
@media only screen and (max-width: 575.98px) {
  .our-people-nav {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .our-people-nav {
    top: 5rem;
    margin-top: 3rem;
  }
}
.our-people-nav a {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  color: #949BEB;
}
.our-people-nav + #our-team {
  padding-top: 3rem;
}
.team-members-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (min-width: 1400px) {
  .team-members-wrap {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .team-members-wrap {
    row-gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-members-wrap .team-member {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 479px) {
  .team-members-wrap .team-member {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-members-wrap .team-member {
    flex-basis: calc(33.3% - 1rem);
  }
}
@media only screen and (min-width: 992px) {
  .team-members-wrap .team-member {
    flex-basis: calc(25% - 1rem);
  }
}
@media only screen and (min-width: 1400px) {
  .team-members-wrap .team-member {
    flex-basis: calc(25% - 3rem);
  }
}
@media only screen and (max-width: 379px) {
  .team-members-wrap .team-member {
    flex-basis: 100%;
  }
}
.team-members-wrap .team-member .member-wrap {
  overflow: hidden;
  position: relative;
}
.team-members-wrap .team-member .member-image {
  border-radius: 20px;
  overflow: hidden;
}
.team-members-wrap .team-member .member-image .old-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-members-wrap .team-member .member-image img {
  width: 100%;
}
.team-members-wrap .team-member .member-text {
  text-align: center;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .team-members-wrap .team-member .member-text {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .team-members-wrap .team-member .member-text {
    margin-top: 1rem;
  }
}
.team-members-wrap .team-member .member-text .info {
  min-height: 100px;
}
@media only screen and (max-width: 479px) {
  .team-members-wrap .team-member .member-text .info {
    min-height: auto;
  }
}
.team-members-wrap .team-member .member-text .member-name {
  font-weight: 700;
}
.team-members-wrap .team-member .member-text .fun-fact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-members-wrap .team-member .member-text .fun-fact, .team-members-wrap .team-member .member-text .fun-fact * {
  color: #7D48E0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .team-members-wrap .team-member .member-text .fun-fact, .team-members-wrap .team-member .member-text .fun-fact * {
    font-size: 15px;
  }
}
.team-members-wrap .team-member:not(:hover) .current-image, .team-members-wrap .team-member:not(:hover) .fun-fact {
  opacity: 0;
}
.team-members-wrap .team-member:hover .old-image, .team-members-wrap .team-member:hover .info {
  opacity: 0;
}
.gallery-grids {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.gallery-grids .image-gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .gallery-grids .image-gallery {
    gap: 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-grids .image-gallery {
    width: calc(50% - 1.5rem);
  }
}
.gallery-grids .image-gallery .gallery-image {
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  cursor: pointer;
}
.gallery-grids .image-gallery .gallery-image.image-2, .gallery-grids .image-gallery .gallery-image.image-6 {
  grid-column: span 2;
}
.gallery-grids .image-gallery .gallery-image.image-5 {
  grid-row: span 2;
}
.gallery-grids .image-gallery .gallery-image img {
  opacity: 0;
  z-index: 2;
}
.gallery-grids .image-gallery .gallery-image:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7D48E0;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.gallery-grids .image-gallery .gallery-image:hover:after {
  opacity: 0.5;
}
.posts-wrapper {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .posts-wrapper {
    padding-bottom: 2rem;
  }
}
.posts-wrapper:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #949BEB;
  opacity: 0.25;
  height: auto;
  bottom: 0;
  top: calc(59vw - 1.5rem);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .posts-wrapper:before {
    top: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .posts-wrapper:before {
    top: 194px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .posts-wrapper:before {
    top: 172px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .posts-wrapper:before {
    top: 208px;
  }
}
@media only screen and (min-width: 1400px) {
  .posts-wrapper:before {
    top: 244px;
  }
}
.posts-wrapper .posts-snippet {
  margin-top: 3rem;
}
.posts-wrapper .posts-snippet .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .posts-wrapper .posts-snippet ul.slick-dots {
    display: none;
  }
}
.posts-all {
  display: flex;
  flex-wrap: wrap;
}
.posts-all .post-block {
  margin-bottom: 1.5rem;
}
.post-block {
  width: 100%;
  padding: 0.75rem;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .post-block {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-block {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .post-block {
    width: 33.3%;
  }
}
.post-block .post-block-wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.post-block .post-block-wrap .image-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-block .post-block-wrap .image-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.post-block .post-block-wrap .content-wrap {
  padding: 2rem;
  padding-bottom: 6rem;
}
.post-block .post-block-wrap .content-wrap h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.post-block .post-block-wrap .cta-btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.post-block .post-block-wrap:hover .image-wrap:after {
  height: 100%;
}
.single-post-wrap {
  margin: 0 auto;
  padding-bottom: 3rem;
  max-width: 1000px;
}
.single-post-wrap .post-header {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .single-post-wrap .post-header {
    font-size: 55px;
  }
}
.single-post-wrap .post-image, .single-post-wrap .post-image img {
  width: 100%;
}
.single-post-wrap .post-image {
  margin-bottom: 1.5rem;
}
.single-post-wrap .post-title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .single-post-wrap .post-title {
    margin-top: 1rem;
  }
}
.single-post-wrap .post-title h1 {
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  padding-bottom: 0.5rem;
  margin: 0;
}
.single-post-wrap .post-content * {
  text-align: left;
}
.single-post-wrap .post-content img, .single-post-wrap .post-content video, .single-post-wrap .post-content iframe {
  margin: 1.5rem 0;
}
@media only screen and (max-width: 479px) {
  .single-post-wrap .post-content img, .single-post-wrap .post-content video, .single-post-wrap .post-content iframe {
    min-width: 100%;
  }
}
.single-post-wrap .post-content p, .single-post-wrap .post-content ul li {
  letter-spacing: 0.5px;
}
.single-post-wrap .post-content h2, .single-post-wrap .post-content h3, .single-post-wrap .post-content h4, .single-post-wrap .post-content h5 {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-post-wrap .post-content h2 {
  font-size: 22px;
}
.single-post-wrap .post-content h3 {
  font-size: 20px;
}
.single-post-wrap .post-content h4 {
  font-size: 18px;
}
.single-post-wrap .post-content a, .single-post-wrap .post-content a * {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.single-post-wrap .post-content a:hover, .single-post-wrap .post-content a:hover * {
  color: #949BEB;
}
.single-post-wrap .post-content iframe {
  margin-bottom: 1.5rem;
}
.navbar-brand img, .footer-logo img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  animation: spin 34s linear infinite;
}
.text-header * {
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  letter-spacing: 2px;
}
.text-header .parent-title {
  font-size: 35px;
}
@media only screen and (min-width: 992px) {
  .text-header .parent-title {
    font-size: 55px;
    letter-spacing: 5px;
  }
}
.text-header h1, .text-header .h2 {
  font-weight: 400;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .text-header h1, .text-header .h2 {
    font-size: 30px;
  }
}
.modal .modal-dialog {
  width: 900px;
  max-width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 4rem;
  padding-top: 1rem;
}
.modal .modal-dialog .modal-content .modal-body h2 {
  margin-bottom: 1.5rem;
}
.search-form {
  position: relative;
  margin-top: 3rem;
}
.search-form:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: 50%;
  background: #949BEB;
}
.search-form .input-group {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.search-form .input-group input {
  border-radius: 22px;
  border: 1px solid #949BEB;
  padding-left: 2.5rem;
  height: 45px;
}
.search-form .input-group input::placeholder {
  color: #949BEB;
}
.search-form .input-group:after {
  color: #949BEB;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 15px);
  left: 0.5rem;
  content: "";
  z-index: 3;
}
.cky-banner-element {
  cursor: pointer;
}
.entry-content h2, .entry-content h3, .entry-header h2, .entry-header h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.entry-content a, .entry-header a {
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.entry-content a:hover, .entry-header a:hover {
  color: #949BEB;
}
.vacancy-title h1, .vacancy-title .h1 {
  color: #949BEB;
}
.vacancy-block {
  margin-bottom: 3rem;
  display: inline-block;
}
.vacancy-block .vacancy-block-wrap .vacancy-date {
  opacity: 0.4;
}
.accordion {
  padding-top: 2rem;
}
.accordion * {
  border-radius: 0px !important;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item .accordion-header, .accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-collapse, .accordion .accordion-item .accordion-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-button {
  border-top: 1px solid #000000 !important;
}
.accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-body {
  padding: 2rem 0;
}
.accordion .accordion-item .accordion-button {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.accordion .accordion-item .accordion-body {
  padding-top: 0;
}
