:root {
  --heading-font: "Space Grotesk",sans-serif;
  --content-font: "Space Grotesk",sans-serif;
  --green:#02CF6E;
  --content:#4B4F50;
  --light-content:#838788;
  --grey: #F2F3F4;
  --dark-grey: #0C181A;
  --light-grey:#F5F6F7;
  --border: #E1E9EB;
  --border-strong: #D0D9DA;
}

::placeholder {
  color: var(--dark-grey);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--dark-grey);
  opacity: 0.6;
}

::-ms-input-placeholder {
  color: var(--dark-grey);
  opacity: 0.6;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: white;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
  color: var(--content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
}
@media all and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  color: var(--content);
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
ul li,
ol li {
  margin-bottom: 12px;
  position: relative;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 1200px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
ul li::marker,
ol li::marker {
  color: var(--gold);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: var(--gold);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 650;
  font-family: var(--heading-font);
  font-style: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--dark-grey);
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media all and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media all and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media all and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media all and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media all and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 34px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4,
.h4 {
  font-size: 26px;
  line-height: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  h5,
  .h5 {
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h5,
  .h5 {
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

p {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  p {
    margin-bottom: 24px;
  }
}
p a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
p a:hover {
  text-decoration: none;
}
p strong {
  font-weight: 600 !important;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  max-width: 100%;
  background: var(--grey);
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  font-family: var(--heading-font);
  letter-spacing: 0;
  font-style: italic;
  color: black;
  padding: 40px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  blockquote {
    padding: 36px;
    font-size: 26px;
    line-height: 38px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  blockquote {
    padding: 36px;
    font-size: 26px;
    line-height: 38px;
  }
}
@media all and (max-width: 1200px) {
  blockquote {
    padding: 32px;
    font-size: 26px;
    line-height: 38px;
  }
}
@media all and (max-width: 991px) {
  blockquote {
    padding: 28px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
blockquote::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -6px;
  height: 92px;
  width: 92px;
  background: url(../images/quote-right-icon.svg) no-repeat center/contain;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    max-width: 1150px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-lg {
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 170px);
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .container-lg {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .container-lg {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 767px) {
  .container-lg {
    width: calc(100% - 50px);
  }
}
@media all and (max-width: 575px) {
  .container-lg {
    width: calc(100% - 0px);
  }
}

.hero-container, .cta-container {
  max-width: 1660px;
  margin: 0 auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-container, .cta-container {
    max-width: 1150px;
  }
}
@media all and (max-width: 1200px) {
  .hero-container, .cta-container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .hero-container, .cta-container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  .hero-container, .cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.btn, input[type=submit] {
  display: inline-block;
  height: 64px;
  line-height: 62px;
  font-size: 20px;
  font-weight: 650;
  font-family: var(--heading-font);
  letter-spacing: 0em;
  color: var(--dark-grey);
  background: var(--green);
  border: 1px solid var(--green);
  padding: 0px 28px;
  vertical-align: baseline;
  text-transform: uppercase;
  box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn, input[type=submit] {
    height: 56px;
    line-height: 54px;
    font-size: 18px;
    padding: 0px 24px;
  }
}
@media all and (max-width: 1200px) {
  .btn, input[type=submit] {
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    padding: 0px 22px;
  }
}
@media all and (max-width: 575px) {
  .btn, input[type=submit] {
    padding: 0 20px;
  }
}
.btn::after, input[type=submit]::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 15px;
  background: url(../images/btn-arrow-dark-green.svg) no-repeat center/contain;
  margin-left: 14px;
  top: 1px;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .btn::after, input[type=submit]::after {
    width: 7px;
    height: 13px;
    margin-left: 10px;
  }
}
.btn:hover, input[type=submit]:hover, .btn:focus, input[type=submit]:focus, .btn:active, input[type=submit]:active, .btn:active:focus {
  box-shadow: none;
  color: white;
  background: var(--dark-grey);
  border-color: var(--dark-grey);
}
.btn:hover::after, input[type=submit]:hover::after, .btn:focus::after, input[type=submit]:focus::after, .btn:active::after, input[type=submit]:active::after, .btn:active:focus::after {
  filter: brightness(0) invert(1);
}
.btn:disabled, input[type=submit]:disabled {
  box-shadow: none;
  background: var(--cold-grey);
  color: white;
  cursor: not-allowed;
}
.btn-white {
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:focus {
  background: transparent;
  border-color: #ffffff;
}
.btn-white:hover::after, .btn-white:focus::after, .btn-white:active::after, .btn-white:active:focus::after {
  background: url(../images/btn-arrow-right-white.svg) no-repeat center/contain;
}
.btn-black {
  background: var(--dark-grey);
  border-color: var(--dark-grey);
  color: #ffffff;
}
.btn-black::after {
  filter: brightness(0) invert(1);
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:active:focus {
  background: var(--green);
  border-color: var(--green);
  color: var(--dark-grey);
}
.btn-black:hover::after, .btn-black:focus::after, .btn-black:active::after, .btn-black:active:focus::after {
  filter: none;
}
.btn-outline {
  background: transparent;
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}
.btn-outline::after {
  background: url(../images/btn-arrow-dark-green.svg) no-repeat center/contain;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:active:focus {
  background: var(--green);
  border-color: var(--green);
  color: var(--dark-grey);
}
.btn-outline:hover::after, .btn-outline:focus::after, .btn-outline:active::after, .btn-outline:active:focus::after {
  background: url(../images/btn-arrow-dark-green.svg) no-repeat center/contain;
  filter: none;
}
.btn-outline-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white::after {
  filter: brightness(0) invert(1);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus {
  background: var(--dark-grey);
  border-color: var(--dark-grey);
  color: #ffffff;
}
.btn-link {
  height: auto;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--green);
  text-decoration: none;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-link {
    font-size: 16px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .btn-link {
    font-size: 16px;
    line-height: 16px;
  }
}
.btn-link::after {
  background: url(../images/btn-arrow-green.svg) no-repeat center/contain;
  margin-left: 10px;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:active:focus {
  color: var(--dark-grey);
}
.btn-link:hover::after, .btn-link:focus::after, .btn-link:active::after, .btn-link:active:focus::after {
  background: url(../images/btn-arrow-dark-green.svg) no-repeat center/contain;
}
.btn-call::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../images/btn-icon-call.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  top: 4px;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-call::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    top: 4px;
  }
}
@media all and (max-width: 1200px) {
  .btn-call::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
  }
}
@media all and (max-width: 575px) {
  .btn-call::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.btn-call::after {
  display: none;
}
.btn-call:hover::before, .btn-call:focus::before, .btn-call:active::before, .btn-call:active:focus::before {
  filter: brightness(0) invert(1);
}
.btn-outline-whatsapp::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../images/btn-icon-whatsapp.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  top: 4px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-outline-whatsapp::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    top: 4px;
  }
}
@media all and (max-width: 1200px) {
  .btn-outline-whatsapp::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
  }
}
.btn-outline-whatsapp::after {
  display: none;
}
.btn-md {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-md {
    height: 48px;
    line-height: 48px;
    font-size: 17px;
  }
}
@media all and (max-width: 1200px) {
  .btn-md {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}

label, .gfield_label {
  display: inline-block;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  font-family: var(--content-font);
  letter-spacing: -0.015em;
  color: var(--content);
  margin-bottom: 10px;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 64px;
  background-color: white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border: 1px solid var(--border) !important;
  padding: 0 22px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: var(--dark-grey);
  font-family: var(--content-font);
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 52px;
    font-size: 16px !important;
  }
}
@media all and (max-width: 1200px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 52px;
    font-size: 16px !important;
  }
}
@media all and (max-width: 575px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 44px;
    line-height: 42px;
  }
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: var(--onxy-black) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px;
  border-bottom: 1px solid var(--border) !important;
}
textarea {
  height: 110px !important;
  resize: none;
  padding: 0 16px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border: 1px solid var(--border) !important;
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--content) !important;
  font-weight: 430 !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid var(--content);
  background: transparent;
  left: 0;
  top: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--content);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: var(--color-border-grey);
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: var(--content) !important;
  font-weight: 500 !important;
  position: relative !important;
  letter-spacing: -0.01em !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  input[type=radio] + label {
    font-size: 16px !important;
  }
}
@media all and (max-width: 1200px) {
  input[type=radio] + label {
    font-size: 16px !important;
  }
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--content);
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--content);
  left: 6px;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  user-select: none;
}
input[type=radio]:checked + label:after {
  display: block;
}

header {
  transition: 0.3s all;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: auto;
  height: 140px;
  align-content: end;
  padding-left: 100px;
  padding-right: 100px;
  background: #ffffff;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  header {
    top: 24px;
    height: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1200px) {
  header {
    top: 24px;
    height: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  header {
    top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 575px) {
  header {
    top: 0;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 1px 0px var(--border-strong);
  }
}
header .container-fluid {
  padding: 0;
  height: 100px !important;
}
@media all and (max-width: 575px) {
  header .container-fluid {
    height: 100% !important;
  }
}

.navbar-brand {
  margin: 0px;
  padding: 0;
  line-height: 0;
  position: relative;
  transition: 0.3s all;
}
.navbar-brand .logo-vertical {
  height: 100px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .navbar-brand .logo-vertical {
    height: 80px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-brand .logo-vertical {
    height: 70px;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand .logo-vertical {
    display: none;
  }
}
.navbar-brand .logo-horizontal {
  height: 48px;
  opacity: 0;
  position: absolute;
  left: 0;
}
@media all and (max-width: 575px) {
  .navbar-brand .logo-horizontal {
    position: initial;
    height: 36px;
    opacity: 1;
  }
}
.navbar-brand img {
  width: auto;
  height: 100%;
}

.mobile-collapse-logo {
  display: none;
}
@media all and (max-width: 1200px) {
  .mobile-collapse-logo {
    display: block;
    height: 60px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .mobile-collapse-logo {
    height: 40px;
    margin-bottom: 30px;
  }
}
.mobile-collapse-logo img {
  width: auto;
  height: 100%;
}

.navbar {
  width: 100%;
  padding: 0px;
  position: initial;
  justify-content: normal;
}
.navbar .navbar-collapse {
  height: 100%;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
    right: 0;
    width: 350px;
    z-index: 1001;
    background: #ffffff;
    transition: 0.3s all !important;
    padding: 30px;
    transform: translateX(120%);
    display: block !important;
    align-content: center;
  }
}
@media all and (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 300px;
    padding: 30px 22px 24px;
  }
}
.navbar .navbar-collapse .collapse-close {
  display: none;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse .collapse-close {
    height: 40px;
    width: 40px;
    position: absolute;
    right: -60px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
  }
}
.navbar .navbar-collapse .collapse-close img {
  width: 22px;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse.show {
    transform: translateX(0%);
  }
}
.navbar .navbar-collapse.show .collapse-close {
  opacity: 1;
  pointer-events: auto;
}

.secondary-nav {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .secondary-nav {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .secondary-nav {
    margin-right: 20px;
  }
}
@media all and (max-width: 575px) {
  .secondary-nav {
    margin-right: 16px;
  }
}
.secondary-nav .btn, .secondary-nav input[type=submit] {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .secondary-nav .btn, .secondary-nav input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0 18px;
  }
}
@media all and (max-width: 1200px) {
  .secondary-nav .btn, .secondary-nav input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0 18px;
  }
}
@media all and (max-width: 575px) {
  .secondary-nav .btn, .secondary-nav input[type=submit] {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .secondary-nav .btn::after, .secondary-nav input[type=submit]::after {
    height: 13px;
    margin-left: 10px;
  }
}
@media all and (max-width: 1200px) {
  .secondary-nav .btn::after, .secondary-nav input[type=submit]::after {
    height: 13px;
    margin-left: 10px;
  }
}
@media all and (max-width: 575px) {
  .secondary-nav .btn::after, .secondary-nav input[type=submit]::after {
    display: none;
    margin-left: 7px;
  }
}

.btn-header-call {
  background: transparent;
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}
.btn-header-call::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../images/btn-icon-call.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  top: 2px;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .btn-header-call::before {
    width: 16px;
    height: 16px;
  }
}
.btn-header-call::after {
  display: none;
}
.btn-header-call:hover::before, .btn-header-call:focus::before, .btn-header-call:active::before, .btn-header-call:active:focus::before {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 767px) {
  .btn-header-call {
    display: none;
  }
}

.flyout-action-btns {
  display: none;
}
@media all and (max-width: 1200px) {
  .flyout-action-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 1200px) {
  .flyout-action-btns .btn-header-call {
    display: block;
  }
}

.mobile-scrollbar {
  height: 100%;
  display: flex;
  justify-content: end;
}
@media all and (max-width: 1200px) {
  .mobile-scrollbar {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}

.primary-nav {
  height: 100%;
}
@media all and (max-width: 1200px) {
  .primary-nav {
    margin-bottom: 50px;
  }
}
.primary-nav .navbar-nav {
  height: 100%;
  padding-right: 40px;
  gap: 42px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav .navbar-nav {
    padding-right: 30px;
    gap: 32px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav {
    padding-right: 0px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav {
    display: block;
  }
}
.primary-nav .navbar-nav li {
  position: relative;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li {
    display: block;
    padding: 0;
    margin: 0 0 22px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.primary-nav .navbar-nav li:last-child a {
  padding-right: 0;
}
.primary-nav .navbar-nav li > a {
  height: auto !important;
  font-size: 18px;
  line-height: 18px;
  color: var(--content);
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav .navbar-nav li > a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li > a {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media all and (max-width: 575px) {
  .primary-nav .navbar-nav li > a {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
  }
}
.primary-nav .navbar-nav li > a:hover {
  color: var(--green);
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li > a:hover {
    transform: translateX(0);
  }
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 0;
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    margin-left: auto;
    transition: 0.3s all;
  }
}
.primary-nav .menu-item-has-children a::after {
  display: none;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    position: relative !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
.menu-item-has-children > a {
  position: relative;
  padding: 0;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../images/nav-item-down-arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block !important;
  margin-left: 10px;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children > a::after {
    margin-left: auto;
  }
}
.menu-item-has-children > a:hover::after {
  background: url(../images/nav-item-down-arrow-green.svg) no-repeat center/contain;
}
.menu-item-has-children:hover > a {
  color: var(--green) !important;
}
.menu-item-has-children:hover > a::after {
  background: url(../images/nav-item-down-arrow-green.svg) no-repeat center/contain;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  background: #ffffff;
  padding: 20px;
  width: 200px;
  top: 100%;
  left: 0;
  z-index: 10;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: 0.25s all;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    position: relative;
    background: var(--light-grey);
    top: 0;
    width: 100%;
    opacity: 1;
    transform: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 12px 16px;
    display: none;
    transition: 0s all;
  }
}
@media all and (max-width: 575px) {
  .menu-item-has-children .sub-menu {
    gap: 10px;
  }
}
.menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0 0 18px 0;
  display: block;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li {
    border: 0;
  }
}
.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-item-has-children .sub-menu li > a {
  padding: 0;
  display: block;
  pointer-events: auto;
  font-size: 16px;
  line-height: 16px;
  color: var(--content) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 15px;
    line-height: 15px;
  }
}
.menu-item-has-children .sub-menu li > a::after {
  display: none;
}
.menu-item-has-children .sub-menu li > a:hover {
  color: var(--red);
}
.menu-item-has-children .sub-menu li > a:not([href]) {
  cursor: default;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-text-heading-color);
  font-family: var(--font-primary);
  font-weight: 550;
  opacity: 0.9;
  margin-bottom: 14px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
  }
}
.menu-item-has-children .sub-menu li > a:not([href]):hover {
  color: var(--color-text-heading-color);
}
.menu-item-has-children:last-child .sub-menu {
  left: auto;
  right: 0;
}
@media (min-width: 991px) {
  .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  }
}
.menu-item-has-children:hover::after {
  background: url(../images/menu-down-arrow-green.svg) no-repeat center/contain;
}
.menu-item-has-children:has(.sub-menu.show)::after {
  transform: rotate(180deg);
}

.hamburger-menu {
  flex: none;
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  width: 28px;
  padding: 4px 2px;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    display: flex;
  }
}
.hamburger-menu span {
  height: 2px;
  width: 100%;
  background: var(--dark-grey);
  transition: 0.3s all;
}
.hamburger-menu.icon-animation span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.hamburger-menu.icon-animation span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.icon-animation span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger-close {
  position: absolute;
  top: 35px;
  right: 36px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--dark-grey);
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .hamburger-close {
    display: flex;
  }
}
@media all and (max-width: 575px) {
  .hamburger-close {
    top: 32px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
.hamburger-close img {
  width: 55%;
  filter: brightness(0) invert(1);
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .overlay.show-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-transparent:not(.shrink) {
  top: 90px;
  background: transparent;
  height: 100px;
  padding-left: 140px;
  padding-right: 140px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-transparent:not(.shrink) {
    top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 1200px) {
  .header-transparent:not(.shrink) {
    top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .header-transparent:not(.shrink) {
    top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  .header-transparent:not(.shrink) {
    height: 80px;
    top: 0;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 1px 0px var(--border-strong);
  }
}
.header-transparent:not(.shrink) .primary-nav .navbar-nav li > a {
  color: #ffffff;
}
@media all and (max-width: 1200px) {
  .header-transparent:not(.shrink) .primary-nav .navbar-nav li > a {
    color: var(--content);
  }
}
.header-transparent:not(.shrink) .primary-nav .navbar-nav li > a:hover {
  color: var(--green);
}
.header-transparent:not(.shrink) .menu-item-has-children > a::after {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 1200px) {
  .header-transparent:not(.shrink) .menu-item-has-children > a::after {
    filter: none;
  }
}
.header-transparent:not(.shrink) .menu-item-has-children:hover > a::after {
  filter: none;
}
.header-transparent:not(.shrink) .btn-header-call {
  border-color: #ffffff;
  color: #ffffff;
}
.header-transparent:not(.shrink) .btn-header-call::before {
  filter: brightness(0) invert(1);
}
.header-transparent:not(.shrink) .btn-header-call:hover, .header-transparent:not(.shrink) .btn-header-call:focus, .header-transparent:not(.shrink) .btn-header-call:active, .header-transparent:not(.shrink) .btn-header-call:active:focus {
  background: var(--green);
  border-color: var(--green);
  color: var(--dark-grey);
}
.header-transparent:not(.shrink) .btn-header-call:hover::before, .header-transparent:not(.shrink) .btn-header-call:focus::before, .header-transparent:not(.shrink) .btn-header-call:active::before, .header-transparent:not(.shrink) .btn-header-call:active:focus::before {
  filter: none;
}
.header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call {
  background: transparent;
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}
.header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call::before {
  filter: none;
}
.header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:hover, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:focus, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:active, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:active:focus {
  background: var(--green);
  border-color: var(--green);
  color: var(--dark-grey);
}
.header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:hover::before, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:focus::before, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:active::before, .header-transparent:not(.shrink) .mobile-scrollbar .btn-header-call:active:focus::before {
  filter: none;
}
.header-transparent:not(.shrink) .hamburger-menu span {
  background: #ffffff;
}
@media all and (max-width: 575px) {
  .header-transparent:not(.shrink) .hamburger-menu span {
    background: var(--dark-grey);
  }
}

.shrink {
  top: auto;
  background: #ffffff;
  box-shadow: 0px 1px 0px var(--border-strong);
  height: 100px;
}
@media all and (max-width: 575px) {
  .shrink {
    height: 80px;
  }
}
.shrink .navbar-brand {
  height: 48px;
}
@media all and (max-width: 575px) {
  .shrink .navbar-brand {
    height: 36px;
  }
}
.shrink .navbar-brand .logo-vertical {
  opacity: 0;
}
.shrink .navbar-brand .logo-horizontal {
  opacity: 1;
}

.header-transparent.shrink {
  top: auto;
}

body:has(.header-solid) .main-wrapper {
  padding-top: 140px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body:has(.header-solid) .main-wrapper {
    padding-top: 100px;
  }
}
@media all and (max-width: 1200px) {
  body:has(.header-solid) .main-wrapper {
    padding-top: 100px;
  }
}
@media all and (max-width: 575px) {
  body:has(.header-solid) .main-wrapper {
    padding-top: 80px;
  }
}

.footer-top {
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1200px) {
  .footer-top {
    flex-wrap: wrap;
    row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .footer-top {
    gap: 44px;
  }
}
@media all and (max-width: 575px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.footer-col {
  width: 15.8%;
  flex-shrink: 0;
}
@media all and (max-width: 1200px) {
  .footer-col {
    width: 25%;
  }
}
@media all and (max-width: 991px) {
  .footer-col {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .footer-col {
    width: 100%;
  }
}
.footer-col h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .footer-col h4 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .footer-col h4 {
    margin-bottom: 14px;
  }
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-col ul li {
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-col ul {
    gap: 16px;
  }
}
@media all and (max-width: 1200px) {
  .footer-col ul {
    gap: 16px;
  }
}
.footer-col ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.0015em;
  color: var(--content);
  display: block;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .footer-col ul li a {
    font-size: 15px;
  }
}
.footer-col ul li a:hover {
  color: var(--green);
}
.footer-col address {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.0015em;
  color: var(--content);
  margin-bottom: 36px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-col address {
    margin-bottom: 26px;
  }
}

.footer-info {
  width: 100%;
  flex-shrink: initial;
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  .footer-info {
    padding-right: 0;
  }
}

.footer-brand {
  height: 100px;
  display: block;
  margin-bottom: 36px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-brand {
    height: 80px;
    margin-bottom: 26px;
  }
}
@media all and (max-width: 1200px) {
  .footer-brand {
    height: 80px;
    margin-bottom: 26px;
  }
}
@media all and (max-width: 575px) {
  .footer-brand {
    height: 80px;
    margin-bottom: 25px;
  }
}
.footer-brand img {
  height: 100%;
  width: auto;
}

.footer-info-text {
  margin-bottom: 40px;
  max-width: 470px;
  font-size: 16px;
  line-height: 24px;
}
@media all and (max-width: 1200px) {
  .footer-info-text {
    max-width: 100%;
  }
}

.footer-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .footer-logo-list {
    gap: 25px;
  }
}
.footer-logo-list img {
  width: auto;
  height: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-logo-list img {
    height: 36px;
  }
}
@media all and (max-width: 1200px) {
  .footer-logo-list img {
    height: 36px;
  }
}
@media all and (max-width: 575px) {
  .footer-logo-list img {
    height: 32px;
  }
}

.footer-socila {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-socila {
    margin-bottom: 26px;
  }
}
.footer-socila a {
  display: flex;
  flex-shrink: 0;
  width: 24px;
}
.footer-socila a img {
  width: 100%;
  height: auto;
}

.footer-contact-number {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-contact-number {
    gap: 18px;
  }
}
.footer-contact-number a {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.3s all;
}
.footer-contact-number a i {
  width: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact-number a i img {
  width: 100%;
  height: auto;
}
.footer-contact-number a:hover {
  color: var(--green);
}
.footer-contact-number a:last-child i {
  width: 12px;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid var(--border);
  color: var(--light-content);
  font-size: 16px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
@media all and (max-width: 1200px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
.footer-bottom p a {
  color: var(--dark-grey);
  transition: 0.3s all;
}
.footer-bottom p a:hover {
  color: var(--green);
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-450 {
  font-weight: 450 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-white {
  color: white;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-28 {
  row-gap: 28px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}
@media all and (max-width: 1200px) {
  .row-gap-40 {
    row-gap: 30px;
  }
}

.cell-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cell-gap-20 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.cell-gap-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.cell-gap-24 > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.cell-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.cell-gap-30 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.cell-gap-100 {
  margin-left: -50px;
  margin-right: -50px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .cell-gap-100 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cell-gap-100 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (max-width: 1200px) {
  .cell-gap-100 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991px) {
  .cell-gap-100 {
    row-gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .cell-gap-100 {
    row-gap: 44px;
  }
}
@media all and (max-width: 575px) {
  .cell-gap-100 {
    row-gap: 36px;
  }
}
.cell-gap-100 > [class*=col] {
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 1200px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-heading {
  margin-bottom: 48px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
.section-heading h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-heading h2:last-child {
  margin-bottom: 0;
}

.section-heading-two-col {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-bottom: 48px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .section-heading-two-col {
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .section-heading-two-col {
    gap: 70px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .section-heading-two-col {
    gap: 60px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .section-heading-two-col {
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .section-heading-two-col {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.section-heading-two-col .section-heading-col-left h1, .section-heading-two-col .section-heading-col-left h2, .section-heading-two-col .section-heading-col-left h3, .section-heading-two-col .section-heading-col-left h4, .section-heading-two-col .section-heading-col-left h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-heading-two-col .section-heading-col-right {
  max-width: 560px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .section-heading-two-col .section-heading-col-right {
    max-width: 540px;
  }
}
@media all and (max-width: 1200px) {
  .section-heading-two-col .section-heading-col-right {
    max-width: 450px;
  }
}
@media all and (max-width: 991px) {
  .section-heading-two-col .section-heading-col-right {
    max-width: 100%;
  }
}

.bg-grey {
  background-color: var(--grey);
}

.bg-dark-grey {
  background-color: var(--dark-grey);
}
.bg-dark-grey h1, .bg-dark-grey h2, .bg-dark-grey h3, .bg-dark-grey h4, .bg-dark-grey h5 {
  color: white;
}
.bg-dark-grey .btn:hover, .bg-dark-grey input[type=submit]:hover, .bg-dark-grey .btn:focus, .bg-dark-grey input[type=submit]:focus, .bg-dark-grey .btn:active, .bg-dark-grey input[type=submit]:active, .bg-dark-grey .btn:active:focus {
  color: white;
  background: transparent;
  border-color: white;
}
.bg-dark-grey .btn:hover::after, .bg-dark-grey input[type=submit]:hover::after, .bg-dark-grey .btn:focus::after, .bg-dark-grey input[type=submit]:focus::after, .bg-dark-grey .btn:active::after, .bg-dark-grey input[type=submit]:active::after, .bg-dark-grey .btn:active:focus::after {
  filter: brightness(0) invert(1);
}
.bg-dark-grey .section-heading p, .bg-dark-grey .section-heading-two-col p {
  color: rgba(255, 255, 255, 0.7);
}

.hammerhead {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 450;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hammerhead {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hammerhead {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .hammerhead {
    font-size: 15px;
    line-height: 18px;
  }
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn-wrapper {
    gap: 22px;
  }
}
@media all and (max-width: 1200px) {
  .btn-wrapper {
    gap: 22px;
  }
}
@media all and (max-width: 991px) {
  .btn-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .btn-wrapper {
    gap: 16px;
  }
}

.btn-bottom-container {
  margin-top: 50px;
}
@media all and (max-width: 575px) {
  .btn-bottom-container {
    margin-top: 40px;
  }
}

.hero-section {
  position: relative;
  padding: 80px 0 100px 0;
  height: 870px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .hero-section {
    padding: 60px 0 80px 0;
    height: 670px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-section {
    padding: 50px 0 60px 0;
    height: 610px;
  }
}
@media all and (max-width: 1200px) {
  .hero-section {
    padding: 50px 0 50px 0;
    height: 650px;
  }
}
@media all and (max-width: 991px) {
  .hero-section {
    padding: 50px 0 40px 0;
    height: 750px;
  }
}
@media all and (max-width: 575px) {
  .hero-section {
    height: 100dvh;
  }
}
.hero-section .hero-bg {
  position: absolute;
  inset: 40px 40px 0 40px;
  border-radius: 18px 18px 0 18px;
  overflow: hidden;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-section .hero-bg {
    inset: 30px 30px 0 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-section .hero-bg {
    inset: 30px 30px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-bg {
    inset: 20px 20px 0 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-bg {
    inset: 0;
    border-radius: 0;
  }
}
.hero-section .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 26, 0.6);
  pointer-events: none;
}
.hero-section .hero-bg::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 148px;
  height: 144px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .hero-section .hero-bg::after {
    width: 118px;
    height: 115px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-bg::after {
    width: 97px;
    height: 95px;
  }
}
.hero-section .hero-bg img {
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media all and (max-width: 991px) {
  .hero-section .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-section .hero-info {
  max-width: 840px;
}
.hero-section .hero-info p {
  font-size: 22px;
  line-height: 32px;
  color: white;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-section .hero-info p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .hero-section .hero-info p {
    font-size: 18px;
    line-height: 28px;
    max-width: 700px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-info p {
    font-size: 17px;
    line-height: 24px;
    margin-top: -10px;
  }
}
.hero-section .hero-info p:last-child {
  margin-bottom: 0;
}
.hero-section .hero-google-rate {
  order: 1;
  max-width: 440px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-section .hero-google-rate {
    max-width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .hero-section .hero-google-rate {
    max-width: 270px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-google-rate {
    order: 0;
    max-width: 250px;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-google-rate {
    max-width: 220px;
  }
}
.hero-section .hero-google-rate img {
  width: 100%;
  object-fit: cover;
}

.hero-inner {
  height: 570px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .hero-inner {
    height: 500px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-inner {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .hero-inner {
    height: 550px;
  }
}
@media all and (max-width: 575px) {
  .hero-inner {
    height: 450px;
  }
}

.service-row, .project-row {
  row-gap: 60px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .service-row, .project-row {
    row-gap: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .service-row, .project-row {
    row-gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .service-row, .project-row {
    row-gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .service-row, .project-row {
    row-gap: 40px;
  }
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.service-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
  margin-bottom: 32px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .service-card figure {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .service-card figure {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  .service-card figure {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 991px) {
  .service-card figure {
    margin-bottom: 20px;
  }
}
.service-card figure::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 149px;
  height: 143px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .service-card figure::after {
    width: 135px;
    height: 130px;
  }
}
@media all and (max-width: 1200px) {
  .service-card figure::after {
    width: 110px;
    height: 106px;
  }
}
@media all and (max-width: 767px) {
  .service-card figure::after {
    width: 83px;
    height: 80px;
  }
}
@media all and (max-width: 575px) {
  .service-card figure::after {
    width: 103px;
    height: 98px;
  }
}
.service-card figure img {
  object-fit: cover;
  transition: 0.3s all;
}
.service-card h3 {
  text-transform: initial;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .service-card h3 {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  .service-card h3 {
    margin-bottom: 12px;
  }
}
.service-card .btn, .service-card input[type=submit] {
  margin-top: auto;
}
.service-card:hover figure img {
  transform: scale(1.05);
}

.bg-grey .service-card figure::after {
  background: url(../images/bottom-right-shape-grey.svg) no-repeat center/contain;
}

.bg-dark-grey .service-card figure::after {
  background: url(../images/bottom-right-shape-dark-grey.svg) no-repeat center/contain;
}

@media all and (max-width: 991px) {
  .stats-title-wrapper {
    margin-bottom: 30px;
  }
}
.stats-title-wrapper span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--light-content);
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-title-wrapper span {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .stats-title-wrapper span {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .stats-title-wrapper span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.stats-title-wrapper h3 {
  font-size: 150px;
  line-height: 150px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-title-wrapper h3 {
    font-size: 90px;
    line-height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .stats-title-wrapper h3 {
    font-size: 90px;
    line-height: 60px;
  }
}
@media all and (max-width: 991px) {
  .stats-title-wrapper h3 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media all and (max-width: 767px) {
  .stats-title-wrapper h3 {
    font-size: 66px;
    line-height: 66px;
  }
}
@media all and (max-width: 575px) {
  .stats-title-wrapper h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.stats-title-wrapper h3 span {
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: inherit;
  margin-left: 10px;
  margin-bottom: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-title-wrapper h3 span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .stats-title-wrapper h3 span {
    font-size: 60px;
    line-height: 60px;
    margin-left: 6px;
  }
}
@media all and (max-width: 991px) {
  .stats-title-wrapper h3 span {
    font-size: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 767px) {
  .stats-title-wrapper h3 span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .stats-title-wrapper h3 span {
    font-size: 30px;
    line-height: 30px;
  }
}
.stats-title-wrapper p {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-title-wrapper p {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 1200px) {
  .stats-title-wrapper p {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  .stats-title-wrapper p {
    font-size: 32px;
    line-height: 32px;
  }
}
@media all and (max-width: 767px) {
  .stats-title-wrapper p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .stats-title-wrapper p {
    font-size: 24px;
    line-height: 24px;
  }
}

.stats-details-wrapper {
  padding-left: 98px;
  border-left: 1px solid var(--border-strong);
  margin-bottom: 50px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-details-wrapper {
    padding-left: 70px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-details-wrapper {
    padding-left: 70px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .stats-details-wrapper {
    padding-left: 60px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .stats-details-wrapper {
    padding-top: 30px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border-strong);
  }
}
@media all and (max-width: 575px) {
  .stats-details-wrapper {
    margin-bottom: 30px;
  }
}
.stats-details-wrapper .accreditations-wrapper {
  padding-top: 30px;
  border-top: 1px solid var(--border-strong);
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-details-wrapper .accreditations-wrapper {
    padding-top: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-details-wrapper .accreditations-wrapper {
    padding-top: 24px;
  }
}
@media all and (max-width: 1200px) {
  .stats-details-wrapper .accreditations-wrapper {
    padding-top: 24px;
  }
}
@media all and (max-width: 575px) {
  .stats-details-wrapper .accreditations-wrapper {
    padding-top: 20px;
  }
}
.stats-details-wrapper .accreditations-wrapper h4 {
  margin-bottom: 20px;
}
.stats-details-wrapper .accreditations-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.stats-details-wrapper .accreditations-wrapper ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .stats-details-wrapper .accreditations-wrapper ul {
    justify-content: flex-start;
  }
}

.stats-card {
  position: relative;
  background: var(--grey);
  border-radius: 10px 10px 0 10px;
  padding: 36px 40px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-card {
    padding: 32px 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card {
    padding: 32px 36px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card {
    padding: 30px 34px;
  }
}
@media all and (max-width: 991px) {
  .stats-card {
    padding: 24px 28px;
  }
}
@media all and (max-width: 575px) {
  .stats-card {
    padding: 16px 20px;
  }
}
.stats-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 90px;
  height: 88px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .stats-card::after {
    width: 70px;
    height: 67px;
  }
}
.stats-card span {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: var(--light-content);
  letter-spacing: -0.03em;
  margin-bottom: 36px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
@media all and (max-width: 991px) {
  .stats-card span {
    margin-bottom: 20px;
  }
}
.stats-card h3 {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 991px) {
  .stats-card h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.stats-card p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--light-content);
  text-transform: uppercase;
  margin-bottom: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card p {
    font-size: 22px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card p {
    font-size: 22px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .stats-card p {
    font-size: 20px;
    line-height: 20px;
  }
}
.stats-card-outline {
  width: 25%;
  text-align: center;
  border-right: 1px solid var(--border-strong);
  border-radius: 0;
}
@media all and (max-width: 991px) {
  .stats-card-outline {
    width: 50%;
    border-right: 0;
  }
}
@media all and (max-width: 575px) {
  .stats-card-outline {
    width: 100%;
    border-bottom: 1px solid var(--border-strong);
  }
}
.stats-card-outline::after {
  display: none;
}
@media all and (max-width: 991px) {
  .stats-card-outline:nth-child(1), .stats-card-outline:nth-child(2) {
    border-bottom: 1px solid var(--border-strong);
  }
}
@media all and (max-width: 991px) {
  .stats-card-outline:nth-child(odd) {
    border-right: 1px solid var(--border-strong);
  }
}
@media all and (max-width: 575px) {
  .stats-card-outline:nth-child(odd) {
    border-right: 0;
  }
}
.stats-card-outline:last-child {
  border-right: 0;
}
@media all and (max-width: 575px) {
  .stats-card-outline:last-child {
    border-bottom: 0;
  }
}
.stats-card-outline span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: black;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-card-outline span {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card-outline span {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card-outline span {
    margin-bottom: 20px;
  }
}
.stats-card-outline h3 {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: black;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-card-outline h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card-outline h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card-outline h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.stats-card-outline p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .stats-card-outline p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .stats-card-outline p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 1200px) {
  .stats-card-outline p {
    font-size: 18px;
    line-height: 18px;
  }
}

.bg-grey .stats-card {
  background: #ffffff;
}
.bg-grey .stats-card::after {
  background: url(../images/bottom-right-shape-grey.svg) no-repeat center/contain;
}

.stats-outline-container {
  padding: 0 40px;
}
@media all and (max-width: 1200px) {
  .stats-outline-container {
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .stats-outline-container {
    padding: 0 20px;
  }
}

.stats-outline-wrapper {
  display: flex;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .stats-outline-wrapper {
    flex-wrap: wrap;
  }
}

.project-card {
  display: flex;
  flex-direction: column;
}
.project-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
  margin-bottom: 32px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-card figure {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card figure {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  .project-card figure {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 991px) {
  .project-card figure {
    margin-bottom: 20px;
  }
}
.project-card figure::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 98px;
  height: 96px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .project-card figure::after {
    width: 80px;
    height: 77px;
  }
}
@media all and (max-width: 575px) {
  .project-card figure::after {
    width: 70px;
    height: 67px;
  }
}
.project-card .project-meta {
  margin-bottom: 12px;
}
.project-card .project-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 44px;
}
.project-card .project-meta ul li {
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card .project-meta ul {
    gap: 10px 30px;
  }
}
@media all and (max-width: 1200px) {
  .project-card .project-meta ul {
    gap: 10px 30px;
  }
}
.project-card .project-meta ul li {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 450;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--green);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card .project-meta ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .project-card .project-meta ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .project-card .project-meta ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
.project-card .project-meta ul li::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -23px;
  height: 14px;
  width: 2px;
  background: var(--green);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card .project-meta ul li::after {
    right: -15px;
  }
}
@media all and (max-width: 1200px) {
  .project-card .project-meta ul li::after {
    right: -15px;
  }
}
.project-card .project-meta ul li:last-child::after {
  display: none;
}
.project-card h3 {
  text-transform: initial;
}
.project-card .project-category-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.project-card p {
  margin-bottom: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-card p {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .project-card p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .project-card p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .project-card p {
    margin-bottom: 20px;
  }
}
.project-card .btn, .project-card input[type=submit] {
  width: 100%;
  border-color: var(--border-strong);
}
.project-card .btn:hover, .project-card input[type=submit]:hover, .project-card .btn:focus, .project-card input[type=submit]:focus, .project-card .btn:active, .project-card input[type=submit]:active, .project-card .btn:active:focus {
  border-color: var(--green);
}

.project-card-lg {
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 100px;
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-card-lg {
    gap: 80px;
    padding: 60px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card-lg {
    gap: 70px;
    padding: 60px 0;
  }
}
@media all and (max-width: 1200px) {
  .project-card-lg {
    gap: 40px;
    padding: 50px 0;
  }
}
@media all and (max-width: 991px) {
  .project-card-lg {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .project-card-lg {
    padding: 30px 0;
  }
}
@media all and (max-width: 575px) {
  .project-card-lg {
    padding: 20px 0;
  }
}
.project-card-lg .project-meta {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .project-card-lg .project-meta {
    margin-bottom: 12px;
  }
}
.project-card-lg h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 650;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card-lg h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1200px) {
  .project-card-lg h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 575px) {
  .project-card-lg h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.project-card-lg .project-service-title {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--light-content);
  margin-bottom: 20px;
}
.project-card-lg figure {
  flex: none;
  width: 560px;
  order: 1;
  margin-bottom: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card-lg figure {
    width: 480px;
  }
}
@media all and (max-width: 1200px) {
  .project-card-lg figure {
    width: 350px;
  }
}
@media all and (max-width: 991px) {
  .project-card-lg figure {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .project-card-lg figure {
    order: 0;
  }
}
.project-card-lg .project-category-wrapper {
  margin-bottom: 40px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-card-lg .project-category-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-card-lg .project-category-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .project-card-lg .project-category-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .project-card-lg .project-category-wrapper {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .project-card-lg .project-category-wrapper {
    margin-bottom: 20px;
  }
}
.project-card-lg .btn, .project-card-lg input[type=submit] {
  width: auto;
}

.row > .col-12:last-child > .project-card-lg {
  border-bottom: 1px solid var(--border);
}

.carousel-heading-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 48px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .carousel-heading-btn-wrapper {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .carousel-heading-btn-wrapper {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .carousel-heading-btn-wrapper {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .carousel-heading-btn-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .carousel-heading-btn-wrapper {
    margin-bottom: 20px;
  }
}
.carousel-heading-btn-wrapper .section-heading {
  margin-bottom: 0;
}

.project-swiper-navigations {
  position: relative;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .project-swiper-navigations {
    gap: 14px;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: relative;
  height: 48px;
  width: 48px;
  margin: 0;
  background: var(--dark-grey);
  border-radius: 8px;
  inset: 0;
  transition: 0.3s all;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .swiper-button-prev, .swiper-button-next {
    height: 44px;
    width: 44px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .swiper-button-prev, .swiper-button-next {
    height: 44px;
    width: 44px;
  }
}
@media all and (max-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    height: 44px;
    width: 44px;
  }
}
@media all and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 7px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--green);
}

.swiper-button-prev::after {
  background: url(../images/swiper-arrow-left.svg) no-repeat center/contain;
}

.swiper-button-next::after {
  background: url(../images/swiper-arrow-right.svg) no-repeat center/contain;
}

.project-carousel-wrapper .project-card figure img {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}

.project-category {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #E1E9EB;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0 14px;
  color: #000000;
}

.how-we-get-it-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  background: var(--light-grey);
  border-radius: 12px;
  padding: 32px;
}
@media all and (max-width: 575px) {
  .how-we-get-it-card {
    border-radius: 10px;
    padding: 22px;
  }
}
.how-we-get-it-card .how-we-get-it-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 96px;
  line-height: 96px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .how-we-get-it-card .how-we-get-it-num {
    font-size: 80px;
    line-height: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .how-we-get-it-card .how-we-get-it-num {
    font-size: 70px;
    line-height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .how-we-get-it-card .how-we-get-it-num {
    font-size: 60px;
    line-height: 60px;
  }
}
.how-we-get-it-card figure {
  height: 32px;
  max-width: 48px;
  margin-bottom: 44px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .how-we-get-it-card figure {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .how-we-get-it-card figure {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .how-we-get-it-card figure {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 991px) {
  .how-we-get-it-card figure {
    margin-bottom: 20px;
  }
}
.how-we-get-it-card figure img {
  filter: brightness(0);
  max-height: 32px;
}
.how-we-get-it-card h3 {
  text-transform: initial;
  margin-bottom: 12px;
}
.how-we-get-it-card p {
  margin-top: auto;
}

.bg-dark-grey .how-we-get-it-card {
  background: rgba(255, 255, 255, 0.07);
}
.bg-dark-grey .how-we-get-it-card figure img {
  filter: none;
}
.bg-dark-grey .how-we-get-it-card p {
  color: rgba(255, 255, 255, 0.6);
}

.location-cover-section {
  position: relative;
}
.location-cover-section .map-wrapper {
  position: absolute;
  inset: 0;
}
.location-cover-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -200px;
  margin-bottom: -200px;
  height: calc(100% + 400px);
  pointer-events: none;
}

.location-cover-wrapper {
  position: relative;
  padding: 60px 80px;
  background: var(--dark-grey);
  border-radius: 18px;
  clip-path: url(#map-edge);
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .location-cover-wrapper {
    padding: 50px 70px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .location-cover-wrapper {
    padding: 50px 70px;
  }
}
@media all and (max-width: 1200px) {
  .location-cover-wrapper {
    padding: 40px 50px;
    clip-path: url(#map-edge-tablg);
  }
}
@media all and (max-width: 991px) {
  .location-cover-wrapper {
    padding: 24px 30px;
    clip-path: url(#map-edge-tabsm);
  }
}
@media all and (max-width: 575px) {
  .location-cover-wrapper {
    clip-path: url(#map-edge-mobile);
  }
}
.location-cover-wrapper h2 {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .location-cover-wrapper h2 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .location-cover-wrapper h2 {
    margin-bottom: 20px;
  }
}

.location-cover-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .location-cover-button-wrapper {
    gap: 10px;
  }
}
.location-cover-button-wrapper a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 15px);
  text-align: left;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 8px;
  border-color: transparent;
}
@media all and (max-width: 1200px) {
  .location-cover-button-wrapper a {
    width: calc(33.33% - 14px);
  }
}
@media all and (max-width: 991px) {
  .location-cover-button-wrapper a {
    width: calc(33.33% - 7px);
  }
}
@media all and (max-width: 767px) {
  .location-cover-button-wrapper a {
    width: calc(50% - 5px);
  }
}
@media all and (max-width: 575px) {
  .location-cover-button-wrapper a {
    width: 100%;
  }
}
.location-cover-button-wrapper a::after {
  content: "";
  background: url(../images/btn-arrow-right-green.svg) no-repeat center/contain;
  margin-left: 0;
}
.location-cover-button-wrapper a:hover {
  color: var(--green);
  background: white;
  border-color: white;
}
.location-cover-button-wrapper a:hover::after {
  filter: none;
}

.cta-section {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.cta-section .cta-bg {
  position: absolute;
  inset: 0 40px;
  border-radius: 18px 18px 0 18px;
  overflow: hidden;
  background: var(--dark-grey);
}
@media all and (max-width: 1200px) {
  .cta-section .cta-bg {
    inset: 30px 30px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .cta-section .cta-bg {
    inset: 20px 20px 0 20px;
  }
}
@media all and (max-width: 575px) {
  .cta-section .cta-bg {
    inset: 0;
    border-radius: 0;
  }
}
.cta-section .cta-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 26, 0.8);
  pointer-events: none;
}
.cta-section .cta-bg::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 149px;
  height: 143px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .cta-section .cta-bg::after {
    width: 120px;
    height: 115px;
  }
}
@media all and (max-width: 767px) {
  .cta-section .cta-bg::after {
    width: 102px;
    height: 97px;
  }
}
.cta-section .cta-bg img {
  height: 100%;
  object-fit: cover;
}
.cta-section .cta-content {
  position: relative;
}
.cta-section .cta-content h2 {
  color: white;
}
@media all and (max-width: 575px) {
  .cta-section .cta-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.cta-section .cta-content p {
  color: rgba(255, 255, 255, 0.6);
}

.faq-accordion .accordion-item {
  border-radius: 12px;
  border: 0;
  background: #ffffff;
  padding: 24px;
  margin-bottom: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .faq-accordion .accordion-item {
    padding: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item {
    padding: 22px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item {
    padding: 22px;
  }
}
@media all and (max-width: 991px) {
  .faq-accordion .accordion-item {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item {
    padding: 14px 18px 14px;
  }
}
.faq-accordion .accordion-item h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.faq-accordion .accordion-item .accordion-button {
  font-size: inherit;
  font-weight: inherit;
  box-shadow: none;
  border-radius: inherit;
  background: none;
  color: inherit;
  padding: 0;
  gap: 20px;
  letter-spacing: 0;
}
.faq-accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus-icon.svg) no-repeat center/contain;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 16px;
    height: 16px;
  }
}
.faq-accordion .accordion-item .accordion-button[aria-expanded=true] {
  color: var(--dark-grey);
}
.faq-accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  background: url(../images/accordion-minus-icon.svg) no-repeat center/contain;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 8px 0 0;
  color: var(--content);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.contact-details-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .contact-details-card {
    gap: 20px;
    padding: 24px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .contact-details-card {
    gap: 20px;
    padding: 24px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  .contact-details-card {
    gap: 20px;
    padding: 24px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 991px) {
  .contact-details-card {
    gap: 18px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .contact-details-card {
    flex-direction: column;
    text-align: center;
  }
}
.contact-details-card:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .contact-details-card:last-child {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .contact-details-card:last-child {
    margin-bottom: 30px;
  }
}
.contact-details-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 68px;
  width: 68px;
  background: rgba(2, 207, 110, 0.1);
  border-radius: 50%;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .contact-details-card figure {
    height: 60px;
    width: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .contact-details-card figure {
    height: 60px;
    width: 60px;
  }
}
@media all and (max-width: 1200px) {
  .contact-details-card figure {
    height: 60px;
    width: 60px;
  }
}
@media all and (max-width: 991px) {
  .contact-details-card figure {
    height: 50px;
    width: 50px;
  }
}
.contact-details-card figure img {
  max-width: 24px;
  max-height: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .contact-details-card figure img {
    max-width: 22px;
    max-height: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .contact-details-card figure img {
    max-width: 22px;
    max-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  .contact-details-card figure img {
    max-width: 20px;
    max-height: 26px;
  }
}
.contact-details-card h3 {
  text-transform: initial;
  margin-bottom: 2px;
}
.contact-details-card address {
  margin: 0;
}
.contact-details-card a {
  transition: 0.3s all;
}
.contact-details-card a:hover {
  color: var(--green);
}

.contact-form-wrapper {
  padding: 27px 36px 36px;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
}
@media all and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 17px 20px 20px;
    border-radius: 10px;
  }
}

.contact-form .gform_wrapper .ginput_container_radio .gfield_radio {
  grid-column-gap: 16px !important;
  grid-row-gap: 16px !important;
}
@media all and (max-width: 767px) {
  .contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
    margin-bottom: 10px;
  }
  .contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice:last-child {
    margin-bottom: 0;
  }
}
.contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] + label {
  padding: 0 !important;
  height: 42px !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: var(--dark-grey) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] + label {
    height: 38px !important;
    font-size: 13px !important;
  }
}
.contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] + label::before, .contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio] + label::after {
  display: none;
}
.contact-form .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
  background: rgba(2, 207, 110, 0.1019607843) !important;
  border-color: rgba(2, 207, 110, 0.4) !important;
}
.contact-form .gform_wrapper .gfield:last-child {
  position: relative;
}
.contact-form .gform_wrapper .gfield:last-child .gfield_description {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
@media all and (max-width: 575px) {
  .contact-form .gform_wrapper .gfield:last-child .gfield_description {
    font-size: 16px;
  }
}
.contact-form .gform_wrapper .noUi-target {
  background: var(--grey);
  border-radius: 12px;
  border: none;
  box-shadow: none;
  height: 5px;
  margin-top: 55px;
}
.contact-form .gform_wrapper .noUi-connect {
  background: var(--green);
}
.contact-form .gform_wrapper .noUi-horizontal .noUi-handle {
  width: 35px;
  height: 33px;
  right: -17px;
  top: -14px;
  background: var(--light-grey);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.contact-form .gform_wrapper .noUi-horizontal .noUi-handle::before, .contact-form .gform_wrapper .noUi-horizontal .noUi-handle::after {
  display: none;
}
.contact-form .gform_wrapper .noUi-horizontal .noUi-tooltip {
  height: 35px;
  bottom: 30px;
  border-radius: 8px;
  min-width: 82px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--content);
  padding: 0;
  border: 1px solid var(--border-strong);
  align-content: center;
}
@media all and (max-width: 575px) {
  .contact-form .gform_wrapper .noUi-horizontal .noUi-tooltip {
    height: 28px;
    bottom: 30px;
    min-width: 74px;
    font-size: 14px;
  }
}
.contact-form .gform_wrapper .noUi-horizontal .noUi-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  background: url(../images/range-arrow.svg) no-repeat center/contain;
}
.contact-form .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 30px 0 0 !important;
}
@media all and (max-width: 575px) {
  .contact-form .gform_wrapper .gform_footer {
    padding: 20px 0 0 !important;
  }
}
.contact-form .gform_wrapper .gform_footer .button {
  margin: 0;
  width: 100%;
}

.gallery-row {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media all and (max-width: 575px) {
  .gallery-row {
    row-gap: 16px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.gallery-row > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 575px) {
  .gallery-row > [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gallery-item {
  height: 100%;
  display: flex;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media all and (max-width: 575px) {
  .gallery-item img {
    aspect-ratio: 1/1;
  }
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}
.gallery-item h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #ffffff;
  z-index: 2;
  margin: 0;
}
@media all and (max-width: 575px) {
  .gallery-item h3 {
    bottom: 10px;
    left: 12px;
    right: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}
.gallery-item:hover img {
  transform: scale(1.2);
}

.single-project-hero-carousel {
  padding: 30px 0 0;
}

.project-gallery-carousel {
  position: relative;
}
.project-gallery-carousel .swiper-slide {
  width: auto !important;
}
.project-gallery-carousel .swiper-slide img {
  width: auto;
  height: 480px;
  border-radius: 12px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-gallery-carousel .swiper-slide img {
    height: 400px;
  }
}
@media all and (max-width: 1200px) {
  .project-gallery-carousel .swiper-slide img {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .project-gallery-carousel .swiper-slide img {
    height: 350px;
  }
}
@media all and (max-width: 575px) {
  .project-gallery-carousel .swiper-slide img {
    height: 300px;
  }
}

.project-gallery-swiper-navigations {
  position: absolute;
  left: -100px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-gallery-swiper-navigations {
    left: -75px;
    right: -75px;
  }
}
@media all and (max-width: 1200px) {
  .project-gallery-swiper-navigations {
    left: 0;
    right: 0;
  }
}
.project-gallery-swiper-navigations div {
  background-color: #ffffff;
}
.project-gallery-swiper-navigations div::after {
  background: url(../images/swiper-arrow-left-dark-grey.svg) no-repeat center/contain;
}
.project-gallery-swiper-navigations div:last-child::after {
  background: url(../images/swiper-arrow-right-dark-grey.svg) no-repeat center/contain;
}

.single-service-info {
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  .single-service-info {
    padding-right: 0;
  }
}
.single-service-info h3 {
  text-transform: initial;
}
.single-service-info .project-intro {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-intro {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-intro {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-intro {
    margin-bottom: 30px;
  }
}
.single-service-info .project-intro h2 {
  font-weight: 650;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.03em;
  text-transform: initial;
  margin-bottom: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-intro h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-intro h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-intro h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.single-service-info .project-intro .date-location {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--dark-grey);
  margin-bottom: 22px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-intro .date-location {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-intro .date-location {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-intro .date-location {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.single-service-info .project-intro .project-intro-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-intro .project-intro-cat {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-intro .project-intro-cat {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-intro .project-intro-cat {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.single-service-info .project-intro .project-intro-cat span, .single-service-info .project-intro .project-intro-cat a {
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--dark-grey);
  background: var(--grey);
}
@media all and (max-width: 575px) {
  .single-service-info .project-intro .project-intro-cat span, .single-service-info .project-intro .project-intro-cat a {
    height: 32px;
    padding: 0 13px;
    font-size: 14px;
  }
}
.single-service-info .project-acknowledgement {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-acknowledgement {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-acknowledgement {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-acknowledgement {
    margin-bottom: 30px;
  }
}
.single-service-info .project-acknowledgement:last-child {
  margin-bottom: 0;
}
.single-service-info .project-acknowledgement ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.single-service-info .project-acknowledgement ul li {
  margin: 0;
}
.single-service-info .project-acknowledgement ul li {
  background: var(--grey);
  padding: 18px 20px;
}
@media all and (max-width: 575px) {
  .single-service-info .project-acknowledgement ul li {
    padding: 14px 16px;
  }
}
.single-service-info .project-acknowledgement ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.single-service-info .project-acknowledgement ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.single-service-info .project-acknowledgement ul li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media all and (max-width: 575px) {
  .single-service-info .project-acknowledgement ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    padding-left: 27px;
  }
}
.single-service-info .project-acknowledgement ul li h4::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/project-acknowledgement-tick-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .single-service-info .project-acknowledgement ul li h4::before {
    width: 18px;
    height: 18px;
  }
}
.single-service-info .project-challenges {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .single-service-info .project-challenges {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .single-service-info .project-challenges {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-service-info .project-challenges {
    margin-bottom: 30px;
  }
}
.single-service-info .project-challenges:last-child {
  margin-bottom: 0;
}
.single-service-info .project-challenges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-service-info .project-challenges ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .single-service-info .project-challenges ul {
    gap: 12px;
  }
}
.single-service-info .project-challenges ul li {
  width: calc(50% - 10px);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 18px 20px;
}
@media all and (max-width: 575px) {
  .single-service-info .project-challenges ul li {
    width: 100%;
    border-radius: 8px;
  }
}
.single-service-info .project-challenges ul li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 575px) {
  .single-service-info .project-challenges ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.single-service-info .project-challenges ul li h4 span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: var(--dark-grey);
  background: var(--green);
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media all and (max-width: 575px) {
  .single-service-info .project-challenges ul li h4 span {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
}

.single-service-intro {
  margin-bottom: 45px;
}

.single-service-tags {
  margin-bottom: 45px;
}
.single-service-tags .tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .single-service-tags .tags {
    gap: 10px;
  }
}
.single-service-tags .tags span {
  height: 48px;
  padding: 0 17px;
  border-radius: 8px;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--dark-grey);
}
@media all and (max-width: 575px) {
  .single-service-tags .tags span {
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
  }
}

.project-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  .project-type-grid {
    gap: 16px;
  }
}
.project-type-grid .project-type-card {
  width: calc(50% - 10px);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .project-type-grid .project-type-card {
    width: calc(50% - 8px);
    border-radius: 8px;
  }
}
@media all and (max-width: 575px) {
  .project-type-grid .project-type-card figure img {
    aspect-ratio: 2/1.5;
  }
}
.project-type-grid .project-type-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.project-type-grid .project-type-card figure figcaption {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .project-type-grid .project-type-card figure figcaption {
    font-size: 14px;
    line-height: 16px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

.accreditations {
  margin-bottom: 28px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .accreditations {
    margin-bottom: 28px;
  }
}
@media all and (max-width: 1200px) {
  .accreditations {
    margin-bottom: 20px;
  }
}
.accreditations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.accreditations ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .accreditations ul {
    gap: 10px;
  }
}
.accreditations ul li {
  background: var(--light-grey);
  height: 80px;
  width: auto;
  min-width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .accreditations ul li {
    height: 70px;
  }
}
@media all and (max-width: 1200px) {
  .accreditations ul li {
    height: 70px;
    min-width: 140px;
  }
}
@media all and (max-width: 575px) {
  .accreditations ul li {
    height: 64px;
    min-width: 135px;
    border-radius: 8px;
    width: calc(50% - 5px);
  }
}
.accreditations ul li img {
  width: auto;
  height: 48px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .accreditations ul li img {
    height: 42px;
  }
}
@media all and (max-width: 1200px) {
  .accreditations ul li img {
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  .accreditations ul li img {
    height: 35px;
  }
}

.warrenty {
  display: flex;
  gap: 24px;
  align-items: center;
  background: var(--grey);
  padding: 24px 28px;
  border-radius: 10px;
  margin-bottom: 45px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .warrenty {
    padding: 20px 22px;
  }
}
@media all and (max-width: 1200px) {
  .warrenty {
    padding: 16px 20px;
  }
}
@media all and (max-width: 575px) {
  .warrenty {
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
  }
}
.warrenty img {
  flex-shrink: 0;
  width: 170px;
  border-radius: 4px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .warrenty img {
    width: 160px;
  }
}
@media all and (max-width: 1200px) {
  .warrenty img {
    width: 140px;
  }
}
@media all and (max-width: 575px) {
  .warrenty img {
    width: 90px;
  }
}
.warrenty p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 650;
  color: var(--light-content);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .warrenty p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  .warrenty p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .warrenty p {
    font-size: 14px;
    line-height: 20px;
  }
}
.warrenty p span {
  color: var(--dark-grey);
}

.whats-include {
  padding: 32px;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  .whats-include {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}
.whats-include ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.whats-include ul li {
  margin: 0;
}
.whats-include ul li {
  padding-left: 28px;
}
.whats-include ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-include.svg) no-repeat center/contain;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .whats-include ul li::before {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 1200px) {
  .whats-include ul li::before {
    width: 18px;
    height: 18px;
  }
}

.whats-not-include ul li::before {
  background: url(../images/icon-not-include.svg) no-repeat center/contain;
}

.service-feature-row {
  margin-bottom: 50px;
  row-gap: 50px;
}
@media all and (max-width: 575px) {
  .service-feature-row {
    row-gap: 40px;
  }
}

.service-feature-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
}
.service-feature-img::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 170px;
  height: 165px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .service-feature-img::after {
    width: 120px;
    height: 115px;
  }
}
@media all and (max-width: 767px) {
  .service-feature-img::after {
    width: 100px;
    height: 95px;
  }
}
.service-feature-img img {
  object-fit: cover;
  transition: 0.3s all;
}

.service-feature-info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .service-feature-info {
    gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .service-feature-info {
    gap: 30px;
    margin-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .service-feature-info {
    margin-left: 0;
  }
}

.service-feature-info-item {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 1200px) {
  .service-feature-info-item {
    gap: 20px;
  }
}
.service-feature-info-item .number {
  flex-shrink: 0;
  width: 74px;
  font-size: 60px;
  line-height: 50px;
  font-weight: 650;
  letter-spacing: -0.03em;
}
@media all and (max-width: 1200px) {
  .service-feature-info-item .number {
    width: 60px;
    font-size: 50px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .service-feature-info-item .number {
    width: 50px;
    font-size: 44px;
  }
}
.service-feature-info-item .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-feature-info-item .info h3 {
  letter-spacing: -0.01em;
  text-transform: initial;
  margin: 0;
}
.service-feature-info-item .info p {
  color: var(--light-content);
}

.bg-grey .service-feature-img ::after {
  background: url(../images/bottom-right-shape-grey.svg) no-repeat center/contain;
}

.bg-dark-grey .service-feature-img::after {
  background: url(../images/bottom-right-shape-dark-grey.svg) no-repeat center/contain;
}

.general-info-section .left-heading {
  margin-right: -20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .general-info-section .left-heading {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .general-info-section .left-heading {
    margin-right: 0;
  }
}
@media all and (max-width: 991px) {
  .general-info-section .left-heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .general-info-section .left-heading {
    margin-bottom: 20px;
  }
}
.general-info-section .left-heading h1:last-child {
  margin-bottom: 0;
}
.general-info-section .right-info {
  margin-left: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .general-info-section .right-info {
    margin-left: 30px;
  }
}
@media all and (max-width: 1200px) {
  .general-info-section .right-info {
    margin-left: 0;
  }
}

.expertise-section-left-info {
  width: 660px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .expertise-section-left-info {
    width: 580px;
  }
}
@media all and (max-width: 1200px) {
  .expertise-section-left-info {
    width: 100%;
    margin-bottom: 40px;
  }
}

.expertise-section-right-info {
  max-width: 542px;
  margin-left: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .expertise-section-right-info {
    max-width: 500px;
  }
}
@media all and (max-width: 1200px) {
  .expertise-section-right-info {
    max-width: 100%;
  }
}
.expertise-section-right-info h3 {
  letter-spacing: -0.01em;
  text-transform: initial;
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .expertise-section-right-info h3 {
    margin-bottom: 16px;
  }
}
.expertise-section-right-info .logos {
  margin-bottom: 36px;
}
@media all and (max-width: 575px) {
  .expertise-section-right-info .logos {
    margin-bottom: 20px;
  }
}
.expertise-section-right-info .logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.expertise-section-right-info .logos ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .expertise-section-right-info .logos ul {
    gap: 10px;
  }
}
.expertise-section-right-info .logos ul li {
  width: calc(50% - 10px);
  height: 116px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-strong);
}
@media all and (max-width: 1200px) {
  .expertise-section-right-info .logos ul li {
    height: 100px;
    width: calc(25% - 15px);
  }
}
@media all and (max-width: 991px) {
  .expertise-section-right-info .logos ul li {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 575px) {
  .expertise-section-right-info .logos ul li {
    height: 64px;
    border-radius: 8px;
    width: calc(50% - 5px);
  }
}
.expertise-section-right-info .logos ul li img {
  max-height: 60px;
  max-width: 90%;
}
@media all and (max-width: 1200px) {
  .expertise-section-right-info .logos ul li img {
    max-height: 50px;
  }
}
@media all and (max-width: 575px) {
  .expertise-section-right-info .logos ul li img {
    max-height: 35px;
  }
}
.experience-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  align-content: end;
  min-height: 860px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-section {
    padding: 80px 0;
    min-height: 620px;
  }
}
@media all and (max-width: 1200px) {
  .experience-section {
    padding: 80px 0;
    min-height: 700px;
  }
}
@media all and (max-width: 575px) {
  .experience-section {
    padding: 50px 0;
  }
}
.experience-section .bg-img {
  position: absolute;
  inset: 0 40px;
  border-radius: 18px 18px 0 18px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .experience-section .bg-img {
    inset: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .experience-section .bg-img {
    inset: 0 20px;
  }
}
@media all and (max-width: 575px) {
  .experience-section .bg-img {
    inset: 0;
    border-radius: 0;
  }
}
.experience-section .bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 26, 0.6);
  pointer-events: none;
}
.experience-section .bg-img::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 148px;
  height: 144px;
  background: url(../images/bottom-right-shape.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .experience-section .bg-img::after {
    width: 118px;
    height: 115px;
  }
}
@media all and (max-width: 767px) {
  .experience-section .bg-img::after {
    width: 97px;
    height: 95px;
  }
}
.experience-section .bg-img img {
  height: 100%;
  object-fit: cover;
}

.experience-info {
  max-width: 725px;
  color: #ffffff;
}
@media all and (max-width: 1200px) {
  .experience-info {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.experience-info h2 {
  color: inherit;
  margin-bottom: 16px;
}

.experience-section-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 755px;
  margin-left: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-section-stats {
    max-width: 510px;
    gap: 22px;
  }
}
@media all and (max-width: 1200px) {
  .experience-section-stats {
    max-width: 100%;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .experience-section-stats {
    gap: 10px;
  }
}

.experience-stats-card {
  width: calc(50% - 14px);
  padding: 24px 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(80px);
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-stats-card {
    padding: 22px;
    width: calc(50% - 11px);
  }
}
@media all and (max-width: 1200px) {
  .experience-stats-card {
    padding: 18px;
    width: calc(25% - 15px);
  }
}
@media all and (max-width: 991px) {
  .experience-stats-card {
    width: calc(50% - 10px);
    padding: 28px;
  }
}
@media all and (max-width: 575px) {
  .experience-stats-card {
    width: calc(50% - 5px);
    padding: 12px;
  }
}
.experience-stats-card p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 24px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-stats-card p {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .experience-stats-card p {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .experience-stats-card p {
    font-size: 15px;
  }
}
.experience-stats-card h3 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: 6px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-stats-card h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 1200px) {
  .experience-stats-card h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .experience-stats-card h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.experience-stats-card h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .experience-stats-card h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  .experience-stats-card h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 575px) {
  .experience-stats-card h4 {
    font-size: 13px;
    line-height: 12px;
  }
}

.experience-section-stats .experience-stats-card:last-child {
  clip-path: url(#exp-pattern);
}

.single-project-category-wrapper {
  display: flex;
  gap: 16px;
}

.project-category-lg {
  height: 36px;
  line-height: 36px;
  color: var(--dark-grey);
  background: var(--grey);
  padding: 0 17px;
  margin-bottom: 40px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-category-lg {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-category-lg {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .project-category-lg {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  .project-category-lg {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .project-category-lg {
    margin-bottom: 24px;
  }
}

.project-delivered-card {
  height: 100%;
  background: var(--grey);
  padding: 28px 32px;
  border-left: 4px solid var(--green);
  border-radius: 10px;
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .project-delivered-card {
    padding: 24px 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-delivered-card {
    padding: 24px 28px;
  }
}
@media all and (max-width: 1200px) {
  .project-delivered-card {
    padding: 24px 28px;
  }
}
@media all and (max-width: 991px) {
  .project-delivered-card {
    padding: 20px 24px;
  }
}
@media all and (max-width: 575px) {
  .project-delivered-card {
    padding: 16px 20px;
  }
}
.project-delivered-card h3 {
  text-transform: initial;
  margin-bottom: 12px;
}
@media all and (max-width: 575px) {
  .project-delivered-card h3 {
    margin-bottom: 10px;
  }
}

.challenge-solved-card {
  background: rgba(255, 255, 255, 0.07);
  padding: 32px;
  border-radius: 12px;
  backdrop-filter: blur(79.5px);
}
@media all and (min-width: 1601px) and (max-width: 1700px) {
  .challenge-solved-card {
    padding: 28px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .challenge-solved-card {
    padding: 28px;
  }
}
@media all and (max-width: 1200px) {
  .challenge-solved-card {
    padding: 28px;
  }
}
@media all and (max-width: 991px) {
  .challenge-solved-card {
    padding: 24px;
  }
}
@media all and (max-width: 575px) {
  .challenge-solved-card {
    padding: 20px;
  }
}
.challenge-solved-card h3 {
  color: white;
  text-transform: initial;
  margin-bottom: 12px;
}
@media all and (max-width: 575px) {
  .challenge-solved-card h3 {
    margin-bottom: 10px;
  }
}
.challenge-solved-card h3 span {
  color: var(--green);
}
.challenge-solved-card p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.bg-grey .project-delivered-card {
  background: #ffffff;
}

@media all and (max-width: 991px) {
  .two-column-left-project-info {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info {
    margin-bottom: 45px;
  }
}
.two-column-left-project-info h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-transform: initial;
  margin-bottom: 16px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-column-left-project-info h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-left-project-info h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.two-column-left-project-info .project-intro {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-column-left-project-info .project-intro {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-left-project-info .project-intro {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info .project-intro {
    margin-bottom: 30px;
  }
}
.two-column-left-project-info .project-intro h2 {
  font-weight: 650;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.03em;
  text-transform: initial;
  margin-bottom: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-column-left-project-info .project-intro h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-left-project-info .project-intro h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info .project-intro h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.two-column-left-project-info .project-intro .date-location {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--dark-grey);
  margin-bottom: 22px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-column-left-project-info .project-intro .date-location {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-left-project-info .project-intro .date-location {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info .project-intro .date-location {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.two-column-left-project-info .project-intro .project-intro-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .two-column-left-project-info .project-intro .project-intro-cat {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .two-column-left-project-info .project-intro .project-intro-cat {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .two-column-left-project-info .project-intro .project-intro-cat {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.two-column-left-project-info .project-intro .project-intro-cat span, .two-column-left-project-info .project-intro .project-intro-cat a {
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--dark-grey);
  background: var(--grey);
}
@media all and (max-width: 575px) {
  .two-column-left-project-info .project-intro .project-intro-cat span, .two-column-left-project-info .project-intro .project-intro-cat a {
    height: 32px;
    padding: 0 13px;
    font-size: 14px;
  }
}

.project-acknowledgement {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-acknowledgement {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .project-acknowledgement {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .project-acknowledgement {
    margin-bottom: 30px;
  }
}
.project-acknowledgement:last-child {
  margin-bottom: 0;
}
.project-acknowledgement ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.project-acknowledgement ul li {
  margin: 0;
}
.project-acknowledgement ul li {
  background: var(--grey);
  padding: 18px 20px;
}
@media all and (max-width: 575px) {
  .project-acknowledgement ul li {
    padding: 14px 16px;
  }
}
.project-acknowledgement ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.project-acknowledgement ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.project-acknowledgement ul li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media all and (max-width: 575px) {
  .project-acknowledgement ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    padding-left: 27px;
  }
}
.project-acknowledgement ul li h4::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/project-acknowledgement-tick-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .project-acknowledgement ul li h4::before {
    width: 18px;
    height: 18px;
  }
}

.project-challenges {
  margin-bottom: 60px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .project-challenges {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) {
  .project-challenges {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .project-challenges {
    margin-bottom: 30px;
  }
}
.project-challenges:last-child {
  margin-bottom: 0;
}
.project-challenges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.project-challenges ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .project-challenges ul {
    gap: 12px;
  }
}
.project-challenges ul li {
  width: calc(50% - 10px);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 18px 20px;
}
@media all and (max-width: 575px) {
  .project-challenges ul li {
    width: 100%;
    border-radius: 8px;
  }
}
.project-challenges ul li h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 575px) {
  .project-challenges ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.project-challenges ul li h4 span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: var(--dark-grey);
  background: var(--green);
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media all and (max-width: 575px) {
  .project-challenges ul li h4 span {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
}

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