/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
@font-face {
  font-family: "Akrobat Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Akrobat-Regular.woff2) format("woff2"), url(../fonts/Akrobat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Akrobat Regular";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Akrobat-SemiBold.woff2) format("woff2"), url(../fonts/Akrobat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Akrobat Regular";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Akrobat-Bold.woff2) format("woff2"), url(../fonts/Akrobat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Akrobat Regular";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Akrobat-Black.woff2) format("woff2"), url(../fonts/Akrobat-Black.woff) format("woff");
}
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Akrobat Regular", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4D4A4C;
  background-color: #fff;
}
body.scroll-fixed {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
.h1 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
.h3 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
  font-weight: 400;
  line-height: 1.5;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
.h4 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
  font-weight: 600;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin-bottom: 1.063rem;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4D4A4C;
  word-break: keep-all;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1.063rem;
  }
}

p {
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow-text {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  color: #64b595;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}

ul.no-list {
  list-style: none;
  padding: 0;
}
ul > li::marker {
  font-size: 1.2em;
  color: currentColor;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.563rem;
  padding: 0 1.25rem;
  border-left: 0.313rem solid #BCBCBC;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 2;
  color: #000;
  text-align: left;
  background-color: #fff;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
blockquote p {
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  color: #2A2B2F;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link */
a {
  color: #38A0D4;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
p a:hover {
  color: #64b595;
}
.bg-dark p a:hover {
  color: #4D4A4C;
}
a:hover {
  color: #38A0D4;
  outline: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}
p .bg-dark a:hover {
  color: #4D4A4C;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #dee3e2;
  vertical-align: bottom;
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
/**
 * Main content containers
 */
:root {
  --gutter: 2.5rem;
}
@media (max-width: 991px) {
  :root {
    --gutter: 1.25rem;
  }
}

.alignfull, .alignwide, .container-fluid, .container {
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}

.container {
  --container-width: 68.125rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.bg-dark {
  background: linear-gradient(#64b595 0%, #38A0D4 100%);
}

.text-dark {
  color: linear-gradient(#64b595 0%, #38A0D4 100%);
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 68.125rem;
}

button, input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 3px 1.75rem;
  border: 5px solid #38A0D4;
  border-radius: 100vh;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #38A0D4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.05em;
  background-color: #fff;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, a:hover button, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #38A0D4;
}
.bg-dark button, .bg-dark input[type=button],
.bg-dark input[type=reset],
.bg-dark input[type=submit], .bg-dark .btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.bg-dark button:hover, .bg-dark input[type=button]:hover,
.bg-dark input[type=reset]:hover,
.bg-dark input[type=submit]:hover, .bg-dark .btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #38A0D4;
}

.btn-sm {
  padding: 0.25rem 0.563rem;
  font-size: 0.813rem;
}
.btn-lg {
  padding: 0.688rem 2.25rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 1.125rem;
  }
}
.btn-link {
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #4D4A4C;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: -4px -8px;
  border: 1px solid #dee3e2;
  border-radius: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.btn-link::after {
  display: inline-flex;
  content: "";
  width: 0.625rem;
  height: 0.938rem;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-top: 1px;
  font-size: 0.563rem;
  color: #4D4A4C;
  transition: 0.4s ease;
}
.btn-link:hover, a:hover .btn-link {
  border-color: currentcolor;
  color: #38A0D4;
  text-decoration: none;
}
.btn-link:hover::after, a:hover .btn-link::after {
  transform: translateX(4px);
  color: #38A0D4;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Akrobat Regular", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Akrobat Regular", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.625rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #38A0D4;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #38A0D4;
  outline: none;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.625rem;
  border: solid #38A0D4;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 0.125rem solid #38A0D4;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}

.hero-section {
  --headerHeight: 7.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  min-height: calc(100dvh - var(--headerHeight));
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 34.375rem;
  }
}
.hero-section .hs-heading .h1 {
  margin-bottom: 0;
}
.hero-section .hs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .hs-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#64b595 0%, #38A0D4 100%);
  opacity: 0.7;
  pointer-events: none;
}
.hero-section .hs-bg img,
.hero-section .hs-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hs-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .hero-section .hs-link-wrap {
    margin-top: 1.25rem;
  }
}

.wysiwyg-component {
  position: relative;
}
.wysiwyg-component .container {
  --container-width: 52.813rem;
}
.wysiwyg-component .wc-heading h2 {
  margin-bottom: 1.438rem;
}
@media (max-width: 767px) {
  .wysiwyg-component .wc-heading h2 {
    margin-bottom: 1rem;
  }
}
.wysiwyg-component .wc-decs h1:last-child,
.wysiwyg-component .wc-decs h2:last-child,
.wysiwyg-component .wc-decs h3:last-child,
.wysiwyg-component .wc-decs h4:last-child,
.wysiwyg-component .wc-decs h5:last-child,
.wysiwyg-component .wc-decs h6:last-child {
  margin-bottom: 0;
}
.wysiwyg-component .wc-decs h1 a,
.wysiwyg-component .wc-decs h2 a,
.wysiwyg-component .wc-decs h3 a,
.wysiwyg-component .wc-decs h4 a,
.wysiwyg-component .wc-decs h5 a,
.wysiwyg-component .wc-decs h6 a {
  color: #38A0D4;
  text-decoration: underline;
}
.wysiwyg-component .wc-decs h1 a:hover,
.wysiwyg-component .wc-decs h2 a:hover,
.wysiwyg-component .wc-decs h3 a:hover,
.wysiwyg-component .wc-decs h4 a:hover,
.wysiwyg-component .wc-decs h5 a:hover,
.wysiwyg-component .wc-decs h6 a:hover {
  color: #64b595;
}
.wysiwyg-component .wc-decs li a:hover {
  color: #64b595;
}

.full-width-image .fw-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .full-width-image .fw-image-wrap {
    height: 12.5rem;
  }
}

.contact-us {
  position: relative;
  z-index: 1;
}
.contact-us .container {
  --container-width: 57.5rem;
}
.contact-us .bg-image {
  mix-blend-mode: multiply;
  opacity: 1;
}
.contact-us .cu-title h2 {
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact-us .cu-title h2 {
    font-size: 1.875rem;
  }
}
.contact-us .cu-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1.25rem;
}
@media (max-width: 991px) {
  .contact-us .cu-main {
    flex-direction: column;
  }
}
.contact-us .cu-email-link, .contact-us .cu-phone-link {
  display: block;
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .contact-us .cu-email-link, .contact-us .cu-phone-link {
    font-size: 1.875rem;
  }
}
.contact-us .cu-email-link:hover, .contact-us .cu-phone-link:hover {
  color: #2A2B2F;
}
.contact-us .cu-border {
  position: relative;
}
.contact-us .cu-border:not(:last-child) {
  padding-right: 1.125rem;
  margin-right: 1.125rem;
}
@media (max-width: 991px) {
  .contact-us .cu-border:not(:last-child) {
    margin: 0;
    padding: 0;
  }
}
.contact-us .cu-border:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact-us .cu-border:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .fifty-fifty-image .ff-row {
    margin: 0 !important;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .fifty-fifty-image .ff-row [class*=cell-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.fifty-fifty-image .ff-col-left {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .fifty-fifty-image .ff-col-left {
    padding-left: calc((100% - 73.125rem) / 2);
    margin-bottom: 0;
  }
  .fifty-fifty-image .ff-col-left > div {
    padding-left: var(--gutter);
  }
}
.fifty-fifty-image .ff-heading h2 {
  margin-bottom: 0;
}
.fifty-fifty-image .ff-image {
  height: 100%;
}
@media (max-width: 991px) {
  .fifty-fifty-image .ff-image {
    max-width: 25rem;
    margin: 0 auto;
  }
}
.fifty-fifty-image .ff-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 19.813rem;
}
.fifty-fifty-image .ff-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fifty-fifty-image .ff-image-wrap {
    padding-top: 100%;
    min-height: auto;
  }
}
.fifty-fifty-image .ff-link {
  margin-top: 1.438rem;
}
.fifty-fifty-image .ff-content h1 a,
.fifty-fifty-image .ff-content .h1 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h1 a:hover,
.fifty-fifty-image .ff-content .h1 a:hover {
  color: #64b595;
}
.fifty-fifty-image .ff-content h2 a,
.fifty-fifty-image .ff-content .h2 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h2 a:hover,
.fifty-fifty-image .ff-content .h2 a:hover {
  color: #64b595;
}
.fifty-fifty-image .ff-content h3 a,
.fifty-fifty-image .ff-content .h3 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h3 a:hover,
.fifty-fifty-image .ff-content .h3 a:hover {
  color: #64b595;
}
.fifty-fifty-image .ff-content h4 a,
.fifty-fifty-image .ff-content .h4 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h4 a:hover,
.fifty-fifty-image .ff-content .h4 a:hover {
  color: #64b595;
}
.fifty-fifty-image .ff-content h5 a,
.fifty-fifty-image .ff-content .h5 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h5 a:hover,
.fifty-fifty-image .ff-content .h5 a:hover {
  color: #64b595;
}
.fifty-fifty-image .ff-content h6 a,
.fifty-fifty-image .ff-content .h6 a {
  display: contents;
  color: #38A0D4;
  text-decoration: underline;
}
.fifty-fifty-image .ff-content h6 a:hover,
.fifty-fifty-image .ff-content .h6 a:hover {
  color: #64b595;
}

.our-services .os-heading-wrap {
  position: relative;
  padding: 1.375rem 0;
  z-index: 1;
}
.our-services .os-heading-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.938rem;
}
.our-services .os-title h2 {
  margin-bottom: 0;
}
.our-services .os-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 293/239;
  text-decoration: none;
}
.our-services .os-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.our-services .os-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 160, 205, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 1;
}
.our-services .os-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#64b595 0%, #38A0D4 100%);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}
.our-services .os-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.our-services .os-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-services .os-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-services .os-content {
  position: relative;
  z-index: 1;
  padding: 0.625rem;
}
.our-services .os-content h5 {
  font-size: 1.313rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.our-services .os-content .btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  padding: 2px 0.938rem;
}
.our-services .os-icon {
  margin-top: 0.875rem;
}
.our-services .os-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner-hero {
  position: relative;
  z-index: 1;
  padding: 1.875rem 0;
}
.inner-hero h1,
.inner-hero .h1 {
  margin-bottom: 0;
}
.inner-hero .ih-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-hero .ih-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-hero .ih-bg img {
  object-position: center;
}
.inner-hero .ih-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#64b595 0%, #38a0d4 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.issues-section .nlc-heading-wrap {
  position: relative;
  padding: 1.375rem 0;
  z-index: 1;
}
.issues-section .nlc-heading-wrap .container {
  gap: 0.938rem;
  flex-wrap: wrap;
}
.issues-section .nlc-title h2 {
  margin-bottom: 0;
}
.issues-section .nlc-row {
  justify-content: center;
}
.issues-section .nlc-link {
  text-decoration: none;
}
.issues-section .nlc-image-wrap {
  position: relative;
  padding-top: 81.7948717949%;
}
.issues-section .nlc-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.issues-section .nlc-title-wrap {
  padding: 0.938rem 1.125rem 3.125rem;
}
@media (max-width: 767px) {
  .issues-section .nlc-title-wrap {
    padding-bottom: 1.875rem;
  }
}
.issues-section .nlc-title-wrap h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.issues-section .nlc-excerpt {
  font-size: 1rem;
  font-weight: 400;
  color: #4D4A4C;
}

.four-column-cards {
  position: relative;
  padding: 3.125rem 0;
}
.four-column-cards::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fw-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.four-column-cards .sec-heading-line {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.four-column-cards .sec-heading-line::before {
  left: 50%;
  transform: translateX(-50%);
}
.four-column-cards .fcc-wrap {
  margin-right: -1.563rem;
  margin-left: -1.563rem;
  row-gap: 1.875rem;
}
.four-column-cards .fcc-wrap [class*=cell-] {
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
@media (max-width: 991px) {
  .four-column-cards .fcc-wrap {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
  }
  .four-column-cards .fcc-wrap [class*=cell-] {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
}

.projects-listing .btn {
  margin-top: 1.5rem;
}
.projects-listing .pl-row {
  margin-right: -1.563rem;
  margin-left: -1.563rem;
  row-gap: 1.875rem;
}
.projects-listing .pl-row [class*=cell-] {
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
@media (max-width: 991px) {
  .projects-listing .pl-row {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
  }
  .projects-listing .pl-row [class*=cell-] {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
}
.projects-listing .pl-wrap {
  text-decoration: none;
}
.projects-listing .pl-img {
  position: relative;
  padding-top: 60.9615384615%;
  margin-bottom: 1.5rem;
}
.projects-listing .pl-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-listing .pl-excerpt {
  color: #4D4A4C;
}

.image-gallery .ig-image {
  position: relative;
  aspect-ratio: 1/1;
}
.image-gallery .ig-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-block {
  position: relative;
}
.leadership-block .lb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.leadership-block .lb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-block .lb-row {
  row-gap: 1.875rem;
}
@media (max-width: 991px) {
  .leadership-block .lb-row {
    flex-direction: column-reverse;
  }
}
.leadership-block .lb-main-heading .sec-heading-line {
  margin-bottom: 2.875rem;
}
@media (max-width: 767px) {
  .leadership-block .lb-main-heading .sec-heading-line {
    margin-bottom: 1.375rem;
  }
}
.leadership-block .lb-left-card:not(:last-child) {
  margin-bottom: 2.688rem;
}
@media (max-width: 767px) {
  .leadership-block .lb-left-card:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.leadership-block .lb-left-card-img img {
  transform: scale(1.02);
}
.leadership-block .lb-left-card-img, .leadership-block .lb-right-card-img {
  position: relative;
  max-width: 15rem;
  border: 3px solid #B7A0CD;
  border-radius: 100vh;
  overflow: hidden;
}
.leadership-block .lb-left-card-img img, .leadership-block .lb-right-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadership-block .lb-left-card-img::before, .leadership-block .lb-right-card-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 767px) {
  .leadership-block .lb-left-card-img, .leadership-block .lb-right-card-img {
    margin: 0 auto 1.875rem;
  }
}
.leadership-block .lb-left-card-content {
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .leadership-block .lb-left-card-content {
    padding-left: 0;
  }
}
.leadership-block .lb-left-card-content .h4 {
  font-weight: 600;
  line-height: 1.2;
}
.leadership-block .lb-left-card-designation, .leadership-block .lb-right-card-designation {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}
.leadership-block .lb-read-more {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #38A0D4;
  text-decoration: underline;
  margin-top: 0.625rem;
  cursor: pointer;
  transition: 0.4s;
}
.leadership-block .lb-read-more:hover {
  color: #64b595;
}
.leadership-block .lb-right-content {
  position: sticky;
  top: 1.875rem;
  top: calc(var(--header-height) + 20px);
  padding: 1.25rem 1.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .leadership-block .lb-right-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.leadership-block .lb-right-card-content .h4 {
  margin-bottom: 5px;
}
.leadership-block .lb-right-image-wrap {
  max-width: 15rem;
  width: 100%;
  margin: 0 auto 1.563rem;
}
@media (min-width: 576px) and (max-width: 991px) {
  .leadership-block .lb-right-image-wrap {
    margin-bottom: 0;
  }
}

.news-listing-component .nlc-link {
  text-decoration: none;
}
.news-listing-component .nlc-image-wrap {
  position: relative;
  padding-top: 81.7948717949%;
}
.news-listing-component .nlc-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-listing-component .nlc-title-wrap {
  padding: 0.938rem 1.125rem 3.125rem;
}
@media (max-width: 767px) {
  .news-listing-component .nlc-title-wrap {
    padding-bottom: 1.875rem;
  }
}
.news-listing-component .nlc-title-wrap h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-listing-component .nlc-excerpt {
  font-size: 1rem;
  font-weight: 400;
  color: #4D4A4C;
}

.news-listing-component .ndc-heading {
  position: relative;
  padding: 1.375rem 0;
  z-index: 1;
}
.news-listing-component .ndc-heading .container {
  gap: 0.938rem;
  flex-wrap: wrap;
}
.news-listing-component .ndc-title {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.news-detail-content .container {
  --container-width: 49.938rem;
}
.news-detail-content h1,
.news-detail-content .h1 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content h2,
.news-detail-content .h2 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content h3,
.news-detail-content .h3 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content h4,
.news-detail-content .h4 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content h5,
.news-detail-content .h5 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content h6,
.news-detail-content .h6 {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content * {
  line-height: 2.25rem;
}
@media (max-width: 767px) {
  .news-detail-content * {
    line-height: 1.625rem;
  }
}
.news-detail-content h6 {
  font-size: 1rem;
}
.news-detail-content p {
  color: #2A2B2F;
  font-weight: 300;
}
.news-detail-content ul li {
  font-weight: 700;
  color: #2A2B2F;
}
.news-detail-content .ndc-heading {
  margin-bottom: 2.625rem;
}
@media (max-width: 991px) {
  .news-detail-content .ndc-heading {
    margin-bottom: 1.875rem;
  }
}
.news-detail-content .ndc-heading .h2 {
  font-size: 1.875rem;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  color: #4D4A4C;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news-detail-content .ndc-heading .h2 {
    font-size: 1.625rem;
  }
}
.news-detail-content .ndc-feaure-img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .news-detail-content .ndc-feaure-img {
    margin-bottom: 1.875rem;
  }
}
.news-detail-content .ndc-feaure-img img {
  width: 100%;
}

.project-map-embed .pm-main {
  overflow: auto;
}
.project-map-embed iframe {
  max-width: none;
  height: 50rem;
}
@media (min-width: 768px) {
  .project-map-embed iframe {
    width: 100%;
  }
}

.location-details {
  padding: 2.625rem 0;
}
.location-details .ld-row {
  margin-right: -1.563rem;
  margin-left: -1.563rem;
  row-gap: 1.25rem;
}
.location-details .ld-row [class*=cell-] {
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
.location-details .ld-heading h2 {
  margin-bottom: 1.438rem;
}
@media (max-width: 767px) {
  .location-details .ld-heading h2 {
    margin-bottom: 1rem;
  }
}
.location-details .ld-description {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .location-details .ld-description {
    font-size: 1.25rem;
  }
}
.location-details .ld-description a[href^=tel] {
  color: #4D4A4C;
  text-decoration: none;
}
.location-details .ld-description a[href^=tel]:hover {
  color: #64b595;
}
.location-details .ld-map {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .location-details .ld-map {
    margin-top: 1.25rem;
  }
}
.location-details .ld-map iframe {
  width: 100%;
  height: 21.688rem;
}

.job-openings .jo-heading-wrap {
  position: relative;
  padding: 1.375rem 0;
  z-index: 1;
}
.job-openings .jo-heading-wrap .container {
  gap: 0.938rem;
  flex-wrap: wrap;
}
.job-openings .jo-title h2 {
  margin-bottom: 0;
}
.job-openings .jo-card:not(:last-child) {
  margin-bottom: 1.875rem;
}
.job-openings .jo-main {
  padding: 3.125rem 0;
}
@media (max-width: 767px) {
  .job-openings .jo-main {
    padding: 1.875rem 0;
  }
}
.job-openings .jo-main .container {
  --container-width: 56.25rem;
}
.job-openings .jo-full-link {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.job-openings .jo-full-link:hover {
  color: #64b595;
}
.job-openings .jo-resume {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.job-openings .jo-resume a {
  display: inline-block;
  color: #38A0D4;
  text-decoration: underline;
}
.job-openings .jo-resume a:hover {
  color: #64b595;
}

.job-detail .job-meta {
  background-color: rgba(77, 74, 76, 0.7);
  padding: 0.313rem 0.625rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.938rem;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 4.063rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.125rem;
    --space-md: 3.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 1.875rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

.wrapper {
  position: relative;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-content {
  flex-grow: 1;
  width: 100%;
  padding-top: var(--headerHeight);
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.btn),
.bg-secondary *:not(.btn),
.inner-text-white *:not(.btn) {
  color: #fff;
}

/* Pagination */
.pagination {
  padding: 1.875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.625rem;
  padding: 0;
  font-weight: 700;
  color: rgba(77, 74, 76, 0.6);
}
.pagination li a:hover {
  color: #38A0D4 !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: rgba(77, 74, 76, 0.6);
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li a:not(.prev, .next).active,
.pagination li span.active {
  border-color: #4D4A4C;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #4D4A4C;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #dee3e2;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #38A0D4;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination li .current {
  color: #4D4A4C;
}

.theme-list li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  font-size: 1.375rem;
  font-weight: 600;
}
.theme-list li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.875rem;
  width: 0.688rem;
  height: 1.125rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-dark .theme-list li::before {
  background-image: url(../images/arrow-black.svg);
}

.body-lg {
  font-size: 1.125rem;
  font-weight: 400;
}

.sec-heading-line {
  position: relative;
  padding-bottom: 1.375rem;
  margin-bottom: 1.375rem;
}
.sec-heading-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.813rem;
  height: 0.313rem;
  background-color: #38A0D4;
}
.bg-dark .sec-heading-line::before {
  background-color: #fff;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0;
}
.social-icon li {
  padding: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fw-bg.webp);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.load-more-img {
  display: flex;
  justify-content: center;
  margin: 1.875rem;
}
.load-more-img .loading {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 150px;
  border: 5px solid #4D4A4C;
  border-top-color: #38A0D4;
  box-sizing: border-box;
  animation: loading 4s linear infinite;
  -webkit-animation: loading 4s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.load-more-link {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}

.no-more-result {
  text-align: center;
}

.single-post .main-footer .current-menu-inner a::before {
  width: 100% !important;
}
.single-post .main-header .current-menu-inner > a::before {
  width: 100% !important;
}

.single-service .main-footer .current-menu-service a::before {
  width: 100% !important;
}
.single-service .main-header .current-menu-service > a::before {
  width: 100% !important;
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 1.875rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 0 0 1.563rem;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #38A0D4;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  cursor: pointer;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #38A0D4;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -8px;
}
.hamburger span::after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 6px;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  z-index: -1;
  display: block;
}
@media (min-width: 992px) {
  .mbnav {
    display: none;
  }
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #38a0d4;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav .menu-wrap {
  /* stylelint-disable custom-property-pattern */
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  /* stylelint-enable custom-property-pattern */
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  overflow: hidden auto;
  max-height: 100%;
  padding-top: 5.313rem;
  background-color: #fff;
  height: 100%;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.625rem 1.25rem 0;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li.current-menu-item > a, .mbnav ul li.current-menu-parent > a {
  color: #64b595 !important;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #64b595;
  font-size: 1.25rem;
  font-weight: 500;
  color: #4D4A4C;
  list-style: none;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  --sarrow-width: 13px;
  content: "";
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 5) solid #64b595;
  border-bottom: 0;
  border-left: 0;
}
.mbnav ul li:not(.btn-wrap) a {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 15px 0;
  line-height: 1.3;
  color: currentcolor;
  text-decoration: none !important;
  font-weight: 700;
  color: #38A0D4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform: translateY(200%);
  width: calc(100% - 40px);
  margin: 0;
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).back-click {
  position: relative;
  order: -1;
  width: 100%;
  padding: 10px 0 10px 20px;
  font-weight: 700;
  color: #64b595;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  --sarrow-width: 10px;
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  transform: rotate(-135deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #64b595;
  border-bottom: 0;
  border-left: 0;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  padding-right: 0.688rem;
}
.color-mbnav .mbnav__caret::before {
  color: #4D4A4C !important;
}

.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.4s ease-in;
}
.mbnav__overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

/* stylelint-enable max-nesting-depth */
/* --- header --- */
.main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.6s;
  /* nav */
}
.main-header.header-pinned {
  transform: translateY(-100%) !important;
}
.main-header .mh-wrap {
  padding: 1.875rem 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .main-header .mh-wrap {
    padding: 0.938rem 0;
  }
}
.main-header .brand {
  display: block;
  width: 243px;
}
@media (max-width: 991px) {
  .main-header .brand {
    width: 150px;
  }
}
.main-header .brand img {
  width: 100%;
}
.main-header .nav-menu {
  flex: 1 1 auto;
  padding-left: 0.938rem;
}
.main-header .header-contact-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.938rem;
  margin-bottom: 1.438rem;
}
.main-header .header-contact-part .header-contact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.main-header .header-contact-part .header-link {
  display: flex;
  align-items: center;
}
.main-header .header-contact-part .header-link:not(:last-child)::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.875rem;
  color: #38A0D4;
}
.main-header .header-contact-part a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
}
.main-header .header-contact-part a:hover {
  color: #64b595;
}
@media (max-width: 991px) {
  .main-header .header-contact-part._desktop {
    display: none;
  }
}
.main-header .header-contact-part._mobile {
  flex-direction: column;
  margin: 0.938rem 0;
  padding: 0 1.25rem;
}
.main-header .header-contact-part._mobile a {
  padding: 0;
  font-size: 1rem;
}
.main-header .header-contact-part._mobile a svg {
  width: 1.25rem;
  height: 1.25rem;
}
.main-header .header-contact-part._mobile .header-contact {
  justify-content: flex-start;
}
.main-header .header-contact-part._mobile .social-icon {
  justify-content: center;
  gap: 1.25rem;
}
.main-header .header-contact-part._mobile .social-icon li {
  border-bottom: 0;
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
@media (min-width: 992px) {
  .main-header .navigation {
    display: block;
  }
}
.main-header .navigation nav > ul {
  display: flex;
}
.main-header .navigation nav > ul > li {
  position: relative;
  padding: 0 0.75rem;
  pointer-events: all;
}
.main-header .navigation nav > ul > li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background-color: transparent;
  pointer-events: none;
}
.main-header .navigation nav > ul > li:last-child {
  padding-right: 0;
}
.main-header .navigation nav > ul > li:hover a::before, .main-header .navigation nav > ul > li.current-menu-item a::before {
  width: 100%;
}
.main-header .navigation nav > ul > li > a {
  position: relative;
  font-size: 1.188rem;
  letter-spacing: 0.05em;
}
.main-header .navigation nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #38A0D4;
  transition: 0.4s;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li {
  list-style: none;
}
.main-header .navigation nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .navigation nav ul li.menu-item-has-children {
  position: relative;
}
.main-header .navigation nav ul li:hover > a::after {
  border-color: #fff;
}
.main-header .navigation nav ul li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}
.main-header .navigation nav ul.sub-menu {
  pointer-events: none;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 3px 0.75rem 0.5rem;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  transition: 0.4s;
  min-width: 9.375rem;
  width: max-content;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-header .navigation nav ul.sub-menu a {
  font-size: 0.875rem;
}
.main-header .navigation nav ul.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.main-header .navigation nav ul.sub-menu li {
  position: relative;
  transition: 0.4s;
  padding-bottom: 0.375rem;
}
.main-header .navigation nav ul.sub-menu li:hover {
  padding-left: 0.938rem;
}
.main-header .navigation nav ul.sub-menu li:hover a {
  color: #64b595;
}
.main-header .navigation nav ul.sub-menu li:hover::before {
  left: 0;
  opacity: 1;
}
.main-header .navigation nav ul.sub-menu li::before {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.688rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s;
  opacity: 0;
}
.main-header .navigation nav ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dotted #64b595;
}
.main-header .navigation nav ul.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-header .social-icon {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 7px;
}
.main-header .social-link {
  padding: 0;
}
.main-header .social-link a {
  display: flex;
}
.main-header .social-link a svg {
  width: 0.938rem;
  height: 0.938rem;
  object-fit: contain;
}
.main-header .social-link a svg path {
  transition: 0.4s;
}
.main-header .social-link a:hover svg path {
  fill: #64b595;
}

/* --- footer --- */
.main-footer {
  padding: 2.813rem 0;
  background: #fff;
}
.main-footer .ft-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .main-footer .ft-row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .main-footer .ft-left {
    text-align: center;
  }
}
.main-footer .ft-left, .main-footer .ft-right {
  flex: 1;
}
@media (max-width: 767px) {
  .main-footer .ft-center {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    order: -1;
  }
}
.main-footer .ft-center .brand {
  display: inline-block;
  max-width: 13.438rem;
  width: 100%;
}
@media (max-width: 991px) {
  .main-footer .ft-center .brand {
    max-width: 9.375rem;
  }
}
.main-footer .ft-center .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-footer .ft-right {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .main-footer .ft-right {
    order: -1;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-footer .ft-social-wrap {
    justify-content: center;
  }
}
.main-footer .ft-social-icon {
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
}
@media (max-width: 991px) {
  .main-footer .ft-social-icon {
    margin-bottom: 1rem;
  }
}
.main-footer .ft-social-icon li {
  padding: 0 0.438rem 0 0;
}
.main-footer .ft-social-icon li:last-child {
  padding-right: 0;
}
.main-footer .ft-social-icon li a {
  display: flex;
}
.main-footer .ft-social-icon li a svg {
  width: 0.938rem;
  height: 0.938rem;
  object-fit: contain;
}
.main-footer .ft-social-icon li a svg path {
  transition: 0.4s;
}
.main-footer .ft-social-icon li a:hover svg path {
  fill: #64b595;
}
.main-footer .ft-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.938rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 991px) {
  .main-footer .ft-contact {
    margin-bottom: 1rem;
    gap: 0.625rem;
  }
}
.main-footer .ft-contact a {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
}
.main-footer .ft-contact a:hover {
  color: #64b595;
}
.main-footer .ft-address {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.main-footer .ft-address:not(:last-child) {
  margin-bottom: 0.938rem;
}
@media (max-width: 991px) {
  .main-footer .ft-address:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main-footer .ft-copyright {
  font-size: 0.625rem;
  font-weight: 400;
  margin-top: 1.375rem;
}
@media (max-width: 991px) {
  .main-footer .ft-copyright {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .main-footer .ft-border:not(:first-child) {
    border-bottom: 1px solid rgba(100, 181, 149, 0.5);
    width: 100%;
    padding-bottom: 1.25rem;
  }
}
.main-footer ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .main-footer ul.menu {
    align-items: center;
  }
}
.main-footer ul.menu > li {
  position: relative;
  display: inline-block;
  padding: 0 0 0.625rem;
}
.main-footer ul.menu > li:hover a::before {
  width: 100%;
}
.main-footer ul.menu > li:last-child {
  padding-bottom: 0;
}
.main-footer ul.menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.188rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-footer ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #38A0D4;
  transition: 0.4s;
}
.main-footer ul.menu > li.current-menu-item a::before {
  width: 100%;
}

.error-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6.25rem 0;
}
.error-404 .page-title.error {
  font-size: clamp(2rem, 55vw + 1rem, 31.25rem);
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.error-404 .description {
  margin-bottom: 1.25rem;
  position: relative;
  font-size: 1.5rem;
}

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