@charset "UTF-8";
/*!
 * Bootstrap  v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h5, .h5, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

.container,
.container-fluid,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
   .container-lg, .container {
    max-width: 82.5rem;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 36rem;
  --bs-breakpoint-md: 48rem;
  --bs-breakpoint-lg: 62rem;
  --bs-breakpoint-xl: 75rem;
  --bs-breakpoint-xxl: 87.5rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 624.9375rem var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.collapse:not(.show) {
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
 .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}


.card-img-top {
  width: 100%;
}


.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 575.98px) {
   .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
   .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
   .offcanvas-xxl.show {
    visibility: visible;
  }
}
 .offcanvas.show:not(.hiding) {
  transform: none;
}
 .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

/* rtl:begin:remove */

/* rtl:end:remove */

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter.woff2") format("woff2-variations"), url("../assets/fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../assets/fonts/Fahkwang-Light.woff2") format("woff2"), url("../assets/fonts/Fahkwang-Light.woff") format("woff"), url("../assets/fonts/Fahkwang-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../assets/fonts/Fahkwang-Medium.woff2") format("woff2"), url("../assets/fonts/Fahkwang-Medium.woff") format("woff"), url("../assets/fonts/Fahkwang-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  src: url("../assets/fonts/icon/icon.woff2?r6g9yz") format("woff2"), url("../assets/fonts/icon/icon.woff?r6g9yz") format("woff"), url("../assets/fonts/icon/icon.ttf?r6g9yz") format("truetype"), url("../assets/fonts/icon/icon.eot?r6g9yz#iefix") format("embedded-opentype") url("../assets/fonts/icon/icon.svg?r6g9yx#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e914";
}

.icon-calendar:before {
  content: "\e912";
}

.icon-email:before {
  content: "\e913";
}

.icon-arrow-down:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-carat:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e907";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e909";
}

.icon-chevron-up:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-map:before {
  content: "\e90c";
}

.icon-chat:before {
  content: "\e90d";
}

.icon-phone-call:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-quote:before {
  content: "\e910";
}

.icon-tick:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-whatsapp:before {
  content: "\e901";
}
:root {
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --support-font: "Fahkwang", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --heading-font: "Fahkwang", system-ui, -apple-system, Roboto, Arial,
    sans-serif, "Apple Color Emoji";
  --color-main: #333E29;
  --color-second: #BAC257;
  --color-light-green: #D8DDA1;
  --color-lemon: #F9FAE5;
  --color-vlight: #F5FFDA;
  --color-gray: #F5FFDA;
  --color-bg: #F8F9F1;
  --wp--custom--typography--base-font-size: 16Px;
  --font-size-default: 16Px;
  --bs-body-font-size: 16Px;
  --wp--preset--font-size--small: 0.75rem;
  --wp--preset--font-size--medium: 1.25rem;
  --wp--preset--font-size--large: 2.25rem;
  --wp--preset--font-size--x-large: 2.625rem;
  --color-black: #181E12;
  --bs-heading-color: #373737;
  --bs-body-color: #373737;
  --wp--preset--spacing--60: 2.5rem;
  --shadow: 0px 4px 8px rgb(58 71 46 / 36%);
  --animation-duration: 1200ms;
}

:root :where(p) {
  padding: 0;
  margin-bottom: 1.5rem;
}

:root :where(body) {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  body .container-fluid:not(.blog-post.container-fluid) {
    overflow-x: hidden !important;
  }
}

/* Font size calculator
-------------------------------------------------------------*/
html {
  overflow-x: visible;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 0.85rem;
}
@media screen and (min-width: 20rem) {
  html {
    font-size: calc(0.85rem + 0.22 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  html {
    font-size: 1.07rem;
  }
}

/* text formats
-------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* a {
  transition: ease all 0.2s;
}

body {
  direction: ltr;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: var(--color-bg);
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  margin: 0;
  padding: 0;
  background: var(--color-bg);
  scroll-behavior: smooth !important;
}

body,
input,
textarea {
  font-family: var(--support-font);
}

@supports (font-variation-settings: normal) {
  body,
  input,
  textarea {
    font-family: var(--bs-font-sans-serif);
  }
}
.container-fluid {
  --bs-gutter-x: 0 !important;
  max-width: 120rem;
}

@media (min-width: 1700px) {
  .container {
    max-width: 94.5rem;
  }
}
h1,
h2,
h3,
.heading {
  font-family: var(--heading-font);
  font-weight: 300;
}

h2 {
  font-size: 2.875rem;
}
section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 993px) {
  .responsive-heading {
    font-size: var(--mobile-font-size, 24px) !important;
  }
  .responsive-spacer {
    height: var(--mobile-height, 20px) !important;
  }
}
/* bootstrap color override
-------------------------------------------------------------*/
.text-primary {
  color: var(--color-main) !important;
}

.text-second {
  color: var(--color-second) !important;
}

.text-white {
  color: #fff !important;
}

.bg-primary {
  background-color: var(--color-main) !important;
}

.bg-second {
  background-color: var(--color-second) !important;
}

.text-gray {
  color: var(--color-gray) !important;
}

.text-black {
  color: var(--color-black) !important;
}

a {
  color: var(--color-black);
  text-decoration: unset;
}
a:hover:not(button a:hover) {
  color: var(--color-second);
}

li {
  list-style: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.wp-block-list li:not(li.menu-item, .toc li, .main-ul li, .check-list li, li.glide__slide, .bundle-list li) {
  font-size: 16Px;
  line-height: 1.6;
  color: var(--color-black);
}

ul.wp-block-list li:not(li.menu-item, .toc li, .main-ul li, .check-list li, li.glide__slide, .bundle-list li) {
  list-style: disc;
  margin-left: 1.25rem;
}

ol.wp-block-list li:not(li.menu-item) {
  list-style: decimal;
  margin-left: 1.25rem;
}

strong {
  font-variation-settings: "wght" 700;
  font-weight: 500;
}

em {
  font-style: italic;
}

a {
  font-size: 1rem;
}

p {
  margin-bottom: var(--text-spacing);
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.75;
}
p:last-child {
  margin-bottom: 0;
}

button {
  border: unset;
}

.btn-second {
  height: 3.125rem;
}

.btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
}

.btn a,
.btn-menu a,
.btn-second a {
  background: var(--color-second);
  color: var(--color-main);
  border: 1px solid var(--color-second);
  border-radius: 6.25rem;
  line-height: 1;
  padding: 0.875rem 1.625rem;
  cursor: pointer;
  display: block;
}
.btn a:hover, .btn a:active, .btn a:focus,
.btn-menu a:hover,
.btn-menu a:active,
.btn-menu a:focus,
.btn-second a:hover,
.btn-second a:active,
.btn-second a:focus {
  color: var(--color-second) !important;
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

.btn-main a {
  background: var(--color-main);
  color: var(--color-second);
  border: 1px solid var(--color-main);
}
.btn-main a:hover, .btn-main a:active, .btn-main a:focus {
  color: var(--color-main) !important;
  background: var(--color-second);
  border: 1px solid var(--color-second);
}

.btn-line a {
  border: 1px solid var(--color-main);
  background: transparent;
}

.btn-over {
  display: inline;
  position: absolute;
  margin: 0;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.9375rem !important;
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  .btn-over {
    bottom: 1.5625rem;
  }
}
.btn-over a {
  position: relative;
  margin-left: 1.875rem;
  background-color: transparent;
  padding: unset;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.btn-over a:after {
  content: "\e907";
  font-family: icon;
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
  text-decoration: unset;
}
.btn-over a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  background-color: #fff;
  width: 90%;
  height: 1px;
}

.round-corner img {
  border-radius: 2.625rem;
}

.z2 {
  z-index: 2;
}

main#app {
  position: relative;
  min-height: 100vh;
  background: var(--color-bg);
}

@media only screen and (min-width: 993px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
  .mobile-full {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.mobile-half {
    flex-basis: 40% !important;
    width: 46% !important;
  }
}
:root :where(.wp-block-group) {
  border-radius: 0;
}

.hide-for-now {
  display: none !important;
}

.quote-image img {
  max-width: 10.625rem;
  height: auto;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
p.wf-no-padding {
  margin: 0 !important;
  padding-bottom: 1.25rem;
}

.wf-next-button .gform_next_button {
  border: 1px solid var(--color-main) !important;
  background: transparent !important;
  border-radius: 6.1875rem !important;
  width: 100% !important;
  color: var(--color-main) !important;
}

input.gform_previous_button {
  border: none !important;
  box-shadow: unset !important;
  width: 100% !important;
}

input#gform_submit_button_2 {
  background: var(--color-second);
  color: var(--color-main);
  border: unset;
  font-weight: 400;
  border-radius: 6.25rem;
  line-height: 1;
  padding: 0.875rem 1.625rem;
  cursor: pointer;
  width: 100%;
}
input#gform_submit_button_2:hover {
  background: var(--color-main);
  color: var(--color-second);
}

.pagination-section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  height: 2.8125rem;
  color: var(--color-main);
  margin-bottom: 4.0625rem;
}
.pagination-section .page-numbers-wrap .page-numbers:not(li .page-numbers) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.pagination-section .page-numbers-wrap .page-numbers:not(li .page-numbers) li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #DFDFDF;
  height: 2.8125rem;
  width: 2.8125rem;
  transition: ease all 0.3s;
}
.pagination-section .page-numbers-wrap .page-numbers:not(li .page-numbers) li .page-numbers:hover, .pagination-section .page-numbers-wrap .page-numbers:not(li .page-numbers) li .page-numbers.current {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
}
.pagination-section .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  border: 1px solid #DFDFDF;
  height: 2.8125rem;
  width: 5.75rem;
  transition: ease all 0.3s;
}
.pagination-section .pagination-btn.disable {
  pointer-events: none;
}
.pagination-section .pagination-btn:hover {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
}
.pagination-section .pagination-btn:hover a {
  color: #fff;
}
.pagination-section .pagination-btn a {
  padding: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-section .pagination-btn .icon-chevron-right {
  margin-left: 8px;
}
.pagination-section .pagination-btn .icon-chevron-left {
  margin-right: 8px;
}

.wp-block-search__inside-wrapper {
  height: 3.5625rem;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  font-weight: 600;
  border: unset;
  background: var(--color-second);
  color: var(--color-main);
  margin-left: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid var(--color-main);
}
.wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  color: #a9aa9d;
}
.wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: #a9aa9d;
}
.custom-h1 {
  text-align: center;
  font-size: 3.25rem;
  max-width: 50.625rem;
  margin: 0 auto;
  line-height: 1;
}
.custom-h1 .text-second {
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .custom-h1 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
  .custom-h1 .text-second {
    line-height: 1.3;
    font-size: 2.25rem;
  }
}

.block-has-counter {
  padding-top: 5.625rem;
}
@media only screen and (max-width: 992px) {
  .block-has-counter {
    padding-top: 10px;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-has-counter {
    padding-top: 10px;
    padding-bottom: 1.875rem;
  }
}
.block-has-counter .container-fluid {
  background-size: 36.25rem;
  background-repeat: no-repeat;
  height: 33.75rem;
}
@media only screen and (max-width: 768px) {
  .block-has-counter .container-fluid {
    height: auto;
    background-image: unset !important;
  }
}
.block-has-counter .container-fluid .col-counter .text {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .block-has-counter .container-fluid .col-counter .text {
    margin-bottom: 2.5rem;
  }
}
.block-has-counter .container-fluid .col-counter .text p {
  line-height: 1.9375rem;
}
.block-has-counter .container-fluid .col-counter .text p:first-child {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 576px) {
  .block-has-counter .container-fluid .col-counter .counter-wrapper {
    display: flex;
    flex-direction: column !important;
    row-gap: 1.25rem;
  }
}
.block-has-counter .container-fluid .col-counter .counter-wrapper .counter {
  row-gap: 1.25rem;
}
.block-has-counter .container-fluid .col-counter .counter-wrapper .counter .number-wrapper {
  color: var(--color-second);
  font-family: "Fahkwang";
  font-weight: 300;
  font-size: 4.375rem;
}
.block-has-counter .container-fluid .col-counter .counter-wrapper .counter .number-wrapper .big-number {
  font-weight: 500;
}
.block-has-counter .container-fluid .col-counter .counter-wrapper .counter .number-wrapper .postfix {
  margin-left: -10px;
}
.block-has-counter .container-fluid .col-counter .counter-wrapper .counter .number-text {
  font-size: 1.125rem;
}

.block-process {
  background: var(--color-lemon);
}
.block-process .col-process {
  padding: 5rem 6.875rem 5rem 1.625rem;
}
@media only screen and (max-width: 992px) {
  .block-process .col-process {
    padding: 5rem 32Px;
  }
}
.block-process .col-process.useage-diffrent h2 {
  margin-top: 3.125rem;
  margin-bottom: 2.25rem;
}
.block-process .col-process.useage-diffrent .process-wrapper .process {
  margin-bottom: 1.875rem;
}
.block-process .col-process.useage-diffrent .process-wrapper .process .process-body h3 {
  font-size: 1.625rem;
  line-height: 2rem;
}
.block-process .col-process h2 {
  margin-bottom: 5rem;
}
.block-process .col-process .process-wrapper .process {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.125rem;
}
.block-process .col-process .process-wrapper .process:last-child {
  margin-bottom: 0;
}
.block-process .col-process .process-wrapper .process .process-count {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
}
.block-process .col-process .process-wrapper .process .process-count:after {
  content: "";
  display: flex;
  background: var(--color-second);
  height: 1px;
  width: 4.5rem;
  margin: -4px 2.25rem 0;
}
.block-process .col-process .process-wrapper .process .process-body h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.block-process .col-process .process-wrapper .process .process-body p {
  line-height: 1.75rem;
  font-size: 1.125rem;
}
.block-process .col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-service-table {
  background: var(--color-main);
  position: relative;
  padding-bottom: 5rem;
  overflow: visible;
}
.block-service-table.with-image-center {
  background: var(--wp--preset--gradient--green-shade);
}
.block-service-table.with-image-center .over-image {
  top: 0 !important;
  right: -1.875rem;
}
.block-service-table.with-image-center .over-image img {
  width: 320Px;
  height: 354Px;
}
.block-service-table.with-image-center .row-table {
  margin-top: 1.5625rem;
}
.block-service-table .over-image {
  position: absolute;
  right: 0;
  top: -7.5rem;
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  .block-service-table .over-image {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .block-service-table .over-image {
    top: -5rem;
  }
}
.block-service-table .over-image img {
  width: 577Px;
  height: 897Px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .block-service-table .over-image img {
    width: 12.5rem;
    height: auto;
  }
}
.block-service-table .row-section-info {
  padding-top: 5rem;
}
.block-service-table .row-section-info .col-title h2 {
  color: var(--color-second);
}
.block-service-table .row-section-info .col-desc {
  padding-top: 8.75rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .block-service-table .row-section-info .col-desc {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
  }
}
.block-service-table .row-section-info .col-desc p {
  color: var(--color-gray);
  font-size: 1.25rem;
  line-height: 1.9375rem;
  font-weight: 300;
  position: relative;
}
.block-service-table .row-section-info .col-desc p:before {
  content: "";
  display: inline-block;
  background-color: var(--color-gray);
  opacity: 0.2;
  position: absolute;
  width: 10.125rem;
  height: 1px;
  left: -12rem;
  top: 0.875rem;
}
.block-service-table .row-section-info .col-image img {
  max-width: 80rem;
  height: auto;
}
.block-service-table .row-table {
  margin-top: 5.625rem;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .block-service-table .row-table {
    margin-top: 3.75rem;
  }
}
.block-service-table .row-table .col-table {
  padding-right: 2.1875rem;
}
@media only screen and (max-width: 1200px) {
  .block-service-table .row-table .col-table {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.block-service-table .row-table .col-table .table-responsive {
  padding: 1rem 0;
}
.block-service-table .row-table .col-table .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--color-gray);
  --bs-table-bg: rgb(217 217 217 / 20%);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--color-main);
  --bs-table-striped-bg: var(--color-second);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  border: 1px solid rgba(239, 244, 210, 0.2);
}
.block-service-table .row-table .col-table .table-light {
  --bs-table-color: var(--color-gray);
  --bs-table-bg: #ffffff40;
  --bs-table-striped-bg: #c9cf7c;
  --bs-table-striped-color: var(--color-main);
}
.block-service-table .row-table .col-table .table > :not(caption) > * > * {
  padding: 1.4375rem 1.875rem;
  border-bottom-color: rgba(239, 244, 210, 0.05);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .block-service-table .row-table .col-table .table > :not(caption) > * > * {
    padding: 1.4375rem 1.25rem;
  }
}
.block-service-table .row-table .col-table .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  border-bottom-color: #a4ac3e;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 1.4375rem 0.9375rem;
}
.block-service-table .row-table .col-table .table-striped-columns > :not(caption) > tr > :nth-child(even):before {
  content: "\e906";
  font-family: "icon";
  font-weight: 400;
  display: inline-block;
  font-size: 1.25rem;
  color: var(--color-main);
  margin-right: 10px;
  vertical-align: middle;
}
.block-service-table .row-table .col-table thead.table-light .col-first {
  min-width: 22.5rem;
}
@media only screen and (max-width: 768px) {
  .block-service-table .row-table .col-table thead.table-light .col-first {
    min-width: 21.25rem;
  }
}
.block-service-table .row-table .col-table thead.table-light .col-second {
  min-width: 165Px;
  width: 15rem;
}
.block-service-table .row-table .col-table thead.table-light .col-third {
  min-width: 9.6875rem;
  width: 15rem;
}
.block-service-table .row-table .col-table thead.table-light tr th {
  padding: 0.75rem 1.875rem;
  font-weight: 400;
  font-size: 14Px;
}
.block-service-table .row-table .col-table thead.table-light tr th:before {
  display: none !important;
}
.block-service-table .row-table .col-table thead.table-light tr th:nth-child(2) {
  padding: 2px 0.9375rem 1.25rem 0.9375rem;
  position: relative;
}
.block-service-table .row-table .col-table thead.table-light tr th:nth-child(2):after {
  content: "";
  position: absolute;
  top: -13Px;
  right: 0;
  width: 100%;
  height: 1rem;
  border-radius: 6px 6px 0 0;
  background: var(--bs-table-striped-bg);
}
.block-service-table .row-table .col-table tbody tr:last-child td:nth-child(2) {
  position: relative;
}
.block-service-table .row-table .col-table tbody tr:last-child td:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: -13Px;
  right: 0;
  width: 100%;
  height: 1rem;
  border-radius: 0 0 6px 6px;
  background: var(--bs-table-striped-bg);
}
.block-service-table .row-table .col-quote {
  padding-left: 9px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .block-service-table .row-table .col-quote {
    margin-top: 10px;
  }
}
.block-service-table .row-table .col-quote .quote {
  background: var(--color-second);
  position: relative;
}
.block-service-table .row-table .col-quote .quote .text-quote {
  padding: 2.5rem 2.5rem 0;
}
.block-service-table .row-table .col-quote .quote .text-quote .icon-quote {
  font-size: 2.1875rem;
  line-height: 1;
  color: var(--color-main);
}
.block-service-table .row-table .col-quote .quote .text-quote p {
  margin: 1.5rem 0 1.75rem;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.1875rem;
}
.block-service-table .row-table .col-quote .quote .quote-image {
  width: 12.5rem;
  height: auto;
  display: flex;
  flex-direction: row;
  z-index: 2;
}
.block-service-table .row-table .col-quote .quote .quote-image:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 10.375rem;
  background-color: var(--color-light-green);
  background-image: url(../assets/img/carat.svg);
  background-repeat: repeat;
  background-position-x: -1.875rem;
}
.block-service-table .row-table .col-quote .quote .quote-footer {
  padding: 3.125rem 2.375rem 1.5625rem 1.125rem;
  margin-top: -1.875rem;
  background-color: var(--color-light-green);
}
.block-service-table .row-table .col-quote .quote .quote-footer .quote-name {
  display: block;
  font-weight: 600;
  line-height: 1.9375rem;
}
.block-service-table .row-table .col-quote .quote .quote-footer .quote-desc {
  font-size: 14Px;
  line-height: 1.125rem;
}

.block-reason {
  background-color: var(--color-lemon);
  padding: 5.3125rem 0;
}
.block-reason.transparent-bg {
  background-color: transparent;
}
.block-reason.transparent-bg .col-pre-info h2,
.block-reason.transparent-bg .desc {
  width: 100%;
  text-align: center;
}
.block-reason .col-pre-info {
  margin-bottom: 3.75rem;
}
.block-reason .col-pre-info h2 {
  width: 40%;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 992px) {
  .block-reason .col-pre-info h2 {
    width: 100%;
  }
}
.block-reason .col-pre-info .desc {
  font-size: 1.25rem;
  color: var(--bs-heading-color);
}
.block-reason .col-reason {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .block-reason .col-reason {
    margin-bottom: 1.5625rem;
  }
}
.block-reason .col-reason:before {
  content: "";
  display: block;
  background-color: #FDFDF6;
  width: 1.25rem;
  height: 100%;
  background-image: url(../assets/img/carat.svg);
  background-repeat: repeat;
  background-position-x: -1.875rem;
}
.block-reason .col-reason.lemon:before {
  background-color: #F0F1DC;
}
.block-reason .col-reason.lemon .reason-detail {
  background: #F0F1DC;
}
.block-reason .col-reason .reason-detail {
  background: #FDFDF6;
  width: calc(100% - 1.25rem);
  padding: 1.375rem 3.75rem 1.875rem 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .block-reason .col-reason .reason-detail {
    padding: 1.375rem 1.875rem 1.875rem 1.875rem;
  }
}
.block-reason .col-reason .reason-detail .reason-image {
  margin-bottom: 1.875rem;
}
.block-reason .col-reason .reason-detail .reason-image img {
  width: 4.6875rem;
  height: 4.6875rem;
}
.block-reason .col-reason .reason-detail h3 {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
.block-reason .col-reason .reason-detail .reason-text {
  line-height: 1.75rem;
}
.block-reason .col-reason .reason-detail .link-to {
  margin-top: auto;
}
.block-reason .col-reason .reason-detail .link-to .btn-second {
  margin-top: 1.5625rem;
}

.block-curve-spacer {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-curve-spacer .btn-second {
  position: absolute;
  top: 4.0625rem;
  z-index: 3;
}
.block-curve-spacer .curve-spacer {
  width: 120rem;
  height: 22.5rem;
  display: block;
  max-width: none;
  z-index: 2;
}

.map_wrapper {
  z-index: 3;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .industries {
    padding: 0 1.875rem;
  }
}
.industries .wp-block-columns {
  margin-bottom: 1.875rem;
}
.industries .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .industries .wp-block-columns .wp-block-column {
    justify-content: flex-start;
  }
}
.industries .wp-block-columns .wp-block-column > * {
  margin-bottom: 0;
  font-size: 1.8125rem;
  font-weight: 300;
}
@media only screen and (max-width: 993px) {
  .industries .wp-block-columns .wp-block-column > * {
    white-space: break-spaces;
  }
}
.industries .wp-block-columns .wp-block-column .wp-block-image img {
  width: auto !important;
  height: auto !important;
  min-width: 2.5rem;
  min-height: 2.5rem;
  mix-blend-mode: multiply;
}
.industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):before, .industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):after {
  content: "\e906";
  font-family: "icon";
  color: var(--color-second);
  font-size: 1.4375rem;
  display: block;
}
@media only screen and (max-width: 992px) {
  .industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):before, .industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):after {
    display: none;
  }
}
.industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):before {
  margin-right: 1.25rem;
}
.industries .wp-block-columns.has-3-columns .wp-block-column:nth-child(2):after {
  margin-left: 1.25rem;
}
.industries .wp-block-columns.has-2-columns .wp-block-column:nth-child(2):before {
  content: "\e906";
  font-family: "icon";
  color: var(--color-second);
  font-size: 1.4375rem;
  display: block;
  margin-right: 1.875rem;
}
@media only screen and (max-width: 992px) {
  .industries .wp-block-columns.has-2-columns .wp-block-column:nth-child(2):before {
    display: none;
  }
}

.block-testimonials {
  background: var(--color-lemon);
  padding: 3.75rem 0 5.625rem;
}
.block-testimonials h2 {
  margin-bottom: 2.5rem;
}
.block-testimonials .glide-slider {
  position: relative;
}
.block-testimonials .glide-slider .glide__arrows {
  position: absolute;
  right: 5px;
  top: calc(50% - 1.375rem);
}
.block-testimonials .glide-slider .glide__arrows button.glide__arrow {
  border: unset;
  background: transparent;
  margin-top: 15.5Px;
  font-size: 19Px;
}
@media only screen and (max-width: 576px) {
  .block-testimonials .glide-slider .glide__arrows button.glide__arrow {
    margin-top: 11.5Px;
  }
}
.block-testimonials .glide-slider .glide__arrows button.glide__arrow:hover {
  color: var(--color-main);
}
.block-testimonials .glide-slider .glide__arrows button.glide__arrow:before {
  content: "";
  background: var(--color-bg);
  display: block;
  position: absolute;
  clip-path: polygon(100% 0, 0 51%, 100% 100%);
  width: 1.875rem;
  height: 3.125rem;
  z-index: 4;
  right: 0;
  top: 0;
}
.block-testimonials .glide-slider .glide__arrows button.glide__arrow .icon-arrow-right {
  z-index: 5;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide {
  display: flex;
  flex-direction: row;
  min-height: 31rem;
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide {
    flex-direction: column-reverse;
  }
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image {
  position: relative;
  max-width: 24.6875rem;
  min-width: 24.6875rem;
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image {
    height: 15.625rem;
  }
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 20.625rem;
  background: linear-gradient(180deg, rgba(51, 62, 41, 0) 0%, rgb(51, 62, 41) 87%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image:after {
    height: 10rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image:after {
    height: 6.875rem;
  }
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image img {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .main-image img {
    height: 15.625rem;
  }
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .info-row {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 4.8125rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .info-row .info-part {
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  flex: 1;
  align-items: center;
  justify-content: center;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .info-row .info-part span {
  font-size: 0.9375rem;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .info-row .info-part span:first-child {
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 10px;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-image .info-row .info-part span:last-child {
  color: #fff;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal {
  background: linear-gradient(180deg, rgb(51, 62, 41) 0%, rgb(108, 135, 84) 100%);
  width: 100%;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper {
  padding: 5rem 0 5rem 5rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../assets/img/patern.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper {
    padding: 3.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper {
    background-image: unset;
    padding: 1.875rem;
  }
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-text {
  color: var(--color-second);
  font-size: 1.625rem;
  font-weight: 300;
  font-family: "Fahkwang";
  line-height: 2.375rem;
  max-width: 33.125rem;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-text:before {
  content: "“";
  font-size: 5.625rem;
  line-height: 0.8;
  display: block;
  margin-bottom: -1.25rem;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-author .author-image {
  margin-right: 0.9375rem;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-author .author-image img {
  width: 4.375rem;
  height: 4.375rem;
  -webkit-mask-image: url(../assets/img/Star.svg);
          mask-image: url(../assets/img/Star.svg);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-author span.author-name {
  color: #fff;
  margin-bottom: 5px;
}
.block-testimonials .glide-slider .glide__track .glide__slides .glide__slide .col-testimonal .testimonial-wrapper .testimonial-author .author-job {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14Px;
}

.block-faq {
  overflow-x: hidden;
}
.block-faq .col-image img {
  width: 100%;
  height: 110vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-faq .col-lg-7.col-faq {
  padding: 5.625rem 0 10px 8.125rem;
}
@media only screen and (max-width: 992px) {
  .block-faq .col-lg-7.col-faq {
    padding: 3.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-faq .col-lg-7.col-faq {
    padding: 1.875rem;
  }
}
.block-faq .col-faq > p {
  font-size: 1.25rem;
}
.block-faq .col-faq .accordions {
  padding-top: 1.25rem;
}
.block-faq .col-faq .cta {
  margin-top: 3.125rem;
}
.block-faq .col-faq .cta p {
  font-weight: 600;
  font-size: 1.25rem;
}
.block-faq .col-faq .cta .btn-line a {
  margin-top: 1.25rem;
  display: block;
  width: 13.125rem;
  text-align: center;
}

.has-image .card-title {
  background: var(--color-lemon) !important;
}
.has-image .card-corporate {
  max-width: 79.4%;
}
@media only screen and (max-width: 992px) {
  .has-image .card-corporate {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  accordion
/*----------------------------------------*/
.card-group-custom {
  margin-bottom: 0;
}
.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}
.card-group-custom .card + .card {
  margin-top: 0;
}
.card-group-custom .card-header + .collapse > .card-body p:last-child {
  margin-bottom: 0;
}

.card-group-custom.card-group-corporate .card {
  margin-bottom: 1.875rem;
}

.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
}
.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-custom .card-body {
  padding: 0;
  border: 0;
  font-size: 1.25rem;
  font-variation-settings: "wght" 300;
}
.card-custom .card-body p,
.card-custom .card-body li {
  font-size: 16Px;
  line-height: 1.6;
  color: var(--color-black);
}
.card-custom .card-body ul li {
  list-style: disc;
  margin-left: 1.25rem;
}
.card-custom .card-body ol li {
  list-style: decimal;
  margin-left: 1.25rem;
}
.card-custom .card-body a {
  font-size: 1.25rem;
}
@media only screen and (max-width: 576px) {
  .card-custom .card-body a {
    font-size: 14Px;
  }
}
.card-custom .card-body p:last-child {
  margin-bottom: 0;
}
.card-custom .card-title {
  margin-bottom: 0;
  background: #EDEFDC;
}

* + .card-group-custom {
  margin-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  * + .card-group-custom {
    margin-top: 3.125rem;
  }
}

.card-corporate {
  padding: 0;
  margin-bottom: 7px;
  height: -moz-fit-content;
  height: fit-content;
}
.card-corporate .card-title a {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  min-height: 3rem;
  color: var(--color-black);
  transition: 0.3s all ease;
  padding-left: 3.125rem;
}
.card-corporate .card-title a:hover {
  color: var(--color-black);
}
@media only screen and (max-width: 576px) {
  .card-corporate .card-title a {
    font-size: 15Px;
    min-height: 50Px;
    line-height: 1.4;
    padding: 10px 0 10px 40Px !important;
  }
}
.card-corporate .card-title a.active {
  font-variation-settings: "wght" 500;
}
.card-corporate .card-title a .card-arrow:before {
  transition: ease transform 0.2s;
  transform: rotate(180deg);
  top: calc(50% - 7px);
}
@media only screen and (max-width: 576px) {
  .card-corporate .card-title a .card-arrow:before {
    top: calc(50% - 8Px);
    font-size: 1rem;
  }
}
.card-corporate .card-title a.collapsed .card-arrow:before {
  transform: rotate(0deg);
}
.card-corporate .card-arrow {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 1rem;
  z-index: 2;
  width: 0.875rem;
  transition: 0.33s all ease;
}
.card-corporate .card-arrow:before {
  content: "\e907";
  font-family: "icon";
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  color: var(--color-black);
}
.card-corporate .collapse {
  position: relative;
  z-index: 1;
}
.card-corporate .accordion-a.active .card-arrow:after,
.card-corporate .accordion-a:not(.active) .card-arrow:after {
  transform: rotate(90deg);
}
.card-corporate .accordion-a.collapsed:not(.active) .card-arrow:after {
  transform: rotate(0deg);
}
.card-corporate .card-body {
  padding: 1.75rem 0.875rem;
}
@media only screen and (max-width: 576px) {
  .card-corporate .card-body {
    padding: 1.25rem 1.5625rem;
  }
}

:root {
  --card-height: 21.875rem;
  --card-margin: 7.5rem;
  --card-top-offset: 1.2em;
  --outline-width: 0px;
}

@media only screen and (max-width: 992px) {
  :root {
    --card-height: 26.875rem;
    --card-top-offset: 1.5em;
  }
}
.block-card {
  overflow: visible;
}
.block-card .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
  view-timeline-name: --cards-element-scrolls-in-body;
}
@media only screen and (min-width: 1200px) {
  .block-card .cards-wrapper {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .block-card .cards-wrapper {
    margin-bottom: 10rem;
  }
}
.block-card .cards-wrapper .card-wrapper {
  --index0: calc(var(--index) - 1);
  --reverse-index: calc(var(--numcards) - var(--index0));
  --reverse-index0: calc(var(--reverse-index) - 1);
  position: sticky;
  top: 3.75rem;
  padding-top: calc(var(--index) * var(--card-top-offset));
}
@keyframes scale {
  to {
    transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
  }
}
.block-card .cards-wrapper .card-wrapper .card-body-over {
  background-image: linear-gradient(180deg, rgb(51, 62, 41) 0%, rgb(108, 135, 84) 100%);
  border-radius: 1.75rem;
  --start-range: calc(var(--index0) / var(--numcards) * 100%);
  --end-range: calc((var(--index)) / var(--numcards) * 100%);
  animation: linear scale forwards;
  animation-timeline: --cards-element-scrolls-in-body;
  animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
  transform-origin: 50% 0%;
  will-change: transform;
}
.block-card .cards-wrapper .card-wrapper .card-body-over .row-card {
  --bs-gutter-x: 0;
  padding: 1.875rem 5.625rem;
  min-height: calc(var(--card-height) + 4.375rem);
  background-image: url(../assets/img/pattern-green.svg);
  align-items: center;
  background-repeat: no-repeat;
  background-size: 18.75rem 18.75rem;
  background-position: -11.25rem 15rem;
}
@media only screen and (max-width: 992px) {
  .block-card .cards-wrapper .card-wrapper .card-body-over .row-card {
    background-image: unset;
    padding: 1.875rem 3.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .block-card .cards-wrapper .card-wrapper .card-body-over .row-card {
    padding: 1.875rem 2.5rem;
  }
}
@media only screen and (max-width: 993px) {
  .block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-detail {
    padding-bottom: 1.25rem;
  }
}
.block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-detail h2 {
  font-size: 2rem;
  color: var(--color-second);
  margin-bottom: 1.875rem;
  max-width: 28.125rem;
}
.block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-detail p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 300;
  max-width: 28.125rem;
}
.block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17.5rem;
  background-repeat: no-repeat;
  background-size: 17.5rem 17.5rem;
  background-image: url(../assets/img/pattern-green.svg);
  background-position: center center;
}
@media only screen and (max-width: 1600px) {
  .block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-image {
    background-size: contain;
  }
}
.block-card .cards-wrapper .card-wrapper .card-body-over .row-card .col-image img {
  width: 4.875rem;
  height: auto;
}

.col-form {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2.5rem 2.375rem 3.125rem;
}
@media only screen and (max-width: 576px) {
  .col-form {
    padding: 2.5rem 1.25rem;
  }
}
.col-form .contact-form h2.gform_title {
  margin-bottom: 0.9375rem;
}
.col-form .contact-form span.gfield_required.gfield_required_text {
  color: var(--bs-heading-color);
}
.col-form .contact-form input#gform_submit_button_1 {
  background: transparent;
  color: var(--color-main);
  border: unset;
  border-radius: 6.25rem;
  line-height: 1;
  padding: 0.875rem 1.625rem;
  cursor: pointer;
  border: 1px solid var(--color-main);
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}
.col-form .contact-form input#gform_submit_button_1:hover {
  background: var(--color-main);
  color: var(--color-second);
}
.col-form .contact-form #gform_wrapper_1[data-form-index="0"].gform-theme,
.col-form .contact-form [data-parent-form="1_0"] {
  --gf-font-size-tertiary: 0.875rem;
  --gf-radius: 5px;
  --gf-font-size-secondary: 1rem;
  --gf-ctrl-border-color: #D2D2D2;
  --gf-ctrl-btn-border-color-secondary: #D2D2D2;
  --gf-ctrl-label-color-primary: #000;
  --gf-ctrl-label-color-secondary: #000;
}
.col-form .contact-form input:focus, .col-form .contact-form input:focus-visible,
.col-form .contact-form textarea:focus,
.col-form .contact-form textarea:focus-visible {
  outline: unset !important;
  border-color: var(--color-second);
}
.col-form .contact-form .gform-theme--api,
.col-form .contact-form .gform-theme--framework {
  --gf-ctrl-size-md: 3.125rem;
}
.col-form .contact-form .gform-theme--api,
.col-form .contact-form .gform-theme--foundation {
  --gf-form-gap-x: 1.125rem;
  --gf-form-gap-y: 1.5625rem;
}
.col-form .obtain-section .or-seperator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000;
  margin: 3.125rem 0 2.1875rem;
}
.col-form .obtain-section .or-seperator:before, .col-form .obtain-section .or-seperator:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 42%;
  background: #000;
}
.col-form .obtain-section h3 {
  font-size: 2.25rem;
  margin-bottom: 0.9375rem;
}
.col-form .obtain-section p {
  line-height: 1.6875rem;
}
.col-form .obtain-section .w100 a {
  width: 100%;
  display: block;
  text-align: center;
}

.contact-info .wp-block-columns.is-layout-flex {
  gap: 1em !important;
}
.contact-info .wp-block-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
.contact-info .wp-block-columns div:first-child {
  flex-basis: 2.375rem !important;
}

.block-ads-hero {
  overflow-x: hidden;
}
.block-ads-hero .row-hero {
  background: var(--wp--preset--gradient--green-shade);
  padding-top: 3.125rem;
  position: relative;
}
.block-ads-hero .row-hero:before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -16.875rem;
  background-image: url(../assets/img/pattern-green.svg);
  background-repeat: no-repeat;
  width: 21.125rem;
  height: 21.125rem;
}
.block-ads-hero .row-hero .col-info {
  overflow: hidden;
  padding-top: 0;
  padding-right: 12vw;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block-ads-hero .row-hero .col-info {
    padding-right: 0;
  }
}
.block-ads-hero .row-hero .col-info:before {
  content: "";
  position: absolute;
  bottom: -9.375rem;
  right: -9.375rem;
  background-image: url(../assets/img/pattern-green.svg);
  background-repeat: no-repeat;
  width: 21.125rem;
  height: 21.125rem;
  z-index: 1;
}
.block-ads-hero .row-hero .col-info h1 {
  line-height: 3.625rem;
}
.block-ads-hero .row-hero .col-info h1 span.text-white {
  font-size: 2.5rem;
}
.block-ads-hero .row-hero .col-info h1 span.text-second {
  font-size: 3.125rem;
}
.block-ads-hero .row-hero .col-info p {
  font-size: 20Px;
  font-weight: 300;
  line-height: 1.875rem;
  color: #F5FFDA;
}
.block-ads-hero .row-hero .col-info .toc-page {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  background: rgba(239, 244, 210, 0.07);
  padding: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
.block-ads-hero .row-hero .col-info .toc-page li {
  color: #fff;
  line-height: 1;
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block-ads-hero .row-hero .col-info .toc-page li i {
  font-size: 0.875rem;
  margin-left: 2.5rem;
}
.block-ads-hero .row-hero .col-info .toc-page li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 1;
}
.block-ads-hero .row-hero .col-info .toc-page li a:hover {
  color: var(--color-second);
}
.block-ads-hero .row-hero .col-info .toc-page li:first-child {
  padding-top: 0;
}
.block-ads-hero .row-hero .col-info .toc-page li:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.block-ads-hero .row-hero .col-form-over {
  z-index: 2;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .block-ads-hero .row-hero .col-form-over {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 1.25rem;
  }
}
.block-ads-hero .row-hero .col-form-over .col-form {
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .block-ads-hero .row-hero .col-form-over .col-form {
    position: relative;
  }
}
.block-ads-hero .row-hero .col-form-over .col-form .contact-form input#gform_submit_button_1 {
  background: var(--color-second);
  color: var(--color-main);
  border: unset;
  font-weight: 400;
}
.block-ads-hero .row-hero .col-form-over .col-form .contact-form input#gform_submit_button_1:hover {
  background: var(--color-main);
  color: var(--color-second);
}
.block-ads-hero .row-hero .col-form-over .col-form .btn-second a {
  background: transparent;
  border: 1px solid var(--color-main);
  font-weight: 600;
}
.block-ads-hero .row-hero .col-form-over .col-form .btn-second a:hover {
  background: var(--color-main);
  color: var(--color-second);
}
.block-ads-hero .row-certified {
  background: var(--color-lemon);
  padding: 1.875rem 0;
}
.block-ads-hero .row-certified h5.row-title {
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
  letter-spacing: 1px;
}
.block-ads-hero .row-certified .cliens-logo {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5625rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  justify-content: space-evenly;
  padding-bottom: 2.5rem;
}
.block-ads-hero .row-certified .cliens-logo img {
  height: auto;
  width: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 1 20%;
}

.wp-block-table.is-style-stripes tbody tr td {
  padding: 1.5625rem 1.25rem;
  line-height: 1.75rem;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: transparent !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #EDEFDC;
}
.wp-block-table.is-style-stripes.limit-height {
  /* Track */
  /* Handle */
  /* Handle on hover */
  background: #EDEFDC;
  padding: 10px !important;
}
.wp-block-table.is-style-stripes.limit-height::-webkit-scrollbar {
  width: 6px;
}
.wp-block-table.is-style-stripes.limit-height::-webkit-scrollbar-track {
  background: transparent;
}
.wp-block-table.is-style-stripes.limit-height::-webkit-scrollbar-thumb {
  background: #5C6E3D;
  border-radius: 5px;
  height: 3px;
}
.wp-block-table.is-style-stripes.limit-height::-webkit-scrollbar-thumb:hover {
  background: var(--color-second);
}
.wp-block-table.is-style-stripes.limit-height tr td {
  padding: 1.125rem 1.25rem;
}
.wp-block-table.is-style-stripes.limit-height tr:nth-child(odd) {
  background-color: #f6f7ee !important;
}

.block-bundle {
  margin-bottom: 4.375rem;
}
.block-bundle .bundle-list.process-use li {
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
}
.block-bundle .bundle-list.process-use li .icon {
  margin-right: 1.875rem;
}
.block-bundle .bundle-list.process-use li span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-bundle .bundle-list.process-use li span.title {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.block-bundle .bundle-list.process-use li.first-child .icon:before {
  height: 110%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 97%, 0 90%);
}
.block-bundle .bundle-list.process-use li.other-child .icon:before {
  height: 114%;
  clip-path: polygon(0 0, 51% 7%, 100% 0, 100% 90%, 50% 97%, 0 90%);
  top: -5px;
}
.block-bundle .bundle-list.process-use li.other-child:last-child .icon:before {
  height: 115%;
}
.block-bundle .bundle-list li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 10px 30Px;
  background: #EDEFDC;
  margin-bottom: 10px;
  min-height: 5rem;
  line-height: 1;
}
.block-bundle .bundle-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
  width: 50Px;
}
@media only screen and (max-width: 576px) {
  .block-bundle .bundle-list li .icon {
    margin-right: 25Px;
  }
}
.block-bundle .bundle-list li .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 50Px;
  height: 100%;
  background-color: var(--color-second);
  top: 0;
  left: 30Px;
}
.block-bundle .bundle-list li .icon:has(.icon-plus) {
  width: 3.125rem;
}
.block-bundle .bundle-list li .icon:has(.icon-plus):before {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background-color: #EDEFDC;
  top: 0.9375rem;
}
.block-bundle .bundle-list li .icon-tick {
  font-size: 1.0625rem;
  color: #fff;
  width: 50Px;
  text-align: center;
  z-index: 2;
}
.block-bundle .bundle-list li .icon-plus {
  color: var(--color-main);
  font-size: 1.25rem;
}
.block-bundle .bundle-list li span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3;
}
.block-bundle .bundle-list li span.title {
  font-weight: 600;
  margin-bottom: 8px;
}
.block-bundle .bundle-list li.bundle-title {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.3;
}
.block-bundle .bundle-list li.bundle-with {
  background: linear-gradient(180deg, rgb(51, 62, 41) 0%, rgb(108, 135, 84) 100%);
  color: var(--color-second);
  font-size: 1.625rem;
  font-family: "Fahkwang";
  font-weight: 300;
}
.block-bundle .bundle-list li.first-child .icon:before {
  height: 105%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  top: 0;
  z-index: 1;
}
.block-bundle .bundle-list li.other-child .icon:before {
  height: 115%;
  clip-path: polygon(0 0, 51% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  top: -7px;
  z-index: 1;
}
.block-bundle .bundle-list li.other-child:last-child .icon:before {
  height: 122%;
  z-index: 1;
}
.block-bundle .bundle-list .combine-wrapper a {
  text-decoration: underline;
  color: var(--bs-body-color);
}
.block-bundle .bundle-list .combine-wrapper a:hover {
  color: var(--color-second);
}

.block-big-number {
  background: var(--wp--preset--gradient--green-shade);
  padding: 2.5rem 0 3.75rem;
  position: relative;
  overflow-x: hidden;
}
.block-big-number:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -7.875rem;
  background-image: url(../assets/img/pattern-green.svg);
  background-repeat: no-repeat;
  width: 15.75rem;
  height: 15.75rem;
}
.block-big-number h5 {
  color: #F5FFDA;
  margin-bottom: 2.5rem;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .block-big-number .counter-wrapper {
    display: flex;
    flex-direction: column !important;
    row-gap: 1.25rem;
    align-items: center;
  }
  .block-big-number .counter-wrapper > * {
    width: 100%;
  }
}
.block-big-number .counter-wrapper .counter {
  row-gap: 0.9375rem;
  padding: 0;
}
.block-big-number .counter-wrapper .counter .number-wrapper {
  color: var(--color-second);
  font-family: "Fahkwang";
  font-weight: 300;
  font-size: 4.375rem;
}
.block-big-number .counter-wrapper .counter .number-wrapper .big-number {
  font-weight: 500;
}
.block-big-number .counter-wrapper .counter .number-wrapper .postfix {
  margin-left: -10px;
}
.block-big-number .counter-wrapper .counter .number-text {
  font-size: 1.125rem;
  color: #F5FFDA;
  line-height: 1.75rem;
}

.block-video-shape .video-shape-wrapper {
  width: 100%;
  height: 36.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.block-video-shape .video-shape-wrapper .shaped-video {
  -webkit-mask-image: url(../assets/img/video-shape.png);
          mask-image: url(../assets/img/video-shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 25.9375rem;
  -webkit-mask-size: 25.9375rem;
          mask-size: 25.9375rem;
  width: 25.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .block-video-shape .video-shape-wrapper .shaped-video {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .block-video-shape .video-shape-wrapper .shaped-video {
    padding: 1.875rem 0 1.25rem;
  }
}

.why-cga {
  background: #333E29;
  padding-top: 5rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 993px) {
  .why-cga {
    padding-top: 3.125rem;
  }
}
.why-cga:after {
  content: "";
  background-image: url(../assets/img/world.png);
  display: block;
  position: relative;
  width: 100%;
  height: 17.5rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-top: -16.875rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 993px) {
  .why-cga:after {
    position: absolute;
    bottom: 1.25rem;
  }
}
.why-cga .container {
  padding-bottom: 9.375rem;
  overflow: hidden;
}
@media only screen and (max-width: 993px) {
  .why-cga .container {
    padding-bottom: 3.125rem;
  }
}
.why-cga h2 {
  color: var(--color-second);
}
.why-cga p {
  color: #F5FFDA;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  max-width: 35rem;
}
.why-cga__intro {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 993px) {
  .why-cga__intro {
    margin-bottom: 2.5rem;
  }
}
.why-cga__circle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 993px) {
  .why-cga__circle {
    flex-direction: column;
    row-gap: 1.5625rem;
    z-index: 2;
  }
}
.why-cga__central {
  position: relative;
}
@media only screen and (max-width: 993px) {
  .why-cga__central {
    display: none;
  }
}
.why-cga__central .middle-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-26%, -50%);
  width: 4.0625rem;
  height: auto;
}
.why-cga .benefit {
  position: absolute;
  width: 20vw;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media only screen and (max-width: 993px) {
  .why-cga .benefit {
    position: relative;
    width: 100%;
    flex-direction: row !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    align-items: center;
  }
}
.why-cga .benefit h5 {
  position: absolute;
  color: var(--color-second);
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Fahkwang";
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 993px) {
  .why-cga .benefit h5 {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    color: #F5FFDA;
  }
}
.why-cga .benefit img {
  width: 4.375rem;
  height: auto;
  top: -4.0625rem;
  position: absolute;
  outline: 1.875rem solid #333e29;
}
@media only screen and (max-width: 993px) {
  .why-cga .benefit img {
    position: relative;
    top: 0;
    height: 4.375rem;
    outline: unset;
  }
}
.why-cga .benefit p {
  font-size: 0.875rem;
}
.why-cga .benefit.position-left-top {
  top: 173Px;
  left: 0;
  flex-direction: row;
}
.why-cga .benefit.position-left-top h5 {
  left: 5.625rem;
}
.why-cga .benefit.position-left-bottom {
  bottom: 10Px;
  left: 0;
  flex-direction: row;
}
.why-cga .benefit.position-left-bottom h5 {
  left: 5.625rem;
}
.why-cga .benefit.position-right-top {
  top: 4.5625rem;
  right: 0;
  flex-direction: row-reverse;
}
.why-cga .benefit.position-right-top h5 {
  right: 5.625rem;
}
.why-cga .benefit.position-right-bottom {
  bottom: 108Px;
  right: 0;
  flex-direction: row-reverse;
}
.why-cga .benefit.position-right-bottom h5 {
  right: 5.625rem;
}
.why-cga .benefit.position-bottom-center {
  bottom: -5rem;
  left: 50%;
  transform: translateX(-45%);
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 993px) {
  .why-cga .benefit.position-bottom-center {
    bottom: 0;
    left: 0;
    transform: unset;
    flex-direction: row;
  }
}
.why-cga .benefit.position-bottom-center img {
  outline: unset;
}
.why-cga .benefit.position-bottom-center h5 {
  top: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 993px) {
  .why-cga .benefit.position-bottom-center h5 {
    top: 0;
    text-align: left;
  }
}

.block-custom-card.block-blog-posts .custom-card-body {
  background: transparent !important;
}
.block-custom-card.block-blog-posts .col-custom-card .custom-card-body .custom-card-detail .custom-card-date {
  background: transparent;
}
.block-custom-card.block-blog-posts .col-custom-card .custom-card-body .custom-card-detail {
  padding: 1.5625rem 0;
}
.block-custom-card .col-custom-card {
  position: relative;
  margin-bottom: 2.5rem;
}
.block-custom-card .col-custom-card .custom-card-body {
  background: #F0F1DC;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-image {
  position: relative;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-image img {
  width: 100%;
  max-height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-image span.custom-card-badge {
  position: absolute;
  right: 0.9375rem;
  padding: 4px 10px;
  background: #F8FAFB;
  border-radius: 10px;
  top: 0.9375rem;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--color-main);
  font-size: 1rem;
  font-weight: 500;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-image span.custom-card-badge:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-second);
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail {
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail .custom-card-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #EAF097;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  font-weight: 600;
  color: var(--color-main);
  padding: 6px 8px;
  margin-bottom: 0.75rem;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail .custom-card-date i {
  font-size: 1.125rem;
  margin-right: 10px;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail h3 {
  font-size: 1.625rem;
  margin-bottom: 0.75rem;
  line-height: 2rem;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail p {
  line-height: 1.5;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail .btn,
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail a {
  margin-top: auto;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail .excerpt-post {
  margin-bottom: 1.25rem;
}
.block-custom-card .col-custom-card .custom-card-body .custom-card-detail a.simple-link {
  font-weight: 500;
  text-decoration: underline;
}

.wp-block-image.white-card {
  background: #fff;
  margin-bottom: 1.25rem;
}
.wp-block-image.white-card .wp-element-caption {
  text-align: left;
  padding: 1.5625rem;
  margin: 0;
  color: var(--color-main);
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
}

.wp-block-image.overlay-title {
  position: relative;
  margin-bottom: 0;
}
.wp-block-image.overlay-title .wp-element-caption {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  padding: 1.5625rem;
  transition: ease all 0.3s;
  line-height: 1.4;
  z-index: 2;
}
.wp-block-image.overlay-title .wp-element-caption:before {
  content: "";
  display: block;
  width: 100%;
  height: 11.5625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(49, 71, 28, 0.53) 32%, rgb(21, 38, 7) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wp-block-image.overlay-title .wp-element-caption a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  padding: 1.5625rem;
  transition: ease all 0.3s;
  line-height: 1.4;
}
.wp-block-image.overlay-title .wp-element-caption a:hover {
  padding-bottom: 2.0625rem;
}

.wp-block-list.check-list li {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.6;
}
.wp-block-list.check-list li:before {
  content: "\e911";
  font-family: "icon";
  font-size: 1.25rem;
  color: var(--color-second);
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
}

.multiple-certification {
  position: relative;
}
.multiple-certification:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 100%;
  background-image: url(../assets/img/carat.svg);
  background-repeat: repeat;
  background-position-x: -1.875rem;
}
.multiple-certification img {
  width: 100%;
  max-height: 9.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.multiple-certification h3 {
  padding: 1.25rem 0 0 2.5rem;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
.multiple-certification p {
  padding: 0 1.25rem 0 2.5rem;
  font-size: 14Px;
  line-height: 1.5rem;
}
.multiple-certification .btn-second {
  padding: 0 1.25rem 0 2.5rem;
  margin-bottom: 2.0625rem;
}

.block-blog-posts.block-custom-card .col-custom-card .custom-card-body .custom-card-image img {
  width: 100%;
  max-height: 21.875rem;
}

.animate-part {
  display: inline-block;
  position: relative;
}
.animate-part span.animate-text {
  z-index: 3;
  position: relative;
}
.animate-part svg {
  height: calc(100% + 1.25rem);
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1.25rem);
  z-index: 2;
}
.animate-part svg path {
  stroke: var(--color-second);
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: headline-dash forwards;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}
.animate-part.hide-part svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

@keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    filter: blur(10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .row-cols-3 > *,
  .row-cols-4 > *,
  .row-cols-5 > * {
    width: 100%;
  }
}
.top-bar {
  background-color: var(--color-main);
  color: var(--color-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8125rem;
  font-size: 14Px;
  background-image: url(../assets/img/topbar.svg);
  background-repeat: no-repeat;
  background-size: 26.25rem 2.5625rem;
  background-position: center center;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.top-bar .call {
  position: relative;
}
.top-bar .call span:first-child {
  font-weight: 600;
}
.top-bar .call span:last-child {
  font-weight: 600;
}
.top-bar .call span a {
  color: var(--color-gray);
  font-size: 14Px;
}
.top-bar .call span a:hover {
  color: var(--color-second);
}

.page-template-template-ad #header-site {
  padding: 1.75rem 0;
}
@media only screen and (max-width: 576px) {
  .page-template-template-ad #header-site {
    padding: 1.125rem 10px;
  }
}

#header-site {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #header-site {
    padding: 1.125rem;
  }
}
@media only screen and (max-width: 576px) {
  #header-site {
    padding: 1.125rem 10px;
  }
}
#header-site.fix-top-bar {
  margin-top: 2.5rem;
}
#header-site .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  #header-site .row .col-logo {
    padding-left: 0;
  }
}
#header-site .row .col-logo img {
  width: auto;
  height: 3.625rem;
}
#header-site .row .col-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu {
    position: fixed;
    width: 22.8125rem;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999998;
    padding: 3.125rem 1.5625rem 1.25rem;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #header-site .row .col-menu.active {
    transform: none;
  }
  #header-site .row .col-menu .logo-mobile {
    padding: 0.9375rem 0 1.5625rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid var(--color-second);
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}
#header-site .row .col-menu .nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li, .btn-menu) > a {
    display: block;
    padding: 2.5rem 0.9375rem;
  }
}
#header-site .row .col-menu .nav-items .same-url {
  background-color: #E5E8C1;
}
#header-site .row .col-menu .nav-items li:not(.sub-menu li) {
  position: relative;
  display: flex;
  align-items: center;
}
#header-site .row .col-menu .nav-items li:not(.sub-menu li).btn-menu {
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li) {
    display: block;
    width: 100%;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).btn-menu {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
}
#header-site .row .col-menu .nav-items li:not(.sub-menu li) a:not(.btn-menu a) {
  font-size: 15Px;
  font-weight: 500;
  color: var(--color-main);
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li) a:not(.btn-menu a) {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
#header-site .row .col-menu .nav-items li:not(.sub-menu li) a:not(.btn-menu a):hover {
  color: var(--color-second);
}
#header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children:after {
  font-family: "icon" !important;
  content: "\e907";
  line-height: 1;
  font-size: 10px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 0.875rem;
  }
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children.active ul.sub-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children.active:after {
    transform: rotateX(180deg);
  }
}
@media only screen and (min-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children:not(.mega.menu-item-has-children):hover > ul,
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children:not(.mega.menu-item-has-children) ul:hover {
    visibility: visible;
    opacity: 1;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).menu-item-has-children:not(.mega.menu-item-has-children):hover:after {
    transform: rotateX(180deg);
    color: var(--color-second);
  }
}
@media only screen and (min-width: 992px) {
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega {
    position: unset;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega.active {
    background: #E5E8C1;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega.active:after {
    transform: rotateX(180deg);
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega.active a:hover {
    color: var(--color-black);
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu {
    position: absolute;
    transition: all 0.3s ease;
    top: 6rem;
    left: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    background: var(--wp--preset--gradient--green-shade);
    border-radius: 0;
    box-shadow: unset;
    padding: 6.25rem 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu:before {
    content: "";
    background-image: url(../assets/img/pattern-header.svg);
    width: 12.5rem;
    height: 100%;
    display: block;
    position: absolute;
    left: -6.25rem;
    top: 0;
    background-repeat: no-repeat;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu.opened {
    visibility: visible;
    opacity: 1;
    z-index: 30;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children {
    padding-left: 6.25rem;
    border-right: 1px solid rgba(217, 217, 217, 0.1568627451);
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children:last-child {
    border-right: unset;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children:hover {
    background: transparent;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children > a {
    color: var(--color-second);
    font-family: "Fahkwang";
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 300;
    height: unset;
    padding: 0;
    border-radius: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children > a:hover {
    color: #fff;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 16.25rem;
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children ul.sub-menu li {
    padding-right: 6.25rem;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children ul.sub-menu li a {
    color: #fff;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children ul.sub-menu li a:hover {
    color: var(--color-second);
  }
  #header-site .row .col-menu .nav-items li:not(.sub-menu li).mega > ul.sub-menu > .menu-item-has-children ul.sub-menu li a:before {
    content: "";
    line-height: 1.3;
    background-color: var(--color-second);
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
  }
}
#header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  top: 1.875rem;
  left: 0;
  display: flex;
  width: 11.25rem;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 5px;
  z-index: 30;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) {
    height: 0;
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: unset;
    top: 5px;
  }
}
#header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) li {
  border-radius: 5px;
}
#header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) li:hover {
  background-color: #F0F1DC;
  transition: 0.3s;
}
#header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) li:hover a {
  color: var(--color-main) !important;
}
#header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) li a {
  font-size: 14Px;
  height: 2.625rem;
  line-height: 1.4;
  overflow: hidden;
  padding: 10px 0.75rem !important;
  text-overflow: ellipsis;
  transition: 0.3s;
  white-space: nowrap;
  border-radius: 5px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 992px) {
  #header-site .row .col-menu .nav-items ul.sub-menu:not(.mega ul.sub-menu) li ul.sub-menu {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 992px) {
  #header-site .mobile-menu {
    display: block;
    padding: 0;
    width: 40Px;
    height: 28Px;
  }
  #header-site .mobile-menu #toggleMenu {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 999999;
    padding: 3px;
    max-width: 3rem;
  }
  #header-site .mobile-menu #toggleMenu.active span {
    opacity: 1;
    background: var(--color-main);
  }
  #header-site .mobile-menu #toggleMenu.active span:first-child {
    transform: rotate(45deg) translate(0, 0);
  }
  #header-site .mobile-menu #toggleMenu.active span:last-child {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #header-site .mobile-menu #toggleMenu.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #header-site .mobile-menu #toggleMenu span {
    width: 32Px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--color-main);
    display: block;
    margin-bottom: 8Px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #header-site .mobile-menu #toggleMenu span:first-child {
    transform-origin: 0% 0%;
  }
  #header-site .mobile-menu #toggleMenu span:last-child {
    transform-origin: 0% 100%;
    margin-bottom: 0;
  }
}

.page-header-wrapper {
  background: linear-gradient(180deg, rgb(51, 62, 41) 0%, rgb(108, 135, 84) 100%);
  position: relative;
}
.page-header-wrapper.color-reverse {
  background: var(--color-second);
}
.page-header-wrapper.color-reverse .page-header {
  background-image: url(../assets/img/pattern-header-reverse.svg);
}
@media only screen and (max-width: 568px) {
  .page-header-wrapper.color-reverse .page-header {
    background-image: none;
  }
}
.page-header-wrapper.color-reverse .page-header .col-detail #breadcrumbs *,
.page-header-wrapper.color-reverse .page-header .col-detail .page-title,
.page-header-wrapper.color-reverse .page-header .col-detail .page-description {
  color: var(--color-main);
}
@media only screen and (max-width: 568px) {
  .page-header-wrapper.color-reverse .page-header .col-detail .button-row .btn:first-child {
    padding-bottom: 10px;
  }
}
.page-header-wrapper .page-header {
  padding: 1.875rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 17.8125rem;
  background-image: url(../assets/img/pattern-header.svg);
  background-repeat: no-repeat;
  background-position: -1.875rem center;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  .page-header-wrapper .page-header {
    background-image: unset;
  }
}
.page-header-wrapper .page-header .col-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header-wrapper .page-header .col-detail #breadcrumbs {
  margin-bottom: 10px;
}
.page-header-wrapper .page-header .col-detail #breadcrumbs * {
  color: var(--color-gray);
  font-size: 14Px;
  text-transform: capitalize;
}
.page-header-wrapper .page-header .col-detail #breadcrumbs a {
  text-transform: capitalize;
}
.page-header-wrapper .page-header .col-detail #breadcrumbs a:hover {
  opacity: 0.8;
}
.page-header-wrapper .page-header .col-detail .page-title {
  color: var(--color-second);
  font-size: 3.125rem;
  margin-bottom: 10px;
  max-width: 46.25rem;
}
.page-header-wrapper .page-header .col-detail .page-description {
  color: var(--color-gray);
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 46.875rem;
  line-height: 1.875rem;
}
.page-header-wrapper .page-header .col-detail .page-description p {
  line-height: 1.875rem;
}
.page-header-wrapper .page-header .col-image {
  display: flex;
}
.page-header-wrapper .page-header .col-image img {
  padding-left: 3.75rem;
  margin-left: auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .page-header-wrapper .page-header .col-image img {
    padding: 1.875rem 1.875rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .page-header-wrapper .page-header .col-image img {
    padding: 1.875rem 0 0;
  }
}
.page-header-wrapper .page-header:has(.shaped-video) {
  height: 30rem;
  background-size: 10rem;
}
@media only screen and (max-width: 992px) {
  .page-header-wrapper .page-header:has(.shaped-video) {
    height: auto;
  }
}
.page-header-wrapper .page-header:has(.shaped-video) .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .page-header-wrapper .page-header:has(.shaped-video) .row {
    width: auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 1400px) {
  .page-header-wrapper .page-header:has(.shaped-video) .row .col-image {
    height: 350Px;
    width: 350Px;
  }
}
.page-header-wrapper .page-header:has(.shaped-video) .row .col-image .shaped-video {
  -webkit-mask-image: url(../assets/img/video-shape.png);
          mask-image: url(../assets/img/video-shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 36.5625rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 3.75rem;
}
@media only screen and (max-width: 1400px) {
  .page-header-wrapper .page-header:has(.shaped-video) .row .col-image .shaped-video {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

html:has(.page-template-template-ad) {
  overflow-x: hidden !important;
}

.page-template-template-ad #header-site {
  position: fixed;
  top: 0;
  z-index: 111;
  background: #f8f9f1;
  width: 100%;
}
.page-template-template-ad #app {
  padding-top: 6.875rem;
}
.page-template-template-ad .col-call .call {
  background: var(--color-second);
  padding: 8px 1.3125rem;
  border-radius: 1.375rem;
  font-weight: 500;
  line-height: 1.6875rem;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 576px) {
  .page-template-template-ad .col-call .call {
    padding: 0;
    border-radius: 10px;
    width: 45Px;
    height: 45Px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.page-template-template-ad .col-call .call:first-child {
  margin-right: 10px;
}
.page-template-template-ad .col-call .call a {
  font-weight: 500;
  line-height: 1.6875rem;
  font-size: 0.9375rem;
}
.page-template-template-ad .col-call .call a:hover {
  color: var(--color-main);
  opacity: 0.8;
}
.page-template-template-ad .col-call .call i {
  margin-right: 10px;
  font-size: 1.1875rem;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  .page-template-template-ad .col-call .call i {
    margin-right: 0;
    font-size: 1.25rem;
  }
}
.page-template-template-ad .col-call .call i.icon-email {
  font-size: 1rem;
}
@media only screen and (max-width: 576px) {
  .page-template-template-ad .col-call .call i.icon-email {
    margin-right: 0;
    font-size: 1.125rem;
  }
}
#footer {
  overflow: hidden;
}
#footer .block-contact {
  background: #fff;
}
#footer .block-contact .contact-section {
  position: relative;
  background-color: var(--color-lemon);
  background-image: url(../assets/img/contact-bg.png);
  background-position: 2.5rem bottom;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
  padding: 4.5rem 4.25rem 2.8125rem 4.875rem;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  #footer .block-contact .contact-section {
    padding: 2.5rem;
    background-image: unset;
  }
}
@media only screen and (max-width: 576px) {
  #footer .block-contact .contact-section {
    padding: 2.5rem 1.25rem;
    background-image: unset;
  }
}
#footer .block-contact .contact-section .col-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  #footer .block-contact .contact-section .col-info {
    margin-bottom: 1.875rem;
  }
}
#footer .block-contact .contact-section .col-info .contact-image {
  margin-bottom: 2.1875rem;
}
#footer .block-contact .contact-section .col-info .contact-image img {
  width: 5rem;
  height: 5rem;
}
#footer .block-contact .contact-section .col-info h2 {
  padding-right: 2.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 992px) {
  #footer .block-contact .contact-section .col-info h2 {
    padding-right: 0px;
  }
}
#footer .block-contact .contact-section .col-info p {
  font-size: 16Px;
  line-height: 1.6875rem;
  margin-bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  #footer .block-contact .contact-section .col-info p {
    width: 100%;
  }
}
#footer .footer-part {
  background-color: var(--color-main);
  padding-top: 11.25rem;
  margin-top: -7.8125rem;
  position: relative;
  overflow: visible;
}
#footer .footer-part:before {
  content: "";
  background-image: url(../assets/img/pattern-footer.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  top: -36.125rem;
  width: 57.9375rem;
  height: 72.25rem;
}
#footer .footer-part .container {
  z-index: 5;
  position: relative;
}
#footer .footer-part .container .first-row {
  display: flex;
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-part .container .first-row .col-logo {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
#footer .footer-part .container .first-row .col-logo img {
  width: 11.25rem;
}
#footer .footer-part .container .first-row .col-copyright {
  justify-content: flex-end;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer-part .container .first-row .col-copyright {
    justify-content: center;
    row-gap: 0.9375rem;
  }
}
#footer .footer-part .container .first-row .col-copyright p {
  color: var(--color-gray);
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  #footer .footer-part .container .first-row .col-copyright p {
    text-align: center;
  }
}
#footer .footer-part .container .first-row .col-copyright .btn-second a {
  border: 1px solid var(--color-second);
}
#footer .footer-part .container .first-row .col-copyright .btn-second a:hover {
  border: 1px solid var(--color-second);
}
#footer .footer-part .container .second-row {
  position: relative;
  z-index: 4;
  padding-bottom: 3.75rem;
}
#footer .footer-part .container .second-row .col-menu ul.nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 12.5rem;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  #footer .footer-part .container .second-row .col-menu ul.nav-items {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 576px) {
  #footer .footer-part .container .second-row .col-menu ul.nav-items {
    gap: 1.25rem;
    justify-content: flex-start;
  }
  #footer .footer-part .container .second-row .col-menu ul.nav-items > * {
    flex: 0 0 30%;
    line-height: 1.6;
  }
}
#footer .footer-part .container .second-row .col-menu ul.nav-items .menu-item-has-children > a {
  color: var(--color-second);
  pointer-events: none;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  display: block;
}
#footer .footer-part .container .second-row .col-menu ul.nav-items .menu-item-has-children .sub-menu {
  padding: 0;
}
#footer .footer-part .container .second-row .col-menu ul.nav-items .menu-item-has-children .sub-menu li a {
  font-size: 0.9375rem;
  color: var(--color-gray);
  padding: 8px 0;
  display: block;
}
#footer .footer-part .container .second-row .col-menu ul.nav-items .menu-item-has-children .sub-menu li a:hover {
  color: var(--color-second);
}
#footer .footer-part .container .second-row .col-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #footer .footer-part .container .second-row .col-social {
    align-items: center;
    margin-top: 10px;
  }
}
#footer .footer-part .container .second-row .col-social span {
  font-size: 14Px;
  color: var(--color-gray);
  margin-bottom: 0.9375rem;
  display: block;
}
#footer .footer-part .container .second-row .col-social #social-icon {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
}
#footer .footer-part .container .second-row .col-social #social-icon .social-icon a {
  color: var(--color-gray);
  border: 1px solid var(--color-gray);
  font-size: 1.125rem;
  padding: 10px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5px;
  display: block;
}
#footer .footer-part .container .second-row .col-social #social-icon .social-icon a:hover {
  color: var(--color-second);
  border-color: var(--color-second);
}
#footer .footer-part .row-third {
  z-index: 5;
  position: relative;
}
#footer .footer-part .row-third img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .copyrights {
  padding: 10px 0;
  background: #262f1e;
  color: #f9fae5;
  font-size: 0.9375rem;
  text-align: center;
  z-index: 100;
  display: block;
  position: relative;
  font-weight: 300;
}
#footer .copyrights span {
  opacity: 0.7;
}
#footer .copyrights a {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #f9fae5;
}
#footer .copyrights a:hover {
  color: var(--color-second);
}

.overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999996;
  opacity: 0;
  height: 0;
  transition: height 0s 0.4s, opacity 0.4s 0s;
}

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