/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/template-home.scss ***!
  \*************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/template-home.scss (1) ***!
  \*****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/template-home.scss (2) ***!
  \*****************************************************************************************************************************/
:root,
[data-bs-theme=light] {
  --lc-blue: #113849;
  --lc-green: #077B6E;
  --lc-brown: #7D502F;
  --lc-yellow: #F2FD64;
  --lc-light: #FEFFEF;
  --lc-lime: #B5DB92;
  --lc-black: #000;
  --lc-primary: #077B6E;
  --lc-secondary: #113849;
  --lc-success: #B5DB92;
  --lc-warning: #F2FD64;
  --lc-light: #FEFFEF;
  --lc-dark: #000;
  --lc-primary-rgb: 7, 123, 110;
  --lc-secondary-rgb: 17, 56, 73;
  --lc-success-rgb: 181, 219, 146;
  --lc-warning-rgb: 242, 253, 100;
  --lc-light-rgb: 254, 255, 239;
  --lc-dark-rgb: 0, 0, 0;
  --lc-primary-text-emphasis: rgb(2.8, 49.2, 44);
  --lc-secondary-text-emphasis: rgb(6.8, 22.4, 29.2);
  --lc-success-text-emphasis: rgb(72.4, 87.6, 58.4);
  --lc-info-text-emphasis: rgb(5.2, 80.8, 96);
  --lc-warning-text-emphasis: rgb(96.8, 101.2, 40);
  --lc-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --lc-light-text-emphasis: #495057;
  --lc-dark-text-emphasis: #495057;
  --lc-primary-bg-subtle: rgb(205.4, 228.6, 226);
  --lc-secondary-bg-subtle: rgb(207.4, 215.2, 218.6);
  --lc-success-bg-subtle: rgb(240.2, 247.8, 233.2);
  --lc-info-bg-subtle: rgb(206.6, 244.4, 252);
  --lc-warning-bg-subtle: rgb(252.4, 254.6, 224);
  --lc-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --lc-light-bg-subtle: rgb(254.5, 255, 247);
  --lc-dark-bg-subtle: #ced4da;
  --lc-primary-border-subtle: rgb(155.8, 202.2, 197);
  --lc-secondary-border-subtle: rgb(159.8, 175.4, 182.2);
  --lc-success-border-subtle: rgb(225.4, 240.6, 211.4);
  --lc-info-border-subtle: rgb(158.2, 233.8, 249);
  --lc-warning-border-subtle: rgb(249.8, 254.2, 193);
  --lc-danger-border-subtle: rgb(241, 174.2, 180.6);
  --lc-light-border-subtle: #e9ecef;
  --lc-dark-border-subtle: #adb5bd;
  --lc-white-rgb: 255, 255, 255;
  --lc-black-rgb: 0, 0, 0;
  --lc-font-sans-serif: "Montserrat", sans-serif;
  --lc-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --lc-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --lc-body-font-family: var(--lc-font-sans-serif);
  --lc-body-font-size: 1.25rem;
  --lc-body-font-weight: 300;
  --lc-body-line-height: 1.563;
  --lc-body-color: #000;
  --lc-body-color-rgb: 0, 0, 0;
  --lc-body-bg: #fff;
  --lc-body-bg-rgb: 255, 255, 255;
  --lc-emphasis-color: #000;
  --lc-emphasis-color-rgb: 0, 0, 0;
  --lc-secondary-color: rgba(0, 0, 0, 0.75);
  --lc-secondary-color-rgb: 0, 0, 0;
  --lc-secondary-bg: #e9ecef;
  --lc-secondary-bg-rgb: 233, 236, 239;
  --lc-tertiary-color: rgba(0, 0, 0, 0.5);
  --lc-tertiary-color-rgb: 0, 0, 0;
  --lc-tertiary-bg: #FEFFEF;
  --lc-tertiary-bg-rgb: 254, 255, 239;
  --lc-heading-color: inherit;
  --lc-link-color: #077B6E;
  --lc-link-color-rgb: 7, 123, 110;
  --lc-link-decoration: underline;
  --lc-link-hover-color: rgb(5.6, 98.4, 88);
  --lc-link-hover-color-rgb: 6, 98, 88;
  --lc-code-color: #d63384;
  --lc-highlight-color: #000;
  --lc-highlight-bg: rgb(252.4, 254.6, 224);
  --lc-border-width: 1px;
  --lc-border-style: solid;
  --lc-border-color: #dee2e6;
  --lc-border-color-translucent: rgba(0, 0, 0, 0.175);
  --lc-border-radius: 0.375rem;
  --lc-border-radius-sm: 0.25rem;
  --lc-border-radius-lg: 0.5rem;
  --lc-border-radius-xl: 1rem;
  --lc-border-radius-xxl: 2rem;
  --lc-border-radius-2xl: var(--lc-border-radius-xxl);
  --lc-border-radius-pill: 50rem;
  --lc-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --lc-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --lc-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --lc-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --lc-focus-ring-width: 0.25rem;
  --lc-focus-ring-opacity: 0.25;
  --lc-focus-ring-color: rgba(7, 123, 110, 0.25);
  --lc-form-valid-color: #B5DB92;
  --lc-form-valid-border-color: #B5DB92;
  --lc-form-invalid-color: #dc3545;
  --lc-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(--lc-body-font-family);
  font-size: var(--lc-body-font-size);
  font-weight: var(--lc-body-font-weight);
  line-height: var(--lc-body-line-height);
  color: var(--lc-body-color);
  text-align: var(--lc-body-text-align);
  background-color: var(--lc-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--lc-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--lc-heading-color);
}

h1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5rem;
  }
}

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

h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.1875rem;
  }
}

h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--lc-highlight-color);
  background-color: var(--lc-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: var(--lc-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--lc-body-bg);
  background-color: var(--lc-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

thead,
tbody,
tfoot,
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,
optgroup,
textarea {
  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],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --lc-breakpoint-xs: 0;
  --lc-breakpoint-sm: 576px;
  --lc-breakpoint-md: 768px;
  --lc-breakpoint-lg: 992px;
  --lc-breakpoint-xl: 1200px;
  --lc-breakpoint-xxl: 1400px;
}

.row, .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) {
  --lc-gutter-x: 1.5rem;
  --lc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--lc-gutter-y));
  margin-right: calc(-0.5 * var(--lc-gutter-x));
  margin-left: calc(-0.5 * var(--lc-gutter-x));
}
.row > *, .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--lc-gutter-x) * 0.5);
  padding-left: calc(var(--lc-gutter-x) * 0.5);
  margin-top: var(--lc-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.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%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto, .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

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

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

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

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

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

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --lc-gutter-x: 0;
}

.g-0,
.gy-0 {
  --lc-gutter-y: 0;
}

.g-1,
.gx-1 {
  --lc-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --lc-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --lc-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --lc-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --lc-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --lc-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --lc-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --lc-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --lc-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --lc-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --lc-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --lc-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --lc-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --lc-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --lc-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --lc-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --lc-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --lc-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --lc-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --lc-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --lc-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --lc-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --lc-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --lc-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --lc-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --lc-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --lc-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --lc-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --lc-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --lc-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --lc-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --lc-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --lc-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --lc-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --lc-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --lc-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --lc-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --lc-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --lc-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --lc-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --lc-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --lc-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --lc-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --lc-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --lc-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --lc-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --lc-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --lc-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --lc-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --lc-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --lc-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --lc-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --lc-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --lc-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --lc-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --lc-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --lc-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --lc-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --lc-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --lc-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --lc-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --lc-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --lc-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --lc-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --lc-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --lc-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --lc-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --lc-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --lc-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --lc-gutter-y: 3rem;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.563;
  color: var(--lc-body-color);
  appearance: none;
  background-color: var(--lc-body-bg);
  background-clip: padding-box;
  border: var(--lc-border-width) solid var(--lc-border-color);
  border-radius: var(--lc-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--lc-body-color);
  background-color: var(--lc-body-bg);
  border-color: rgb(131, 189, 182.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 123, 110, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.563em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--lc-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--lc-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--lc-body-color);
  background-color: var(--lc-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--lc-border-width);
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--lc-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.563;
  color: var(--lc-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--lc-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.563em + 0.5rem + calc(var(--lc-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  border-radius: var(--lc-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.563em + 1rem + calc(var(--lc-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: var(--lc-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5625rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.563em + 0.75rem + calc(var(--lc-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.563em + 0.5rem + calc(var(--lc-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.563em + 1rem + calc(var(--lc-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.563em + 0.75rem + calc(var(--lc-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--lc-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--lc-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.563em + 0.5rem + calc(var(--lc-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.563em + 1rem + calc(var(--lc-border-width) * 2));
}

.btn, .wpcf7-submit {
  --lc-btn-padding-x: 0.75rem;
  --lc-btn-padding-y: 0.375rem;
  --lc-btn-font-family: ;
  --lc-btn-font-size: 1.25rem;
  --lc-btn-font-weight: 300;
  --lc-btn-line-height: 1.563;
  --lc-btn-color: var(--lc-body-color);
  --lc-btn-bg: transparent;
  --lc-btn-border-width: var(--lc-border-width);
  --lc-btn-border-color: transparent;
  --lc-btn-border-radius: var(--lc-border-radius);
  --lc-btn-hover-border-color: transparent;
  --lc-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --lc-btn-disabled-opacity: 0.65;
  --lc-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--lc-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--lc-btn-padding-y) var(--lc-btn-padding-x);
  font-family: var(--lc-btn-font-family);
  font-size: var(--lc-btn-font-size);
  font-weight: var(--lc-btn-font-weight);
  line-height: var(--lc-btn-line-height);
  color: var(--lc-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--lc-btn-border-width) solid var(--lc-btn-border-color);
  border-radius: var(--lc-btn-border-radius);
  background-color: var(--lc-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, .wpcf7-submit {
    transition: none;
  }
}
.btn:hover, .wpcf7-submit:hover {
  color: var(--lc-btn-hover-color);
  background-color: var(--lc-btn-hover-bg);
  border-color: var(--lc-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .wpcf7-submit:hover {
  color: var(--lc-btn-color);
  background-color: var(--lc-btn-bg);
  border-color: var(--lc-btn-border-color);
}
.btn:focus-visible, .wpcf7-submit:focus-visible {
  color: var(--lc-btn-hover-color);
  background-color: var(--lc-btn-hover-bg);
  border-color: var(--lc-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--lc-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .wpcf7-submit {
  border-color: var(--lc-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--lc-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .wpcf7-submit, :not(.btn-check) + .btn:active, :not(.btn-check) + .wpcf7-submit:active, .btn:first-child:active, .wpcf7-submit:first-child:active, .btn.active, .active.wpcf7-submit, .btn.show, .show.wpcf7-submit {
  color: var(--lc-btn-active-color);
  background-color: var(--lc-btn-active-bg);
  border-color: var(--lc-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .wpcf7-submit:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .wpcf7-submit:active:focus-visible, .btn:first-child:active:focus-visible, .wpcf7-submit:first-child:active:focus-visible, .btn.active:focus-visible, .active.wpcf7-submit:focus-visible, .btn.show:focus-visible, .show.wpcf7-submit:focus-visible {
  box-shadow: var(--lc-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .wpcf7-submit {
  box-shadow: var(--lc-btn-focus-box-shadow);
}
.btn:disabled, .wpcf7-submit:disabled, .btn.disabled, .disabled.wpcf7-submit, fieldset:disabled .btn, fieldset:disabled .wpcf7-submit {
  color: var(--lc-btn-disabled-color);
  pointer-events: none;
  background-color: var(--lc-btn-disabled-bg);
  border-color: var(--lc-btn-disabled-border-color);
  opacity: var(--lc-btn-disabled-opacity);
}

.btn-primary {
  --lc-btn-color: #fff;
  --lc-btn-bg: #077B6E;
  --lc-btn-border-color: #077B6E;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: rgb(5.95, 104.55, 93.5);
  --lc-btn-hover-border-color: rgb(5.6, 98.4, 88);
  --lc-btn-focus-shadow-rgb: 44, 143, 132;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: rgb(5.6, 98.4, 88);
  --lc-btn-active-border-color: rgb(5.25, 92.25, 82.5);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #fff;
  --lc-btn-disabled-bg: #077B6E;
  --lc-btn-disabled-border-color: #077B6E;
}

.btn-secondary, .wpcf7-submit {
  --lc-btn-color: #fff;
  --lc-btn-bg: #113849;
  --lc-btn-border-color: #113849;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: rgb(14.45, 47.6, 62.05);
  --lc-btn-hover-border-color: rgb(13.6, 44.8, 58.4);
  --lc-btn-focus-shadow-rgb: 53, 86, 100;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: rgb(13.6, 44.8, 58.4);
  --lc-btn-active-border-color: rgb(12.75, 42, 54.75);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #fff;
  --lc-btn-disabled-bg: #113849;
  --lc-btn-disabled-border-color: #113849;
}

.btn-success {
  --lc-btn-color: #000;
  --lc-btn-bg: #B5DB92;
  --lc-btn-border-color: #B5DB92;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: rgb(192.1, 224.4, 162.35);
  --lc-btn-hover-border-color: rgb(188.4, 222.6, 156.9);
  --lc-btn-focus-shadow-rgb: 154, 186, 124;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: rgb(195.8, 226.2, 167.8);
  --lc-btn-active-border-color: rgb(188.4, 222.6, 156.9);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #000;
  --lc-btn-disabled-bg: #B5DB92;
  --lc-btn-disabled-border-color: #B5DB92;
}

.btn-warning {
  --lc-btn-color: #000;
  --lc-btn-bg: #F2FD64;
  --lc-btn-border-color: #F2FD64;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: rgb(243.95, 253.3, 123.25);
  --lc-btn-hover-border-color: rgb(243.3, 253.2, 115.5);
  --lc-btn-focus-shadow-rgb: 206, 215, 85;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: rgb(244.6, 253.4, 131);
  --lc-btn-active-border-color: rgb(243.3, 253.2, 115.5);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #000;
  --lc-btn-disabled-bg: #F2FD64;
  --lc-btn-disabled-border-color: #F2FD64;
}

.btn-light {
  --lc-btn-color: #000;
  --lc-btn-bg: #FEFFEF;
  --lc-btn-border-color: #FEFFEF;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: rgb(215.9, 216.75, 203.15);
  --lc-btn-hover-border-color: rgb(203.2, 204, 191.2);
  --lc-btn-focus-shadow-rgb: 216, 217, 203;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: rgb(203.2, 204, 191.2);
  --lc-btn-active-border-color: rgb(190.5, 191.25, 179.25);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #000;
  --lc-btn-disabled-bg: #FEFFEF;
  --lc-btn-disabled-border-color: #FEFFEF;
}

.btn-dark {
  --lc-btn-color: #fff;
  --lc-btn-bg: #000;
  --lc-btn-border-color: #000;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: rgb(38.25, 38.25, 38.25);
  --lc-btn-hover-border-color: rgb(25.5, 25.5, 25.5);
  --lc-btn-focus-shadow-rgb: 38, 38, 38;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: #333333;
  --lc-btn-active-border-color: rgb(25.5, 25.5, 25.5);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #fff;
  --lc-btn-disabled-bg: #000;
  --lc-btn-disabled-border-color: #000;
}

.btn-outline-primary {
  --lc-btn-color: #077B6E;
  --lc-btn-border-color: #077B6E;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: #077B6E;
  --lc-btn-hover-border-color: #077B6E;
  --lc-btn-focus-shadow-rgb: 7, 123, 110;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: #077B6E;
  --lc-btn-active-border-color: #077B6E;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #077B6E;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #077B6E;
  --lc-gradient: none;
}

.btn-outline-secondary {
  --lc-btn-color: #113849;
  --lc-btn-border-color: #113849;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: #113849;
  --lc-btn-hover-border-color: #113849;
  --lc-btn-focus-shadow-rgb: 17, 56, 73;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: #113849;
  --lc-btn-active-border-color: #113849;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #113849;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #113849;
  --lc-gradient: none;
}

.btn-outline-success {
  --lc-btn-color: #B5DB92;
  --lc-btn-border-color: #B5DB92;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: #B5DB92;
  --lc-btn-hover-border-color: #B5DB92;
  --lc-btn-focus-shadow-rgb: 181, 219, 146;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: #B5DB92;
  --lc-btn-active-border-color: #B5DB92;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #B5DB92;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #B5DB92;
  --lc-gradient: none;
}

.btn-outline-warning {
  --lc-btn-color: #F2FD64;
  --lc-btn-border-color: #F2FD64;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: #F2FD64;
  --lc-btn-hover-border-color: #F2FD64;
  --lc-btn-focus-shadow-rgb: 242, 253, 100;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: #F2FD64;
  --lc-btn-active-border-color: #F2FD64;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #F2FD64;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #F2FD64;
  --lc-gradient: none;
}

.btn-outline-light {
  --lc-btn-color: #FEFFEF;
  --lc-btn-border-color: #FEFFEF;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: #FEFFEF;
  --lc-btn-hover-border-color: #FEFFEF;
  --lc-btn-focus-shadow-rgb: 254, 255, 239;
  --lc-btn-active-color: #000;
  --lc-btn-active-bg: #FEFFEF;
  --lc-btn-active-border-color: #FEFFEF;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #FEFFEF;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #FEFFEF;
  --lc-gradient: none;
}

.btn-outline-dark {
  --lc-btn-color: #000;
  --lc-btn-border-color: #000;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: #000;
  --lc-btn-hover-border-color: #000;
  --lc-btn-focus-shadow-rgb: 0, 0, 0;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: #000;
  --lc-btn-active-border-color: #000;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #000;
  --lc-btn-disabled-bg: transparent;
  --lc-btn-disabled-border-color: #000;
  --lc-gradient: none;
}

.btn-link {
  --lc-btn-font-weight: 300;
  --lc-btn-color: var(--lc-link-color);
  --lc-btn-bg: transparent;
  --lc-btn-border-color: transparent;
  --lc-btn-hover-color: var(--lc-link-hover-color);
  --lc-btn-hover-border-color: transparent;
  --lc-btn-active-color: var(--lc-link-hover-color);
  --lc-btn-active-border-color: transparent;
  --lc-btn-disabled-color: #6c757d;
  --lc-btn-disabled-border-color: transparent;
  --lc-btn-box-shadow: 0 0 0 #000;
  --lc-btn-focus-shadow-rgb: 44, 143, 132;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--lc-btn-color);
}
.btn-link:hover {
  color: var(--lc-btn-hover-color);
}

.btn-lg {
  --lc-btn-padding-y: 0.5rem;
  --lc-btn-padding-x: 1rem;
  --lc-btn-font-size: calc(1.28125rem + 0.375vw);
  --lc-btn-border-radius: var(--lc-border-radius-lg);
}
@media (min-width: 1200px) {
  .btn-lg {
    --lc-btn-font-size: 1.5625rem;
  }
}

.btn-sm {
  --lc-btn-padding-y: 0.25rem;
  --lc-btn-padding-x: 0.5rem;
  --lc-btn-font-size: 1.09375rem;
  --lc-btn-border-radius: var(--lc-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.navbar {
  --lc-navbar-padding-x: 0;
  --lc-navbar-padding-y: 0;
  --lc-navbar-color: rgba(var(--lc-emphasis-color-rgb), 0.65);
  --lc-navbar-hover-color: rgba(var(--lc-emphasis-color-rgb), 0.8);
  --lc-navbar-disabled-color: rgba(var(--lc-emphasis-color-rgb), 0.3);
  --lc-navbar-active-color: rgba(var(--lc-emphasis-color-rgb), 1);
  --lc-navbar-brand-padding-y: 0.25578125rem;
  --lc-navbar-brand-margin-end: 1rem;
  --lc-navbar-brand-font-size: 1.5625rem;
  --lc-navbar-brand-color: rgba(var(--lc-emphasis-color-rgb), 1);
  --lc-navbar-brand-hover-color: rgba(var(--lc-emphasis-color-rgb), 1);
  --lc-navbar-nav-link-padding-x: 0.5rem;
  --lc-navbar-toggler-padding-y: 0.25rem;
  --lc-navbar-toggler-padding-x: 0.75rem;
  --lc-navbar-toggler-font-size: 1.5625rem;
  --lc-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  --lc-navbar-toggler-border-color: rgba(var(--lc-emphasis-color-rgb), 0.15);
  --lc-navbar-toggler-border-radius: var(--lc-border-radius);
  --lc-navbar-toggler-focus-width: 0.25rem;
  --lc-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--lc-navbar-padding-y) var(--lc-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand, #masthead .navbar .custom-logo-link {
  padding-top: var(--lc-navbar-brand-padding-y);
  padding-bottom: var(--lc-navbar-brand-padding-y);
  margin-right: var(--lc-navbar-brand-margin-end);
  font-size: var(--lc-navbar-brand-font-size);
  color: var(--lc-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, #masthead .navbar .custom-logo-link:hover, .navbar-brand:focus, #masthead .navbar .custom-logo-link:focus {
  color: var(--lc-navbar-brand-hover-color);
}

.navbar-nav {
  --lc-nav-link-padding-x: 0;
  --lc-nav-link-padding-y: 0.5rem;
  --lc-nav-link-font-weight: ;
  --lc-nav-link-color: var(--lc-navbar-color);
  --lc-nav-link-hover-color: var(--lc-navbar-hover-color);
  --lc-nav-link-disabled-color: var(--lc-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--lc-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--lc-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--lc-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--lc-navbar-toggler-padding-y) var(--lc-navbar-toggler-padding-x);
  font-size: var(--lc-navbar-toggler-font-size);
  line-height: 1;
  color: var(--lc-navbar-color);
  background-color: transparent;
  border: var(--lc-border-width) solid var(--lc-navbar-toggler-border-color);
  border-radius: var(--lc-navbar-toggler-border-radius);
  transition: var(--lc-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--lc-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--lc-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--lc-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--lc-navbar-nav-link-padding-x);
    padding-left: var(--lc-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--lc-navbar-nav-link-padding-x);
    padding-left: var(--lc-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--lc-navbar-nav-link-padding-x);
    padding-left: var(--lc-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--lc-navbar-nav-link-padding-x);
    padding-left: var(--lc-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--lc-navbar-nav-link-padding-x);
    padding-left: var(--lc-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--lc-navbar-nav-link-padding-x);
  padding-left: var(--lc-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --lc-navbar-color: rgba(255, 255, 255, 0.55);
  --lc-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --lc-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --lc-navbar-active-color: #fff;
  --lc-navbar-brand-color: #fff;
  --lc-navbar-brand-hover-color: #fff;
  --lc-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --lc-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

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

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

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

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

.d-inline-grid {
  display: inline-grid !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .site-footer .widget_nav_menu ul.menu {
  display: flex !important;
}

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

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

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

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

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

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

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

.justify-content-center, .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) {
  justify-content: center !important;
}

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
#masthead {
  background-color: rgba(7, 123, 110, 0.15);
  position: fixed;
  z-index: 2;
  width: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#masthead .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead .wp-block-social-link {
  border-radius: 5px;
}
#masthead .wp-block-search .wp-block-search__label,
#masthead .wp-block-search .wp-block-search__button {
  display: none;
}
#masthead .wp-block-search #wp-block-search__input-1 {
  background: linear-gradient(rgba(242, 242, 242, 0.15), rgba(242, 242, 242, 0.15)), url(../84c38d73925a7e3f1b86.png);
  height: 31px;
  border-radius: 100px;
  border: none;
  background-repeat: no-repeat;
  background-position: 95%;
}
#masthead .wp-block-social-links {
  margin: 0;
}
#masthead .wp-block-button__link {
  padding: 0 2rem;
}
#masthead .navbar .custom-logo {
  width: auto;
  max-height: 65px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #masthead .navbar .custom-logo {
    display: inline-block;
    max-width: 70%;
    max-height: 50px;
  }
}
@media (max-width: 991.98px) {
  #masthead .navbar #site-header-nav > * {
    margin-bottom: 1.5rem;
  }
}
#masthead .navbar #site-header-nav .navbar-nav {
  margin-left: auto;
}
#masthead .navbar #site-header-nav .navbar-nav .menu-item a {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  text-decoration: none;
}

.site-footer {
  background-image: linear-gradient(to bottom, #077b6e 0%, rgba(255, 255, 255, 0.2) 40%, white 50%, white 70%);
  padding-bottom: 3rem;
  font-size: 0.875rem;
}
.site-footer .footer-top {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 80%, rgb(255, 255, 255) 100%), url(../3236af4cf52571a2fc83.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 85%;
}
@media (max-width: 991.98px) {
  .site-footer .footer-top {
    background-size: 100%;
    padding-top: 12rem;
  }
}
.site-footer .footer-top .col-lg-6.offset-lg-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.site-footer .footer-top .wpcf7-form input.wpcf7-text {
  background: transparent;
  border-color: #000;
}
.site-footer .footer-top .wpcf7-form p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .site-footer .footer-top .wpcf7-form .col-md-5 {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    flex-basis: auto !important;
  }
}
.site-footer .footer {
  background: linear-gradient(180deg, rgba(7, 123, 110, 0) 0%, rgba(254, 255, 239, 0.8) 24.5%, #fff 61%, #fff 99%);
}
.site-footer .footer-bottom {
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .site-footer .footer-bottom {
    text-align: center;
  }
}
.site-footer .footer-bottom .widget_text p {
  margin: 0;
}
@media (max-width: 575.98px) {
  .site-footer .footer-bottom .widget {
    margin-bottom: 2rem;
  }
}
.site-footer .widget_media_gallery .wp-block-gallery {
  width: 60%;
  justify-content: center;
  margin: auto;
}
.site-footer .widget_media_gallery .wp-block-gallery .wp-block-image {
  flex: 0 0 auto;
  width: auto !important;
}
.site-footer .widget_nav_menu ul.menu {
  list-style: none;
  margin: 0;
}
@media (max-width: 575.98px) {
  .site-footer .widget_nav_menu ul.menu {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
}
.site-footer .widget_nav_menu ul.menu .menu-item {
  border-left: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .site-footer .widget_nav_menu ul.menu .menu-item {
    margin-bottom: 1rem;
  }
}
.site-footer .widget_nav_menu ul.menu .menu-item a {
  color: #000;
  text-decoration: none;
  padding-right: 1rem;
  padding-left: 1rem;
}

html, body {
  overflow-x: hidden;
}

.btn, .wpcf7-submit {
  --lc-btn-padding-y: 1rem;
  --lc-btn-padding-x: 2rem;
  --lc-btn-font-size: 1.25rem;
  --lc-btn-border-radius: 12px;
  font-weight: 700;
}

.btn-primary {
  --lc-btn-color: #000;
  --lc-btn-bg: #F2FD64;
  --lc-btn-border-color: #F2FD64;
  --lc-btn-hover-color: #fff;
  --lc-btn-hover-bg: #113849;
  --lc-btn-hover-border-color: #113849;
  --lc-btn-focus-shadow-rgb: 206, 215, 85;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: #113849;
  --lc-btn-active-border-color: #113849;
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #000;
  --lc-btn-disabled-bg: #F2FD64;
  --lc-btn-disabled-border-color: #F2FD64;
}

.btn-secondary, .wpcf7-submit {
  --lc-btn-color: #fff;
  --lc-btn-bg: #077B6E;
  --lc-btn-border-color: #077B6E;
  --lc-btn-hover-color: #000;
  --lc-btn-hover-bg: rgb(5.6269230769, 98.8730769231, 88.4230769231);
  --lc-btn-hover-border-color: rgb(5.6269230769, 98.8730769231, 88.4230769231);
  --lc-btn-focus-shadow-rgb: 44, 143, 132;
  --lc-btn-active-color: #fff;
  --lc-btn-active-bg: rgb(5.6269230769, 98.8730769231, 88.4230769231);
  --lc-btn-active-border-color: rgb(5.6269230769, 98.8730769231, 88.4230769231);
  --lc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --lc-btn-disabled-color: #fff;
  --lc-btn-disabled-bg: #077B6E;
  --lc-btn-disabled-border-color: #077B6E;
}

.radial-gradient, .section_5:before, .section_3_4 .section_4:before, .section_1_2 .section_1:before {
  content: "";
  display: block;
  background: radial-gradient(50% 50% at 50% 50%, rgba(242, 253, 100, 0.5) 0%, rgba(242, 253, 100, 0) 100%);
  background-blend-mode: overlay;
  position: absolute;
}

.lc-anim {
  opacity: 0;
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}

@keyframes lc-slide-top {
  0% {
    opacity: 0;
    transform: translateY(-120vh);
  }
  80% {
    opacity: 1;
    transform: translateY(12px);
  }
  85% {
    transform: translateY(9px);
  }
  90% {
    transform: translateY(6px);
  }
  95% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.lc-slide-top, .hero-home .heroSwiper .swiper-slide-active .hexagons::before {
  animation: lc-slide-top 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(120vh);
  }
  80% {
    opacity: 1;
    transform: translateY(-12px);
  }
  85% {
    transform: translateY(-9px);
  }
  90% {
    transform: translateY(-6px);
  }
  95% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.lc-slide-bottom, .hero-home .heroSwiper .swiper-slide-active .hexagons::after {
  animation: lc-slide-bottom 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-right {
  0% {
    opacity: 0;
    transform: translateX(120vh);
  }
  80% {
    opacity: 1;
    transform: translateX(-12px);
  }
  85% {
    transform: translateX(-9px);
  }
  90% {
    transform: translateX(-6px);
  }
  95% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
.lc-slide-left {
  animation: lc-slide-left 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-left {
  0% {
    opacity: 0;
    transform: translateX(-120vh);
  }
  80% {
    opacity: 1;
    transform: translateX(12px);
  }
  85% {
    transform: translateX(9px);
  }
  90% {
    transform: translateX(6px);
  }
  95% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.lc-slide-right {
  animation: lc-slide-right 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-tl {
  0% {
    opacity: 0;
    transform: translate(-120vh, -120vh);
  }
  80% {
    opacity: 1;
    transform: translate(12px, 12px);
  }
  85% {
    transform: translate(9px, 9px);
  }
  90% {
    transform: translate(6px, 6px);
  }
  95% {
    transform: translate(3px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.lc-slide-tl, .hero-home .heroSwiper .swiper-slide-active .hexagons .hexagon-1 {
  animation: lc-slide-tl 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-tr {
  0% {
    opacity: 0;
    transform: translate(120vh, -120vh);
  }
  80% {
    opacity: 1;
    transform: translate(-12px, 12px);
  }
  85% {
    transform: translate(-9px, 9px);
  }
  90% {
    transform: translate(-6px, 6px);
  }
  95% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.lc-slide-tr {
  animation: lc-slide-tr 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-bl {
  0% {
    opacity: 0;
    transform: translate(-120vh, 120vh);
  }
  80% {
    opacity: 1;
    transform: translate(12px, -12px);
  }
  85% {
    transform: translate(9px, -9px);
  }
  90% {
    transform: translate(6px, -6px);
  }
  95% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.lc-slide-bl {
  animation: lc-slide-bl 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

@keyframes lc-slide-br {
  0% {
    opacity: 0;
    transform: translate(120vh, 120vh);
  }
  80% {
    opacity: 1;
    transform: translate(-12px, -12px);
  }
  85% {
    transform: translate(-9px, -9px);
  }
  90% {
    transform: translate(-6px, -6px);
  }
  95% {
    transform: translate(-3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.lc-slide-br {
  animation: lc-slide-br 1.2s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  opacity: 1;
}

.lc-delay-100 {
  animation-delay: 0.1s;
}

.lc-delay-200 {
  animation-delay: 0.2s;
}

.lc-delay-300 {
  animation-delay: 0.3s;
}

.lc-delay-500 {
  animation-delay: 0.5s;
}

.lc-delay-1000 {
  animation-delay: 1s;
}

.lc-hexagon-tb:after {
  animation: lc-hexagon-ttb 15s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  animation-delay: 1000ms;
}
.lc-hexagon-tb:before {
  animation: lc-hexagon-btt 15s cubic-bezier(0.2, 1, 0.1, 1) forwards;
  animation-delay: 1000ms;
}

@keyframes lc-hexagon-ttb {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(550px);
  }
}
@keyframes lc-hexagon-btt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-750px);
  }
}
h1 .letter {
  display: inline-block;
  opacity: 0;
  transform: translateX(1em);
  animation: reveal-letter 0.4s ease-out forwards;
}

@keyframes reveal-letter {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
h1, h2 {
  opacity: 0;
}
h1.animated, h2.animated {
  opacity: 1;
}

h2 .letter {
  white-space: pre;
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: h2-reveal 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes h2-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.word {
  display: inline-block;
  white-space: normal;
}

/* Home */
.hero-home .heroSwiper {
  padding: 0;
}
.hero-home .heroSwiper .swiper-slide:nth-of-type(2) .overlay_image {
  top: 10vh;
  right: 0;
}
@media (max-width: 991.98px) {
  .hero-home .heroSwiper .swiper-slide:nth-of-type(2) {
    top: 20vh;
  }
}
.hero-home .heroSwiper .swiper-slide:nth-of-type(3) .overlay_image {
  top: 40vh;
  right: 0;
  z-index: 2;
}
.hero-home .hero-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-height: 800px) {
  .hero-home .hero-slide {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .hero-home .hero-slide {
    min-height: 70vh;
  }
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide {
    background-position: left;
  }
}
.hero-home .hero-slide .hexagons .hexagon-1 {
  display: block;
  position: absolute;
  background-image: url(../9f66e6b1a7375a648081.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36vw;
  height: 31vw;
  top: 13vh;
  right: 15vw;
  opacity: 0.3 !important;
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide .hexagons .hexagon-1 {
    width: 85vw;
    right: 10vh;
    top: 9vh;
    height: 85vh;
  }
}
.hero-home .hero-slide .hexagons:after, .hero-home .hero-slide .hexagons:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../9f66e6b1a7375a648081.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3 !important;
}
.hero-home .hero-slide .hexagons:before {
  width: 15vw;
  right: 6vh;
  top: 18vh;
  height: 13vw;
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide .hexagons:before {
    width: 30vw;
    right: -4vw;
    top: 37vh;
    height: 30vw;
  }
}
.hero-home .hero-slide .hexagons:after {
  width: 21vw;
  right: -2vh;
  top: 47vh;
  height: 18vw;
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide .hexagons:after {
    width: 45vw;
    right: -15vw;
    top: 51vh;
    height: 45vw;
  }
}
.hero-home .hero-slide h1 {
  font-size: 7rem;
  max-width: 85%;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
.hero-home .hero-slide h1 strong {
  font-size: 12rem;
  font-weight: 700;
  line-height: 0.75;
}
@media (max-width: 991.98px) {
  .hero-home .hero-slide h1 {
    font-size: 6rem;
  }
  .hero-home .hero-slide h1 strong {
    font-size: 7rem;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-slide h1 {
    font-size: 4rem;
  }
  .hero-home .hero-slide h1 strong {
    font-size: 5rem;
  }
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }
  .hero-home .hero-slide h1 strong {
    font-size: 3rem;
  }
}
.hero-home .hero-slide p {
  font-size: 1.8rem;
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide p {
    font-size: 1.25rem;
  }
}
.hero-home .hero-slide .overlay_image {
  position: absolute;
  right: 6vw;
  top: 15vh;
  max-width: 40%;
  z-index: 4;
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide .overlay_image {
    right: 5vw;
    top: 22vh;
  }
}
@media (max-width: 575.98px) {
  .hero-home .hero-slide .overlay_image {
    position: relative;
    max-width: 100%;
    right: auto !important;
    top: auto !important;
  }
}
.hero-home .swiper-pagination {
  width: 85%;
  bottom: 10%;
  text-align: right;
}
@media (max-width: 575.98px) {
  .hero-home .swiper-pagination {
    width: 100%;
    padding: 0 1rem;
  }
}
.hero-home .swiper-pagination .swiper-pagination-bullet {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  width: auto;
  height: auto;
}
.hero-home .swiper-pagination .swiper-pagination-bullet .bullet-line {
  display: inline-block;
  width: 100px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .hero-home .swiper-pagination .swiper-pagination-bullet .bullet-line {
    width: 70px;
    bottom: 5%;
  }
}
.hero-home .swiper-pagination .swiper-pagination-bullet-active {
  color: white;
}
.hero-home .swiper-pagination .swiper-pagination-bullet-active .bullet-line {
  background: white;
}

.section_1_2 {
  background-image: linear-gradient(to bottom, #077b6e 0%, rgba(7, 123, 110, 0.9) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(7, 123, 110, 0.2) 85%), url(../99eebe44b73b6756ce35.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.section_1_2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../7adab63f82c4d48b0322.png);
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: 0 25%;
}
.section_1_2 .section_1 {
  position: relative;
  padding-top: 9rem;
}
.section_1_2 .section_1:before {
  height: 80%;
  width: 100%;
  top: -10%;
  left: -50%;
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(1) {
  position: relative;
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(1) img {
  position: absolute;
  max-width: 100%;
  height: auto;
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(1) {
  width: 550px;
  right: 275px;
}
@media (max-width: 991.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(1) {
    position: relative;
    right: 130px;
    top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(1) {
    right: 259px;
    top: 7.5rem;
  }
}
@media (max-width: 575.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(1) {
    right: 15vw;
    max-width: 90%;
  }
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(2) {
  width: 300px;
  right: 77px;
  top: 3px;
}
@media (max-width: 991.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(2) {
    top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(2) {
    right: 45px;
  }
}
@media (max-width: 575.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(2) {
    width: 250px;
    right: -15vw;
    top: -50px;
  }
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(3) {
  width: 400px;
  top: 228px;
  right: 9px;
}
@media (max-width: 991.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(3) {
    top: 265px;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(3) {
    width: 250px;
    right: -15vw;
    top: 150px;
  }
}
.section_1_2 .section_1 .col-xl-6:nth-of-type(2) {
  padding-top: 3rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.section_1_2 .section_2 {
  padding-bottom: 15rem;
}

.section_3_4 {
  background-image: linear-gradient(to bottom, rgba(7, 123, 110, 0.2) 0%, rgba(242, 253, 100, 0.2) 35%, rgba(7, 123, 110, 0.75) 55%, #077b6e 75%, #077b6e 100%);
}
.section_3_4 .section_3 {
  padding-bottom: 9rem;
}
.section_3_4 .section_3 .section_3-grid {
  --lc-gutter-x: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .section_3_4 .section_3 .section_3-grid .col-12 {
    margin-bottom: 1rem;
  }
}
.section_3_4 .section_3 .section_3-grid .attachment-custom-410x271 {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
  box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.section_3_4 .section_4 {
  background: url(../699eeaea52dd0eb3adbf.png) no-repeat center left;
  background-size: auto 105%;
  padding-bottom: 12rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .section_3_4 .section_4 {
    background-position-x: -100%;
  }
}
@media (max-width: 991.98px) {
  .section_3_4 .section_4 {
    background-position-x: -160%;
  }
}
@media (max-width: 767.98px) {
  .section_3_4 .section_4 {
    background-position-x: -275%;
  }
}
.section_3_4 .section_4:before {
  height: 100%;
  width: 125%;
  left: -90%;
}
.section_3_4 .section_4 .lifecustodia-swiper-nav-container {
  margin-bottom: 3rem;
}
.section_3_4 .section_4 .lifecustodia-swiper-nav-container h1 {
  font-size: calc(1.4rem + 3vw);
}
.section_3_4 .section_4 h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.section_3_4 .section_4 .lifecustodia-swiper-nav {
  margin: 0 auto;
}
.section_3_4 .section_4 .lifecustodia-swiper-nav * {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 0 0.5rem;
}
@media (max-width: 575.98px) {
  .section_3_4 .section_4 .lifecustodia-swiper-nav * {
    width: 30px;
    height: 30px;
    margin: 0 0.25rem;
  }
}
.section_3_4 .section_4 .lifecustodia-swiper-nav .lifecustodia-button-prev {
  background: url(../bb585edd23c891a1de3a.png) no-repeat center center;
  background-size: contain;
}
.section_3_4 .section_4 .lifecustodia-swiper-nav .lifecustodia-button-next {
  background: url(../e27170bcd6496bcd02d7.png) no-repeat center center;
  background-size: contain;
}
.section_3_4 .section_4 .post-slide {
  height: 576px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section_3_4 .section_4 .post-slide {
    height: 450px;
  }
}
.section_3_4 .section_4 .post-slide .col-12 {
  padding: 0 3rem 2rem;
}
@media (max-width: 991.98px) {
  .section_3_4 .section_4 .post-slide .col-12 {
    padding: 0 1rem 1rem;
  }
}
.section_3_4 .section_4 .post-slide .post-title {
  font-size: 1.25rem;
}
.section_3_4 .section_4 .post-slide p {
  font-size: 1rem;
}
.section_3_4 .section_4 .post-slide a.read-more {
  width: 100%;
  text-align: right;
  display: block;
  color: #fff;
  text-decoration: none;
}
.section_3_4 .section_4 .post-slide a.read-more:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../60e5634ff5832ccd7500.png);
  margin-left: 1rem;
}
.section_3_4 .section_4 .swiper-slide.swiper-slide-active {
  margin-right: 3.5rem !important;
}
@media (max-width: 991.98px) {
  .section_3_4 .section_4 .swiper-slide.swiper-slide-active {
    margin-right: 2rem !important;
  }
}
@media (max-width: 575.98px) {
  .section_3_4 .section_4 .swiper-slide.swiper-slide-active {
    margin-right: 1.5rem !important;
  }
}
.section_3_4 .section_4 .swiper-slide.swiper-slide-active .post-slide {
  height: 626px;
}
@media (max-width: 991.98px) {
  .section_3_4 .section_4 .swiper-slide.swiper-slide-active .post-slide {
    height: 500px;
  }
}

.section_5 {
  background-color: #077B6E;
  padding-bottom: 8rem;
  position: relative;
}
.section_5:before {
  height: 150%;
  width: 100%;
  top: -30%;
  right: -50%;
}
.section_5 .container {
  position: relative;
}
.section_5 .container .col-12:after, .section_5 .container .col-12:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../6ac4acc0db9b035eb932.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0);
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}
.section_5 .container .col-12:after {
  width: 200px;
  height: 175px;
  top: 48px;
  right: -86px;
}
.section_5 .container .col-12:before {
  width: 103px;
  height: 91px;
  bottom: -50px;
  left: -80px;
}
.section_5 iframe {
  max-width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  .section_5 iframe {
    max-height: 50vh;
  }
}

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


/*AJUSTES NUEVO HOME*/

/*General Títulos*/
.tit-sec{
	line-height: 80%;
}
.tit-sec em{
	display: block;
	font-size: calc(1.9rem + 2.7vw);
	font-weight: 400;
	color:#fff;
	font-style:normal !important;
	line-height: 100%;
}

@media (min-width: 1200px) {
	.tit-sec em{
	font-size: 5rem;
}
}


/*Estilos Campos */
.tit-sec .strong{
    font-weight: 700;
}
.tit-sec .yellow{
    color: #f2fd64;
}
.tit-sec .blue{
    color: #113849;
}

.tit-sec .dis_inline{
    display: inline !important;
}

.section_1 p{
	color:#fff;
}
.section_2 p{
	text-align: center;
}
.btn-primary {
	font-weight: 500;
    margin-top: var(--small-space);
    position: relative;
    z-index: 99;
}

/*slider */
.tit-slider em{
	color:#fff;
	font-style:normal !important;
	display: block;
	line-height: 0.75;	
	position: relative;
	z-index: 3;
}
.tit-slider .normal{
	font-size:7rem;
	font-weight: 300;
	}

.tit-slider .strong{
	font-size: 12rem;
	font-weight: 700;
}
.hero-home .hero-slide p {
	color: #ffffff !important;
	width: 550px;
}
.hero-home .hero-slide {
	height: 100%;
}

@media (min-width: 991.98px) and (max-width:1420px) {
  .tit-slider .strong{
    font-size: 9rem;
  }
}

@media (max-width: 991.98px) {
	.tit-slider .normal{
        font-size: 5rem;
    }
	.tit-slider .strong {
        font-size: 7rem;
    }
	.hero-home .hero-slide p {
    margin-bottom: 50px;
	}
	.hero-home .swiper-pagination {   
		bottom: 100px;
	}
	.hero-home .heroSwiper .swiper-slide:nth-of-type(2) {
        top: 0;
    }
}

@media (max-width: 767.98px) {
	.tit-slider .normal{
		font-size: 4rem;
    }
	.tit-slider .strong {
		font-size: 5rem;
    }
	.hero-home .hero-slide p {
		font-size: 1.5rem;
	}
	.hero-home .swiper-pagination {
		bottom: 30px;
	}
	.hero-home .hero-slide {
			min-height: 90vh;
		}
	}

@media (max-width: 575.98px) {
	.tit-slider .normal{
		font-size: 2rem;
    }
	.tit-slider .strong {
		font-size: 3rem;
    }
	.hero-home .hero-slide p {
		font-size: 1.25rem;
		width: 100%;
	}

}


/*Sección 1 */
.section_1_2 .img-rombos {
    height:600px;
}
@media (max-width: 767.98px) {
    .section_1_2 .section_1 .col-xl-6:nth-of-type(1) img:nth-of-type(1) {
        top: 1rem;
    }
}

@media (max-width: 575.98px) {
	.section_1_2 .img-rombos {
    height:auto;
}
}

@media (max-width: 450px) {
	.section_1_2 .img-rombos {
    height: 350px;
}
}


/*SECCIÓN 3 */
.section_3_4 h5{
	font-weight: 600;
}
.section_3_4 .tit-sec{
	text-align: center;
}
.section_3_4 .top_info p{
	text-align: center;
	color: #113849;
}

.section_3_4 .container.section_3 .row:first-child {
    margin-bottom: var(--small-space);
}
.section_3_4 .container.section_3::before {
    content: '';
    height: calc(100% + 3 * var(--sections-space));
    width: 100dvw;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(254, 255, 240, 0) 0%, rgba(254, 255, 240, 0.6) 15%, #FEFFF0 50%, rgba(254, 255, 240, 0.6) 85%, rgba(254, 255, 240, 0) 100%);
    z-index: -1;
}

.sectionQ#actualidad {
    margin-bottom: var(--sections-space);
    position: relative;
    z-index: 1;
}
.sectionQ#actualidad::before {
    content: "";
    display: block;
    width: min(1550px, 100vw);
    height: min(1550px, 100vw);
    position: absolute;
    z-index: -2;
    pointer-events: none;
    background-image: radial-gradient(#f2fd64, rgba(242, 253, 100, 0) 70%);
    opacity: .54;
    mix-blend-mode: overlay;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.sectionQ#actualidad .innerQ {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: calc((100% - 2 * var(--small-space)) / 3) calc((100% - 2 * var(--small-space)) * 2 / 3);
    gap: var(--small-space);
    justify-content: stretch;
    align-items: center;
}
.sectionQ#actualidad .innerQ .infoQ .postsSliderQ .postsWrapperQ ul li article .infoQ .smallTitleQ {
    color: var(--white);
}
.sectionQ#actualidad .innerQ .infoQ .postsSliderQ .postsWrapperQ ul li article .infoQ .smallTitleQ a {
    color: inherit;
	text-decoration:underline;
}
.sectionQ#actualidad .innerQ .infoQ .postsSliderQ .postsWrapperQ ul li article .infoQ .descriptionQ {
    font-weight: 300;
}
.sectionQ#actualidad .innerQ .infoQ .postsSliderQ .postsWrapperQ ul li article .infoQ .descriptionQ {
    color: var(--white);
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
}
.section_3_4 .section_3-grid h5, .section_3_4 .section_3-grid p {
    color: var(--blue);
	margin-bottom: 20px;
}

.section_3_4 ul li article .imgQ::after {  
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 25%, rgb(0 0 0 / 47%) 75%) !important;
}

.life-noticias a{
  text-decoration: none !important;

}

@media only screen and (max-width: 1025px) {
	.section_3_4 h2{
		margin-bottom:30px
	}
	}	
@media only screen and (max-width: 1025px) {
     .sectionQ#actualidad .innerQ {
        grid-template-columns: 100%;
        position: relative;
    }
	.sectionQ#actualidad .innerQ>.imgQ {
        position: absolute;
        right: -0.75rem;
        width: min(300px, 50%);
        transform: translateY(-65%) translateX(18%);
        z-index: -1;
    }
}
@media only screen and (max-width: 500px) {
	.sectionQ#actualidad .descriptionQ{
		display: none;
	}
    }