/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
:root {
  --black: #000;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --primary: #005750;
  --secondary: #331f00;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --alert: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --body-color: #0a0a0a;
  --body-bg: #fff;
  --link-color: #0a0a0a;
  --link-hover-color: #080808;
  --gutter: 0.9375rem;
  --gutter-xs: 0.625rem;
  --gap: 1.875rem;
  --gap-xs: 1.25rem;
  --line-height-header: 1.4;
  --line-height-paragraph: 1.7;
  --Primary-01: #005750;
  --Primary-02: #E52A2A;
  --Secondary-01: #331f00;
  --Secondary-02: #ec9a20;
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
  }
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.25rem;
  }
}
html {
  font-family: sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
}

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

body {
  color: #0a0a0a;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.6;
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  touch-action: manipulation;
}

* > p {
  margin-top: 0;
  line-height: 1.7;
}
* > p:not(:last-child) {
  margin-bottom: 15px;
}
* > p:last-child {
  margin-bottom: 0;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  display: inline-block;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

a {
  display: inline-block;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}

figure {
  max-width: 100% !important;
}
figure:where(.wp-caption, .caption) {
  display: block;
}
figure:where(.wp-caption, .caption) img {
  display: inline-block;
}
figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #454545;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

:is(.clearfix, .clear)::before, :is(.clearfix, .clear)::after {
  display: table;
  content: "";
  flex-basis: 0;
  order: 1;
}
:is(.clearfix, .clear)::after {
  clear: both;
}

[data-glyph]::before {
  content: attr(data-glyph);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-glyph-after]::after {
  content: attr(data-glyph-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

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

.relative {
  position: relative;
}

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

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

@media only screen and (max-width: 47.99875rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

/** @todo flexbox & grid */
.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.t-auto, .t-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.d-auto, .d-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.grid-x {
  grid-auto-flow: row;
}

.grid-y {
  grid-auto-flow: column;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .cell.t-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.t-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.d-auto {
    flex: 1 1 0;
    width: auto;
  }
  .cell.d-stretch {
    width: 100%;
  }
}

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x > .cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 80rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 75rem;
  }
}
@media only screen and (min-width: 87.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\2 xl {
    max-width: 82.5rem;
  }
}
@media only screen and (min-width: 117.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full).\3 xl {
    max-width: 105rem;
  }
}
:is(.container, .flex-container, .grid-container).full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
:is(.container, .flex-container, .grid-container).fluid {
  max-width: 100%;
}

/** @todo layout */
:is(.flex, .\!flex).m-up-1 > .cell, :is(.flex, .\!flex) > .cell.m-1 {
  width: 100%;
}
:is(.flex, .\!flex).gap.m-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.m-1 {
  width: 100%;
}

:is(.grid, .\!grid).m-up-1 {
  grid-template-columns: repeat(1, 1fr);
}

:is(.flex, .\!flex).m-up-2 > .cell, :is(.flex, .\!flex) > .cell.m-2 {
  width: 50%;
}
:is(.flex, .\!flex).gap.m-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.m-2 {
  width: calc(50% - 0.625rem);
}

:is(.grid, .\!grid).m-up-2 {
  grid-template-columns: repeat(2, 1fr);
}

:is(.flex, .\!flex).m-up-3 > .cell, :is(.flex, .\!flex) > .cell.m-3 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex).gap.m-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.m-3 {
  width: calc(33.3333333333% - 0.8333333333rem);
}

:is(.grid, .\!grid).m-up-3 {
  grid-template-columns: repeat(3, 1fr);
}

:is(.flex, .\!flex).m-up-4 > .cell, :is(.flex, .\!flex) > .cell.m-4 {
  width: 25%;
}
:is(.flex, .\!flex).gap.m-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.m-4 {
  width: calc(25% - 0.9375rem);
}

:is(.grid, .\!grid).m-up-4 {
  grid-template-columns: repeat(4, 1fr);
}

:is(.flex, .\!flex).m-up-5 > .cell, :is(.flex, .\!flex) > .cell.m-5 {
  width: 20%;
}
:is(.flex, .\!flex).gap.m-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.m-5 {
  width: calc(20% - 1rem);
}

:is(.grid, .\!grid).m-up-5 {
  grid-template-columns: repeat(5, 1fr);
}

:is(.flex, .\!flex).m-up-6 > .cell, :is(.flex, .\!flex) > .cell.m-6 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex).gap.m-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.m-6 {
  width: calc(16.6666666667% - 1.0416666667rem);
}

:is(.grid, .\!grid).m-up-6 {
  grid-template-columns: repeat(6, 1fr);
}

:is(.flex, .\!flex).m-up-7 > .cell, :is(.flex, .\!flex) > .cell.m-7 {
  width: 14.2857142857%;
}
:is(.flex, .\!flex).gap.m-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.m-7 {
  width: calc(14.2857142857% - 1.0714285714rem);
}

:is(.grid, .\!grid).m-up-7 {
  grid-template-columns: repeat(7, 1fr);
}

:is(.flex, .\!flex).m-up-8 > .cell, :is(.flex, .\!flex) > .cell.m-8 {
  width: 12.5%;
}
:is(.flex, .\!flex).gap.m-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.m-8 {
  width: calc(12.5% - 1.09375rem);
}

:is(.grid, .\!grid).m-up-8 {
  grid-template-columns: repeat(8, 1fr);
}

:is(.flex, .\!flex).m-up-9 > .cell, :is(.flex, .\!flex) > .cell.m-9 {
  width: 11.1111111111%;
}
:is(.flex, .\!flex).gap.m-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.m-9 {
  width: calc(11.1111111111% - 1.1111111111rem);
}

:is(.grid, .\!grid).m-up-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex).t-up-1 > .cell, :is(.flex, .\!flex) > .cell.t-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.t-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.t-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).t-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).t-up-2 > .cell, :is(.flex, .\!flex) > .cell.t-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.t-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.t-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).t-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).t-up-3 > .cell, :is(.flex, .\!flex) > .cell.t-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.t-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.t-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).t-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).t-up-4 > .cell, :is(.flex, .\!flex) > .cell.t-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.t-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.t-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).t-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).t-up-5 > .cell, :is(.flex, .\!flex) > .cell.t-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.t-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.t-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).t-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).t-up-6 > .cell, :is(.flex, .\!flex) > .cell.t-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.t-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.t-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).t-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).t-up-7 > .cell, :is(.flex, .\!flex) > .cell.t-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.t-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.t-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).t-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).t-up-8 > .cell, :is(.flex, .\!flex) > .cell.t-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.t-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.t-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).t-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).t-up-9 > .cell, :is(.flex, .\!flex) > .cell.t-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.t-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.t-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).t-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex).d-up-1 > .cell, :is(.flex, .\!flex) > .cell.d-1 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap.d-up-1 > .cell, :is(.flex, .\!flex).gap > .cell.d-1 {
    width: 100%;
  }
  :is(.grid, .\!grid).d-up-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  :is(.flex, .\!flex).d-up-2 > .cell, :is(.flex, .\!flex) > .cell.d-2 {
    width: 50%;
  }
  :is(.flex, .\!flex).gap.d-up-2 > .cell, :is(.flex, .\!flex).gap > .cell.d-2 {
    width: calc(50% - 0.9375rem);
  }
  :is(.grid, .\!grid).d-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  :is(.flex, .\!flex).d-up-3 > .cell, :is(.flex, .\!flex) > .cell.d-3 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex).gap.d-up-3 > .cell, :is(.flex, .\!flex).gap > .cell.d-3 {
    width: calc(33.3333333333% - 1.25rem);
  }
  :is(.grid, .\!grid).d-up-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  :is(.flex, .\!flex).d-up-4 > .cell, :is(.flex, .\!flex) > .cell.d-4 {
    width: 25%;
  }
  :is(.flex, .\!flex).gap.d-up-4 > .cell, :is(.flex, .\!flex).gap > .cell.d-4 {
    width: calc(25% - 1.40625rem);
  }
  :is(.grid, .\!grid).d-up-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  :is(.flex, .\!flex).d-up-5 > .cell, :is(.flex, .\!flex) > .cell.d-5 {
    width: 20%;
  }
  :is(.flex, .\!flex).gap.d-up-5 > .cell, :is(.flex, .\!flex).gap > .cell.d-5 {
    width: calc(20% - 1.5rem);
  }
  :is(.grid, .\!grid).d-up-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  :is(.flex, .\!flex).d-up-6 > .cell, :is(.flex, .\!flex) > .cell.d-6 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex).gap.d-up-6 > .cell, :is(.flex, .\!flex).gap > .cell.d-6 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  :is(.grid, .\!grid).d-up-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  :is(.flex, .\!flex).d-up-7 > .cell, :is(.flex, .\!flex) > .cell.d-7 {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex).gap.d-up-7 > .cell, :is(.flex, .\!flex).gap > .cell.d-7 {
    width: calc(14.2857142857% - 1.6071428571rem);
  }
  :is(.grid, .\!grid).d-up-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  :is(.flex, .\!flex).d-up-8 > .cell, :is(.flex, .\!flex) > .cell.d-8 {
    width: 12.5%;
  }
  :is(.flex, .\!flex).gap.d-up-8 > .cell, :is(.flex, .\!flex).gap > .cell.d-8 {
    width: calc(12.5% - 1.640625rem);
  }
  :is(.grid, .\!grid).d-up-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  :is(.flex, .\!flex).d-up-9 > .cell, :is(.flex, .\!flex) > .cell.d-9 {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex).gap.d-up-9 > .cell, :is(.flex, .\!flex).gap > .cell.d-9 {
    width: calc(11.1111111111% - 1.6666666667rem);
  }
  :is(.grid, .\!grid).d-up-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
/** @todo responsive viewport */
.overlay {
  position: relative;
}
.overlay :where(.overlay-bg, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover .cover-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}

/** @todo aspect ratio */
@supports (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    aspect-ratio: auto 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: auto 3 / 2;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: auto 4 / 3;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: auto 16 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: auto 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: auto 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

/** @todo gutter */
/** @todo font weight */
:is(.fw-200, .fw\[200\]) {
  font-weight: 200;
}

:is(.\!fw-200, .\!fw\[200\]) {
  font-weight: 200 !important;
}

:is(.fw-300, .fw\[300\]) {
  font-weight: 300;
}

:is(.\!fw-300, .\!fw\[300\]) {
  font-weight: 300 !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

:is(.fw-800, .fw\[800\]) {
  font-weight: 800;
}

:is(.\!fw-800, .\!fw\[800\]) {
  font-weight: 800 !important;
}

:is(.fw-900, .fw\[900\]) {
  font-weight: 900;
}

:is(.\!fw-900, .\!fw\[900\]) {
  font-weight: 900 !important;
}

/** @todo gallery */
[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: calc(50% - 0.3125rem);
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: calc(25% - 0.46875rem);
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: calc(20% - 0.5rem);
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: calc(12.5% - 0.546875rem);
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

:is(.gap\[10\], .gap-10) {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

:is(.gap\[15\], .gap-15) {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

:is(.gap\[20\], .gap-20) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.ajax-loading {
  position: relative;
}
.ajax-loading::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.ajax-loading::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: calc(50% - 0.9375rem);
  left: calc(50% - 0.9375rem);
  z-index: 9999;
  border: 3px solid;
  border-color: #0a0a0a #f3f3f3 #0a0a0a #f3f3f3;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* @todo .sharing-toolbox */
.sharing-toolbox .share-title {
  bottom: 35px;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing-toolbox .share-title::before {
  background: #ccc;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-linkedin, .sharing-toolbox .social-share ul.share-actions > li.share-action.share-action-copy-link {
  /*display: none !important;*/
}

/* @todo .share-icon */
.share-icon {
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(10, 10, 10, 0.4);
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: calc(50% - 0.625rem);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-ex::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  content: "\f1e0";
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

/** */
.comment-form-rating p.stars {
  margin-bottom: 0;
  /** */
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  /** */
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span {
  /** */
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
}

/** */
.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

/** */
nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 26px;
  padding: 0;
  min-width: 26px;
  width: auto;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  display: block;
  height: 100%;
  width: 100%;
  line-height: inherit;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current, nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #E52A2A;
}

.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.dropdown.menu > li > a {
  line-height: 1.4;
  color: #0a0a0a;
}
.dropdown.menu > li.active > a, .dropdown.menu > li.is-active > a, .dropdown.menu > li.current-menu-item > a, .dropdown.menu > li:hover > a {
  color: #080808;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none !important;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin-top: -12px;
  right: 16px;
  opacity: 0.8;
}

/** */
.off-canvas-content .menu-lines {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1rem;
  cursor: pointer;
}
.off-canvas-content .menu-lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #005750;
  box-shadow: 0 7px 0 #005750, 0 14px 0 #005750;
}
.off-canvas-content .menu-lines:hover::after {
  background: #E52A2A;
  box-shadow: 0 7px 0 #E52A2A, 0 14px 0 #E52A2A;
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}

/** */
.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 36rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 34.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 46.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 62.125rem;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 75rem;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

footer {
  display: none;
}

.mobile-container {
  margin: 0 auto;
  width: 100%;
  width: 375px;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .mobile-container {
    width: 100%;
    height: 100%;
  }
}

.page__ldp {
  position: relative;
}
.page__ldp .page__ldp-content {
  padding: 15px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (min-width: 117.5rem) {
  .page__ldp .page__ldp-content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .page__ldp-content {
    padding-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.page__ldp .heading-group {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 100;
  opacity: 0;
  animation: fadeIn 1s forwards;
}
@media only screen and (max-width: 47.99875rem) {
  .page__ldp .heading-group {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .heading-group {
    padding: 0;
  }
}
.page__ldp .heading-group .title-main {
  font-size: 0.9375rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.7;
}
@media only screen and (min-width: 48rem) {
  .page__ldp .heading-group .title-main {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page__ldp .heading-group .title-main {
    font-size: 1.125rem;
  }
}
.page__ldp .heading-group .desc-sub {
  font-size: 0.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .page__ldp .heading-group .desc-sub {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page__ldp .heading-group .desc-sub {
    font-size: 0.75rem;
  }
}
.page__ldp .content-main {
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 47.99875rem) {
  .page__ldp .content-main {
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .content-main {
    padding: 0;
  }
}
.page__ldp .content-main .item {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  margin: 0 auto 15px auto;
  opacity: 0;
  transform: translateY(20px);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #005750;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 87.49875rem) {
  .page__ldp .content-main .item {
    padding: 6px 12px;
  }
}
.page__ldp .content-main .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #005750;
  transition: all 0.5s ease;
  z-index: 1;
  pointer-events: none;
  z-index: -1;
}
.page__ldp .content-main .item.fade-in {
  animation: fadeIn 0.6s forwards;
}
.page__ldp .content-main .item.fade-in-down {
  animation: fadeInDown 0.6s forwards;
}
@media only screen and (max-width: 47.99875rem) {
  .page__ldp .content-main .item {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .content-main .item {
    padding: 10px;
  }
}
@media only screen and (min-width: 48rem) {
  .page__ldp .content-main .item:hover {
    color: #fff;
    cursor: pointer;
  }
  .page__ldp .content-main .item:hover::after {
    height: 100%;
    bottom: 0;
  }
}
.page__ldp .content-main .item.active {
  background-color: #005750;
  cursor: pointer;
}
.page__ldp .content-main .item.active .text {
  color: #fff;
}
.page__ldp .content-main .item:last-child {
  margin-bottom: 0;
}
.page__ldp .content-main .item .text {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 87.49875rem) {
  .page__ldp .content-main .item .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 87.5rem) {
  .page__ldp .content-main .item .text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .content-main .item .text {
    font-size: 13px;
  }
}
.page__ldp .section-contact {
  position: relative;
  margin-top: -20px;
}
@media only screen and (min-width: 87.5rem) {
  .page__ldp .section-contact {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 117.5rem) {
  .page__ldp .section-contact {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 87.49875rem) {
  .page__ldp .section-contact {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page__ldp .section-contact {
    margin-top: -10px;
  }
}
.page__ldp .section-contact .btn {
  display: inline-block;
  transition: transform 0.3s;
  animation: zoomLoop 0.8s infinite alternate, gradientAnimation 4s linear infinite;
  transition: 0.4s;
  position: absolute;
  bottom: 130px;
  left: 62px;
  background-image: linear-gradient(90deg, #11B4B1, #EF34A8, #11B4B1);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 20px;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 47.99875rem) {
  .page__ldp .section-contact .btn {
    bottom: 48%;
    left: 19%;
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .page__ldp .section-contact .btn {
    font-size: 13px;
    bottom: 47%;
    left: 17.5%;
    line-height: 22px;
  }
}
.page__ldp .section-contact .btn:focus, .page__ldp .section-contact .btn:active {
  outline: none;
  box-shadow: none;
}
.page__ldp .section-contact .img img {
  width: 100%;
}

.single__ldp .mobile-container {
  padding: 0;
}
.single__ldp .item {
  position: relative;
}
@media only screen and (min-width: 117.5rem) {
  .single__ldp .item {
    height: 100%;
  }
}
@media only screen and (max-width: 117.49875rem) {
  .single__ldp .item {
    height: 100vh;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single__ldp .item {
    height: 100%;
  }
}
@media only screen and (max-width: 35.99875rem) {
  .single__ldp .item {
    background: rgba(0, 0, 0, 0.9);
  }
}
.single__ldp .item .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single__ldp .item .video-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: 2;
}
.single__ldp .item .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single__ldp .item .video-file {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 35.99875rem) {
  .single__ldp .item .video-file {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200%;
  }
}
.single__ldp .item .video-file video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 47.99875rem) {
  .single__ldp .item .video-file video {
    object-fit: cover;
  }
}
.single__ldp .item .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  z-index: 3;
}
.single__ldp .item .video-text .heading-group {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 42px;
  display: flex;
  flex-direction: column;
}
.single__ldp .item .video-text .heading-group .sub-title {
  font-size: 15px;
}
.single__ldp .item .video-text .heading-group .title {
  font-size: 40px;
}
.single__ldp .item .video-text .heading-group .text {
  font-size: 64px;
  line-height: normal;
  text-shadow: 0px 4px 6.8px rgba(255, 255, 255, 0.25);
}

a.back-to-top.toTop {
  display: none;
}

#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.5);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
}
#videoPopup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
#videoPopup .video-popup-content {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#videoPopup .video-popup-content .close-video {
  position: absolute;
  top: 6px;
  right: 0px;
  background: #005750;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  width: 2rem;
  height: 2rem;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 2px #fff;
}
#videoPopup .video-popup-content video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  #videoPopup .video-popup-content video {
    object-fit: cover;
  }
}
#videoPopup .video-popup-content .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  z-index: 3;
}
#videoPopup .video-popup-content .video-text .heading-group {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 42px;
  display: flex;
  flex-direction: column;
}
#videoPopup .video-popup-content .video-text .heading-group .sub-title {
  font-size: 15px;
}
#videoPopup .video-popup-content .video-text .heading-group .title {
  font-size: 40px;
}
#videoPopup .video-popup-content .video-text .heading-group .text {
  font-size: 64px;
  line-height: normal;
  text-shadow: 0px 4px 6.8px rgba(255, 255, 255, 0.25);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomLoop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shadow-pulse {
  0% {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  100% {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

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